Skip to main content

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

I've had this problem with Godot html projects before and found a solution. on the Itch page go to edit game, and scroll down to the Embed options and enable SharedArrayBuffer support.

I know about the SharedArrayBuffer, what's strange is that I've had this option enabled since I first uploaded the game to Itch, so I'm not sure what could be the problem for AntWal...

it was enabled since it was uploaded? I don't know what changed but its now working fine for me. I also had the same error as AntWal, but now its working with no problems.

(1 edit) (+1)

I think I've found the problem, Godot Web projects give that error when the user is viewing it though the Game Jam Random Submission feature. doing random submissions right now and seeing a few Godot projects with that same error, but it works fine if I open the game page without using the View Random Submission.