BiggusDikkus

Member
Jan 5, 2018
384
166
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.
 

Elhemeer

Forum Fanatic
Jun 20, 2022
5,613
9,352
Anyone else not able to load a saved file? (I'm not talking about unable to see them, I only had 10 pages saved, so that didn't effect me).

I tried with and without the wincest patch (which wasn't a thing in previous versions, right?)

Either way, my save loads, I get this error, if I roll back it crashes, if I ignore it starts from scratch. (and I have to check "skip unseen text" to continue)

Is this 'cause I didn't check out 8.5? Is it different enough that I shouldn't skip through to chap 23?
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
 

Spiderfox

Active Member
Nov 28, 2018
685
695
auto saves worked for me. I think it's due to the coding changes at the beginning of the game
 

Ammoman

Newbie
Aug 17, 2018
80
19
Hi, 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
 

Elhemeer

Forum Fanatic
Jun 20, 2022
5,613
9,352
Hi, 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
same
 

FatGiant

Forum Fanatic
Jan 7, 2022
4,360
13,715
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.


A very poor attempt to copy My New Family, but completely lacking the feelings and heartfelt relationships of the original.
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.

Things feel a bit rushed here. As if this Dev is trying to show it's work faster, so people don't give up. It works and it doesn't. People may not give up because there's no sex, but, some will because there's no depth, no build-up, no real romance.

Then there's the incongruences, like hiring a Photographer as a COO, without even an Interview. The company car is a Bugatti.
Head of HR, tries the male hires? Really? Of HR? Really? Receptionist offers sexual relief, sanctioned and authorized? Really?

It is NOT a bad work visually, but, story wise it feels immature (the writing, not the writer). Sure, it is to be read with Porn Eyes, with the clear purpose of giving sex scenes fast and often. It does that. But not much else.

Peace :)
 

FatGiant

Forum Fanatic
Jan 7, 2022
4,360
13,715
tell me plz how can I DL or use this patch??
(I imagine copy & paste??)
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 :)
 

Jun1or72

Newbie
Oct 17, 2022
26
97
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.
 

JohnJG

Engaged Member
May 17, 2018
2,306
2,579
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. :coffee:
 
  • Like
Reactions: Fex88 and TheDevian
3.00 star(s) 27 Votes