http://bugs.winehq.org/show_bug.cgi?id=59362 Piotr Pawłowski <p@perkele.cc> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|windowscodecs |gdiplus --- Comment #8 from Piotr Pawłowski <p@perkele.cc> --- Thank you very much, sir. That's two and a half bugs in my code: * flags = 0 passed to LockBits(), undocumented behavior is that method succeeds and at least writing to the buffer works. Looks like 0 needs to be treated as ImageLockModeRead|ImageLockModeWrite? * Wrong error handler used, unintended treatment of Gdiplus::Status as HRESULT. * ... and uninitialized bitmapData making above one worse. And finally, looks like exposed compatibility problem is Gdiplus not WindowsCodecs. -- 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.