Skip to main content

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

I'm getting an error when starting the game,It returns a JSON parse error (unexpected end of data).

I checked the game folder and didn't find any JSON/config files that could be read there even after reinstalling.

Strange, I'll look into it 

you might need to run the executable as administrator. if I'm reading this correctly, it's trying to find a non-existent save file, which means some setting on your PC is keeping that file from being generated 

I tested running the game as administrator and it didn’t solve the issue.
The JSON file still doesn’t seem to be recreated, even after a clean reinstall.

I suspect the game might be trying to read or write the config file in another directory (AppData / Documents), or failing to create it due to permissions. Deleting residual folders and testing outside Program Files didn’t help either.