http://bugs.winehq.com/show_bug.cgi?id=1772
Summary: fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x40586b80)->(00010021,00000011 ) Product: Wine Version: 20030911 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-directx AssignedTo: wine-bugs@winehq.com ReportedBy: DoomWarrior@6pack.de
i write a little DirectDraw Programm for Windows. I want to start in with wine under Linux an get this error message above.
Game start and i get the error message ("fixme:ddraw: Main_DirectDraw_SetCooperativeLevel (0x40586b80)->(00010021,00000011"). Then i get the error message von the Programm ("can't init DirectDraw") and ("wine: Unhandled exception (thread 0009)")
my Cooperative Level
if(FAILED(lpDD7->SetCooperativeLevel(hwnd,DDSCL_EXCLUSIVE | DDSCL_FULLSCREEN))) { return FALSE; }
The Game was compiled with Visual Basic 6 and DirectX 8 SDK.
-- sorry of my bad english. I hope i could describe my problem properly