http://bugs.winehq.org/show_bug.cgi?id=17005
John Haywards normandy@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #2 from John Haywards normandy@web.de 2009-01-21 06:34:39 --- Okay, this seems to be app-related and not to wine. Though it runs on windows perfectly, wine's lpsurface->Lock call does not check for the surface being ok but crashes therefor. Changed some parts of the code, now checking by myself whether it's OK: if (SUCCEEDED(lpSurface->GetAttachedSurface( &ddsCaps, &lpSurface )))
{ lpSurface->Release(); build_lpsurface_now(); }
Now it works perfectly! ;)
PS: Is it right to mark it invalid?