https://bugs.winehq.org/show_bug.cgi?id=57493
Bug ID: 57493 Summary: Mathcad 15 crashes on startup due to unhandled domdoc MaxElementDepth property Product: Wine Version: 9.22 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: msxml3 Assignee: wine-bugs@winehq.org Reporter: arethusa26@gmail.com Distribution: ---
Using the download from bug 57457, after installing Mathcad 15 without any native dependencies from winetricks, the Mathcad application crashes on startup:
0024:fixme:msxml:domdoc_setProperty Ignoring property L"NewParser", value 00F0F5F8 {VT_I2: -1} 0024:fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value 00F0F5F8 {VT_I2: 0} 0024:fixme:msxml:domdoc_setProperty Unknown property L"MaxElementDepth" wine: Unhandled exception 0xe06d7363 in thread 24 at address 7B6267D8 (thread 0024), starting debugger...
Handling the MaxElementDepth property in domdoc_setProperty is sufficient to allow the application to make further progress.