View Issue Details

IDCategoryLast Update
0002926Bug Report2020-09-13 22:21
Reporterbobouches 
SeveritymajorReproducibilityalways
Status acknowledgedResolutionopen
Summary0002926: Q.Save crash
DescriptionSame as SAVE issue.

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
  File "game/scripts/core/systems/day_timer.rpy", line 112, in __getstate__
AttributeError: 'DayTimer' object has no attribute '_seed' (perhaps store.game.timer = Monday evening day 161)

-- 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/apt/hall3/main.rpyc", line 8, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
  File "scripts/locations/tina/lounge/main.rpyc", line 19, in script call
  File "scripts/locations/tina/lounge/dialogue/events.rpyc", line 162, in script call
  File "scripts/characters/tina/scene/sex_lounge.rpyc", line 193, in script
  File "/Users/sstikine/Downloads/SummertimeSaga-0-20-5-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/ast.py", line 708, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-20-5-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/exports.py", line 1345, in say
    who(what, *args, **kwargs)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-20-5-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/character.py", line 1142, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-20-5-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/character.py", line 842, in do_display
    **display_args)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-20-5-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/character.py", line 591, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-20-5-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-20-5-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/display/core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-20-5-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/display/core.py", line 3518, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-20-5-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-20-5-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-20-5-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-20-5-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/display/screen.py", line 714, in event
    rv = self.child.event(ev, x, y, st)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-20-5-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-20-5-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-20-5-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/display/behavior.py", line 962, in event
    return handle_click(self.clicked)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-20-5-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/display/behavior.py", line 897, in handle_click
    rv = run(action)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-20-5-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/display/behavior.py", line 313, in run
    new_rv = run(i, *args, **kwargs)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-20-5-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/display/behavior.py", line 320, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
  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 evening day 161)

Darwin-19.6.0-x86_64-i386-64bit
Ren'Py 7.3.5.606
SummertimeSaga 0.20.5
Tue Sep 8 09:29:08 2020
Platform/OSOSX
Version0.20.5

Relationships

related to 0002928 acknowledged Sleeping crash 
related to 0002925 acknowledgedGreenCap If old save game used attempt to create new save game crashes game 

Activities

GreenCap

GreenCap

2020-09-08 16:37

updater   ~0005015

Is this occuring when continuing from the improperly loaded save that you have reported in issue 2925?

Issue History

Date Modified Username Field Change
2020-09-08 06:30 bobouches New Issue
2020-09-08 16:27 GreenCap Relationship added related to 0002925
2020-09-08 16:37 GreenCap Note Added: 0005015
2020-09-13 22:21 GreenCap Relationship added related to 0002928
2020-09-13 22:21 GreenCap Status new => acknowledged