Hello, on my title screen of my game, there is a Quit Button that calls get_tree().quit()
when clicked. If one opens the credits menu then closes it by pressing the Back Button, and then presses the Quit Button the following error is shown in console:
ERROR: ~List: Condition "_first != __null" is true.
At: ./core/self_list.h:112
ERROR: ~List: Condition "_first != __null" is true.
At: ./core/self_list.h:112
ERROR: ~List: Condition "_first != __null" is true.
At: ./core/self_list.h:112
WARNING: cleanup: ObjectDB Instances still exist!
At: core/object.cpp:2071
ERROR: clear: Resources Still in use at Exit!
At: core/resource.cpp:476
ERROR: There are still MemoryPool allocs in use at exit!
At: core/pool_vector.cpp:69
Does anyone know why this is?