You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: set_path: Another resource is loaded from path: res://bin/list_digraph.gdns (possible cyclic resource inclusion)
At: core/resource.cpp:79.
At editor shut down
WARNING: cleanup: ObjectDB Instances still exist!
At: core/object.cpp:2092.
ERROR: cleanup: There are still MemoryPool allocs in use at exit!
At: core/pool_vector.cpp:70.
What am I doing wrong here?
The text was updated successfully, but these errors were encountered:
Not sure about about (1) but there were a number of bugs/situations that could lead to (2) related to e.g. passing arrays of strings from GDScript to GDNative and associated reference counting.
Issue (2) seems to be solved for me (due to a number of recent fixes) as of the commit mentioned in #417, so you might like to try it.
I have 2 classes in the GDNative plugin (Vertex and ListDigraph) and ListDigraph has a method
add_vertex
that return a RefAnd is bound to the GDScript using:
Having this code gives some silent errors:
What am I doing wrong here?
The text was updated successfully, but these errors were encountered: