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@winehq.org ReportedBy: lucak3@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.
http://bugs.winehq.org/show_bug.cgi?id=29001
Luca Bennati lucak3@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download CC| |bunglehead@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=29001
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #37325|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=29001
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2011-11-05 15:32:13 CDT --- Now with +msxml,+tid please.
http://bugs.winehq.org/show_bug.cgi?id=29001
--- Comment #2 from Luca Bennati lucak3@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.
http://bugs.winehq.org/show_bug.cgi?id=29001
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #3 from Nikolay Sivov bunglehead@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.
http://bugs.winehq.org/show_bug.cgi?id=29001
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs@winehq.org |bunglehead@gmail.com
--- Comment #4 from Nikolay Sivov bunglehead@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.
http://bugs.winehq.org/show_bug.cgi?id=29001
Luca Bennati lucak3@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #37325|0 |1 is obsolete| |
--- Comment #5 from Luca Bennati lucak3@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.
http://bugs.winehq.org/show_bug.cgi?id=29001
Luca Bennati lucak3@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #37326|0 |1 is obsolete| |
--- Comment #6 from Luca Bennati lucak3@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
http://bugs.winehq.org/show_bug.cgi?id=29001
--- Comment #7 from Nikolay Sivov bunglehead@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.
http://bugs.winehq.org/show_bug.cgi?id=29001
Luca Bennati lucak3@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #37927|0 |1 is obsolete| |
--- Comment #8 from Luca Bennati lucak3@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.
http://bugs.winehq.org/show_bug.cgi?id=29001
Luca Bennati lucak3@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #37928|0 |1 is obsolete| |
--- Comment #9 from Luca Bennati lucak3@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
https://bugs.winehq.org/show_bug.cgi?id=29001
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Abandoned?
--- Comment #10 from Ken Sharp imwellcushtymelike@gmail.com --- Is this still an issue in Wine 1.7.45 or later?
https://bugs.winehq.org/show_bug.cgi?id=29001
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com, | |winetest@luukku.com
--- Comment #11 from winetest@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
https://bugs.winehq.org/show_bug.cgi?id=29001
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|bunglehead@gmail.com |wine-bugs@winehq.org Keywords|Abandoned? |
https://bugs.winehq.org/show_bug.cgi?id=29001
Bruno Jesus 00cpxxx@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@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.
https://bugs.winehq.org/show_bug.cgi?id=29001
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|bunglehead@gmail.com |
https://bugs.winehq.org/show_bug.cgi?id=29001
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #13 from joaopa jeremielapuree@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?
https://bugs.winehq.org/show_bug.cgi?id=29001
Austin English austinenglish@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