I'm using GDNative script and I see this error messages at game start.
ERROR: godot_nativescript_register_property: Attempted to register method on non-existent class.
At: modules/gdnative/nativescript/godot_nativescript.cpp:122.
ERROR: godot_nativescript_register_property: Attempted to register method on non-existent class.
At: modules/gdnative/nativescript/godot_nativescript.cpp:122.
ERROR: godot_nativescript_register_property: Attempted to register method on non-existent class.
At: modules/gdnative/nativescript/godot_nativescript.cpp:122.
ERROR: godot_nativescript_register_property: Attempted to register method on non-existent class.
At: modules/gdnative/nativescript/godot_nativescript.cpp:122.
and at the end:
ERROR: get_symbol: No valid library handle, can't get symbol from GDNative object
At: modules/gdnative/gdnative.cpp:501.
ERROR: terminate: No valid library handle, can't terminate GDNative object
At: modules/gdnative/gdnative.cpp:406.
What does it mean? What is wrong?