Skip to main content

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

Interesting, for anyone that has encountered, do you remember the last action you did? Also what browser was this in?

Also if you reload the page, is your progress still there?

Hi, the error pops up while loading the game from itch.io. I tried it on Firefox and Brave. Brave does not show the pop-up with the message above, but I assume this is due to some configuration (FF does complain about blocking on the main thread). Additionally following output is logged to the console:

USER ERROR: Corrupted header in binary project.binary (not ECFG). index.js:14050:18
   at: _load_settings_binary (core/config/project_settings.cpp:696) index.js:14050:18
USER ERROR: Couldn't load file 'res://project.binary', error code 16. index.js:14050:18
   at: _load_settings_text_or_binary (core/config/project_settings.cpp:783) index.js:14050:18
Error: Couldn't load project data at path ".". Is the .pck file missing?

As for the progress: I don’t know, because the game does not manage to start up. Thanks for your work.

(+1)

Thanks, I'll have to research as to why this might happen

(+1)

Ok, I believe this is due to browser partially caching files from a previous version. I think hard reloading the page should fix it.

https://github.com/godotengine/godot/issues/27168

Thanks, this time it worked! I don’t know why it would have affected another browser too, but now everything works as intended and the save is even preserved.