![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Oian |
Hi!
So basically i deleted a timer node that emitted a signal to its parent without disconnecting the signal first, now i get 100s of error messages (the same one) every time i run the project.
It´s not game-breaking or anything, the project itself runs fine, but it´s a bit annoying with everyhting being red.
Here is the error:
E 0:00:14.949 emit_signal: Error calling method from signal ‘timeout’: ‘Control(DialogueBox.gd)::_on_Timer_timeout’: Method not found…
<C++ Source> core/object.cpp:1260 @ emit_signal()
I tried adding another timer node with the same name (and signal name) to it, connecting and disconnecting again, but the error is still there.
How can i fix this? Thank you.