-
-
Notifications
You must be signed in to change notification settings - Fork 22.3k
Web export fails with dlsym()
Assertion
#105766
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
cc. @dsnopek |
I have a theory!
All that stuff is wrapped in I haven't done any testing to confirm |
Yes, this is correct |
For web builds, AFAIK
|
I think Emscripten has builtin support for FYI, I've reproduced the issue and I'm testing a fix. I'll post a PR soon! |
I just posted PR #105768 which fixes the issue for me! Please let me know if it works for you as well :-) |
Tested versions
Reproducible in
master
, the regression was introduced in #97002System information
Godot v4.4.1.stable - Ubuntu 24.04.2 LTS 24.04 on X11 - X11 display driver, Multi-window, 2 monitors - Vulkan (Mobile) - dedicated NVIDIA GeForce RTX 4070 Laptop GPU - 13th Gen Intel(R) Core(TM) i9-13900H (20 threads)
Issue description
When exporting Godot to WebAssembly using an export template built with
dlink_enabled=yes
it fails at runtime with:cc/ @adamscott
Steps to reproduce
dlink_enabled=yes
Minimal reproduction project (MRP)
Default project
The text was updated successfully, but these errors were encountered: