Skip to main content

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

If you don't accept the offer and then hit reload from save the submit & end scene buttons won't work.

---------------------first error------------------------------------------------------

components.js:230 Data for key "config" not found in IndexedDB, and no fileUrl provided to fetch from.

loadJson @ components.js:230

await in loadJson

updateText @ components.js:6322

await in updateText

submit-button @ components.js:2670

(anonymous) @ components.js:2685

--------------------------second error-----------------------------------------------

components.js:2690 Error executing action for button submit-button: TypeError: Cannot read properties of null (reading 'content')

    at updateText (components.js:6337:16)

    at async submit-button (components.js:2670:50)

    at async HTMLButtonElement.<anonymous> (components.js:2685:21)

(anonymous) @ components.js:2690

You're correct. This is an oversight with the game reload functionality--it doesn't check if a valid save exists before trying to reload the game. It'll be fixed in the next update.