I'm developing in mono and am trying to connect various buttons from other scenes to another scene to disable/enable movement buttons. I've been beating my head against a wall and have yet to figure out why this is happening.=
The project is here: https://github.com/n0manarmy/dwarf_jonesing/tree/dev_01.06.2021/src
I have my parent TravelPath _Ready connects the different scenes to the enable/disable location buttons based on signals.
The InfoScene/Scene01-13 fails to connect to DisableLocationButtons and StartValuesScene fails to connect to DisableLocationButtons.
https://github.com/n0manarmy/dwarf_jonesing/blob/dev_01.06.2021/src/TravelPath.cs
WalkingPath/Scene01-13 does however connect to DisableLocationButtons and I cannot determine why?!
The error message I get when I start either the project, or TravelPath is below:
ERROR: In Object of type 'Node2D': Attempt to connect nonexistent signal 'Scene01DoneClicked' to method 'Node2D.DisableLocationsButtons'.
At: core/object.cpp:1503
ERROR: In Object of type 'Node2D': Attempt to connect nonexistent signal 'Scene02DoneClicked' to method 'Node2D.DisableLocationsButtons'.
At: core/object.cpp:1503
ERROR: In Object of type 'Node2D': Attempt to connect nonexistent signal 'Scene03DoneClicked' to method 'Node2D.DisableLocationsButtons'.
At: core/object.cpp:1503
ERROR: In Object of type 'Node2D': Attempt to connect nonexistent signal 'Scene04DoneClicked' to method 'Node2D.DisableLocationsButtons'.
At: core/object.cpp:1503
ERROR: In Object of type 'Node2D': Attempt to connect nonexistent signal 'Scene05DoneClicked' to method 'Node2D.DisableLocationsButtons'.
At: core/object.cpp:1503
ERROR: In Object of type 'Node2D': Attempt to connect nonexistent signal 'Scene06DoneClicked' to method 'Node2D.DisableLocationsButtons'.
At: core/object.cpp:1503
ERROR: In Object of type 'Node2D': Attempt to connect nonexistent signal 'Scene07DoneClicked' to method 'Node2D.DisableLocationsButtons'.
At: core/object.cpp:1503
ERROR: In Object of type 'Node2D': Attempt to connect nonexistent signal 'Scene09DoneClicked' to method 'Node2D.DisableLocationsButtons'.
At: core/object.cpp:1503
ERROR: In Object of type 'Node2D': Attempt to connect nonexistent signal 'Scene10DoneClicked' to method 'Node2D.DisableLocationsButtons'.
At: core/object.cpp:1503
ERROR: In Object of type 'Node2D': Attempt to connect nonexistent signal 'Scene11DoneClicked' to method 'Node2D.DisableLocationsButtons'.
At: core/object.cpp:1503
ERROR: In Object of type 'Node2D': Attempt to connect nonexistent signal 'Scene12DoneClicked' to method 'Node2D.DisableLocationsButtons'.
At: core/object.cpp:1503
ERROR: In Object of type 'Node2D': Attempt to connect nonexistent signal 'Scene13DoneClicked' to method 'Node2D.DisableLocationsButtons'.
At: core/object.cpp:1503
ERROR: In Object of type 'Node2D': Attempt to connect nonexistent signal 'GoalsValueDone' to method 'Node2D.DisableLocationsButtons'.
At: core/object.cpp:1503