View Issue Details

IDCategoryLast Update
0002192Bug Report2019-10-19 12:44
ReporterMK 
SeveritymajorReproducibilityalways
Status resolvedResolutionopen
Summary0002192: Mac version will not start
DescriptionI'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/2f/f76sg1k12_z5r2lssgykl2h40000gn/T/AppTranslocation/0424CEB7-6A5F-4310-8494-17F98D689DA0/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/2f/f76sg1k12_z5r2lssgykl2h40000gn/T/AppTranslocation/0424CEB7-6A5F-4310-8494-17F98D689DA0/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/2f/f76sg1k12_z5r2lssgykl2h40000gn/T/AppTranslocation/0424CEB7-6A5F-4310-8494-17F98D689DA0/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/2f/f76sg1k12_z5r2lssgykl2h40000gn/T/AppTranslocation/0424CEB7-6A5F-4310-8494-17F98D689DA0/d/SummertimeSaga.app/Contents/Resources/autorun/summertime-saga.log'

Darwin-17.6.0-x86_64-i386-64bit
Ren'Py 7.3.2.320
SummertimeSaga 0.19.0
Sat Oct 19 00:42:15 2019
Platform/OSOSX
Version0.19

Activities

MK

MK

2019-10-19 04:44

reporter   ~0003083

[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/2f/f76sg1k12_z5r2lssgykl2h40000gn/T/AppTranslocation/0424CEB7-6A5F-4310-8494-17F98D689DA0/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/2f/f76sg1k12_z5r2lssgykl2h40000gn/T/AppTranslocation/0424CEB7-6A5F-4310-8494-17F98D689DA0/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/2f/f76sg1k12_z5r2lssgykl2h40000gn/T/AppTranslocation/0424CEB7-6A5F-4310-8494-17F98D689DA0/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/2f/f76sg1k12_z5r2lssgykl2h40000gn/T/AppTranslocation/0424CEB7-6A5F-4310-8494-17F98D689DA0/d/SummertimeSaga.app/Contents/Resources/autorun/summertime-saga.log'

Darwin-17.6.0-x86_64-i386-64bit
Ren'Py 7.3.2.320
SummertimeSaga 0.19.0
Sat Oct 19 00:42:15 2019
[/code]
sam9

sam9

2019-10-19 12:44

administrator   ~0003104

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.

Issue History

Date Modified Username Field Change
2019-10-19 04:43 MK New Issue
2019-10-19 04:44 MK Note Added: 0003083
2019-10-19 12:44 sam9 Status new => resolved
2019-10-19 12:44 sam9 Note Added: 0003104