-
-
Notifications
You must be signed in to change notification settings - Fork 22k
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 crashes after attempting to load a project on Ubuntu 18.04 #57238
Comments
Most likely the Mesa version on Ubuntu 18.04 is way too old to have full Vulkan support as needed by Godot. |
Not really familiar with errors on Linux, but I think one of these may be the issue:
|
I upgraded to Ubuntu 20.04.3 and Godot runs, so I do think it was an old Vulkan issue but I still do think that Godot shouldn't crash outright when trying to run on an incompatible Vulkan version. Thanks for the help though guys! |
I got a similar error on Ubuntu 20.04. |
Those are harmless warnings and not related to whatever is causing a crash. |
Similar broblem with alpha7 projects opening with alpha8 on Kubuntu 20.04
|
The original issue is a duplicate of #57622, as updating the Vulkan drivers resolved the issue for OP; @maniacalipsis This is an unrelated issue, and I believe it's been reported already. Do you have a CSG node anywhere in your project? If so, this is a duplicate of #60936. |
Godot version
4.0.alpha
System information
Ubuntu 18.0.4 - RX 560 (Polaris 11) - Vulkan Clustered
Issue description
Opening Godot works but whenever I attempt to load a new project that I created, it crashes. When ran from the Terminal, it produces this log:
Not sure if it matters, but I also have Godot 3.4 installed via Steam
Steps to reproduce
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: