http://bugs.winehq.org/show_bug.cgi?id=33054
Bug #: 33054 Summary: Enterprise Architect 10 fails to load EAExample.eap poject Product: Wine Version: 1.5.24 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: msxml3 AssignedTo: wine-bugs@winehq.org ReportedBy: bunglehead@gmail.com Classification: Unclassified
EA 10 fails to load example project, logs shows msxml parser failures. Problem seems to be about wrong text data escaping. Note that it's different from bug 22860 which is about refcount problem.
Right before a crash:
--- 0024:trace:msxml:domdoc_loadXML (0x1143f558)->(L"<STYLE fill="-1" text="-1" border="-1" groupname="" type="script">\r\n\t<SHAPE file="shape main { 	layouttype="border"; 	noshadow=true; 	 	setpenwidth(2); 	setpencolor(255,255,128); 	startpath();
"... 0x31fb5b0) 0024:err:msxml:doparse xmlParseEntityRef: no name 0024:err:msxml:doparse attributes construct error 0024:err:msxml:doparse error parsing attribute name 0024:err:msxml:doparse attributes construct error 0024:err:msxml:doparse xmlParseStartTag: problem parsing attributes 0024:err:msxml:doparse Couldn't find end of Start Tag SHAPE line 2 0024:trace:msxml:domdoc_loadXML failed to parse document ---