http://bugs.winehq.org/show_bug.cgi?id=7932
------- Additional Comments From focht@gmx.net 2007-03-04 11:28 ------- Created an attachment (id=5620) --> (http://bugs.winehq.org/attachment.cgi?id=5620&action=view) crash backtrace
Hello,
when closing the window, the app writes config data to xml file. The crash is due to wine msxml deficencies.
Offending part:
--- snip -- trace:msxml:xmlnodemap_getNamedItem 0x177220 L"CompactMode" 0x34e3fc fixme:msxml:domdoc_createAttribute trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7b840750 --- snip ---
msxml domdoc_createAttribute() fails (returns E_xxx) which is checked by app. The exception afterwards is raised on purpose (C++ exception).
Workaround: use native msxml3 for now (e.g. "winetricks msxml3")
Regards.