Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I just got an error when trying to load a chapter 3 save (more relevantly, one from last september). I'm guessing it's the one you mentioned in the development log. Out of curiosity, since I occasionally like messing with renpy stuff, I thought I'd look at the traceback and see if I could figure out the error. To summarize, it looks like you reverted to Ren'Py version 7, but the chapter 3 saves expect version 8.

Now, I just tried copying version 8 into the game folder (taken from another game since the engine is just copy-pasted when building) to see if that works. It does. However, without knowing why the version was reverted, I'm hesitant about this solution. Is there something about version 8 that wasn't working?

If not, then the solution that players can do requires only 2 steps: 1. copy and replace the "lib" and "renpy" folders from a game using version 8, then 2. copy the other game's executable and rename it to match this game.

(2 edits)

That's great! I had a feeling it was some sort of version incompatibility, but I had no idea where it came from, since I don't remember switching to Renpy 8 (specifically because I was worried about breaking the game).

Weird, but thanks for testing that out! I was planning to do it myself, but again - was hesitant about making the problem even worse.

EDIT: Now that I think about it, I may have done some debugging for Chapter 3 away from home and that could've been a newer version of Renpy... The dates match up.