http://bugs.winehq.org/show_bug.cgi?id=12692
Stefan Dösinger stefandoesinger@gmx.at changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |stefandoesinger@gmx.at
--- Comment #12 from Stefan Dösinger stefandoesinger@gmx.at 2008-07-17 19:01:23 --- I guess the app tries to do D3D drawing on the NULL window, which this hack dodges for some reason. That's a rather tricky problem, since opengl cannot draw on NULL.
I've no idea why this happens. Probably the NULL window is incorrect, and for some reason should be ignored(check the logs, write a test app to see what happens on windows), or we have to find a way to draw to NULL(create our own overlay window???)