View Issue Details

IDCategoryLast Update
0002928Bug Report2020-09-13 22:22
Reporterbobouches 
SeverityminorReproducibilitysometimes
Status acknowledgedResolutionopen
Summary0002928: Sleeping crash
DescriptionWhen 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/OSOSX
Version0.20.5

Relationships

related to 0002925 acknowledgedGreenCap If old save game used attempt to create new save game crashes game 
related to 0002926 acknowledged Q.Save crash 

Activities

GreenCap

GreenCap

2020-09-08 16:38

updater   ~0005016

Is this occuring when trying to continue playing from improperly loaded save reported in issue 2925?

Issue History

Date Modified Username Field Change
2020-09-08 07:29 bobouches New Issue
2020-09-08 16:27 GreenCap Relationship added related to 0002925
2020-09-08 16:38 GreenCap Note Added: 0005016
2020-09-13 22:21 GreenCap Relationship added related to 0002926
2020-09-13 22:22 GreenCap Status new => acknowledged