View Issue Details
ID | Category | Date Submitted | Last Update | ||
---|---|---|---|---|---|
0002928 | Bug Report | 2020-09-08 07:29 | 2020-09-13 22:22 | ||
Reporter | bobouches | ||||
Severity | minor | Reproducibility | sometimes | ||
Status | acknowledged | Resolution | open | ||
Summary | 0002928: Sleeping crash | ||||
Description | When cookies go to sleep game get exceptions I'm sorry, but an uncaught exception occurred. While running game code: File "game/scripts/locations/home/entrance/hallway/bedroom/bedroom.rpy", line 170, in <module> File "game/scripts/core/checkpoints.rpy", line 17, in checkpoint File "game/scripts/core/systems/day_timer.rpy", line 112, in __getstate__ AttributeError: 'DayTimer' object has no attribute '_seed' (perhaps store.game.timer = Monday morning day 175) -- Full Traceback ------------------------------------------------------------ Full traceback: File "scripts/characters/micoe/sex_scenes.rpyc", line 348, in script call File "scripts/locks/01global_lock_check.rpyc", line 13, in script call File "scripts/locations/map/map.rpyc", line 15, in script call File "scripts/locks/01global_lock_check.rpyc", line 13, in script call File "scripts/locations/apt/main.rpyc", line 3, in script call File "scripts/locks/01global_lock_check.rpyc", line 13, in script call File "scripts/locations/apt/lobby/main.rpyc", line 9, in script call File "scripts/locks/01global_lock_check.rpyc", line 13, in script call File "scripts/locations/apt/lift/main.rpyc", line 3, in script call File "scripts/locations/treehouse/treehouse.rpyc", line 27, in script call File "scripts/locks/01global_lock_check.rpyc", line 10, in script call File "scripts/locations/home/entrance/hallway/bedroom/bedroom.rpyc", line 170, in script File "/Users/sstikine/Downloads/SummertimeSaga-0-20-5-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/ast.py", line 914, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "/Users/sstikine/Downloads/SummertimeSaga-0-20-5-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "game/scripts/locations/home/entrance/hallway/bedroom/bedroom.rpy", line 170, in <module> File "game/scripts/core/checkpoints.rpy", line 17, in checkpoint File "/Users/sstikine/Downloads/SummertimeSaga-0-20-5-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/loadsave.py", line 560, in force_autosave save("auto-1", extra_info=extra_info) File "/Users/sstikine/Downloads/SummertimeSaga-0-20-5-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/loadsave.py", line 422, in save six.reraise(t, e, tb) File "/Users/sstikine/Downloads/SummertimeSaga-0-20-5-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/loadsave.py", line 405, in save dump((roots, renpy.game.log), logf) File "/Users/sstikine/Downloads/SummertimeSaga-0-20-5-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/loadsave.py", line 49, in dump cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL) File "game/scripts/core/systems/day_timer.rpy", line 112, in __getstate__ AttributeError: 'DayTimer' object has no attribute '_seed' (perhaps store.game.timer = Monday morning day 175) Darwin-19.6.0-x86_64-i386-64bit Ren'Py 7.3.5.606 SummertimeSaga 0.20.5 Tue Sep 8 10:27:26 2020 | ||||
Platform/OS | OSX | ||||
Version | 0.20.5 | ||||