http://bugs.winehq.org/show_bug.cgi?id=15977
Summary: MS Money 2007 crashes on startup Product: Wine Version: 1.1.8 Platform: Other URL: http://www.microsoft.com/money/freetrial_info.mspx OS/Version: other Status: NEW Severity: normal Priority: P2 Component: shdocvw AssignedTo: wine-bugs@winehq.org ReportedBy: leslie_alistair@hotmail.com
Created an attachment (id=17167) --> (http://bugs.winehq.org/attachment.cgi?id=17167) WINEDEBUG=+tid,shdocvw,urlmon
After a successful install, running ms money crashes in
0x6121ac69 BindStatusCallback_OnObjectAvailable+0x99(iface=0x21d1b8, riid=0x 7cfb70, punk=0x683c40) [/home/alesliehughes/wine/dlls/shdocvw/navigate.c:289] in shdocvw (0x7de59108)
Since This->doc_host is null and its being used.
Doing a check for null before its used works around the issue, but properly isn't the best fix.