Open SentimeterGG opened 17 hours ago
I have no issues with the 4.3 branch (56571dc584ee7d14919996c6d58fb5b35e64af63). Can you post the exact commit hash you're on, as well as the version info from the Godot client you're using?
Ideally, please provide a reproduction project where the issue occurs.
Godot version
4.3.stable
godot-cpp version
4.3.stable
System information
Arch Linux
Issue description
To identify the source of the issue, I traced the error to
godot-cpp/src/godot.cpp
, specifically at line 323. I then modified thegodot.cpp
file to address the version compatibility check. from this:I modified it to the following:
This changes bypass the checking and forces the GDExtensions to be run I’m not sure if this is a bug or if I might be mistaken. so i put it in here
Steps to reproduce
create a new project using godot-cpp version 4.3.stable
Minimal reproduction project
N/A