http://bugs.winehq.org/show_bug.cgi?id=20223
--- Comment #6 from Nikolay Sivov bunglehead@gmail.com 2010-02-18 15:05:53 --- (In reply to comment #5)
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:
- get_FirstChild (domdoc) which returns the root node.
- get_NextSibling (domdoc) which return a NULL node.
Interesting. This might be related to problem I'm working on. Currently Wine doesn't create '<?xml...' node in tree for declaration. It should be exactly first child looking from document. I tried to look at these xml files but wasn't able to locate them. windows/temp doesn't contain a thing for me. Could you describe how to get them or check yourself do they have xml declaration?