http://bugs.winehq.org/show_bug.cgi?id=17258
--- Comment #8 from Martin Fontaigne martinrs@softhome.net 2012-12-30 15:00:00 CST --- (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?