Page 1 of 1

[linux] Game crash: getGPUInfo() -> X11_Vulkan_LoadLibrary

Posted: Fri Nov 08, 2024 11:31 am
by stina556
In steam version game after update in 2024-11-06 in start game have crash error
factorio-current.log
(4.81 KiB) Downloaded 12 times
factorio-previous.log
(4.81 KiB) Downloaded 9 times

Re: [linux] Game crush (getGPUInfo() -> X11_Vulkan_LoadLibrary)

Posted: Fri Nov 08, 2024 12:32 pm
by posila
Hello, it crashes when trying to load Vulkan graphics library to detect what kind of GPU you have. And to my surprise, we don't have an option to disable it.

At first, I thought it was caused by us updating SDL, but that update has not rolled out yet. So I think your graphics driver updated and that broke it.
Can you try following two launch options? Open Factorio properties in Steam Library and set Launch options to

Code: Select all

SDL_VIDEODRIVER=wayland %command%
If that doesn't help, try

Code: Select all

SDL_VULKAN_LIBRARY=none %command%

Re: [linux] Game crash: getGPUInfo() -> X11_Vulkan_LoadLibrary

Posted: Fri Nov 08, 2024 12:49 pm
by stina556
Thank you it help. Resolve my problem command is SDL_VULKAN_LIBRARY=none %command%