[Bug 7932] click (x) to close textpad five crashes

Wine Bugs wine-bugs at winehq.org
Tue Apr 3 11:28:25 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=7932





------- Additional Comments From focht at 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.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list