http://bugs.winehq.org/show_bug.cgi?id=3365
Summary: SetCooperativeLevel doesn't accept DDSCL_SETFOCUSWINDOW Product: Wine Version: CVS Platform: All URL: http://appdb.winehq.org/appview.php?appId=1600 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-directx-ddraw AssignedTo: wine-bugs@winehq.org ReportedBy: stefandoesinger@gmx.at
Wine's DDraw Implementation doesn't handle the DDSCL_SETFOCUSWINDOW correctly. This prevents the game Empire Earth from Startup.
In Windows, it's perfectly ok to do a lpDD->SetCooperativeLevel(hwnd, DDSCL_SETFOCUSWINDOW), but under Wine this call fails.