- Jul 26, 2023
- 19,135
- 51,397
- 922
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 499, 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 "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\ast.py", line 834, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\python.py", line 1187, 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 "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\core.py", line 2218, 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 "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\core.py", line 3289, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\screen.py", line 794, in event
rv = self.child.event(ev, x, y, st)
File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\layout.py", line 1526, in event
rv = super(Window, self).event(ev, x, y, st)
File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\layout.py", line 285, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\behavior.py", line 1182, in event
return handle_click(self.clicked)
File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\behavior.py", line 1103, in handle_click
rv = run(action)
File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\behavior.py", line 401, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 499, in __call__
renpy.load(fn)
File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\loadsave.py", line 838, in load
log.unfreeze(roots, label="_after_load")
File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\rollback.py", line 1134, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\rollback.py", line 930, in rollback
self.load_failed()
File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\rollback.py", line 848, 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.22621 AMD64
Ren'Py 8.3.7.25031702
Rivers of Astrum: Daughter of Darkness 0.3.2
Thu Nov 20 20:56:24 2025
hmmm, playing on steam, I can't load my old save is that normal? Anyways, here is the traceback:
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00action_file.rpy", line 499, 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 "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\ast.py", line 834, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\python.py", line 1187, 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 "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\ui.py", line 301, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\core.py", line 2218, 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 "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\core.py", line 3289, in interact_core rv = root_widget.event(ev, x, y, 0) File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\layout.py", line 1297, in event rv = i.event(ev, x - xo, y - yo, cst) File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\layout.py", line 1297, in event rv = i.event(ev, x - xo, y - yo, cst) File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\layout.py", line 1297, in event rv = i.event(ev, x - xo, y - yo, cst) File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\screen.py", line 794, in event rv = self.child.event(ev, x, y, st) File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\layout.py", line 1297, in event rv = i.event(ev, x - xo, y - yo, cst) File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\layout.py", line 1526, in event rv = super(Window, self).event(ev, x, y, st) File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\layout.py", line 285, in event rv = d.event(ev, x - xo, y - yo, st) File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\layout.py", line 1297, in event rv = i.event(ev, x - xo, y - yo, cst) File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\layout.py", line 1297, in event rv = i.event(ev, x - xo, y - yo, cst) File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\layout.py", line 1297, in event rv = i.event(ev, x - xo, y - yo, cst) File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\behavior.py", line 1182, in event return handle_click(self.clicked) File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\behavior.py", line 1103, in handle_click rv = run(action) File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\display\behavior.py", line 401, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 499, in __call__ renpy.load(fn) File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\loadsave.py", line 838, in load log.unfreeze(roots, label="_after_load") File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\rollback.py", line 1134, in unfreeze self.rollback(0, force=True, label=label, greedy=greedy, on_load=True) File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\rollback.py", line 930, in rollback self.load_failed() File "E:\SteamLibrary\steamapps\common\Rivers of Astrum - Daughter of Darkness\renpy\rollback.py", line 848, 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.22621 AMD64 Ren'Py 8.3.7.25031702 Rivers of Astrum: Daughter of Darkness 0.3.2 Thu Nov 20 20:56:24 2025
Its 12 months ... When is it going to be released or milking for more posting poster>Rivers of Astrum: Daughter of Darkness, Version 0.3.2 is now live to the public on both Steam and Zoom!
(The Zoom update may or may not happen right away, that upload is out of my control, but they have the files and the schedule. Zoom is DRM-Free, for those that are looking for that.)
Also a reminder, Supporters on SubscribeStar get early access, in-game benefits, and exclusive supporter galleries!
You must be registered to see the links You must be registered to see the links You must be registered to see the links
You can also find me most actively on the game'sYou must be registered to see the links!
You didn't even read the post you just replied to.Its 12 months ... When is it going to be released or milking for more posting poster>