Hello!
I've got a problem. My Ren'Py version is 7.4.6 and I've got a stable build for my game. But recently i've updated my JDK for Android build. After that Ren'Py somehow broke save/load system in a game, and I can't load my old save games.
I've got this right after click specific save file in a "load game" menu:
That happens even in launched through Ren'Py project. In my recent already builded versions saves are loading normally.
New game starts normally, all working well. Logs are identical, no errors, no traceback.
What can I do to fix that?
[SOLVED]After installing JDK game build does not support old saves
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
[SOLVED]After installing JDK game build does not support old saves
Last edited by Jetar on Fri Aug 05, 2022 4:35 am, edited 1 time in total.
Re: [Solved]After installing JDK game build does not support old saves
Overcommed that issue. Problem was not in JDK, it was in Ren'Py versions incompatibility. I've got Ubuntu20 virtual machine on my Windows10 system and I've got a Ren'Py on both systems, both addressing one folder with game code. Somehow Ubuntu updated Ren'Py version from 7.4.6 to 7.5.1 and I didnt noticed it. So it led to dituation, when I've compiled my game on Ubuntu machine, it rewrited old *.rpyc files to 7.5.1 version, incompatible with saves for 7.4.6.
Sulotion:
I've deleted *rpyc files from game directory and replace them with old ones, from the older build.
Sulotion:
I've deleted *rpyc files from game directory and replace them with old ones, from the older build.