protonscr

Failed to initialize dxvk >= 3.0.0 on radv

dxvkclosed
doitsujin/dxvk#5811 · opened 2026-07-26 by Mikaka27 · updated 2026-07-26 · 2 comments · github
MMikaka27 2026-07-26 github

Starting with dxvk 3.0.0 (and later) dxvk initialization is failing.

Software information

Any game launched with dxvk >= 3.0.0.
There was a similar issue with same error message:

Skipping: Device does not support required feature 'khrLoadStoreOpNone' (extension: VK_KHR_load_store_op_none)

in logs, but it was on windows, I'm running linux.

System information

  • GPU: RX 6700 XT
  • Driver: Mesa 26.1.5
  • Wine version: Wine GE 8.26
  • DXVK version: 3.0.2

Apitrace file(s)

I didn't tried to capture any api traces, since I think it's not relevant if dxvk is not being initialized at all.

Log files

game.log

Mmbriar 2026-07-26 github

Almost certainly because you're using an ancient wine version and winevulkan doesn't support the required vulkan extensions.

MMikaka27 2026-07-26 github

This is it, you're right I tried on newer wine and it works, thanks :)

Nothing extracted yet.