So I just tried to load a save file on the update version but it goes to rollback.
Viewing post in Updates for version 1.0 comments
Sorry, I should have explained it better, this shows up when I try to load a save file.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 427, in __call__
renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
Hmm does this only happen when you try to load an older save file? Is it possible for you to make new saves and load them? What that error message is telling me is that the game doesn't like you trying to load an older version savefile. I didn't change very much when I edited the game to remove the bugs, but perhaps even that's enough to make the save files incompatible, unfortunately...