https://bugs.winehq.org/show_bug.cgi?id=17258
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #23 from winetest@luukku.com --- (In reply to Martin Fontaigne from comment #8)
(In reply to comment #7)
It seems the problem is related to version checking of ddraw.dll, dinput.dll, and dsound.dll.
It looks like wine ddraw.dll and others have image version 0.0 as confirmed using pev (sourceforge.net) while the original ddraw.dll has 5.x, and even wine source ddraw/version.rc shows 5.3, so maybe VerQueryValA() is not returning the right version number in wine?
Could someone somehow confirm this? It feels like the hex patch is fixing this issue.