https://bugs.winehq.org/show_bug.cgi?id=48165
--- Comment #4 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Hello,
There is a possible workaround that consists of installing Windows version of Vulkan SDK and Vulkan Run-Time in the wineprefix.
Can you make a backup clone of your wineprefix and try this command? (Assuming the wineprefix is ~/.wine. If not, change that part to the actual path of your wineprefix.)
WINEPREFIX=~/.wine winetricks vulkansdk vulkanrt
Then test the application again. If anything goes wrong you can restore the wineprefix from the backup.
Note that DXVK is not supported here but has its own bug tracker: https://github.com/doitsujin/dxvk/issues
The workaround is expected to make the application run with wine-staging+DXVK. If it doesn't work, it's probably a DXVK issue and you should report the issue to them.
Regards.