0% found this document useful (0 votes)
29 views2 pages

Ren'Py Rollback Error Explained

Uploaded by

ahmetcolbeyi1
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views2 pages

Ren'Py Rollback Error Explained

Uploaded by

ahmetcolbeyi1
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

I'm sorry, but an uncaught exception occurred.

While running game code:


File "renpy/common/[Link]", line 278, in script
python:
File "renpy/common/[Link]", line 278, in script
python:
File "renpy/common/[Link]", line 282, in <module>
renpy.call_in_new_context("_main_menu")
File "renpy/common/00action_file.rpy", line 463, in __call__
[Link](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/[Link]", line 277, in bootstrap
[Link]()
File "renpy/[Link]", line 660, in main
run(restart)
File "renpy/[Link]", line 146, in run
[Link].run_context(True)
File "renpy/[Link]", line 938, in run_context
[Link]()
File "renpy/common/[Link]", line 278, in script
python:
File "renpy/common/[Link]", line 278, in script
python:
File "renpy/[Link]", line 1131, in execute
[Link].py_exec_bytecode([Link], [Link], store=[Link])
File "renpy/[Link]", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/[Link]", line 282, in <module>
renpy.call_in_new_context("_main_menu")
File "renpy/[Link]", line 346, in call_in_new_context
return [Link].run_context(False)
File "renpy/[Link]", line 938, in run_context
[Link]()
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/[Link]", line 1131, in execute
[Link].py_exec_bytecode([Link], [Link], store=[Link])
File "renpy/[Link]", line 1061, in py_exec_bytecode
exec(bytecode, 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
[Link]()
File "renpy/[Link]", line 299, in interact
rv = [Link](roll_forward=roll_forward, **kwargs)
File "renpy/display/[Link]", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause,
pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type:
ignore
File "renpy/display/[Link]", line 4258, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/[Link]", line 1175, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "renpy/display/[Link]", line 53, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "renpy/display/[Link]", line 1175, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "renpy/display/[Link]", line 1175, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "renpy/display/[Link]", line 743, in event
rv = [Link](ev, x, y, st)
File "renpy/display/[Link]", line 1175, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "renpy/display/[Link]", line 1399, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/[Link]", line 279, in event
rv = [Link](ev, x - xo, y - yo, st)
File "renpy/display/[Link]", line 1175, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "renpy/display/[Link]", line 1399, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/[Link]", line 279, in event
rv = [Link](ev, x - xo, y - yo, st)
File "renpy/display/[Link]", line 1175, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "renpy/display/[Link]", line 279, in event
rv = [Link](ev, x - xo, y - yo, st)
File "renpy/display/[Link]", line 1073, in event
return handle_click([Link])
File "renpy/display/[Link]", line 1008, in handle_click
rv = run(action)
File "renpy/display/[Link]", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 463, in __call__
[Link](fn)
File "renpy/[Link]", line 769, in load
[Link](roots, label="_after_load")
File "renpy/[Link]", line 1078, in unfreeze
[Link](0, force=True, label=label, greedy=greedy, on_load=True)
File "renpy/[Link]", line 889, in rollback
self.load_failed()
File "renpy/[Link]", line 807, 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?

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
FreshWomen
Thu Oct 10 00:09:19 2024

You might also like