Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Hello, I have an error litterally when I open the game (it's on mac). 

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

OSError: [Errno 30] Read-only file system: '/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/A9C4B7A1-3F14-4CE3-96AC-10200AE7425B/d/Adventures_in_Clairune.app/Contents/Resources/autorun/game/tanix.log'

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "game/custom/core_ren.py", line 6, in script

    init python:

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/A9C4B7A1-3F14-4CE3-96AC-10200AE7425B/d/Adventures_in_Clairune.app/Contents/Resources/autorun/renpy/ast.py", line 823, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/A9C4B7A1-3F14-4CE3-96AC-10200AE7425B/d/Adventures_in_Clairune.app/Contents/Resources/autorun/renpy/python.py", line 1178, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "game/custom/core_ren.py", line 84, in <module>

    game_core = core()

  File "game/custom/core_ren.py", line 32, in __init__

    self.tanix_log = self.start_log()

  File "game/custom/core_ren.py", line 51, in start_log

    fileHandler = logging.FileHandler(f"{config.gamedir}/tanix.log", mode='w')

  File "lib/python3.9/logging/__init__.py", line 1146, in __init__

  File "lib/python3.9/logging/__init__.py", line 1175, in _open

OSError: [Errno 30] Read-only file system: '/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/A9C4B7A1-3F14-4CE3-96AC-10200AE7425B/d/Adventures_in_Clairune.app/Contents/Resources/autorun/game/tanix.log'

macOS-12.2.1-arm64-arm-64bit arm64

Ren'Py 8.2.3.24061702

Adventures in Clairune 1.0

[/code]

(+1)

Noted. I'll see what I can do!

(+1)

I've updated it. Feel free to comment if there are still any issues! Thanks for reporting the bug 

(1 edit)

Unfortunately it seems like there is still a bug when we open the game. I'm sorry to report a bug >< It seems to be exactly the same when I look at the lines.

Edit : Am I the only one on the mac version to have this bug ?

```

I'm sorry, but an uncaught exception occurred.

While running game code:

OSError: [Errno 30] Read-only file system: '/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/D88B1A80-F3D6-4359-A667-EC2FCDCEF920/d/Adventures_in_Clairune.app/Contents/Resources/autorun/game/tanix.log'

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "game/custom/core.rpyc", line 6, in script

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/D88B1A80-F3D6-4359-A667-EC2FCDCEF920/d/Adventures_in_Clairune.app/Contents/Resources/autorun/renpy/ast.py", line 823, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/D88B1A80-F3D6-4359-A667-EC2FCDCEF920/d/Adventures_in_Clairune.app/Contents/Resources/autorun/renpy/python.py", line 1178, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "game/custom/core_ren.py", line 84, in <module>

  File "game/custom/core_ren.py", line 32, in __init__

  File "game/custom/core_ren.py", line 51, in start_log

  File "lib/python3.9/logging/__init__.py", line 1146, in __init__

  File "lib/python3.9/logging/__init__.py", line 1175, in _open

OSError: [Errno 30] Read-only file system: '/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/D88B1A80-F3D6-4359-A667-EC2FCDCEF920/d/Adventures_in_Clairune.app/Contents/Resources/autorun/game/tanix.log'

macOS-12.2.1-arm64-arm-64bit arm64

Ren'Py 8.2.3.24061702

Adventures in Clairune 1.0

```

Hm we've had mac downloads before this and someone else did report a bug but they didn't specify if they were using window/linux or mac so I'm not entirely sure if this is a user error or not. I'll get back to you on this as soon as I can tho

hiii, i don't think its a user error i'm on mac and experiencing the exact same issues, hope that helps ^_^;

Ah I see. I've updated the mac files, if you're up to test it out, I'd greatly appreciate it! Thanks!

It works!!!! tysm im so excited to play ^_^

I've updated the mac version can you test it out now to see if it works?