http://bugs.winehq.org/show_bug.cgi?id=35105
Bug #: 35105 Summary: Ableton Live 9.1 crashes, probably because of IFileDialog2 Product: Wine Version: 1.7.8 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comdlg32 AssignedTo: wine-bugs@winehq.org ReportedBy: bique.alexandre@gmail.com Classification: Unclassified
Created attachment 46825 --> http://bugs.winehq.org/attachment.cgi?id=46825 Log of the IFileDialog usage
When setting wine to >=Vista, Ableton Live 9.1 do not use GetOpenFile() anymore but IFileDialog according to Microsoft recommendations.
With the GetOpenFile() code path, Ableton does not crash. But with the IFileDialog code path Ableton does crash. I believe that wine's implementation has different result values than the Windows one and that would explain why Ableton crashes.