Summertime Saga: Walkthrough & FAQ Thread

4.00 star(s) 1 Vote
Jan 26, 2018
78
15
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 441, in __call__
    renpy.load(fn)
  File "game/scripts/core/systems/locations.rpy", line 146, in __setstate__
KeyError: u'popup'

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\python.py", line 1912, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\display\core.py", line 3451, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\display\screen.py", line 697, in event
    rv = self.child.event(ev, x, y, st)
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\display\behavior.py", line 906, in event
    return handle_click(self.clicked)
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\display\behavior.py", line 841, in handle_click
    rv = run(action)
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\display\behavior.py", line 315, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 441, in __call__
    renpy.load(fn)
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\loadsave.py", line 727, in load
    roots, log = loads(location.load(filename))
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\loadsave.py", line 62, 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/locations.rpy", line 146, in __setstate__
KeyError: u'popup'

Windows-8-6.2.9200
Ren'Py 7.0.0.196
SummertimeSaga 0.16.0
Fri May 03 00:53:17 2019

It's not possible to play from an old save? Do I have to start all over again?

Is there a way of immediatily starting from new content?

Thanks in advance
 
Oct 2, 2017
114
160
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 441, in __call__
    renpy.load(fn)
  File "game/scripts/core/systems/locations.rpy", line 146, in __setstate__
KeyError: u'popup'

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\python.py", line 1912, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\display\core.py", line 3451, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\display\screen.py", line 697, in event
    rv = self.child.event(ev, x, y, st)
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\display\behavior.py", line 906, in event
    return handle_click(self.clicked)
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\display\behavior.py", line 841, in handle_click
    rv = run(action)
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\display\behavior.py", line 315, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 441, in __call__
    renpy.load(fn)
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\loadsave.py", line 727, in load
    roots, log = loads(location.load(filename))
  File "E:\Games\SummertimeSaga-0-18-0-pc\renpy\loadsave.py", line 62, 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/locations.rpy", line 146, in __setstate__
KeyError: u'popup'

Windows-8-6.2.9200
Ren'Py 7.0.0.196
SummertimeSaga 0.16.0
Fri May 03 00:53:17 2019

It's not possible to play from an old save? Do I have to start all over again?

Is there a way of immediatily starting from new content?

Thanks in advance
I don't think it's been possible in any version, at least not since I discovered the game a while back. You always have to start a new save with each new version. THAT said, I might recommend holding off a day or so, very likely he's going to have to do like a B or .1 or something here for a bug fix. Roxy's storyline is straight up broken, cannot progress past a certain point... and that break SEEMS to break sis content too now.
 

Kruncha

Newbie
May 7, 2017
75
35
Can you screw the pantie order?
I feel like ive given: Roxxy, Mia and another i cant tell
Also stuck on sister $500 for Roxxy
 

T-dog

Member
Dec 22, 2017
229
129
So the roxy training is bugged? *sigh* might as well wait for bug fix then, hopefully won't be to long.
 
Oct 2, 2017
114
160
So the roxy training is bugged? *sigh* might as well wait for bug fix then, hopefully won't be to long.
Not only that, but it seems to break Jenny's too, as once Roxy's is locked there, you really can't do anything with Sis either because every time you go to her room you prompt that stupid conversation AGAIN. Fun times. :\
 

Deleted member 1019532

Well-Known Member
Nov 18, 2018
1,309
1,611
17.5, complete with getting Daisy and Diane pregnant, and pregnant again, and pregnant again, is starting to look better and better.

18.0 apparently wasn't thoroughly debugged.
 
4.00 star(s) 1 Vote