getting an error out of no where

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Tentamens

Hi!
I’m getting an error where I got out of nowhere I don’t think I did anything to affect it

E 0:00:01.445 get_node: (Node not found: "" (relative to "/root/Main/Node2D/AnimationPlayer").) <C++ Error> Condition "!node" is true. Returned: nullptr <C++ Source> scene/main/node.cpp:1325 @ get_node()

all the code still works it just spits out that error into the debugger slowing my game down 10 fold

thanks for the help!

Does the mentioned AnimationPlayer have a script associated with it? By the looks of the error, I assume it does. And, that script seems to have a node reference that’s not working as intended. I’d check there for the problem.

jgodfrey | 2022-09-04 17:18