Skip to main content

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

I got this error after pressing start (on firefox):

panicked at 'player settings are loaded: NotFound', src/player.rs:83:10

and this error when pressing settings:

panicked at 'player settings to load: NotFound', src/menu.rs:128:10

I managed to fix it by disabling the Privacy Badger extension (which blocks cookies), so that seemed to be the cause of the issue.

ah, the game uses cookies to save data, I generate new settings when you start the game so that I can assume they exist at all times but I guess that doesn't work when you have cookies blocked