http://bugs.winehq.org/show_bug.cgi?id=6434
Summary: BCDC++ (all dc) crashes if progress bars enabled Product: Wine Version: CVS Platform: Other URL: http://utrum.dyndns.org:8000/ OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: andras@csevego.net CC: mike@codeweavers.com
BCDC++ works almost fine, if we don't enable progress bars in the settings. Once we enable, and we want something to download (for example filelists, files) dc++ will crash. It will say that dc++ crashed. If we comment out the second line in SetUnhandledExceptionFilter (as mike_m suggested), we get an unhandled exception inside of DCPlusPlus.exe. I think this is common controls related, because the crash probably occurs when dc wants to draw it's eye candy progress bars when we downloading.