VN Ren'Py Abandoned Family Man...? [v9.1] [MoleMan]

3.50 star(s) 30 Votes

Xyzzy

Member
Jan 24, 2018
180
119
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
 

riktor

Active Member
Nov 26, 2018
906
1,160
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
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?
 

Xyzzy

Member
Jan 24, 2018
180
119
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.
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.
 

riktor

Active Member
Nov 26, 2018
906
1,160
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.
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.
 

Xyzzy

Member
Jan 24, 2018
180
119
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.
Way ahead of you. Trying it now. It seems to work. Althrough I like my name better than Riktor. :D
 

riktor

Active Member
Nov 26, 2018
906
1,160
Way ahead of you. Trying it now. It seems to work. Althrough I like my name better than Riktor. :D
Understandable :cry:. I'll be headed to bed soon, if no one else manages to figure it out I'll keep looking tomorrow.
 
3.50 star(s) 30 Votes