an exception has occured

loled1337

New Member
Mar 26, 2020
1
0
I get this problem when I load my save on milfy city

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 452, 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 "/Users/user/MEGAsync Downloads/Milfy_City.app/Contents/Resources/autorun/renpy/ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/Users/user/MEGAsync Downloads/Milfy_City.app/Contents/Resources/autorun/renpy/python.py", line 2008, 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 "/Users/user/MEGAsync Downloads/Milfy_City.app/Contents/Resources/autorun/renpy/ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Users/user/MEGAsync Downloads/Milfy_City.app/Contents/Resources/autorun/renpy/display/core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/Users/theo/MEGAsync Downloads/Milfy_City.app/Contents/Resources/autorun/renpy/display/core.py", line 3518, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/Users/theo/MEGAsync Downloads/Milfy_City.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/theo/MEGAsync Downloads/Milfy_City.app/Contents/Resources/autorun/renpy/display/transition.py", line 47, in event
    return self.new_widget.event(ev, x, y, st)  # E1101
  File "/Users/theo/MEGAsync Downloads/Milfy_City.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/theo/MEGAsync Downloads/Milfy_City.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/theo/MEGAsync Downloads/Milfy_City.app/Contents/Resources/autorun/renpy/display/screen.py", line 714, in event
    rv = self.child.event(ev, x, y, st)
  File "/Users/theo/MEGAsync Downloads/Milfy_City.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/theo/MEGAsync Downloads/Milfy_City.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/theo/MEGAsync Downloads/Milfy_City.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/theo/MEGAsync Downloads/Milfy_City.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/theo/MEGAsync Downloads/Milfy_City.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/theo/MEGAsync Downloads/Milfy_City.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/theo/MEGAsync Downloads/Milfy_City.app/Contents/Resources/autorun/renpy/display/behavior.py", line 962, in event
    return handle_click(self.clicked)
  File "/Users/theo/MEGAsync Downloads/Milfy_City.app/Contents/Resources/autorun/renpy/display/behavior.py", line 897, in handle_click
    rv = run(action)
  File "/Users/theo/MEGAsync Downloads/Milfy_City.app/Contents/Resources/autorun/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 "/Users/theo/MEGAsync Downloads/Milfy_City.app/Contents/Resources/autorun/renpy/loadsave.py", line 770, in load
    log.unfreeze(roots, label="_after_load")
  File "/Users/theo/MEGAsync Downloads/Milfy_City.app/Contents/Resources/autorun/renpy/python.py", line 1963, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "/Users/theo/MEGAsync Downloads/Milfy_City.app/Contents/Resources/autorun/renpy/python.py", line 1795, in rollback
    self.load_failed()
  File "/Users/theo/MEGAsync Downloads/Milfy_City.app/Contents/Resources/autorun/renpy/python.py", line 1713, in load_failed
    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?

Darwin-16.7.0-x86_64-i386-64bit
Ren'Py 7.3.4.596
Milfy City 0.6e
Sat Mar 28 21:33:33 2020
 

whippetmaster

Active Member
Oct 4, 2018
783
1,107
You need a new save. Apparently a variable was added or changed so the save you're loading is incompatible.