danielytics / gdnative-tutorial

Sample code for GDNative tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error ao finalizar

jonas-wesley opened this issue · comments

When the tutorial completes the program and runs but no message is displayed and instead an error appears

Can you post the error? What platform are you on? I've only tested this on OS X (as that's the only thing I have access to right now, so I am unable to debug on Linux or Windows)

I use linux, everything went well, but instead of printing the message it prints strange characters.
screenshot from 2018-04-16 13-06-26

Is there any output in the Output tab? Especially, any Godot errors or warnings about not loading the library?

Also, could you open simple.gdnlib and simple.gdns in a text editor and paste their contents here? simple.gdnlib at least needs to be setup for your platform, if you haven't already done so. I did find it very easy to not save the file correctly and it was a source of errors for me, so perhaps this is what's happening here too.