Kalismatik
New Member
- Mar 28, 2020
- 1
- 0
- 185
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 463, 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 "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\python.py", line 1049, 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
ui.interact()
File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\core.py", line 4252, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\transition.py", line 53, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\screen.py", line 743, in event
rv = self.child.event(ev, x, y, st)
File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\layout.py", line 1399, in event
rv = super(Window, self).event(ev, x, y, st)
File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\layout.py", line 1399, in event
rv = super(Window, self).event(ev, x, y, st)
File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\behavior.py", line 1064, in event
return handle_click(self.clicked)
File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\behavior.py", line 999, in handle_click
rv = run(action)
File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 463, in __call__
renpy.load(fn)
File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\loadsave.py", line 769, in load
log.unfreeze(roots, label="_after_load")
File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\rollback.py", line 1078, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\rollback.py", line 889, in rollback
self.load_failed()
File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\rollback.py", 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.22631 AMD64
Ren'Py 8.0.1.22070801
Lost & Found 0.9
Sat Jun 8 00:49:42 2024
sameHi, getting this exception when trying to load a save -
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00action_file.rpy", line 463, 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 "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\ast.py", line 1131, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\python.py", line 1049, 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 ui.interact() File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\core.py", line 3377, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\core.py", line 4252, in interact_core rv = root_widget.event(ev, x, y, 0) File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\layout.py", line 1175, in event rv = i.event(ev, x - xo, y - yo, cst) File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\transition.py", line 53, in event return self.new_widget.event(ev, x, y, st) # E1101 File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\layout.py", line 1175, in event rv = i.event(ev, x - xo, y - yo, cst) File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\layout.py", line 1175, in event rv = i.event(ev, x - xo, y - yo, cst) File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\screen.py", line 743, in event rv = self.child.event(ev, x, y, st) File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\layout.py", line 1175, in event rv = i.event(ev, x - xo, y - yo, cst) File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\layout.py", line 1399, in event rv = super(Window, self).event(ev, x, y, st) File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\layout.py", line 279, in event rv = d.event(ev, x - xo, y - yo, st) File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\layout.py", line 1175, in event rv = i.event(ev, x - xo, y - yo, cst) File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\layout.py", line 1399, in event rv = super(Window, self).event(ev, x, y, st) File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\layout.py", line 279, in event rv = d.event(ev, x - xo, y - yo, st) File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\layout.py", line 1175, in event rv = i.event(ev, x - xo, y - yo, cst) File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\layout.py", line 279, in event rv = d.event(ev, x - xo, y - yo, st) File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\behavior.py", line 1064, in event return handle_click(self.clicked) File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\behavior.py", line 999, in handle_click rv = run(action) File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\display\behavior.py", line 329, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 463, in __call__ renpy.load(fn) File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\loadsave.py", line 769, in load log.unfreeze(roots, label="_after_load") File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\rollback.py", line 1078, in unfreeze self.rollback(0, force=True, label=label, greedy=greedy, on_load=True) File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\rollback.py", line 889, in rollback self.load_failed() File "F:\ANDY-PC\LostAndFound-0.9-pc-compressed\LostAndFound-0.9-pc-compressed\renpy\rollback.py", 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.22631 AMD64 Ren'Py 8.0.1.22070801 Lost & Found 0.9 Sat Jun 8 00:49:42 2024
Old newsA very poor attempt to copy My New Family, but completely lacking the feelings and heartfelt relationships of the original.
I started over... Tried several saves, none worked, borked them all and started over... The good and the bad thing about this is that while there are many Chapters, they are small(ish) so it goes fast.same
Please, we all know this. Think of this not as a copy, but, as a Fan Fic. There are a few small details that are better here, but, overall the original work is of higher quality.A very poor attempt to copy My New Family, but completely lacking the feelings and heartfelt relationships of the original.
tell me plz how can I DL or use this patch??
Yes, you can. I'm using it.tell me plz how can I DL or use this patch??
(I imagine copy & paste??)
I'll look into it when I get some time up my sleeve.I like this game a lot but its frustrating playing with only 20 save pages. I need a lot more than that. I would appreciate a fix or improvement for this.![]()
When saving the file, you need to go to the box labeled Save as type and change it from Text File to All FilesThe wincest file doesn't seem to work. I have removed the numbers in front but it isn't being recognized as a RPY file; only a text doc.
Awesome! Thank you!Yes, you can. I'm using it.
To download it, click on the link with the right mouse button, choose "save the link as" and save it. Then copy paste it to the Lost&Found /game folder. It will tell you the file already exist, overwrite it.
The patch isn't perfect, there's a few "neighbor" and "roomies" left, but, mostly does it's job.
Peace![]()
Thanks. Tried that but didn't work so new game it is!Sorry guys forgot to mention we had to do a rework on the persistancy side of things with the saves, so if your saves aren't working, try starting a new game to the point where you name the MC. In most cases that should get the saves working again. I will look at any other issues in a couple of weeks as I'm in the process of changing jobs.
same here this is the only game where animations are fked for me.The animations don't seem to run smooth. Does anyone else have this problem?
I take it that the patch has been updated for v0.9 even though the post doesn't have any such information on it?Yes, you can. I'm using it.
To download it, click on the link with the right mouse button, choose "save the link as" and save it. Then copy paste it to the Lost&Found /game folder. It will tell you the file already exist, overwrite it.
The patch isn't perfect, there's a few "neighbor" and "roomies" left, but, mostly does it's job.
Peace![]()