Skip to content

Web export fails due to Uncaught LinkError #1553

@2shady4u

Description

@2shady4u

Godot version

v4.3-stable

godot-cpp version

4.3

System information

Windows 10

Issue description

Exporting to web fails because of following error:

TypeError: a.default.detectStore(...) is undefined h1-check.js:1:1301
Uncaught (in promise) LinkError: imported function 'env._ZNSt3__29to_stringEx' signature mismatch

I have tried exporting with both threads enabled and disabled and I get the same issue.
I used Firefox, Chrome and Vivaldi and all of them report the same error.

My build system uses Emscripten v3.1.39 and can be found here:
https://github.com/2shady4u/godot-sqlite

Steps to reproduce

  • Run the minimal reproduction project
  • Open the 'Web Developer Tools' in your browser.
  • Observe the error.

Minimal reproduction project

demo.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThis has been identified as a bugplatform:web

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions