3.20 star(s) 102 Votes

xXx GAMELOVER

Member
Feb 25, 2018
497
211
269
Saves are broken between 12 and 13...................




I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 498, 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 "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\python.py", line 1178, 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 "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\display\core.py", line 2165, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\display\core.py", line 3201, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\display\transition.py", line 53, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\display\screen.py", line 793, in event
rv = self.child.event(ev, x, y, st)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\display\layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\display\transform.py", line 984, in event
rv = d.event(ev, cx, cy, st)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\display\behavior.py", line 1174, in event
return handle_click(self.clicked)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\display\behavior.py", line 1095, in handle_click
rv = run(action)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\display\behavior.py", line 395, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 498, in __call__
renpy.load(fn)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\loadsave.py", line 829, in load
log.unfreeze(roots, label="_after_load")
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\rollback.py", line 1130, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\rollback.py", line 925, in rollback
self.load_failed()
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\rollback.py", line 843, 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?
 

LamentEntertainment

Member
Game Developer
Jun 23, 2019
472
3,519
428
Saves are broken between 12 and 13...................




I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 498, 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 "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\python.py", line 1178, 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 "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\display\core.py", line 2165, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\display\core.py", line 3201, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\display\transition.py", line 53, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\display\screen.py", line 793, in event
rv = self.child.event(ev, x, y, st)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\display\layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\display\transform.py", line 984, in event
rv = d.event(ev, cx, cy, st)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\display\behavior.py", line 1174, in event
return handle_click(self.clicked)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\display\behavior.py", line 1095, in handle_click
rv = run(action)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\display\behavior.py", line 395, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 498, in __call__
renpy.load(fn)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\loadsave.py", line 829, in load
log.unfreeze(roots, label="_after_load")
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\rollback.py", line 1130, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\rollback.py", line 925, in rollback
self.load_failed()
File "I:\_xxxPARTIALgameARCHIVE [R]\Ravenous [Arc 2 Ep. 13] [Lament Entertainment]\Ravenous [Arc 2 v0.13]\renpy\rollback.py", line 843, 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 tested it, and resumed from a few saves. Others have tested it as well.

Are you using the full game download? or the update only? Just curious.

Both work for saves, I'm just wondering if there's an alternative to suggest.

There has been no change in the script. we did the same as usual.

The only thing that I can think of is that its an issue for you with the "update only", but I don't know which you downloaded.

If you used the Update only, it may be necessary for you to download the full game.
 

xXx GAMELOVER

Member
Feb 25, 2018
497
211
269
I have tested it, and resumed from a few saves. Others have tested it as well.

Are you using the full game download? or the update only? Just curious.

Both work for saves, I'm just wondering if there's an alternative to suggest.

There has been no change in the script. we did the same as usual.

The only thing that I can think of is that its an issue for you with the "update only", but I don't know which you downloaded.

If you used the Update only, it may be necessary for you to download the full game.
full game i think, i have the wt from thread added sont know if its the issue
 

cryptor01

New Member
Apr 5, 2021
5
2
55
Sure there is.
I've used it a few times in testing.
I have no idea why you can't rollback.
I mean, I believe you. I just don't know what the issue could be as nobody else has had it.
On Windows 11, Back button is greyed out, nothing in options for rollback, the mouse wheel do nothing. Even reinstalled and started a new game and still not working.
 

LamentEntertainment

Member
Game Developer
Jun 23, 2019
472
3,519
428
So, this game will not include pregnancy? Is that decided?
Screenshot 2025-07-17 184321.png

I will probably be putting pregnancyy in my upcoming game, but as for this one, the plot/plans were sorted before I started and there wasnt any room for it.
Im a solo dev as well, so adding the preg as a path would take entirely too much time and be a lot more work for me, and updates would be slow. Apologies
 
  • Like
Reactions: guardianfather

LamentEntertainment

Member
Game Developer
Jun 23, 2019
472
3,519
428
On Windows 11, Back button is greyed out, nothing in options for rollback, the mouse wheel do nothing. Even reinstalled and started a new game and still not working.
yeah, this is most likely on your end. this is the first time its been brought o my attention. the code is correct, so, i dont know how i can help you with this.
 

JGNeon

Well-Known Member
Modder
Feb 24, 2021
1,037
6,392
647
  • Like
Reactions: frankiemustwait

ljabc

Well-Known Member
Oct 25, 2021
1,183
973
236
View attachment 5052593

I will probably be putting pregnancyy in my upcoming game, but as for this one, the plot/plans were sorted before I started and there wasnt any room for it.
Im a solo dev as well, so adding the preg as a path would take entirely too much time and be a lot more work for me, and updates would be slow. Apologies
please more Naomi with sexy clothes,I like her very much!!!
 

cryptor01

New Member
Apr 5, 2021
5
2
55
yeah, this is most likely on your end. this is the first time its been brought o my attention. the code is correct, so, i dont know how i can help you with this.
Found it, Just in case you ever get this problem reported again. For whatever reason I had to go in C:/Users/YourUserName/AppData/Roaming/Renpy/ and delete the folder RaveneousArc2. Now it's working fine.
 
  • Like
Reactions: ahahlberg
3.20 star(s) 102 Votes