[Bug 20223] New: program error
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(a)winehq.org ReportedBy: joenewbob(a)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 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20223 --- Comment #1 from Nikolay Sivov <bunglehead(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20223 --- Comment #2 from Stefan Leichter <Stefan.Leichter(a)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 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20223 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Component|-unknown |msxml3 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2009-09-30 17:31:52 --- Please attach a +msxml trace. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20223 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|program error |incredimail installer | |crashes Severity|minor |normal -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20223 --- Comment #4 from Stefan Leichter <Stefan.Leichter(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20223 Peter Dons Tychsen <donpedro(a)tdcadsl.dk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |donpedro(a)tdcadsl.dk --- Comment #5 from Peter Dons Tychsen <donpedro(a)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.
http://bugs.winehq.org/show_bug.cgi?id=20223 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.incredimail.com/ -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20223 --- Comment #6 from Nikolay Sivov <bunglehead(a)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:
1) get_FirstChild (domdoc) which returns the root node. 2) 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? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20223 --- Comment #7 from joenewbob(a)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 ! -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20223 joenewbob(a)live.co.uk changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|incredimail installer |incredimail installer |crashes |crashes ( fixed crashes see | | Comment #2) but program | |does not run -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20223 --- Comment #8 from joenewbob(a)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 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20223 Jeff Zaroyko <jeffz(a)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(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20223 --- Comment #10 from joenewbob(a)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 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20223 --- Comment #11 from Nikolay Sivov <bunglehead(a)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 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20223 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #12 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-06-20 07:08:45 --- And confirming. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20223 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #29018|0 |1 is obsolete| | -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20223 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #13 from Nikolay Sivov <bunglehead(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20223 --- Comment #14 from joenewbob(a)live.co.uk 2010-06-28 11:25:52 --- hi so do i have to apply the patch or is it build in ?? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20223 --- Comment #15 from Nikolay Sivov <bunglehead(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20223 --- Comment #16 from joenewbob(a)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 ! -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20223 --- Comment #17 from Sven <septim.dt(a)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 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20223 --- Comment #18 from joenewbob(a)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 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20223 --- Comment #19 from joenewbob(a)live.co.uk 2010-06-28 11:47:57 --- hi will the fix be in the next update for WINE ? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20223 --- Comment #20 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-06-28 11:56:10 --- Yes, it will. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20223 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #21 from Alexandre Julliard <julliard(a)winehq.org> 2010-07-02 12:35:02 --- Closing bugs fixed in 1.2-rc6. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20223 --- Comment #22 from joenewbob(a)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 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20223 --- Comment #23 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-07-05 12:04:20 --- Yes, open new one. This bug was about particular msxml problem. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20223 --- Comment #24 from joenewbob(a)live.co.uk 2010-07-06 04:43:27 --- hi reported as Bug 23538 - incredimail no longer installs -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20223 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |23538 -- 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.
participants (1)
-
wine-bugs@winehq.org