gdnative icon indicating copy to clipboard operation
gdnative copied to clipboard

"This godot-rust version is only compatible with Godot 3.4.x; detected version 3.5.1-stable (official)."

Open KonyD opened this issue 3 years ago • 4 comments

When i run my project it gives this warning warning. Is there a way to fix this?

src\lib.rs:23 - This godot-rust version is only compatible with Godot 3.4.x; detected version 3.5.1-stable (official).
GDNative mismatches may lead to subtle bugs, undefined behavior or crashes at runtime.
Apply the 'custom-godot' feature if you want to use current godot-rust with another Godot engine version.

KonyD avatar Jan 30 '23 18:01 KonyD

Which godot-rust version do you have? Can you update to 0.11.3 (released today)?

Bromeon avatar Jan 30 '23 19:01 Bromeon

I'm using a custom build of Godot (3.x branch) and the latest git version of godot-rust with feature custom-godot. I also get a similar warning:

WARNING: This godot-rust version is only compatible with Godot >= 3.5.1 and < 3.6; detected version 3.6-beta (custom_build).

However, it works fine. I guess this warning is intentional, but I expected master branch of this repository to be compatible with 3.x branch of Godot. Is there a way to suppress this warning?

necrashter avatar Jan 31 '23 09:01 necrashter

I updated it to the latest version. It didn't give warning but it's still didn't print "Hello, world!".

I don't know what i'm doing wrong.

KonyD avatar Jan 31 '23 17:01 KonyD

Which godot-rust version do you have? Can you update to 0.11.3 (released today)?

I'm using godot 3.5.1

He's asking you for the version of godot-rust you're using.

I don't know what i am doing wrong.

Making consecutive replies. Please use the edit feature.

chitoyuu avatar Jan 31 '23 17:01 chitoyuu