- Jan 5, 2018
- 405
- 185
The 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.
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_load_save.rpym", line 35, in script
$ ui.interact()
File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\python.py", line 1049, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\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 "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\core.py", line 4252, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\transition.py", line 53, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\screen.py", line 743, in event
rv = self.child.event(ev, x, y, st)
File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\layout.py", line 1399, in event
rv = super(Window, self).event(ev, x, y, st)
File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\behavior.py", line 1064, in event
return handle_click(self.clicked)
File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\behavior.py", line 999, in handle_click
rv = run(action)
File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\behavior.py", line 322, in run
new_rv = run(i, *args, **kwargs)
File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\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 "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\loadsave.py", line 769, in load
log.unfreeze(roots, label="_after_load")
File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\rollback.py", line 1078, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\rollback.py", line 889, in rollback
self.load_failed()
File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\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
Fri Jun 7 12:42:57 2024
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.