-
-
Notifications
You must be signed in to change notification settings - Fork 21.2k
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 Alpha dont load projects #63591
Comments
Can you provide more details on your system (CPU, GPU) and OS version? You seem to be running an x86_32 version of Linux? This hasn't been tested much, there might be bugs indeed. |
Your Linux Mint version is extremely old and its Vulkan drivers are basically broken. You should upgrade to a newer distro and that should solve it. |
oh ok |
Closing, as this isn't an issue we can resolve on our end until an OpenGL fallback is added (#58927). |
I don't see how the 2019 LTS release of a popular OS counts as "extremely old", seeing as Windows 10 was released in 2015 and Windows 7 still has significant market share. I agree that this is unsolveable the without OpenGL fallback, though. |
Well:
So in the context of Vulkan support, Linux Mint 19, Ubuntu 18.04 or Debian 9 are indeed too old. I wish those distros would provide newer Mesa versions but since they don't, users who care about gaming should definitely update to recent OSes (Ubuntu 22.04, Fedora 36, etc.).
Yes once OpenGL fallback is added Godot 4 should run on those older distros too. This issue was closed because it's an unsolveable issue with broken Vulkan drivers, but we already have other issues tracking the need for OpenGL fallback. |
Godot version
4.0 alpha versions, official releases in the archives
System information
Linux Mint
Issue description
i have already tried update everything, but every time i open a project in godot 4.0 i just crashes with the following message:
================================================================ handle_crash: Program crashed with signal 11 Engine version: Godot Engine v4.0.alpha12.official (2c11e6d9efc42370a8d7537eaff8b1ea78a283e5) Dumping the backtrace. Please include this when reporting the bug to the project developer. [1] linux-gate.so.1(__kernel_sigreturn+0) [0xf7fceb70] (??:0) -- END OF BACKTRACE -- ================================================================
but before that, it reports two errors:
Steps to reproduce
godot 4.0 alpha 12 is the most recent version that has this error, but it also happens with other versions of alpha builds
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: