Fedora 36 | Some games not starting after Wine 7.12 upgrade

Questions about Wine on Linux
Locked
ziprasidone146939277
Newbie
Newbie
Posts: 1
Joined: Fri Jul 15, 2022 1:30 pm

Fedora 36 | Some games not starting after Wine 7.12 upgrade

Post by ziprasidone146939277 »

Hello,

Yesterday Wine upgraded to version 7.12. After that some games stop working:

e.g.: this happens when try to start CS 1.6:

Code: Select all

$ echo $WINEPREFIX
/home/zipra/.local/share/wineprefixes/cs16

Code: Select all

$ wine ./hl.exe 
002c:fixme:winediag:LdrInitializeThunk wine-staging 7.12 is a testing version containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org.
0100:err:module:import_dll Library libvkd3d-shader-1.dll (which is needed by L"C:\\windows\\system32\\wined3d.dll") not found
0100:err:module:import_dll Library libvkd3d-1.dll (which is needed by L"C:\\windows\\system32\\wined3d.dll") not found
0100:err:module:import_dll Library wined3d.dll (which is needed by L"C:\\windows\\system32\\DDRAW.dll") not found
I've search on the web about, without finding some relevant info or a similar case.

Also, I've create a clean Wine prefix to CS 1.6 and Virtua Tennis getting the same error.

The only solution at this time is to downgrade wine-core (dnf downgrade wine-core to 7.2). Also i have read the changes from 7.2 to 7.12 but a cannot realize the what could be the problem.

This dll: libvkd3d-1.dll, does not exists on my system.

If you need additional info let me know.

Thank you very much in advance.
Locked