Editor crash at shutdown when using Engine::get_singleton() #1118
Labels
archived
bug
This has been identified as a bug
crash
topic:gdextension
This relates to the new Godot 4 extension implementation
Hello,
I don't know if the following is related to this open issue, but when I try to simply access the
Engine
singleton in one on my Node2D class in GDExtension, this makes the editor crash at shutdown.Example
Just calling
Engine::get_singleton();
is sufficient to make the issue to show up.Invoking Godot from terminal with
godot --editor
gives the following trace at shutdownI run Godot v4.0.3 on MacBookPro M2
The text was updated successfully, but these errors were encountered: