-
-
Notifications
You must be signed in to change notification settings - Fork 589
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
Can't load test project: Attempt to get non-existent interface function: string_resize
#1201
Comments
You're using the 4.2 version of godot-cpp, you need to use the 4.1.stable version for your godot branch version, they're not compatible, they need to match |
See also (duplicate?): |
yeah it's probably my fault: godot-cpp/gdextension/gdextension_interface.h Line 1531 in 5834e16
i'll checkout the 4.1 branch. |
I had the same problem. It would be nice if this were reflected in the README. Right now it says:
Which makes it sound like I'm good to go to use the |
Godot version
4.1.stable.official.970459615
godot-cpp version
5834e16
System information
ubuntu 22.04 linux 5.19
Issue description
tried to build godot-cpp with scons, but get this error when trying to open the test project:
Steps to reproduce
make linux64
in the root directorythen
scons
in thetest
directorythen
godot project.godot
in thetest/project
directory.Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered: