http://bugs.winehq.org/show_bug.cgi?id=3552
Summary: Unhandled dwRenderStateType playing DeusEx Product: Wine Version: CVS Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-directx-ddraw AssignedTo: wine-bugs@winehq.org ReportedBy: storri@torri.org
Found that I got error messages trying to play DeusEx that spoke about direct draw. They were messages saying that certain state types were not handled:
err:ddraw:set_render_state Unhandled dwRenderStateType D3DRENDERSTATE_LINEPATTERN (0000000a) value : 00000000 ! trace:ddraw:set_render_state D3DRENDERSTATE_MONOENABLE = 00000000
Also others:
err:ddraw:create_dib CreateDIBSection failed!
err:ole:CoGetClassObject class {92fa2c24-253c-11d2-90fb-006008a1f441} not registered
err:region:CombineRgn Invalid rgn=(nil)
You will find a log output from running wine as:
WINEDEBUG=+ddraw,+region,+ole wine DeusEx.exe &>/tmp/ddraw.log
Occassionally, as the attached log captures, I get an unhandled exception.