http://bugs.winehq.org/show_bug.cgi?id=20223
Peter Dons Tychsen donpedro@tdcadsl.dk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |donpedro@tdcadsl.dk
--- Comment #5 from Peter Dons Tychsen donpedro@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.