- May 18, 2019
- 27
- 35
Hello, on a new mac, it gives this error when I try to open:
Looking forward to play the game!
Code:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/define/items_def.rpy", line 24, in script
init python:
File "game/scripts/define/items_def.rpy", line 44, in <module>
file_handler = logging.FileHandler('error_log.txt')
OSError: [Errno 30] Read-only file system: '/error_log.txt'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/define/items_def.rpy", line 24, in script
init python:
File "/private/var/folders/7c/t3glmpz57zlcd2bdvly88sj40000gn/T/AppTranslocation/F43A6566-4EBD-4084-BC96-2C460014B378/d/MushokuHarem.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/7c/t3glmpz57zlcd2bdvly88sj40000gn/T/AppTranslocation/F43A6566-4EBD-4084-BC96-2C460014B378/d/MushokuHarem.app/Contents/Resources/autorun/renpy/python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/define/items_def.rpy", line 44, in <module>
file_handler = logging.FileHandler('error_log.txt')
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: '/error_log.txt'
macOS-14.4.1-arm64-arm-64bit arm64
Ren'Py 8.2.3.24061702
MushokuHarem Alphav3
Tue Aug 20 02:21:48 2024
```