- Nov 20, 2017
- 741
- 714
yes it is a lot of such error messages really a pity I hope it comes as soon as possible a fixI get the same error ... every freaking time I load a savegame ... I am mad as hell ...
yes it is a lot of such error messages really a pity I hope it comes as soon as possible a fixI get the same error ... every freaking time I load a savegame ... I am mad as hell ...
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)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\ast.py", line 862, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\$user\Games\Family Man\FamilyMan-7.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 "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\core.py", line 2649, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\core.py", line 3451, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\transition.py", line 45, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\screen.py", line 697, in event
rv = self.child.event(ev, x, y, st)
File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\layout.py", line 239, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\layout.py", line 239, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\layout.py", line 239, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\behavior.py", line 906, in event
return handle_click(self.clicked)
File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\behavior.py", line 841, in handle_click
rv = run(action)
File "C:\$user\Games\Family Man\FamilyMan-7.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 "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\loadsave.py", line 728, in load
log.unfreeze(roots, label="_after_load")
File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\python.py", line 1867, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\python.py", line 1696, in rollback
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
Windows-7-6.1.7601-SP1
Ren'Py 7.0.0.196
7.0
Sun Aug 11 03:35:48 2019
hmm, not seeing anything simple to address right off in that one. care to post the save you're trying to load so I can try it on my end?Error while trying to load a previous save:
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) Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way? -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script python hide: File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\ast.py", line 862, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\$user\Games\Family Man\FamilyMan-7.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 "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\ui.py", line 287, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\core.py", line 2649, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\core.py", line 3451, in interact_core rv = root_widget.event(ev, x, y, 0) File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\layout.py", line 992, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\transition.py", line 45, in event return self.new_widget.event(ev, x, y, st) # E1101 File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\layout.py", line 992, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\layout.py", line 992, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\screen.py", line 697, in event rv = self.child.event(ev, x, y, st) File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\layout.py", line 992, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\layout.py", line 239, in event rv = d.event(ev, x - xo, y - yo, st) File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\layout.py", line 992, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\layout.py", line 239, in event rv = d.event(ev, x - xo, y - yo, st) File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\layout.py", line 992, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\layout.py", line 239, in event rv = d.event(ev, x - xo, y - yo, st) File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\behavior.py", line 906, in event return handle_click(self.clicked) File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\display\behavior.py", line 841, in handle_click rv = run(action) File "C:\$user\Games\Family Man\FamilyMan-7.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 "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\loadsave.py", line 728, in load log.unfreeze(roots, label="_after_load") File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\python.py", line 1867, in unfreeze self.rollback(0, force=True, label=label, greedy=greedy, on_load=True) File "C:\$user\Games\Family Man\FamilyMan-7.0-pc\renpy\python.py", line 1696, in rollback raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?") Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way? Windows-7-6.1.7601-SP1 Ren'Py 7.0.0.196 7.0 Sun Aug 11 03:35:48 2019
Sure. Where is it?hmm, not seeing anything simple to address right off in that one. care to post the save you're trying to load so I can try it on my end?
try the save attached below, just want to see if a save I know works for me gives you an error too.This happens when I try to open any of ma previous saves
either in yourr game/saves folder or (on windows) in c:\users\<your user>\appdata\roaming\renpy\FamilyMan-1520277595Sure. Where is it?
yup same error for me when trying it. Not sure about that one. I'll dig around a bit but I don't think I'm likely to find a fix for it tonight. Sorry I couldn't be of more help.Here you go.
No worries. Thanks for trying, and thanks for responding so quickly. If it's any help, that save is the latest one I have, taken at the end of the previous update. But I am also getting errors on every save I try to load.yup same error for me when trying it. Not sure about that one. I'll dig around a bit but I don't think I'm likely to find a fix for it tonight. Sorry I couldn't be of more help.
try the save I posted here Also at the end of last update (man whore route). save to game/saves make sure file name is 8-1-LT1.save (assuming you aren't using that slot already). Just to see if a save I know works for me still gives you an error.No worries. Thanks for trying, and thanks for responding so quickly. If it's any help, that save is the latest one I have, taken at the end of the previous update. But I am also getting errors on every save I try to load.
Way ahead of you. Trying it now. It seems to work. Althrough I like my name better than Riktor.try the save I posted here Also at the end of last update (man whore route). save to game/saves make sure file name is 8-1-LT1.save . Just to see if a save I know works for me still gives you an error.
Understandable . I'll be headed to bed soon, if no one else manages to figure it out I'll keep looking tomorrow.Way ahead of you. Trying it now. It seems to work. Althrough I like my name better than Riktor.
Miraculously that savegame works ...try the save attached below, just want to see if a save I know works for me gives you an error too.