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.
I opened the game in firefox on my linux VM and there were no problems. This could have been an issue with a previous, bugged upload. Are you still having difficulty?
My best guess would be an interaction with a browser extension. That has been the cause in previous cases when the game doesn't load for reasons I can't reproduce. This game does import from CDNs, which can run afoul of some setups.
it responded in text but the profile image didnt load and only the starting image loaded for the center of the screen, it also stopped working on the section where you choose an heir. It seems like the problem is in the image generation/collection/display and not the text generation.
I'm not able to reproduce this error, unfortunately. If you're willing to try again and check the dev console I can probably fix it, but as of now I'm not sure what would cause this; perhaps something specific to your local environment.
There is a chance this was caused by errors that could previously occur when buttons were pressed while another function was executing. If so, the problem should be resolved now.
← Return to game
Comments
Log in with itch.io to leave a comment.
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.
How do you get upgrades?
When you complete a scene with a priestess, you'll go through a series of popups where you can choose upgrades for both her and your avatar.
Game not loading. No messages in console.
Firefox, Linux Mint.
I opened the game in firefox on my linux VM and there were no problems. This could have been an issue with a previous, bugged upload. Are you still having difficulty?
Nope, still not loading. (Ctrl+F5 tried)
My best guess would be an interaction with a browser extension. That has been the cause in previous cases when the game doesn't load for reasons I can't reproduce. This game does import from CDNs, which can run afoul of some setups.
CDN explains the problem, because adblocker blocks all external resources.
None of the images load at all except for the starting one
Did the text response load or did clicking "Submit" do nothing? If you check the dev console (ctrl+shift+I in chrome) do you see any errors?
it responded in text but the profile image didnt load and only the starting image loaded for the center of the screen, it also stopped working on the section where you choose an heir. It seems like the problem is in the image generation/collection/display and not the text generation.
I'm not able to reproduce this error, unfortunately. If you're willing to try again and check the dev console I can probably fix it, but as of now I'm not sure what would cause this; perhaps something specific to your local environment.
There is a chance this was caused by errors that could previously occur when buttons were pressed while another function was executing. If so, the problem should be resolved now.