godotengine / godot-cpp

C++ bindings for the Godot script API
MIT License
1.57k stars 472 forks source link

**ERROR**: init_library does not have a library for the current platform - GDNative on Windows #645

Open Onganne opened 2 years ago

Onganne commented 2 years ago

Help Needed!

I heard that trying to work with GDNative on Windows is a bit more complicated, and I can see it now.. The problem is as the title suggests, GDNative on Windows does not cooperate and leads to crashes in Godot.

It has a similar problem to this one: https://github.com/godotengine/godot/issues/15476 But my beginner brain does not understand it as much.

Also the platform there was not applicable to me, so it made it harder to understand. If additional information is needed to help, please do notify, I am all ears.

Thanks for Understanding :n P.S I am using Godot 3.2 and had the problem of this for months already, hopefully someone can help, hehe

TitansWhale commented 8 months ago

Have you solved the problem?