Created
September 20, 2024 00:42
-
-
Save sparr/9861c782956b3eabae3ac9e1bf4ec6ce to your computer and use it in GitHub Desktop.
Steam Proton all games crashing on EndeavourOS due to Vulkan library package choice
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
When installing AMD drivers on EndeavourOS I was prompted to choose Vulkan packages. I chose `amdvlk lib32-amdvlk` which turns out to have been a mistake. This led to almost every game using Proton crashing on launch with one of the following two error messages in the logs (among much longer more unique stack traces). The "correct" packages which resolved this issue are `vulkan-radeon lib32-vulkan-radeon`. | |
Error type 1, from games including Craft the World, Ring of Pain, Slipways: | |
14981.844:0124:0128:err:vulkan:wine_vkCreateInstance Failed to create instance, res=-9 | |
14981.844:0124:0128:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\winevulkan.dll" : builtin | |
err: DxvkInstance::createInstance: Failed to create Vulkan 1.1 instance | |
Error type 2, from games including Banished, Ring of Pain, Slipways: | |
16234.652:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\wineopenxr.dll" at 00007C20DE360000: builtin | |
warn: OpenXR: Unable to get required Vulkan instance extensions size | |
info: Enabled instance extensions: | |
info: VK_KHR_get_surface_capabilities2 | |
info: VK_KHR_surface | |
info: VK_KHR_win32_surface | |
16234.652:0124:0128:err:vulkan:wine_vkCreateInstance Failed to create instance, res=-9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment