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

Error spam when renaming nodes in a scene with AnimationPlayer #83255

Closed
KoBeWi opened this issue Oct 13, 2023 · 2 comments
Closed

Error spam when renaming nodes in a scene with AnimationPlayer #83255

KoBeWi opened this issue Oct 13, 2023 · 2 comments

Comments

@KoBeWi
Copy link
Member

KoBeWi commented Oct 13, 2023

Godot version

4.2 beta1

System information

Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 (NVIDIA; 30.0.15.1403) - Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 Threads)

Issue description

When you have AnimationPlayer with any animation track, renaming a node will spam errors referencing the track path:

ERROR: Found invalid node path 'Icon:position' on node 'Node2D/AnimationPlayer'
   at: (C:\godot_source\editor/scene_tree_dock.cpp:1610)

The error seems more related to scene tree dock than AnimationPlayer, I noticed the same error with TileMap scene tiles. On big scenes the error spam can freeze the editor. The line referenced in the error seems to have existed for some time, but some code changes made that error appear much more often (in fact I have never seen it until recently).

I'd suspect #80721 CC @tom95 (didn't test) nvm

Steps to reproduce

  1. Create new scene
  2. Add AnimationPlayer
  3. Add some node
  4. Create new animation and add track for any property of the new node
  5. Rename a node on the scene

Minimal reproduction project

N/A

@akien-mga
Copy link
Member

Potential duplicate of #83209?

@KoBeWi
Copy link
Member Author

KoBeWi commented Oct 13, 2023

Looks like the same issue/cause.
EDIT:
I left a comment, closing this one.

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

2 participants