varmd / wine-wayland

Wine-wayland allows playing DX9/DX11 and Vulkan games using pure wayland and Wine/DXVK.
729 stars 14 forks source link

Error Invalid Graphics Configration. #33

Closed iMonZ closed 3 years ago

iMonZ commented 3 years ago

Hey, I get this error when I try to run Death Stranding:

image

varmd commented 3 years ago

I don't have that game, however it is a D3D12 game. You would need to copy the dll from https://github.com/HansKristian-Work/vkd3d-proton to the game exe directory, then enable the dll in winecfg for the game's WINEPREFIX. I'll add the d3d12 to WINEDLLOVERRIDES in the next release so the last step won't be necessary.

iMonZ commented 3 years ago

I don't have that game, however it is a D3D12 game. You would need to copy the dll from https://github.com/HansKristian-Work/vkd3d-proton to the game exe directory, then enable the dll in winecfg for the game's WINEPREFIX. I'll add the d3d12 to WINEDLLOVERRIDES in the next release so the last step won't be necessary.

Thanks! Is there a plan for merging this into the wine master repo? (PR)