[Bug 29001] New: FeedDemon cannot show feeds' content
http://bugs.winehq.org/show_bug.cgi?id=29001 Bug #: 29001 Summary: FeedDemon cannot show feeds' content Product: Wine Version: 1.3.32 Platform: x86 URL: http://www.filehippo.com/download_feed_demon OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msxml3 AssignedTo: wine-bugs(a)winehq.org ReportedBy: lucak3(a)gmail.com Classification: Unclassified Created attachment 37325 --> http://bugs.winehq.org/attachment.cgi?id=37325 Console log As of 1.3.32 & FeedDemon 4.0.0.22, FD doesn't show the contents of a selected feed. Importing default feeds during first time wizard is enough to see this issue. In the mean time, msxml3 spams the console to death with its remarks of not accepting the syntax of downloaded contents. I needed to kill it with CTRL+c, since it locked up. -- 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=29001 Luca Bennati <lucak3(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download CC| |bunglehead(a)gmail.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=29001 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #37325|application/octet-stream |text/plain mime type| | -- 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=29001 --- Comment #1 from Nikolay Sivov <bunglehead(a)gmail.com> 2011-11-05 15:32:13 CDT --- Now with +msxml,+tid please. -- 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=29001 --- Comment #2 from Luca Bennati <lucak3(a)gmail.com> 2011-11-05 16:02:23 CDT --- Created attachment 37326 --> http://bugs.winehq.org/attachment.cgi?id=37326 WINEDEBUG=+msxml,+tid bzip2'ed As requested. I was able to avoid final crash: seems to happen when trying to show (a collection of) feeds too big. -- 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=29001 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #3 from Nikolay Sivov <bunglehead(a)gmail.com> 2011-11-06 05:58:43 CST --- I can confirm that. Query looks like that: --- channel[@fd:feedId="211EEB06-99E7-4B2C-8FDF-7CEECBD632FB"] --- and that means get all 'channel' elements that have attribute 'fd:feedId' with particular guid value, but in XPath terms. Anyway we need a test for XSLPattern case. -- 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=29001 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs(a)winehq.org |bunglehead(a)gmail.com --- Comment #4 from Nikolay Sivov <bunglehead(a)gmail.com> 2011-11-06 14:24:05 CST --- Two problems here: 1. our xslpattern -> xpath translator is not aware of qualified attributes, that's very easy to fix; 2. XPath that we use to process translated query should have registered namespace to process this (namespace 'fd' in this case). That's a bit tricky but possible to fix I believe. So I'll try next week. -- 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=29001 Luca Bennati <lucak3(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #37325|0 |1 is obsolete| | --- Comment #5 from Luca Bennati <lucak3(a)gmail.com> 2011-12-11 09:18:29 CST --- Created attachment 37927 --> http://bugs.winehq.org/attachment.cgi?id=37927 Console log of FD run After noticing commit ca8e3c1cca444b9961b957762b5eec3874609bb5, i set out to retest FD even if work was not complete. Still no feed content on FeedDemon, but logs seems to indicate a better behaviour. I'm attaching those, so that you can work on updated data. Wine is wine-1.3.34-202-gb0f704d. -- 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=29001 Luca Bennati <lucak3(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #37326|0 |1 is obsolete| | --- Comment #6 from Luca Bennati <lucak3(a)gmail.com> 2011-12-11 09:19:23 CST --- Created attachment 37928 --> http://bugs.winehq.org/attachment.cgi?id=37928 WINEDEBUG=+msxml,+tid bzip2'ed -- 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=29001 --- Comment #7 from Nikolay Sivov <bunglehead(a)gmail.com> 2011-12-11 11:09:36 CST --- (In reply to comment #5)
After noticing commit ca8e3c1cca444b9961b957762b5eec3874609bb5, i set out to retest FD even if work was not complete.
You're right, that's was about to fix parser failure for this program. I have a patch to fix qualified attribute node name test in a predicate expression and it fixes tests for me, but still no improvements for FeedDemon unfortunately. -- 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=29001 Luca Bennati <lucak3(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #37927|0 |1 is obsolete| | --- Comment #8 from Luca Bennati <lucak3(a)gmail.com> 2012-03-10 04:55:13 CST --- Created attachment 39282 --> http://bugs.winehq.org/attachment.cgi?id=39282 Console log of FD run An update to help post-1.4 development: problem persist (as expected) but logs seems to indicate some more parts are being recognized. Possibly a side effect of recent development of msxml: FD seems much more responsive than before. Wine is wine-1.4-78-g94953f1. -- 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=29001 Luca Bennati <lucak3(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #37928|0 |1 is obsolete| | --- Comment #9 from Luca Bennati <lucak3(a)gmail.com> 2012-03-10 04:56:06 CST --- Created attachment 39283 --> http://bugs.winehq.org/attachment.cgi?id=39283 WINEDEBUG=+msxml,+tid bzip2'ed -- 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.
https://bugs.winehq.org/show_bug.cgi?id=29001 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Abandoned? --- Comment #10 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- Is this still an issue in Wine 1.7.45 or later? -- 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.
https://bugs.winehq.org/show_bug.cgi?id=29001 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com, | |winetest(a)luukku.com --- Comment #11 from winetest(a)luukku.com --- The download points to different version, but the old download is still available via the link. It feels like this is actually fixed. wine 1.9.14 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=29001 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bunglehead(a)gmail.com |wine-bugs(a)winehq.org Keywords|Abandoned? | -- 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.
https://bugs.winehq.org/show_bug.cgi?id=29001 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|FeedDemon cannot show |FeedDemon 4.0.0.22 cannot |feeds' content |show feed contents --- Comment #12 from Bruno Jesus <00cpxxx(a)gmail.com> --- File Info: a5dba18ea3afc26e6040f8fd50ac740eef04dd16 FeedDemonInstall.exe 4Mb This is still present in wine 1.9.14-git. Easy to reproduce, after installing answer NO to Google Reader integration and than Yes to create default subscriptions. Then in the treeview click Comics and then xkcd. It will not display anything in the right pane and will print many messages in the console, like: compilation error: element variable xsl:variable : missing name attribute (repeats) err:msxml:doparse Premature end of data in tag li line 1568 err:msxml:doparse Premature end of data in tag hr line 1567 err:msxml:doparse Premature end of data in tag a line 1549 err:msxml:doparse Premature end of data in tag li line 1548 err:msxml:doparse Premature end of data in tag ul line 1546 (repeats for many different HTML tags) winetricks msxml3 is a workaround. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=29001 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|bunglehead(a)gmail.com | -- 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.
https://bugs.winehq.org/show_bug.cgi?id=29001 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #13 from joaopa <jeremielapuree(a)yahoo.fr> --- Bug still occurs with wine-8.6. Workaround still works. Download link is burst. Here is a wotking one: http://www.oldversion.fr/windows/feed-demon-4-0-0-22 Can an administrator put the link at URL place? -- 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.
https://bugs.winehq.org/show_bug.cgi?id=29001 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.filehippo.com/do |http://www.oldversion.fr/wi |wnload_feed_demon |ndows/feed-demon-4-0-0-22 -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla