Using DXVK over WineD3D (Can't get any Direct3D to work)

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
lu9st
Newbie
Newbie
Posts: 4
Joined: Fri Jun 21, 2024 9:37 pm

Using DXVK over WineD3D (Can't get any Direct3D to work)

Post by lu9st »

Hi, so I'm having some problems running... any Direct3D-dependant thing under Wine, really.
I set the renderer to vulkan in winetricks (which changes it on the registry, and stuff)
and copied + replaced the required files for dxvk on my wineprefix, as stated on their website.
But then, running a D3D-dependant game from the terminal gives me this, which leads me to believe it's still trying to use the built-in WineD3D:

Code: Select all

0150:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0.
0150:err:winediag:wined3d_dll_init Using the Vulkan renderer.
0150:fixme:ddraw:DirectDrawEnumerateExA flags 0x6 not handled
0150:fixme:d3d:get_vulkan_physical_device Multiple physical devices available.
0150:fixme:d3d:adapter_vk_init_driver_info Failed to retrieve GPU description for device "Intel(R) UHD Graphics (TGL GT1)" 8086:9a60.
0150:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0150:fixme:d3d:get_vulkan_physical_device Multiple physical devices available.
0150:fixme:d3d:adapter_vk_init_driver_info Failed to retrieve GPU description for device "Intel(R) UHD Graphics (TGL GT1)" 8086:9a60.
0150:err:d3d:validate_state_table State STATE_RENDER(WINED3D_RS_SPECULARENABLE) (0x1d) should have a representative.
(Also weird that it's seemingly only getting my integrated GPU when I have a dedicated nvidia one...)

Another software that was previously working for me stopped working also, in some related way, even though that software probably doesn't even use D3D:
Image
And yes, I did change the DLL substitutions using winecfg... and verified if Vulkan was working with the cube demo, both linux and windows versions.

So how do I... "force" wine to use DXVK? I'm running the latest wine staging version.
MeowImmunecat
Level 2
Level 2
Posts: 10
Joined: Sat Aug 24, 2024 7:59 pm

Re: Using DXVK over WineD3D (Can't get any Direct3D to work)

Post by MeowImmunecat »

Have you tried to use winetricks to install dxvk?
Locked