Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

I'm not sure what's going on with my Ren'Py right now, but since trying 8.4.1 and going back to 8.3.7 due to various errors, all my save files either jump back to the very start of a label, or immediately crash upon being loaded. One of the errors I get when loading a save is:

File "game/script/system/plugins/inline_conditions.rpy", line 544, in check_for_seen_conditional
     if store.just_seen_conditional:
AttributeError: 'StoreModule' object has no attribute 'just_seen_conditional'

It's the type of crash that doesn't just display an error screen, but fully shuts down the game and opens traceback.txt

just_seen_conditional is defaulted correctly, and I've (so far) used inline conditions only in one single line of my game, so I have no idea what's going wrong here. When I remove inline conditions, other variables of mine cause issues as well, but they don't fully shut down the game, so this seems to be the most "severe" one. I'd appreciate any help!

NVM: I did manage to restore my old .rpyc files and all the crash problems have been resolved. While I still don't get why this would affect defaulted variables, this is no longer really problem.