http://bugs.winehq.org/show_bug.cgi?id=22272
Summary: CDBurnerXP crashes if a data disc is inserted Product: Wine Version: 1.1.42 Platform: x86-64 URL: http://cdburnerxp.se/ OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdiplus AssignedTo: wine-bugs@winehq.org ReportedBy: RandomAccountName@mail.com
Created an attachment (id=27208) --> (http://bugs.winehq.org/attachment.cgi?id=27208) Terminal output and backtrace
It produces an MS error report dialog followed by a Wine crash dialog if you enter data disc mode while a data disc is inserted in an optical drive that the program is able to detect. (Only some are detected when mapped to a drive letter in winecfg, bug 12359?) Normally, it produces a dialog here asking whether you want to continue the disc.
There's no crash with native gdiplus. Looking at the log, the only gdiplus output that I don't normally see from the program is this line:
fixme:gdiplus:GdipGetImageThumbnail (0x5627e88 16 16 0x33e700 (nil) (nil)) stub
I couldn't guarantee that this is the culprit, but it does appear to happen shortly before the MS error reporting tool starts loading. I didn't get a backtrace automatically, so I've included one from winedbg.
winetricks dotnet20 is a prerequisite.