[Bug 17005] CT: Rendering issues

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jan 21 06:34:40 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=17005


John Haywards <normandy at web.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




--- Comment #2 from John Haywards <normandy at 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?


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list