View Issue Details

IDCategoryLast Update
0002298Bug Report2019-11-20 10:09
Reporterginge 
SeveritymajorReproducibilityalways
Status closedResolutionnot fixable
Summary0002298: Cannot load save files
DescriptionI go to open a save (after downloading the hotfix 0.19.1) and get two errors back to back, then it starts the game from the beginning, I've attached the logs I got as an error so hopefully this'll help!
Platform/OSWindows
Version0.19.1

Activities

ginge

ginge

2019-10-20 22:58

reporter  

traceback1.txt (5,160 bytes)
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 "C:\Users\Joe Downton\Downloads\Java_\bin\STS\SummertimeSaga-0-19-1-pc\renpy\ast.py", line 1947, in execute
    self.call("execute")
  File "C:\Users\Joe Downton\Downloads\Java_\bin\STS\SummertimeSaga-0-19-1-pc\renpy\ast.py", line 1935, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\Joe Downton\Downloads\Java_\bin\STS\SummertimeSaga-0-19-1-pc\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 "C:\Users\Joe Downton\Downloads\Java_\bin\STS\SummertimeSaga-0-19-1-pc\renpy\exports.py", line 2896, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\Joe Downton\Downloads\Java_\bin\STS\SummertimeSaga-0-19-1-pc\renpy\ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Joe Downton\Downloads\Java_\bin\STS\SummertimeSaga-0-19-1-pc\renpy\display\core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Joe Downton\Downloads\Java_\bin\STS\SummertimeSaga-0-19-1-pc\renpy\display\core.py", line 3510, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Users\Joe Downton\Downloads\Java_\bin\STS\SummertimeSaga-0-19-1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Joe Downton\Downloads\Java_\bin\STS\SummertimeSaga-0-19-1-pc\renpy\display\transition.py", line 47, in event
    return self.new_widget.event(ev, x, y, st)  # E1101
  File "C:\Users\Joe Downton\Downloads\Java_\bin\STS\SummertimeSaga-0-19-1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Joe Downton\Downloads\Java_\bin\STS\SummertimeSaga-0-19-1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Joe Downton\Downloads\Java_\bin\STS\SummertimeSaga-0-19-1-pc\renpy\display\screen.py", line 707, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Users\Joe Downton\Downloads\Java_\bin\STS\SummertimeSaga-0-19-1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Joe Downton\Downloads\Java_\bin\STS\SummertimeSaga-0-19-1-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\Joe Downton\Downloads\Java_\bin\STS\SummertimeSaga-0-19-1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Joe Downton\Downloads\Java_\bin\STS\SummertimeSaga-0-19-1-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\Joe Downton\Downloads\Java_\bin\STS\SummertimeSaga-0-19-1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Joe Downton\Downloads\Java_\bin\STS\SummertimeSaga-0-19-1-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\Joe Downton\Downloads\Java_\bin\STS\SummertimeSaga-0-19-1-pc\renpy\display\behavior.py", line 946, in event
    return handle_click(self.clicked)
  File "C:\Users\Joe Downton\Downloads\Java_\bin\STS\SummertimeSaga-0-19-1-pc\renpy\display\behavior.py", line 881, in handle_click
    rv = run(action)
  File "C:\Users\Joe Downton\Downloads\Java_\bin\STS\SummertimeSaga-0-19-1-pc\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 "C:\Users\Joe Downton\Downloads\Java_\bin\STS\SummertimeSaga-0-19-1-pc\renpy\loadsave.py", line 760, in load
    roots, log = loads(location.load(filename))
  File "C:\Users\Joe Downton\Downloads\Java_\bin\STS\SummertimeSaga-0-19-1-pc\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'

Windows-8-6.2.9200
Ren'Py 7.3.2.320
SummertimeSaga 0.19.1
Sun Oct 20 23:42:37 2019
traceback1.txt (5,160 bytes)
traceback2.txt (885 bytes)
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/script.rpy", line 148, in <module>
NameError: name 'cheating' is not defined

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

Full traceback:
  File "scripts/script.rpyc", line 146, in script
  File "C:\Users\Joe Downton\Downloads\Java_\bin\STS\SummertimeSaga-0-19-1-pc\renpy\ast.py", line 912, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Joe Downton\Downloads\Java_\bin\STS\SummertimeSaga-0-19-1-pc\renpy\python.py", line 2004, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/scripts/script.rpy", line 148, in <module>
NameError: name 'cheating' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.2.320
SummertimeSaga 0.19.1
Sun Oct 20 23:42:56 2019
traceback2.txt (885 bytes)
Casiope

Casiope

2019-11-03 23:56

updater   ~0003480

Did you try to load a save from a version prior to 0.19?
sam9

sam9

2019-11-20 10:09

administrator   ~0003729

The "last_baby_gender" error is from pre 0.19 saves, and not compatible.

Issue History

Date Modified Username Field Change
2019-10-20 22:58 ginge New Issue
2019-10-20 22:58 ginge File Added: traceback1.txt
2019-10-20 22:58 ginge File Added: traceback2.txt
2019-11-03 23:56 Casiope Note Added: 0003480
2019-11-20 10:09 sam9 Status new => closed
2019-11-20 10:09 sam9 Resolution open => not fixable
2019-11-20 10:09 sam9 Note Added: 0003729