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
Windows 10, GeForce GTX 1660 Super, AMD Ryzen 5 2600
Issue description
When unhiding a complex CSGCombiner3D node that is a child of another CSGCombiner3D, Godot crashes. See attached the scene that causes the crash on my end every time - usually the node called "Window" (which is the most complex) will cause a crash when made visible. wall_window_test.zip
I tried recording, but now my project can't be opened at all in 4.4dev6, only in 4.4dev5. Even with this scene removed from the project I can't open it.
I was able to record the following short video, where it crashed on unhiding a different node, not even the one I got issues with before. https://github.com/user-attachments/assets/da5ae778-c903-4510-9f80-2dc2a726d577
This potentially could be related to the recent changes in CSG implemented with #94321
Steps to reproduce
Make 3 CSGCombiner3D nodes.
Inside the 2 of these nodes, create a couple of complex CSG shape nodes.
Turn the visibility off for the original CSGCombiner3D parent node.
Put these 2 CSGCombiner3D nodes as children of the third CSGCombiner3D node.
Turn visibility on for the children CSGCombiner3D nodes. It will crash Godot.
I'm not sure if this will exactly reproduce the crash every time, but at least that's how I got to that point in my case with this scene: wall_window_test.zip
Minimal reproduction project (MRP)
I can't open any project in 4.4dev6 anymore, it crashes every time. Can't recreate it as a project.
The text was updated successfully, but these errors were encountered:
Tested versions
System information
Windows 10, GeForce GTX 1660 Super, AMD Ryzen 5 2600
Issue description
When unhiding a complex CSGCombiner3D node that is a child of another CSGCombiner3D, Godot crashes. See attached the scene that causes the crash on my end every time - usually the node called "Window" (which is the most complex) will cause a crash when made visible.
wall_window_test.zip
I tried recording, but now my project can't be opened at all in 4.4dev6, only in 4.4dev5. Even with this scene removed from the project I can't open it.
I was able to record the following short video, where it crashed on unhiding a different node, not even the one I got issues with before.
https://github.com/user-attachments/assets/da5ae778-c903-4510-9f80-2dc2a726d577
This potentially could be related to the recent changes in CSG implemented with #94321
Steps to reproduce
I'm not sure if this will exactly reproduce the crash every time, but at least that's how I got to that point in my case with this scene:
wall_window_test.zip
Minimal reproduction project (MRP)
I can't open any project in 4.4dev6 anymore, it crashes every time. Can't recreate it as a project.
The text was updated successfully, but these errors were encountered: