The game crashes when I try loading a save.
I get this error message:
"Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?"
Viewing post in ASTREON 0.3.5 IS OUT! comments
This is the specific line that causes it:
-----
File "renpy/common/00action_file.rpy", line 499, in __call__
renpy.load(fn)
-----
Then when it tries rolling back after that, it's these lines:
-----
File "D:\Users\username\Desktop\Astreon-pc\renpy\rollback.py", line 930, in rollback
self.load_failed()
File "D:\Users\username\Desktop\Astreon-pc\renpy\rollback.py", line 848, in load_failed
-----