You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Godot v4.3-stable - macOS 15.2.0 - Vulkan (Forward+) - integrated Apple M3 - Apple M3 (8 Threads)
Issue description
Seems like a pretty trivial use case to add an AboutMenu kind of node for NOTIFICATION_WM_ABOUT. But no matter what node I add it to, I get the same error, "Parent busy setting up children, add_child() failed. Consider using add_child.call_deferred(child) instead". So this is easy to workaround, but also seems like it shouldn't happen.
The text was updated successfully, but these errors were encountered:
MewPurPur
changed the title
Calling methods during NOTIFICATION_WM_ABOUT always gives "Parent busy setting up children" error
Calling add_child() during NOTIFICATION_WM_ABOUT always gives "Parent busy setting up children" error
Jan 10, 2025
Tested versions
Reproduced in 4.3
System information
Godot v4.3-stable - macOS 15.2.0 - Vulkan (Forward+) - integrated Apple M3 - Apple M3 (8 Threads)
Issue description
Seems like a pretty trivial use case to add an AboutMenu kind of node for NOTIFICATION_WM_ABOUT. But no matter what node I add it to, I get the same error, "Parent busy setting up children,
add_child()
failed. Consider usingadd_child.call_deferred(child)
instead". So this is easy to workaround, but also seems like it shouldn't happen.Steps to reproduce
See the MRP.
Minimal reproduction project (MRP)
MacOSbug.zip
The text was updated successfully, but these errors were encountered: