http://bugs.winehq.org/show_bug.cgi?id=20223
Summary: program error Product: Wine Version: 1.1.30 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: joenewbob@live.co.uk
Created an attachment (id=23854) --> (http://bugs.winehq.org/attachment.cgi?id=23854) sceen shot
trying to install incredimail closes wine-see screen shot
http://bugs.winehq.org/show_bug.cgi?id=20223
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2009-09-30 14:21:05 --- Attach terminal output, put program name in summary and specify download link for this program if available.
http://bugs.winehq.org/show_bug.cgi?id=20223
--- Comment #2 from Stefan Leichter Stefan.Leichter@camLine.com 2009-09-30 16:52:13 --- Got the program from http://www.incredimail.com/
wget http://www.kegel.com/wine/winetricks sh winetricks msxml3
let the installer finish for me
http://bugs.winehq.org/show_bug.cgi?id=20223
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Component|-unknown |msxml3
--- Comment #3 from Austin English austinenglish@gmail.com 2009-09-30 17:31:52 --- Please attach a +msxml trace.
http://bugs.winehq.org/show_bug.cgi?id=20223
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|program error |incredimail installer | |crashes Severity|minor |normal
http://bugs.winehq.org/show_bug.cgi?id=20223
--- Comment #4 from Stefan Leichter Stefan.Leichter@camLine.com 2009-10-01 11:18:37 --- Created an attachment (id=23867) --> (http://bugs.winehq.org/attachment.cgi?id=23867) +msxml trace
While trying to run winecfg i just noticed that my installation uses native dlls for comctl32,msvcrt,odbc32 and odbccp32 too. I will recheck without them.
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.
http://bugs.winehq.org/show_bug.cgi?id=20223
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.incredimail.com/
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?
http://bugs.winehq.org/show_bug.cgi?id=20223
--- Comment #7 from joenewbob@live.co.uk 2010-02-20 13:07:24 --- Hi I've just had go : "Got the program from http://www.incredimail.com/
wget http://www.kegel.com/wine/winetricks sh winetricks msxml3
let the installer finish for me"
But I when I've tried to open it nothing happed !
http://bugs.winehq.org/show_bug.cgi?id=20223
joenewbob@live.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|incredimail installer |incredimail installer |crashes |crashes ( fixed crashes see | | Comment #2) but program | |does not run
http://bugs.winehq.org/show_bug.cgi?id=20223
--- Comment #8 from joenewbob@live.co.uk 2010-02-20 13:29:14 --- Hi
I looked at the AB and it needs Direct X to run ??? http://appdb.winehq.org/objectManager.php?sClass=application&iId=1156
http://bugs.winehq.org/show_bug.cgi?id=20223
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|incredimail installer |incredimail installer |crashes ( fixed crashes see |crashes | Comment #2) but program | |does not run |
--- Comment #9 from Jeff Zaroyko jeffz@jeffz.name 2010-02-20 15:21:32 --- file a new bug for the program crash, leave this one as the installer as winetricks msxml3 is only a workaround.
changing summary back to original description.
http://bugs.winehq.org/show_bug.cgi?id=20223
--- Comment #10 from joenewbob@live.co.uk 2010-02-20 15:44:30 --- Istalling incredimail installer only work if you do the following : Got the program from http://www.incredimail.com/
wget http://www.kegel.com/wine/winetricks sh winetricks msxml3
let the installer finish for me
The progarm does not work
http://bugs.winehq.org/show_bug.cgi?id=20223
--- Comment #11 from Nikolay Sivov bunglehead@gmail.com 2010-06-20 07:08:11 --- Created an attachment (id=29018) --> (http://bugs.winehq.org/attachment.cgi?id=29018) create additional child node for <?xml ... ?>
This is a hacky patch that allows installer to run to the end.
The problem is in xml declaration handling, msxml treats it as a tree node, while libxml2 only stores declaration data in parsed document without additional node in tree.
A patch breaks tests by breaking document saving, I believe something about duplicated declaration in resulting document but I didn't check - libxml2 really doesn't expect such trick. Probably a better way would be to create a detached node for declaration and link it properly at msxml3 level, don't see a simple way for that, but touching libxml2 tree assumptions is not good.
P.S. too try a patch first apply http://www.winehq.org/pipermail/wine-patches/2010-June/089769.html
http://bugs.winehq.org/show_bug.cgi?id=20223
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #12 from Nikolay Sivov bunglehead@gmail.com 2010-06-20 07:08:45 --- And confirming.
http://bugs.winehq.org/show_bug.cgi?id=20223
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #29018|0 |1 is obsolete| |
http://bugs.winehq.org/show_bug.cgi?id=20223
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #13 from Nikolay Sivov bunglehead@gmail.com 2010-06-28 11:20:04 --- This is fixed by d461d7d2136fcb8fa591784742c31237ad5b10d6. msxml3 part is fixed, now there's some msi errors it seems, but that's another bug.
http://bugs.winehq.org/show_bug.cgi?id=20223
--- Comment #14 from joenewbob@live.co.uk 2010-06-28 11:25:52 --- hi
so do i have to apply the patch or is it build in ??
http://bugs.winehq.org/show_bug.cgi?id=20223
--- Comment #15 from Nikolay Sivov bunglehead@gmail.com 2010-06-28 11:27:47 --- This is a commit id from current git repo, so a fix is in. You should build Wine from git to try it, and please file next bug for next problem.
http://bugs.winehq.org/show_bug.cgi?id=20223
--- Comment #16 from joenewbob@live.co.uk 2010-06-28 11:38:42 --- hi
-Thanks for your help .
- What is the next problem am missing the issue ??
- how do i use git ??? I've build progarms for a tar file before , but what is git ??
Thank-you !
http://bugs.winehq.org/show_bug.cgi?id=20223
--- Comment #17 from Sven septim.dt@gmail.com 2010-06-28 11:41:11 --- (In reply to comment #16)
- What is the next problem am missing the issue ??
Nikolay means that IF there is a new issue, you should file a new bug.
- how do i use git ??? I've build progarms for a tar file before , but what is
git ??
There's a guide about this right here:
http://wiki.winehq.org/GitWine
http://bugs.winehq.org/show_bug.cgi?id=20223
--- Comment #18 from joenewbob@live.co.uk 2010-06-28 11:44:42 --- hi
ok thanks The git gudie looks like my bedtime reading ! I'll have a go
http://bugs.winehq.org/show_bug.cgi?id=20223
--- Comment #19 from joenewbob@live.co.uk 2010-06-28 11:47:57 --- hi
will the fix be in the next update for WINE ?
http://bugs.winehq.org/show_bug.cgi?id=20223
--- Comment #20 from Nikolay Sivov bunglehead@gmail.com 2010-06-28 11:56:10 --- Yes, it will.
http://bugs.winehq.org/show_bug.cgi?id=20223
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #21 from Alexandre Julliard julliard@winehq.org 2010-07-02 12:35:02 --- Closing bugs fixed in 1.2-rc6.
http://bugs.winehq.org/show_bug.cgi?id=20223
--- Comment #22 from joenewbob@live.co.uk 2010-07-05 12:00:03 --- hi
The installer Finnish but the program does not appeared to be installed ???
should I report a new bug ?
thank-you
for your help
http://bugs.winehq.org/show_bug.cgi?id=20223
--- Comment #23 from Nikolay Sivov bunglehead@gmail.com 2010-07-05 12:04:20 --- Yes, open new one. This bug was about particular msxml problem.
http://bugs.winehq.org/show_bug.cgi?id=20223
--- Comment #24 from joenewbob@live.co.uk 2010-07-06 04:43:27 --- hi reported as Bug 23538 - incredimail no longer installs
http://bugs.winehq.org/show_bug.cgi?id=20223
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |23538