geekrelief / gdnim

godot-nim based bootstrapping framework supporting hot reloading
Other
55 stars 4 forks source link

Null function pointers are returned from GDNativeAPI leading to crash. Object.get / Object.set #14

Closed geekrelief closed 3 years ago

geekrelief commented 3 years ago

https://github.com/pragmagic/godot-nim/issues/86

The workaround is to modify godotapi/objects.nim so that method get on line 79 retrieves get instead of _get and the same goes for method set online 127.

geekrelief commented 3 years ago

explained here: https://github.com/pragmagic/godot-nim/issues/86#issuecomment-768798452