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

Exception thrown, see JavaScript console

Firefox Developer Edition 114.0b9 (64-bit)

Uncaught RuntimeError: Aborted(undefined). Build with -sASSERTIONS for more info.    abort index.js:1
(+1)

Ah, it worked on Chrome. Thank you for making this!

It's fun to play, feel extremely hard,


(+1)

thank you :) I'm glad you enjoy it! Especially because I didn't have a lot of time for play testing

I also get this error but only in private browsing mode. It works in normal mode for me.

Maybe it's my extensions, they blocked a lot of things.

(+1)

I think possibly it's a part of the code that is trying to use IndexedDB storage. Don't panic! :)

It's a failed debugging experiment. I thought it would be useful to be able save the game's state to persistent storage for debugging purpose. This game is built with Emscripten, it uses IndexedDB for persistent storage. The request to use IndexedDB is still in the code, as I didn't have time to remove that before the deadline. Although the game stores no data there.

(+1)

As another data point, I didn't have any issue running it on Firefox 113 on Ubuntu.