View Issue Details
ID | Category | Date Submitted | Last Update | ||
---|---|---|---|---|---|
0002110 | Bug Report | 2019-10-18 10:02 | 2019-10-19 12:45 | ||
Reporter | Ander28 | ||||
Severity | block | Reproducibility | always | ||
Status | resolved | Resolution | open | ||
Summary | 0002110: no start in Mac Ios | ||||
Description | the game no start [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/scripts/core/systems/logger.rpy", line 91, in <module> File "game/scripts/core/systems/logger.rpy", line 15, in __init__ IOError: [Errno 30] Read-only file system: u'/private/var/folders/dj/kn2v1csx0xb4d3qzql2k__g80000gn/T/AppTranslocation/01B7733C-3A97-47CF-8779-6A1EB83C42D3/d/SummertimeSaga.app/Contents/Resources/autorun/summertime-saga.log' -- Full Traceback ------------------------------------------------------------ Full traceback: File "scripts/core/systems/logger.rpyc", line 1, in script File "/private/var/folders/dj/kn2v1csx0xb4d3qzql2k__g80000gn/T/AppTranslocation/01B7733C-3A97-47CF-8779-6A1EB83C42D3/d/SummertimeSaga.app/Contents/Resources/autorun/renpy/ast.py", line 912, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "/private/var/folders/dj/kn2v1csx0xb4d3qzql2k__g80000gn/T/AppTranslocation/01B7733C-3A97-47CF-8779-6A1EB83C42D3/d/SummertimeSaga.app/Contents/Resources/autorun/renpy/python.py", line 2004, in py_exec_bytecode exec bytecode in globals, locals File "game/scripts/core/systems/logger.rpy", line 91, in <module> File "game/scripts/core/systems/logger.rpy", line 15, in __init__ IOError: [Errno 30] Read-only file system: u'/private/var/folders/dj/kn2v1csx0xb4d3qzql2k__g80000gn/T/AppTranslocation/01B7733C-3A97-47CF-8779-6A1EB83C42D3/d/SummertimeSaga.app/Contents/Resources/autorun/summertime-saga.log' Darwin-17.7.0-x86_64-i386-64bit Ren'Py 7.3.2.320 SummertimeSaga 0.19.0 Fri Oct 18 12:01:21 2019 [/code] | ||||
Platform/OS | OSX | ||||
Version | 0.19 | ||||
I have also experienced this bug, but found that it was fixed by making sure the .app for summertime saga is in the applications folder on my drive. Sometimes iOS hates nonverified apps and this new update seems to have trigggerd this issue, but you can workaround by just putting it in the Applications folder. | |
sorry not use iOS but osx | |
Ah, my bad, i should have written OSX as well. both iOS and OSX are super suspicious of nonverified apps, and i solved this issue on my Macbook OSX 10.14 as i mentioned above. Hope it helps! | |
0.19 OSX version requires you to extract the game into a writable directory. However, we've made a change in 0.19.1 so you no longer need to do this, please update. |
|