-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor crashes when resizing CSG boxes 3D #67548
Comments
I can't reproduce this on v4.0.beta.custom_build [0c23a2c] (Linux). simplescreenrecorder-2022-10-17_22.31.45.mp4 |
Perhaps this issue is a random side effect of something else, and it has since been fixed in the latest build. I am still using Godot 4 Beta 3 and I am on a Windows machine. I'll have to wait and see if this issue persists for me on beta 4. If it doesn't, I'll close this issue. I have, however, fixed the spamming red text that says "buffer_update" by starting a fresh new project and simply copying my code to the new project. I no longer see this error message in that new project, but the crash still occurs. No idea if they are related. |
Yeah the same problem here when I try to move the CSG Box. the editor crashes (Not Responding) on godot 4.0 beta 3 and beta 7. (tested) |
We're at beta 10 already, please always test the latest version. |
I can confirm that this happens in Beta 10. It seems to only happen when there are two or more CSG objects interacting. I have recreated the bug here. All you have to do is interact with the csg box in view (rotate or move it) and it should crash pretty quickly bug2.zip |
I tested this with both beta 11 and master, it appears that it happens sporadically and is not always reproducible. In 5 runs I was only able to reproduce it 2 times. |
Using my example build above I was able to get it to trigger within a
minute of continuously messing with the node.
It should also be stated that the crash can happen with ANY CSG node and
the more there are the more likely it might happen..
…On Wed, Jan 11, 2023 at 2:57 PM Clay John ***@***.***> wrote:
I tested this with both beta 11 and master, it appears that it happens
sporadically and is not always reproducible. In 5 runs I was only able to
reproduce it 2 times.
—
Reply to this email directly, view it on GitHub
<#67548 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJF2HU6RIUQG6WN4DNJBWEDWR4NDFANCNFSM6AAAAAARHKY2QE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
This still happens with Beta 12. Only took about 30 seconds |
Godot version
4.0 beta 3
System information
Windows 10 ; AMD Ryzen 7 3700X 8-Core Processor
Issue description
The editor crashes when resizing CSG boxes. I captured the issue in-action in this video, ironically reporting another bug. The only error that regularly shows up is this, and I don't know what it means but it sometimes crashes my debug instance of the project (not my entire editor).
Steps to reproduce
Minimal reproduction project
https://github.com/Gamepro5/Custom_CharacterBody3D_Movement_System/tree/1be17d8578a6975d9f35d317cdff8b30553d82df
The text was updated successfully, but these errors were encountered: