-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on example DodgeTheCreeps #38
Comments
Which version of godot-go are you using? It should not crash as of git version Right now there is an open issue with instancing nodes. The latest version shouldn't crash with the Dodge the Creeps example. In the future, if you want to get more debug information, you can do the following:
Now if you experience a segfault, you can print a backtrace with
|
godot-go repo version:
Thanks for an introduction of the GDB stuff I will give it a try. |
Hi @1l0 , Thanks for providing the version of godot-go you're using. It's interesting that it crashed for you. Would you be able to try running it with GDB and posting the backtrace? |
The app could be launched and the player could be controlled,
but after a couple of seconds the app will crash.
Go version: go1.10 darwin/amd64
Godot version: 3.0.2.stable.official or 3.0.0.stable.official
The text was updated successfully, but these errors were encountered: