Skip to main content

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

Sorry I got the following error message when trying to run the game.

Error
The following features required to run Godot projects on the Web are missing:
Cross Origin Isolation - Check web server configuration (send correct headers)
SharedArrayBuffer - Check web server configuration (send correct headers)

What browser were you running the game in? :(

Chrome. Don`t seem to have the same issues with other Godot games but not really sure of the cause.

(+1)

That's so weird it runs better on Chrome for me.  I had to turn SharedArrayBuffer support on to make it work on Firefox. Looks like I have a lot more research to do about web builds in Godot. Thanks for letting me know!

No problem!