misyltoad / d9vk

A Direct3D9 to Vulkan layer using the DXVK backend. [Upstreamed to DXVK]
https://github.com/doitsujin/dxvk
zlib License
838 stars 42 forks source link

Reshade - black screen when d3d9 is set to native #446

Open Ahmed-E-86 opened 5 years ago

Ahmed-E-86 commented 5 years ago

When d3d9 is set to native in winecfg, ReShade main window is completely black Reshade So I have to set d3d9 to builtin for ReShade_Setup_4.4.2.exe to be able to avoid the black screen. Reshade2 I know that it may be a dull issue to report, but I reported it here any way for anyone having the same issue.

K0bin commented 5 years ago

Have you installed the Microsoft d3dcompiler dlls?

misyltoad commented 5 years ago

Doesnt look like it from the winecfg 🐸

Ahmed-E-86 commented 5 years ago

Have you installed the Microsoft d3dcompiler dlls?

Yes.

Ahmed-E-86 commented 5 years ago

Doesnt look like it from the winecfg frog

It is a custom override for ReShade_Setup_4.4.2 only. It is not the general winecfg settings.

misyltoad commented 5 years ago

You need it for more than the setup.

misyltoad commented 5 years ago

Works fine for me here:

image

image

misyltoad commented 5 years ago

Hm, ok, the setup is a lil' janky at times, ngl

image

Why is this rendered in D3D9... :v

misyltoad commented 5 years ago

Ok I've improved this slightly but it relies on partial presentation which is a bit of a bitch to impl