Godot Version
4.7
Question
I’m running Fedora KDE Plasma 44 and have a Geforce GTX 1080 Ti. I was able to run Godot 4.7 in Forward+ up until an update last week, but now it’s crashing on Editor launch with the following error(s):
Godot Engine v4.7.stable.official.5b4e0cb0f - https://godotengine.org
ERROR: Couldn't create Vulkan device (VkResult error -3).
at: _initialize_device (drivers/vulkan/rendering_device_driver_vulkan.cpp:1500)
ERROR: Couldn't initialize Vulkan device. This may be caused by an incompatible or outdated graphics driver.
at: initialize (drivers/vulkan/rendering_device_driver_vulkan.cpp:1854)
ERROR: Failed to initialize driver for device.
at: initialize (servers/rendering/rendering_device.cpp:8376)
WARNING: Display driver x11 failed, falling back to wayland.
at: setup2 (main/main.cpp:3376)
ERROR: Condition "windows.has(p_window_id)" is true. Returning: false
at: window_create (drivers/accesskit/accessibility_server_accesskit.cpp:52)
ERROR: Couldn't create Vulkan device (VkResult error -3).
at: _initialize_device (drivers/vulkan/rendering_device_driver_vulkan.cpp:1500)
ERROR: Couldn't initialize Vulkan device. This may be caused by an incompatible or outdated graphics driver.
at: initialize (drivers/vulkan/rendering_device_driver_vulkan.cpp:1854)
ERROR: Failed to initialize driver for device.
at: initialize (servers/rendering/rendering_device.cpp:8376)
ERROR: Can't create the Wayland display server.
at: create_func (platform/linuxbsd/wayland/display_server_wayland.cpp:2269)
ERROR: Unable to create DisplayServer, all display drivers failed.
Use "--headless" command line argument to run the engine in headless mode if this is desired (e.g. for continuous integration).
at: setup2 (main/main.cpp:3386)
WARNING: 7 ObjectDB instances were leaked at exit (run with `--verbose` for details).
at: cleanup (core/object/object.cpp:2535)
My Vulkan Info doesn’t seem to be indicating any issues as far as I’m aware (the whole info dump won’t fit, but if there’s any particular sections anyone would like to see, i could paste that). I’m a Linux newb, but if anyone has any suggestions or whatnot to do to try to solve, I’d appreciate it!
Thank you in advance!