I_Love_Latex

Newbie
Mar 17, 2018
61
176
Arrrgh, when I load my save from 0.11.0 (using the walkthrough mod in both 0.11.0 and 0.12.0) I get the following error. No matter what I do, rollback or ignore, it takes me back to the start. Any ideas or do I have to start again?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 452, 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 "renpy/ast.py", line 913, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2111, 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 "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 2978, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "renpy/display/core.py", line 3776, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 969, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 904, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 323, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 767, in load
    log.unfreeze(roots, label="_after_load")
  File "renpy/python.py", line 2066, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "renpy/python.py", line 1898, in rollback
    self.load_failed()
  File "renpy/python.py", line 1816, 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?
 

HansDampf788

Well-Known Member
Dec 31, 2018
1,899
6,242
Arrrgh, when I load my save from 0.11.0 (using the walkthrough mod in both 0.11.0 and 0.12.0) I get the following error. No matter what I do, rollback or ignore, it takes me back to the start. Any ideas or do I have to start again?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 452, 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 "renpy/ast.py", line 913, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2111, 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 "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 2978, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "renpy/display/core.py", line 3776, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 969, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 904, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 323, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 767, in load
    log.unfreeze(roots, label="_after_load")
  File "renpy/python.py", line 2066, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "renpy/python.py", line 1898, in rollback
    self.load_failed()
  File "renpy/python.py", line 1816, 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?
I have the same problem, why does this game hate me? For the last 5 updates every time most of my saves are broken.

Edit: I tried to load ~30 saves made in v11 with the mod and 5 or 6 of them worked.
 
Last edited:
  • Sad
Reactions: I_Love_Latex

ShadowThrone

Active Member
Mar 3, 2020
608
1,171
I have the same problem, why does this game hate me? For the last 5 updates every time most of my saves are broken.

Edit: I tried to load ~30 saves made in v11 with the mod and 5 or 6 of them worked.
Arrrgh, when I load my save from 0.11.0 (using the walkthrough mod in both 0.11.0 and 0.12.0) I get the following error. No matter what I do, rollback or ignore, it takes me back to the start. Any ideas or do I have to start again?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 452, 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 "renpy/ast.py", line 913, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2111, 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 "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 2978, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "renpy/display/core.py", line 3776, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 969, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 904, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 323, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 767, in load
    log.unfreeze(roots, label="_after_load")
  File "renpy/python.py", line 2066, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "renpy/python.py", line 1898, in rollback
    self.load_failed()
  File "renpy/python.py", line 1816, 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?
Possibly due to the mod.
I used to have problems every release trying to load saves when using the mod.
Re-started without it, and have not had any more load issues.
 
  • Like
Reactions: Real Kreten

JokerLeader

Former Legendary Game Compressor
Modder
Donor
Compressor
Mar 16, 2019
8,043
78,963
Now & Then [v0.12.0] ILSProductions

Original Size Win/Linux: 1.44 GB
Original Size Mac: 1.42 GB

Compressed Size Win/Linux: 934 MB: -
Compressed Size Mac: 900 MB: -

This compression is unofficial. Compressing process reduces image/audio/video quality and can break the game, be aware of that.

You can find all of my Walkthrough Mods content here:

Or you can:
 
Last edited:

lyfsavor

Member
Mar 31, 2020
385
482
Yes!!! Thanks Kinderfeld, this is consistently one of my top 10 games, always anxious & thankful for more updates!
 

MrFriendly

Officially Dead Inside
Donor
Feb 23, 2020
5,875
14,431
I didn't play this game for a long time because I am not into zombie fiction or father/daughter incest games, but too many people I know, and trust, really like it. So I admit I was completely wrong about this game... Sure it starts a bit slow, there are some quibbles I have, but the fact that as I played the last update I was terrified that something was going to happen made me realize that this is so good in terms of writing, renders, and character development. I love the girls (though Sydney is more my type) and I worry that something will happen to one or any of them. I want to see them survive together and I am scared for all of them.

Anyway, this is brilliant. Love the new update and I can't wait for more. Just please don't hurt anyone! And we need a threesome...
 

Deleted member 1571716

Conversation Conqueror
Aug 7, 2019
6,352
10,107
I didn't play this game for a long time because I am not into zombie fiction or father/daughter incest games, but too many people I know, and trust, really like it. So I admit I was completely wrong about this game... Sure it starts a bit slow, there are some quibbles I have, but the fact that as I played the last update I was terrified that something was going to happen made me realize that this is so good in terms of writing, renders, and character development. I love the girls (though Sydney is more my type) and I worry that something will happen to one or any of them. I want to see them survive together and I am scared for all of them.

