http://bugs.winehq.org/show_bug.cgi?id=33244
Bug #: 33244 Summary: Excel 2007 crash text to columns Product: Wine Version: 1.4.1 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ole32 AssignedTo: wine-bugs@winehq.org ReportedBy: iainbuc@gmail.com Classification: Unclassified
Created attachment 43967 --> http://bugs.winehq.org/attachment.cgi?id=43967 Result of running under winedbg
Environment: Ubuntu 12.10 wine 1.4.1 Excel 2007
Command line: "wine EXCEL.EXE" (from the "Office12" subfolder)
On opening Excel a new spreadsheet will appear. Write "a;b" into the top top-left cell (anything will work). Choose the "Data" tool group from the menu area, then choose "Text to columns". A dialog will pop up. Press "Next". The next dialog will at least partially draw, but Excel will then crash.
I ran under "winedbg" and I've attached the log which appears to show a problem with OleQueryLinkFromData. Despite turning on any channel that started "ole" I couldn't find one which showed more detail about the call to OleQueryLinkFromData.
Please let me know if there's anything I can do to help investigate further.