Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraphEdit's connection_layer removed warning when close editor #97772

Open
dustdfg opened this issue Oct 3, 2024 · 3 comments
Open

GraphEdit's connection_layer removed warning when close editor #97772

dustdfg opened this issue Oct 3, 2024 · 3 comments

Comments

@dustdfg
Copy link
Contributor

dustdfg commented Oct 3, 2024

After #96309 every time I close the editor (with opened project) I see following warning:

WARNING: GraphEdit's connection_layer removed. This should not be done. If you like to remove all GraphElements from a GraphEdit node, do not simply remove all non-internal children but check their type since the connection layer has to be kept non-internal due to technical reasons.
     at: remove_child_notify (scene/gui/graph_edit.cpp:656)

It is not visible in the editor itself but if you run it from the terminal you will definitely see it there which is annoying.

Sometimes (very rare) this error happens even when you only open project but I don't understand what is special conditions cause it at start

@Chaosus
Copy link
Member

Chaosus commented Oct 3, 2024

This also happens on editor startup. Full list of error of opening+exited the empty project:

изображение

@dustdfg
Copy link
Contributor Author

dustdfg commented Oct 3, 2024

I don't get first two errors, but anyway do you see the graph edit warning every time you run project or only sometimes?

@Chaosus
Copy link
Member

Chaosus commented Oct 3, 2024

Nvm, I have a damaged project in the list, after removing in from the project manager the output is simple (warning at project exiting):

изображение

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants