Hi,
Get below error: "SharedArrayBuffer is not defined" on Mozilla Firefox browser on Windows 10?
Any ideas? Thanks!
HTML5 build is below: https://fallenangelsoftware.com/stuff/files/TetriStory3/HTML5/index.html
Jesse
above issue is with version 3.2.4 RC3, works fine with version 3.2.3 ?
I'm not sure right off, but if you can consistently recreate the issue and it always states SharedArrayBuffer is not defined, would suggest making a bug report in the Godot GitHub repository if one on the issue does not already exist.
SharedArrayBuffer is not defined
Hosting an HTML5 build with threads enabled requires specific setup on the web server to enable SharedArrayBuffer access:
Cross-Origin-Embedder-Policy: require-corp
Origin-Opener-Policy: same-origin
Alternatively, you can export with threads disabled but the HTML5 export without threads in 3.2.4rc3 is broken – it has been fixed in the latest 3.2 branch.
3.2