View Issue Details

IDCategoryLast Update
0002289Bug Report2019-12-23 09:47
Reportermrgreenman 
SeveritymajorReproducibilityalways
Status closedResolutionnot fixable
Summary0002289: Every time I try to load a save file the game spits and error and I can't continue
DescriptionI was playing the game earlier today and now I just can't load any of my saved games. I saved in the middle of the tattoo party and now any time I try to load a game it just hit me when an error message saying "Exception: Cannot start an interaction in the middle of an interaction, without creating a new context." Followed by the other text in the traceback.
Platform/OSWindows
Version0.19.1

Activities

mrgreenman

mrgreenman

2019-10-20 19:47

reporter  

traceback1.txt (3,015 bytes)
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/locations/tattoo_parlor/garage/garage.rpy", line 32, in <module>
  File "game/scripts/core/systems/game.rpy", line 351, in main
  File "game/scripts/core/systems/locations/locations.rpy", line 255, in call_screen
Exception: Cannot start an interaction in the middle of an interaction, without creating a new context.

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

Full traceback:
  File "scripts/core/user_interface/cellphone/labels.rpyc", line 1, in script call
  File "scripts/locations/home/entrance/hallway/bedroom/bedroom.rpyc", line 67, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
  File "scripts/locations/home/entrance/hallway/hallway.rpyc", line 65, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
  File "scripts/locations/home/entrance/hallway/shower/shower.rpyc", line 42, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
  File "scripts/locations/home/entrance/hallway/hallway.rpyc", line 65, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
  File "scripts/locations/home/entrance/entrance.rpyc", line 185, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
  File "scripts/locations/home/entrance/kitchen/kitchen.rpyc", line 10, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 61, in script call
  File "scripts/locations/home/entrance/entrance.rpyc", line 185, in script call
  File "scripts/locations/tattoo_parlor/garage/garage.rpyc", line 32, in script
  File "G:\Games\SummertimeSaga-0-19-11-pc\renpy\ast.py", line 912, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "G:\Games\SummertimeSaga-0-19-11-pc\renpy\python.py", line 2004, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/scripts/locations/tattoo_parlor/garage/garage.rpy", line 32, in <module>
  File "game/scripts/core/systems/game.rpy", line 351, in main
  File "game/scripts/core/systems/locations/locations.rpy", line 255, in call_screen
  File "G:\Games\SummertimeSaga-0-19-11-pc\renpy\exports.py", line 2896, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "G:\Games\SummertimeSaga-0-19-11-pc\renpy\ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "G:\Games\SummertimeSaga-0-19-11-pc\renpy\display\core.py", line 2677, in interact
    raise Exception("Cannot start an interaction in the middle of an interaction, without creating a new context.")
Exception: Cannot start an interaction in the middle of an interaction, without creating a new context.

Windows-8-6.2.9200
Ren'Py 7.3.2.320
SummertimeSaga 0.19.1
Sun Oct 20 15:33:49 2019
traceback1.txt (3,015 bytes)
Casiope

Casiope

2019-12-15 23:14

updater   ~0004034

As the saving system is capricious, it is not recommended to make game saves in the middle of a dialogue or a minigame. Unfortunately, the developers can do nothing but mitigate as much as possible the occurrence of the save issues.
Without reply, the report will be closed within a week.
sam9

sam9

2019-12-23 09:47

administrator   ~0004208

Save compatibility is still in alpha, unfortunately there are some cases where the saves cannot be converted.

Issue History

Date Modified Username Field Change
2019-10-20 19:47 mrgreenman New Issue
2019-10-20 19:47 mrgreenman File Added: traceback1.txt
2019-12-15 23:14 Casiope Note Added: 0004034
2019-12-23 09:47 sam9 Status new => closed
2019-12-23 09:47 sam9 Resolution open => not fixable
2019-12-23 09:47 sam9 Note Added: 0004208