The current build of your game (as of 2024-09-18) may be broken. I received the following error message when I tried to run it:
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)
Thanks for the info! Yeah, the game was built with a version of Godot which has some issues running on many browsers. It requires SharedArrayBuffer support (which I enabled on itch.io) but it doesn't work everywhere. I'm going to port the game to the newer version of Godot which doens't require SAB support.
← Return to game
Comments
Log in with itch.io to leave a comment.
The current build of your game (as of 2024-09-18) may be broken. I received the following error message when I tried to run it:
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)
Thanks for the info! Yeah, the game was built with a version of Godot which has some issues running on many browsers. It requires SharedArrayBuffer support (which I enabled on itch.io) but it doesn't work everywhere. I'm going to port the game to the newer version of Godot which doens't require SAB support.
Cool, good to hear. 😎