doitsujin / dxvk

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

Anyway to solve this issue about DxgiFactory::CreateSwapChainForComposition: Not implemented #2539

Open washingleavesandthensome23-434 opened 2 years ago

washingleavesandthensome23-434 commented 2 years ago

Please describe your issue as accurately as possible. If you run into a problem with a binary release, make sure to test with latest master as well.

Important: When reporting an issue with a specific game or application, such as crashes or rendering issues, please include log files and, if possible, a D3D11/D3D9 Apitrace (see https://github.com/apitrace/apitrace) so that the issue can be reproduced. In order to create a trace for D3D11/D3D10: Run wine apitrace.exe trace -a dxgi YOURGAME.exe. In order to create a trace for D3D9: Follow https://github.com/Joshua-Ashton/d9vk/wiki/Making-a-Trace. Preferably record the trace on Windows, or wined3d if possible.

Reports with no log files will be ignored.

Software information

Name of the game, settings used etc. -Game: Devil May Cry 5

System information

-GPU: RTX 2080 ti -Driver: 473.04 -OS version: Windows 7 64bit -DXVK version: 1.10

Apitrace file(s)

Log files

doitsujin commented 2 years ago

I don't really understand your problem? DMC5 does not need this functionality.

And no, it is not possible for us to implement it.

washingleavesandthensome23-434 commented 2 years ago

ok, also dx12 dmc5 needs it

Oschowa commented 2 years ago

DMC5 dx12 can't possibly require this because it already work on linux on vkd3d-proton.

washingleavesandthensome23-434 commented 2 years ago

well you saw the logs , dont know why im getting that error and also that other error > warn: D3D11DXGIDevice::QueryInterface: Unknown interface query a ton of it

also yes im using dxvk in combo with latest vk3rd proton release by HansKristian