Hi everyone.
Im using MilosLukic Godot-Navigation-Lite addon. It works perfectly fine on Windows 7. But when i open it on windows 10 the following error occurs:
ERROR: Can't open dynamic library: D:/PROJEKTE/Godot/Shooter/addons/godot-navigation-lite/bin/win64/libnavigation.dll, error: Error 126: Das angegebene Modul wurde nicht gefunden. **<-- this is actualy german and means the modul was not found**
.
At: platform/windows/os_windows.cpp:2269
ERROR: get_symbol: No valid library handle, can't get symbol from GDNative object
At: modules/gdnative/gdnative.cpp:483
ERROR: init_library: No nativescript_init in "res://addons/godot-navigation-lite/bin/win64/libnavigation.dll" found
At: modules/gdnative/nativescript/nativescript.cpp:1506
E
The path tp the dll is okay. I checked read rights of the file and started godot in administrator mode to ensure he can read the dll.
The fact that windows 7 can run it fine makes me wonder if its a windows 10 related issue.
Anyone experienst similar problems?
Thanks for any hint, advise or comment