Skip to main content

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

Hello. I'm sorry to hear you're getting this issue. This is most likely due to you having played many different games on itch.io and your localStorage in your browser has filled up. There may be some data from other games filling up your localStorage. My game should only require around 3-5KB total and most browsers should allow up to 5MB in total (around x1000 what mine requires).

If you go to DevTools > Application > Local storage > https://html-clasic.itch-zone you might be able to see which items are taking up a lot of space and clear them up. For Fracture Field it's called saveData_Production so don't delete that. You can see how big one of the items is by clicking on it and then selecting the entire value to see how many characters it is.


(1 edit)

Ah thanks for figuring out what was going on.  I changed the assigned LocalStorage size from 5mb to 10mb, will report back if that resolves it.

Edit: Seems to have fixed the problem!  I'll go see about cleaning out old games later, hopefully this will be useful for anyone else who might run into the same issue.  (about:config, find dom.storage.default_quota and increase size)

Very nice! Also good for me to know how to fix it for others that have this issue.