godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
91.13k stars 21.19k forks source link

[v4.0 Beta 2] - HTML5 Builds - macOS Safari Internet Browser - Not Running? #67809

Closed ghost closed 2 years ago

ghost commented 2 years ago

Godot version

v4.0.beta2.official [f8745f2f7]

System information

Apple macOS Monterey v12.0.1

Issue description

Hi,

The HTML5 version of our Godot v4.0 Beta 2 game is not working on Apple macOS Safari Internet browser? Running Apple macOS Monterey version 12.0.1

See screenshot below:

Any ideas? Thanks!

Jesse

Godot4_Beta2-HTML5_Safari_macOS_Not_Working-01

Steps to reproduce

(1) Run HTML5 version of our Godot 4 game in Apple Safari Internet browser.

Minimal reproduction project

No response

Calinou commented 2 years ago

As stated by the error message, the web server needs to be configured accordingly to support WebAssembly threads. Newgrounds doesn't seem to offer support for this (to my knowledge), so you'll have to use another host such as itch.io (which must be manually configured to do this).

ghost commented 2 years ago

Hi,

We tried Itch.io first over a week ago - it does not work on any OS platform.

v4.0 Beta 2 HTML5 status:

Hope this can be fixed...

Jesse