Godot crashes when I click to the AnimationTree Node.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Vérszem

I am making a souls like game by a deadline, but the whole process stopped for 2 days because the following: In the Player scene, when I open it, I can look around, I can click to nodes, and I can motdify them. BUT when I click to the animation tree, It freezes down, and crashes. The terminal is saying that: Object was deleted while callback. But I can run the game, it works fine, include the animations. PLS HELP.

A crash like that is very likely a bug in the engine. If you don’t know how to debug the engine’s C++ code, the best you can do is to report this to the devs on the Github issue tracker. Ideally, if you can link a project for them to reproduce the bug, with all the details, it would help fixing it. Maybe you can also try in a more recent version like Godot 3.4.

Zylann | 2022-04-14 16:55