I have Created a particlefx and attach it to a GUI node (GUI/Nodes/box/particlefx)
i used a call to delete the particle
gui.delete_node(gui.get_node("particlefx"))
i’ve got a crash with this message
WARNING:GUI: Stencil buffer exceeded, clipping will not work as expected.
Assertion failed: size <= Capacity(), file d:\a\defold\defold\tmp\dynamo_home\sdk\include\dmsdk/dlib/array.h, line 456
Then i tried to attach the particlefx directly to the Nodes Folder (GUI/Nodes/particlefx) and it works as it was expected, after deleting the particlefx without a crash .