Anyway, this is brilliant. Love the new update and I can't wait for more. Just please don't hurt anyone! And we need a threesome...
It's such a great game that I patroned up. lol But, no 3ormoresomes please. Make it optional like everything else. lol
 

MrFriendly

Officially Dead Inside
Donor
Feb 23, 2020
5,875
14,431
It's such a great game that I patroned up. lol But, no 3ormoresomes please. Make it optional like everything else. lol
Yeah, I would want it to be optional for the folks who don't want to share. But I feel like the game is either going with Naomi and Sydney being a thing without the MC (unlikely) or the MC will have a group thing with Naomi and someone else (Sydney maybe?).
 

Deleted member 1571716

Conversation Conqueror
Aug 7, 2019
6,352
10,107
Yeah, I would want it to be optional for the folks who don't want to share. But I feel like the game is either going with Naomi and Sydney being a thing without the MC (unlikely) or the MC will have a group thing with Naomi and someone else (Sydney maybe?).
Actually, kind of, sort of right. But, with Naomi, it all depends on how she feels towards the MC. Even encounters between her and Sydney are optional. It just depends on the points.
 

faradhii

Active Member
Sep 8, 2019
797
972
For those who had the start error, it's probably the mod. I found loading a save from episode 11 BEFORE the very end scene, clicking through it allowed me to get to chapter 12. Note, make sure you have walkthrough mod in the chapter 12 game. As always, a wonderful chapter, just too short.
 

kajidiablo

Active Member
Apr 8, 2018
848
466
another great chapter keep up the great work, seems Sydney will be lesbian mainly so that will be a bit depressing, if as the mod says makes Naomi lesbian, if its just her being bi and we get FF scenes i wont mind lol but i wont lie a full on harem game would be fun but ill take what i can get
 
  • Like
Reactions: Real Kreten

mordred93

Well-Known Member
Jul 21, 2017
1,525
2,336
Right? But, I think he needs to let us go down on the girls more. :p
Pulls out fingers and toes .. 9 times isn't enough? You have sex 9 different times in the games (not all in the same run through granted, there are choices).

I know you are joking, just giving you shit.
 

Ali ibn Hassan

Engaged Member
Dec 19, 2019
2,402
10,588
Had above mentioned prob with saves. Had to jump back to save at ch. 6 to avoid error.
Seems the Dev made some critical changes as mentioned in the changelog ( Dev says minor ) that caused error if mod used.
A bit tiresome to flick through half the game once more, but,,,,

You don't have permission to view the spoiler content. Log in or register now.

Maybe Zoe's got enough energy to fix the mod?
 

King Slayer100

Active Member
Modder
Aug 20, 2018
645
2,291
Unofficial Android Port for Now and thenV0.12.0
With Zoey raven walkthrough mod



ALLOW STORAGE ACCESS
My Android Ports have a 2nd Persistent save location. So, even if you uninstall the game, the saves will remain Intact.
You don't have permission to view the spoiler content. Log in or register now.
Textsize, opacity slider added
Rename from menu option added

If it says unknown developer or something like that just press install anyway.

Give Me Your Feedback on the Discord Server. As it's easier to reach me there, than here.
 

Deleted member 1571716

Conversation Conqueror
Aug 7, 2019
6,352
10,107
Pulls out fingers and toes .. 9 times isn't enough? You have sex 9 different times in the games (not all in the same run through granted, there are choices).

I know you are joking, just giving you shit.
Starts counting... 1.. 2.. Fuck no. 9 is never enough. It's not an even number! Grrrr!!

Edit:
Oh and the toilet is the other direction. Deposit that shit in there.
 

MrFriendly

Officially Dead Inside
Donor
Feb 23, 2020
5,875
14,431
Starts counting... 1.. 2.. Fuck no. 9 is never enough. It's not an even number! Grrrr!!

Edit:
Oh and the toilet is the other direction. Deposit that shit in there.
Jack should be teaching the girls to appreciate Anal sex as a good "contraceptive" method of having sex...

Last thing they need is one of them to get preggers and try to run away from a zombie.
 
  • Like
  • I just jizzed my pants
Reactions: Naxos and Glooskabe
4.60 star(s) 281 Votes