doitsujin / dxvk

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

PayDay 2 stopped launching with DXVK installed #4419

Open MilesFox92 opened 3 weeks ago

MilesFox92 commented 3 weeks ago

DXVK was working perfectly fine and giving very big performance boost in PayDay 2 before (around the beginning of the 2024), but then after some time it just stopped launching whenever DXVK is installed. I've tried installed older versions of DXVK, changing game's screen mode, tried installing it on a different machine - nothing helped

Software information

PayDay 2, Update 240.6

System information

DXGI Log: payday2_win32_release_dxgi.log

Apitrace logs just say "at" inside them and weight 2 bytes

Blisto91 commented 3 weeks ago

Payday 2 uses d3d9 so we need the d3d9 log.

Blisto91 commented 2 weeks ago

@MilesFox92 Friendly ping

MilesFox92 commented 2 weeks ago

Oh, I've been leaving an answer a week ago, guess my internet was acting weird and it did not publish, sorry I've found out that game runs fine with just the d3d9.dll file, without the dxgi.dll file (despite DXGI also working in the past). Is the d3d9 log needed still? If so - how to generate it?

Blisto91 commented 2 weeks ago

Should be fine if it works just with d3d9.dll. Since it also stopped working with old dxvk dxgi.dll's it indicates that it isn't a dxvk issue. Games can sometimes be a bit finicky with dlls next to the exe of a game on Windows depending on what the game, driver or maybe even DirectX runtime does.