DXVK error

Questions about Wine on Linux
Locked
LateralShift
Level 2
Level 2
Posts: 27
Joined: Mon Nov 16, 2020 4:06 pm

DXVK error

Post by LateralShift »

I know bug reports should be made on a clean prefix without DXVK, so I'm putting this here instead of filing a bug report. I am on 6.16 (staging) and when I try to run certain applications DXVK crashes with:

Code: Select all

0108:err:winediag:wined3d_spirv_shader_backend_init_vk Wine was built without libvkd3d-shader support.
I am using the version of wine from the Bullseye repository. Any ideas?
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: DXVK error

Post by DarkShadow44 »

Why are you trying to use wined3d with the vulkan backend?
Did you use a clean WINEPREFIX with jsut dxvk?
LateralShift
Level 2
Level 2
Posts: 27
Joined: Mon Nov 16, 2020 4:06 pm

Re: DXVK error

Post by LateralShift »

I just used winetricks to change the backend to vulkan. I don't understand, how should I be using the vulkan backend?

Yes my prefix is just DXVK.
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: DXVK error

Post by DarkShadow44 »

Well, the vulkan backend is only useful for wined3d, AFAIK. Try without it. Did you use winetricks to install DXVK?
LateralShift
Level 2
Level 2
Posts: 27
Joined: Mon Nov 16, 2020 4:06 pm

Re: DXVK error

Post by LateralShift »

I switch the backend to openGL and it works now, thanks.
Locked