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

how much RAM did you have? I think the game needs quite a bit to load all the texture pages. You could try a Chromnium browser to see if it work

(1 edit)

24G memory.

WebAudio autoplay test failed: DOMException: The play method is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.

that’s a permission error that prevents audio from playing in the game until the player interacts with it, it’s a security measure rather than an actual error. It’s not the error that causes the game to crash I don’t think since I get that error too.

I also have this ones:

WebGL warning: texImage: Requested size at this level is unsupported.

(3 edits) (+1)

ahh yes that error would stop the game. I’m sorry but it looks like your browser’s texture size limit is too small to load the game. You should update your browser, if that doesn’t work then I believe Chrome should have a higher texture page size limit.

Its also possible that your Firefox browser isn’t using the correct GPU which explains the limited texture size limit. https://bugzilla.mozilla.org/show_bug.cgi?id=1310222

Note that I’m using Firefox to play the game with no issue (my laptop has 16gb ram)