You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to run a web export that uses GDExtensions gives the error "memory access out of bounds" on Chrome, and freezes on Firefox, pegging the CPU without an error message.
Godot version
v4.2.beta3.official [e8d57af]
System information
Fedora 38
Issue description
Attempting to run a web export that uses GDExtensions gives the error "memory access out of bounds" on Chrome, and freezes on Firefox, pegging the CPU without an error message.
Steps to reproduce
source ./emsdk_env.sh
)cd test && scons platform=web
)Remote Debug > Run in Browser
Minimal reproduction project
https://github.com/godotengine/godot-cpp
The text was updated successfully, but these errors were encountered: