You are not logged in.
Pages: 1
I am trying to set up DXVK for Deus Ex: Human Revolution.
I installed the game with
export WINEPREFIX=/hdd/games/.wine-again
env WINEPREFIX=/hdd/games/.wine-again wine Setup.exeAfter game install I run
WINEPREFIX=/hdd/games/.wine-again/ setup_dxvk64
[1/2] d3d11:
[1/2] Creating override... The operation completed successfully.
[2/2] Creating link to d3d11.dll... Done.
[2/2] dxgi:
[1/2] Creating override... The operation completed successfully.
[2/2] Creating link to dxgi.dll... Done.but starting game from desktop icon or going into game directory and running
DXVK_HUD=1 wine DXHRDC.exeis not very impressive - directx11 option is blocked, some advanced graphical options too.
I've got a feeling, that DXVK is not being properly applied or I am missing something (I do not use wine at all). Wiki says it should work out of the box, but in my case, it does not.
Two errors:
err: ExtensionSet::addInstanceExtensions: Failed to query instance extensions
err: D3D11CreateDevice: Failed to create a DXGI factoryI tried to google them but did not find anything helpful.
EDIT: I am using newest Mesa + AMDGPU drivers. Rx 580 (recognized as 480 by the game launcher, but I can live with that).
Last edited by akjanik (2018-05-29 16:50:32)
Offline
Are vulkan-radeon & lib32-vulkan-radeon installed ?
Does it make a difference if you activate DXVK in the wine prefix before installing the game ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
@Lone_wolf
Installing lib32-vulkan-radeon fixed problem for me, thank you! Game is running with DXVK, even got overlay; it is stuttering tho, I guess this is because of imperfection of wine/dxvk.
Offline
Pages: 1