Create and Fuck your AI Slut -70% OFF
x

Spiderfox

Active Member
Nov 28, 2018
691
710
298
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
86
20
212
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

Conversation Conqueror
Jun 20, 2022
7,817
13,109
812
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

Conversation Conqueror
Jan 7, 2022
6,696
22,270
803
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

Conversation Conqueror
Jan 7, 2022
6,696
22,270
803
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
34
181
68
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,487
2,849
470
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

Shelscott50

Well-Known Member
Sep 6, 2019
1,599
1,103
361
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 :)
Awesome! Thank you!
 

Ammoman

Newbie
Aug 17, 2018
86
20
212
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.
Thanks. Tried that but didn't work so new game it is!
 

Cirdon

Well-Known Member
Nov 27, 2019
1,495
2,200
468
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 :)
I take it that the patch has been updated for v0.9 even though the post doesn't have any such information on it?
 
  • Like
Reactions: FatGiant
2.90 star(s) 40 Votes