The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

0 votes

When exported to .exe it runs perfectly.
But when exported to HTML it freezes on the loading wheel screen.
I tried running a server with XAMPP to serve the .html, as well as using the internal Godot server (html5 button on top right of the screen).
Both cases froze at the same time.

No errors were thrown on the browser console, and I haven't found anything on the docs.

Any ideia how to get this to work?

in Engine by (12 points)
edited by

1 Answer

0 votes

This is a bit old but I just encountered the same error.

It might be caused because of your project settings.
Check this for incompatibilities on the web export

For me, it was the multi-threading. I changed to "Single-Safe" for both the physics engine and rendering. That solved the problem.

by (14 points)
edited by
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.