URM v1.7 is affected as well it seems
Ok, here's the weird part. Check out the lines numbers in ch5s29cassiamakeupsex.rpyc (will attach the decompiled .rpy).
Lines 230 and 242. They both had an error when I tried to save.
But after rolling back, both points saved correctly and did not error out.
I saw the "function startReplay" in the traceback so maybe it's because of that?
I'll keep an eye out on the next lewd scene for the replay thing and will try to save after the .rpy started with $ setReplay() but before it has a chance to write into persistent or do $ renpy.end_replay()
You don't have permission to view the spoiler content. Log in or register now.You don't have permission to view the spoiler content. Log in or register now.EDIT: I have attached the decompiled versions of the .rpyc's that I have provided tracebacks for so far in my posts. Maybe it'll help.You don't have permission to view the spoiler content. Log in or register now.
EDIT: So I switched back to v1.9.2 and loaded a save which I saved using v.1.7.0. Upon trying to save using v1.9.2, I instantly got an error. Here are the tracebacks from the v1.9.2 errors (.rpy decompiled file attached as well/post updated):
You don't have permission to view the spoiler content. Log in or register now.You don't have permission to view the spoiler content. Log in or register now.
Thanks for gathering all this information.Ok, I did some experimenting. I will attach the save file I am loading, the corresponding decompiled .rpy from the game, and the different scenarios and URM versions while I tried loading the attached save:
You don't have permission to view the spoiler content. Log in or register now.You don't have permission to view the spoiler content. Log in or register now.No pickles.rpyc, with URM 1.7.0: Loads fine, save was made while using URM 1.7.0 with pickles.rpyc.You don't have permission to view the spoiler content. Log in or register now.
With pickles.rpyc, with URM 1.7.0: Same as above.
With pickles.rpyc, with URM 1.9.2: Same as above.
After loading with pickles.rpyc and URM 1.9.2, I still can't save in the exact spot the save was loaded, I get the following traceback error:
You don't have permission to view the spoiler content. Log in or register now.Saving in the exact spot with pickles.rpyc and URM 1.7.0 works as intended.You don't have permission to view the spoiler content. Log in or register now.
Hope these help somehow. Let me know if there's more I can help you with.
I've just published 1.9.3 in the bèta channel. You can get it from within URM by switching to the bèta channel or you can manually
You must be registered to see the links
.I really hope this resolves the issues. It's hard to fix those strange issues without an easy way to reproduce them. I could reproduce the last one with the save you provided, so that should definitely be solved.