doitsujin / dxvk

Vulkan-based implementation of D3D8, 9, 10 and 11 for Linux / Wine
zlib License
13.18k stars 849 forks source link

[d3d11 x64] Shadow of War crashes on startup #4240

Closed hyperspeed6 closed 1 month ago

hyperspeed6 commented 1 month ago

The game does not open at all with dxvk installed. When I use apitrace and open the game, I receive this error at launch: image

By the way, injecting SpecialK in the game using its DLL (dxgi.dll) works without crashing.

Software information

Middle-earth: Shadow of War - GoG edition

System information

Apitrace file(s)

Link

Log files

The log file is empty (ShadowOfWar_dxgi.log) and is the only log file created.

K0bin commented 1 month ago

https://github.com/doitsujin/dxvk/wiki/Windows#dll-loading-issues

Blisto91 commented 1 month ago

See also https://github.com/doitsujin/dxvk/wiki/Windows#dozen

hyperspeed6 commented 1 month ago

All overlays are off, including Nvidia's GeForce Experience and rivatuner statistics. Steam is closed. Game is borderless. "OpenCL, OpenGL & Vulkan Compatibility Pack" is not installed in my system

K0bin commented 1 month ago

The game is probably loading d3d11.dll from C:\Windows\System32 and dxgi.dll from the game directory.

Blisto91 commented 1 month ago

Did some poking and that seems to be the case yes.