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]