View Issue Details

IDCategoryLast Update
0002217Bug Report2019-10-19 12:37
Reporterbobouches 
SeveritycrashReproducibilityalways
Status closedResolutionnot fixable
Summary0002217: uncaught exception occurred ON LOAD save game
DescriptionCTD when I try to load saved game from 18.1.x


I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
  File "game/scripts/core/systems/player.rpy", line 249, in __setstate__
KeyError: u'last_baby_gender'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "scripts/script.rpyc", line 60, in script
  File "/Users/sstikine/Downloads/SummertimeSaga-0-19-1-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/ast.py", line 1947, in execute
    self.call("execute")
  File "/Users/sstikine/Downloads/SummertimeSaga-0-19-1-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/ast.py", line 1935, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-19-1-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-19-1-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/exports.py", line 2896, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-19-1-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-19-1-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/display/core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-19-1-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/display/core.py", line 3510, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-19-1-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-19-1-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-19-1-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-19-1-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/display/screen.py", line 707, in event
    rv = self.child.event(ev, x, y, st)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-19-1-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-19-1-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-19-1-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-19-1-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-19-1-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-19-1-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-19-1-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/display/behavior.py", line 946, in event
    return handle_click(self.clicked)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-19-1-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/display/behavior.py", line 881, in handle_click
    rv = run(action)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-19-1-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 452, in __call__
    renpy.load(fn)
  File "/Users/sstikine/Downloads/SummertimeSaga-0-19-1-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/loadsave.py", line 760, in load
    roots, log = loads(location.load(filename))
  File "/Users/sstikine/Downloads/SummertimeSaga-0-19-1-mac/SummertimeSaga.app/Contents/Resources/autorun/renpy/loadsave.py", line 65, in loads
    return pickle.loads(s)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 1382, in loads
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 858, in load
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 1217, in load_build
  File "game/scripts/core/systems/player.rpy", line 249, in __setstate__
KeyError: u'last_baby_gender'

Darwin-19.0.0-x86_64-i386-64bit
Ren'Py 7.3.2.320
SummertimeSaga 0.19.1
Sat Oct 19 07:18:28 2019
Platform/OSWindows
Version0.19.1

Activities

bobouches

bobouches

2019-10-19 11:25

reporter  

sam9

sam9

2019-10-19 12:37

administrator   ~0003096

0.18.x saves are not compatible with 0.19.x

Issue History

Date Modified Username Field Change
2019-10-19 11:25 bobouches New Issue
2019-10-19 11:25 bobouches File Added: Screen Shot 2019-10-19 at 07.18.58.png
2019-10-19 12:37 sam9 Status new => closed
2019-10-19 12:37 sam9 Resolution open => not fixable
2019-10-19 12:37 sam9 Note Added: 0003096