GPUOpen-Drivers / AMDVLK

AMD Open Source Driver For Vulkan
MIT License
1.69k stars 160 forks source link

wine_vkCreateInstance Failed to create instance, res=-9 #343

Closed borbrudar closed 8 months ago

borbrudar commented 8 months ago

I get this error in the log file when trying to run proton from steam. To be precise:

10513.873:012c:0130:err:vulkan:wine_vkCreateInstance Failed to create instance, res=-9 10513.873:012c:0130:trace:seh:raise (22) terminate called after throwing an instance of 'dxvk::DxvkError'

I tried reinstalling steam, made sure i only have amdvlk (and the lib32 bit version) installed and also updated my system to the latest version. Running on arch.

Perhaps a related thing: before this error I had a different one stemming from the last access date on /etc/fonts/fonts.conf being set way into the future, which I fixed using touch. Also trying to start directly from wine gives a blank terminal so I'm guessing the same thing is happening there.

borbrudar commented 8 months ago

Hmm it appears to only be an issue on older games which require lib32-amdvlk...

borbrudar commented 8 months ago

Works with lib32 radeon ¯_(ツ)_/¯