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

Game Code Exception in Ren'Py

An uncaught exception occurred while running game code, causing the game to crash. The error message indicates that the script changed in an incompatible way, preventing the game from rolling back to a previous state during loading. The full traceback provides details on the sequence of events that led to the exception.

Uploaded by

Sinedd
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)
174 views2 pages

Game Code Exception in Ren'Py

An uncaught exception occurred while running game code, causing the game to crash. The error message indicates that the script changed in an incompatible way, preventing the game from rolling back to a previous state during loading. The full traceback provides details on the sequence of events that led to the exception.

Uploaded by

Sinedd
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/00action_file.rpy", line 452, 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/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\Users\sined\Downloads\MyNewFamily-0.23-pc\MyNewFamily-0.23-pc\renpy\
[Link]", line 914, in execute
[Link].py_exec_bytecode([Link], [Link], store=[Link])
File "C:\Users\sined\Downloads\MyNewFamily-0.23-pc\MyNewFamily-0.23-pc\renpy\
[Link]", line 2028, 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
[Link]()
File "C:\Users\sined\Downloads\MyNewFamily-0.23-pc\MyNewFamily-0.23-pc\renpy\
[Link]", line 297, in interact
rv = [Link](roll_forward=roll_forward, **kwargs)
File "C:\Users\sined\Downloads\MyNewFamily-0.23-pc\MyNewFamily-0.23-pc\renpy\
display\[Link]", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause,
**kwargs)
File "C:\Users\sined\Downloads\MyNewFamily-0.23-pc\MyNewFamily-0.23-pc\renpy\
display\[Link]", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\sined\Downloads\MyNewFamily-0.23-pc\MyNewFamily-0.23-pc\renpy\
display\[Link]", line 998, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\sined\Downloads\MyNewFamily-0.23-pc\MyNewFamily-0.23-pc\renpy\
display\[Link]", line 47, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "C:\Users\sined\Downloads\MyNewFamily-0.23-pc\MyNewFamily-0.23-pc\renpy\
display\[Link]", line 998, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\sined\Downloads\MyNewFamily-0.23-pc\MyNewFamily-0.23-pc\renpy\
display\[Link]", line 998, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\sined\Downloads\MyNewFamily-0.23-pc\MyNewFamily-0.23-pc\renpy\
display\[Link]", line 714, in event
rv = [Link](ev, x, y, st)
File "C:\Users\sined\Downloads\MyNewFamily-0.23-pc\MyNewFamily-0.23-pc\renpy\
display\[Link]", line 998, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\sined\Downloads\MyNewFamily-0.23-pc\MyNewFamily-0.23-pc\renpy\
display\[Link]", line 244, in event
rv = [Link](ev, x - xo, y - yo, st)
File "C:\Users\sined\Downloads\MyNewFamily-0.23-pc\MyNewFamily-0.23-pc\renpy\
display\[Link]", line 998, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\sined\Downloads\MyNewFamily-0.23-pc\MyNewFamily-0.23-pc\renpy\
display\[Link]", line 244, in event
rv = [Link](ev, x - xo, y - yo, st)
File "C:\Users\sined\Downloads\MyNewFamily-0.23-pc\MyNewFamily-0.23-pc\renpy\
display\[Link]", line 998, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\sined\Downloads\MyNewFamily-0.23-pc\MyNewFamily-0.23-pc\renpy\
display\[Link]", line 244, in event
rv = [Link](ev, x - xo, y - yo, st)
File "C:\Users\sined\Downloads\MyNewFamily-0.23-pc\MyNewFamily-0.23-pc\renpy\
display\[Link]", line 962, in event
return handle_click([Link])
File "C:\Users\sined\Downloads\MyNewFamily-0.23-pc\MyNewFamily-0.23-pc\renpy\
display\[Link]", line 897, in handle_click
rv = run(action)
File "C:\Users\sined\Downloads\MyNewFamily-0.23-pc\MyNewFamily-0.23-pc\renpy\
display\[Link]", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 452, in __call__
[Link](fn)
File "C:\Users\sined\Downloads\MyNewFamily-0.23-pc\MyNewFamily-0.23-pc\renpy\
[Link]", line 770, in load
[Link](roots, label="_after_load")
File "C:\Users\sined\Downloads\MyNewFamily-0.23-pc\MyNewFamily-0.23-pc\renpy\
[Link]", line 1983, in unfreeze
[Link](0, force=True, label=label, greedy=greedy, on_load=True)
File "C:\Users\sined\Downloads\MyNewFamily-0.23-pc\MyNewFamily-0.23-pc\renpy\
[Link]", line 1815, in rollback
self.load_failed()
File "C:\Users\sined\Downloads\MyNewFamily-0.23-pc\MyNewFamily-0.23-pc\renpy\
[Link]", line 1733, 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-8-6.2.9200
Ren'Py [Link]
My new family 0.23
Fri Aug 18 21:13:25 2023

You might also like