[linux] Game crash: getGPUInfo() -> X11_Vulkan_LoadLibrary
[linux] Game crash: getGPUInfo() -> X11_Vulkan_LoadLibrary
In steam version game after update in 2024-11-06 in start game have crash error
Re: [linux] Game crush (getGPUInfo() -> X11_Vulkan_LoadLibrary)
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
If that doesn't help, try
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%
Code: Select all
SDL_VULKAN_LIBRARY=none %command%
Re: [linux] Game crash: getGPUInfo() -> X11_Vulkan_LoadLibrary
Thank you it help. Resolve my problem command is SDL_VULKAN_LIBRARY=none %command%