http://bugs.winehq.org/show_bug.cgi?id=5565
Summary: staruml crashes on startup Product: Wine Version: 0.9.16. Platform: Other URL: http://staruml.org OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
[Original report: http://www.winehq.org/pipermail/wine-users/2006-June/022577.html and followups.]
Installing staruml as follows: WINE=~/wine-git/wine rm -rf .wine $WINE notepad cp MFC42.DLL .wine/drive_c/windows/system32/ $WINE installers/StarUML-5.0-with-cm.exe > log 2>&1
works fine, but the app crashes early in startup. Valgrind reports nothing stunningly informative; here's the log: err:ole:CoGetClassObject class {88d969c0-f192-11d4-a65f-0040963251e5} not registered err:ole:create_server class {88d969c0-f192-11d4-a65f-0040963251e5} not registered err:ole:CoGetClassObject no class object {88d969c0-f192-11d4-a65f-0040963251e5} could be created for context 0x5 fixme:msxml:domdoc_put_preserveWhiteSpace
vex x86->IR: unhandled instruction bytes: 0x7 0xFF 0xB1 0x90
I think that ole error refers to msxml4.dll; see http://www.devguy.com/fp/XML/installMSXML4ViaCab.htm A couple other bug reports refer to it; see bug 3910 and http://appdb.winehq.org/appview.php?versionId=2720&iTestingId=3597
This is an open source app, so potentially someone could run it in the debugger if the msxml4 clue isn't enough.