http://bugs.winehq.org/show_bug.cgi?id=24689
Summary: CDSpeed crashes while saving a screenshot in PNG format Product: Wine Version: 1.3.4 Platform: x86-64 URL: http://upload.cdfreaks.com/liteon/tools/CDSpeed-iHAS-4 7716.rar OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: gdiplus AssignedTo: wine-bugs@winehq.org ReportedBy: RandomAccountName@mail.com CC: madewokherd@gmail.com
Created an attachment (id=31199) --> (http://bugs.winehq.org/attachment.cgi?id=31199) Terminal output w/ backtrace
Trying to save a screenshot of the program window in PNG format using the built-in screenshot function results in a crash. Steps to reproduce:
1. Click the button with a floppy disk icon 2. Click save (PNG format should be selected by default)
It was working in 1.3.3, so I did a regression test:
c8a48f237e43174673fa3686ebe99e42f6a0d8a4 is the first bad commit commit c8a48f237e43174673fa3686ebe99e42f6a0d8a4 Author: Vincent Povirk vincent@codeweavers.com Date: Thu Sep 30 16:07:53 2010 -0500
gdiplus: Don't create a DIB section for non-alpha or reference bitmaps.
:040000 040000 07d4dd9deff466eaeb5a5b4a79541bcfc8c6c1c6 3fb622798b75c1479d5ea652762809c21485ff34 M dlls
Reverting that patch makes it possible to save PNG screenshots again.
Other reported regressions from this commit: bug 24587 and bug 24615