http://bugs.winehq.org/show_bug.cgi?id=20029 Summary: Msxml2.DOMDocument.6.0 unimplemented Product: Wine Version: 1.1.29 Platform: PC URL: http://www.solidworks.com/sw/downloads.htm OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: knan-wine(a)anduin.net Created an attachment (id=23571) --> (http://bugs.winehq.org/attachment.cgi?id=23571) plain console output, 1.1.29 After working around bug #20028 , (see that bug for how to reproduce, just add winetricks gdiplus) Solidworks Viewer 2009 still won't load a file, but shows an error box and crashes. The relevant error is err:ole:CoGetClassObject no class object {88d96a05-f192-11d4-a65f-0040963251e5} could be created for context 0x17 which turns out to be the guid of Msxml2.DOMDocument.6.0 , which is implemented in msxml6.dll. As none of the new interfaces in msxml6 is implemented in wine yet, this obviously fails. winetricks msxml6 works around the issue. I can load a file and manipulate it just fine. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.