[Bug 20223] incredimail installer crashes

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Oct 1 19:26:54 CDT 2009


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


Peter Dons Tychsen <donpedro at tdcadsl.dk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |donpedro at tdcadsl.dk




--- Comment #5 from Peter Dons Tychsen <donpedro at tdcadsl.dk>  2009-10-01 19:26:54 ---
It crashed on my setup too.

The failure is in msxml. It triggers a message from the program:

0024:warn:debugstr:OutputDebugStringA 10-02 04:21:41.548 *** Error:
ParseXml_GetRootNodeFromDocNode: Failed to read root node from script

It would seem that the install XML scripts gets downloaded OK to:

C:\\windows\\temp\\ImInstaller\\IncrediMail\\setupscript_bc.xml

After domdoc_load() the program does:

1) get_FirstChild (domdoc) which returns the root node.
2) get_NextSibling (domdoc) which return a NULL node.

At this point the program is unhappy.

I think the reason is that the program expects to get the children of the root
node when it does get_FirstChild, but it gets the root node itself instead. I
am not sure, but i think this is a bug.

-- 
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.



More information about the wine-bugs mailing list