Skip to main content

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

It looks like the data structure that stores the in-game app settings is missing or corrupted in your game. 

Is it possible you pressed "continue" in SMCA on your first time playing the game instead of "New Game" or loaded a save from OC? There was an issue with shared caching for the two games, and, while I pushed a quick-and-dirty fix, I still need to add a more comprehensive solution that covers all failure cases.

The upshot is that you could have loaded a save from OC which would not have the app settings data, as that mechanic doesn't exist in OC. If this is the issue starting a New Game should fix it.

I actually tried SMCA before playing OC, and I've tried New Game a few times in hopes of it magically working but no luck.

Don't know if it helps but I tried SMCA about a week ago and had the same issue, so I went over to try OC to see if it worked and it worked fine so I just started playing that instead.

(+1)

Thanks! I've (probably) figured out the issue. Did you submit text without adjusting any values in the in-game app? I intended for users to adjust the app before their first text submission, and playtested that way. I now see that if the user does not interact with the app this data structure was not instantiated, causing the error. It should be fixed now. LMK if it's still not working.

Ah, haha, I didn't change any of the values thinking to do it after getting into the game a little first, but it works now!

thank you, this fixed it.