Skip to content

[Web Export] LinkError: imported function 'env.__addtf3' signature mismatch #4

@Brennanzuz

Description

@Brennanzuz

I'm on a Linux (Ubuntu 22.04) system and I have done the following to test out your game!

git clone https://github.com/kiwijuice56/sand-slide.git
cd sand-slide
git submodule update --init
scons
scons platform=web

In Godot 4.3, everything loads and no errors are printed to the output. In the sand-slide/game/bin/fallingsand folder, I have:

  • fallingsand.gdextension
  • libgdfallingsand.linux.template_debug.x86_64.so
  • libgdfallingsand.web.template_debug.wasm32.wasm

Exporting the game to release/web_build/index.html (default settings as you have left it) and then running the game with the "Remote Debug" button on the top-right will give the error in the browser console:

LinkError: imported function 'env.__addtf3' signature mismatch

Am I missing any steps to compile and run on the web?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions