Page 1 of 1

[SOLVED]After installing JDK game build does not support old saves

Posted: Wed Aug 03, 2022 2:53 am
by Jetar
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:
ss_2022-08-03_at_09.45.26_.png
ss_2022-08-03_at_09.45.26_.png (10.96 KiB) Viewed 230 times
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?

Re: [Solved]After installing JDK game build does not support old saves

Posted: Fri Aug 05, 2022 4:31 am
by Jetar
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.