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
I think one of my files got corrupted because whenever I open godot with two torch files loaded I get a bunch of ERROR: Attempt to disconnect a nonexistent connection from '[Wrapped:0]'. Signal: 'item_rect_changed', callable: 'CanvasItem::queue_redraw'.
Expected behavior
I would note expect an error to show up when the torch files pass validation.
Actual behavior
The problem is not just the Errors in the debug window, the editor is left in such and unstable state that even trying to add a input map in project settings will make Godot Crash.
How to Reproduce?
Can't reproduce right now with other files other than the ones in my project, in fact, I do not yet know how to even narrow this one down.
Work around: Close all torch files from the orchestrator, save project, and restart. The bug will not present itself until you open the affected files again.
Oh, I found out it only fails if I open 2 graphs at the same time. If I open just one, and close it before opening another this bug does not trigger. Once it triggers closing the editor is the only way I have found to make it go back into a stable state.
Describe the bug
I think one of my files got corrupted because whenever I open godot with two torch files loaded I get a bunch of
ERROR: Attempt to disconnect a nonexistent connection from '[Wrapped:0]'. Signal: 'item_rect_changed', callable: 'CanvasItem::queue_redraw'.
Expected behavior
I would note expect an error to show up when the torch files pass validation.
Actual behavior
The problem is not just the Errors in the debug window, the editor is left in such and unstable state that even trying to add a input map in project settings will make Godot Crash.
How to Reproduce?
Can't reproduce right now with other files other than the ones in my project, in fact, I do not yet know how to even narrow this one down.
Work around: Close all torch files from the orchestrator, save project, and restart. The bug will not present itself until you open the affected files again.
Godot full version
v4.4.dev7.official [46c8f8c5c]
Orchestrator version
v2.2.dev1.official [a09d0bd]
Additional information
No response
The text was updated successfully, but these errors were encountered: