-
-
Notifications
You must be signed in to change notification settings - Fork 21.9k
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
Godot 4.0 alpha 8: The software crashes following a call to VulkanContext::swap_buffers
#60979
Comments
Can you reproduce this if you start the project manager with the |
Everything work fine with the What could be the cause of the problem? |
Related to #60766.
Likely invalid/non-spec-compliant X11 usage from Godot when using multiple windows, which the graphics driver doesn't like. It'll take a while to figure out the root cause of this, especially as it's driver-specific (I can't reproduce it here on NVIDIA). |
@yannicka I would advice testing it again with latest build. Also, I see that you are using Debian Unstable. Maybe you can try with a stable/different Linux as you said alphas worked once upon a time |
I no longer use Debian Unstable at the moment (I use Arch), so I'm not able to reproduce the problem. However, with Arch, I don't have any problems at the moment. |
Closing since the OP no longer has the affected system and can't confirm if the bug is fixed. There have been many fixes to this type of issue since the OP was made, so hopefully it is fixed for others now. If you are reading this and you run into a similar sounding issue, please open a new bug report complete with your details. |
Godot version
4.0-alpha8 (917fd65)
System information
Linux Debian Unstable, X11
Issue description
I downloaded Godot version 4.0 alpha 8 (from https://downloads.tuxfamily.org/godotengine/4.0/alpha8/) and launched the software.
The software starts, but when I hover the "New Project" button, this is what is returned:
I compiled Godot from the commit shown in the article (917fd65) and here is the error I got:
When I open an existing project, and try to run it, I get a similar error:
Similar errors occur for other actions (hover other buttons, save project...).
I tested previous alphas, and I got the same error.
Previously, alphas worked on my system (I had tested up to alpha 5). It is therefore possible that the problem comes from a software incompatibility that has appeared in the meantime.
My system:
Steps to reproduce
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: