http://bugs.winehq.org/show_bug.cgi?id=13224
Summary: Download from the web no longer works with Picasa Product: Wine Version: 1.0-rc1 Platform: PC URL: http://picasa.google.com OS/Version: Linux Status: NEW Keywords: download, regression Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: thestig@google.com
Steps to reproduce: 1. download and install Picasa 2.7. 2. run:
wine 'c:\Program Files\Picasa2\Picasa2.exe' picasa://downloadfeed/?url=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fback_compat%2Fuser%2Fzhanglei%2Falbumid%2F5169717603899925425%3Fkind%3Dphoto%26alt%3Drss%26imgdl%3D1
3. click download
Expected result: Picasa launches, downloads the album Actual result: Picasa just quits
Working around bug 11574 by applying commit 0936601f5b2628c1e0dab4b8bd3c9d097ba14717, a regression test shows:
commit 75fe97dc0b1447f4e731a6a1a2c15f129c339a42 Author: Jacek Caban jacek@codeweavers.com Date: Sat Mar 8 20:15:30 2008 +0100
mshtml: Use load group to find NSContainer in AsyncOpen if URI has no associ
is the cause. Specifically, this line causes the problem:
- nsres = nsIIOService_NewURI(nsio, aSpec, aOriginCharset, aBaseURI, &uri); + nsres = nsIIOService_NewURI(nsio, &spec_str, aOriginCharset, aBaseURI, &uri);
http://bugs.winehq.org/show_bug.cgi?id=13224
--- Comment #1 from Lei Zhang thestig@google.com 2008-05-14 14:10:11 --- proposed patch:
http://www.winehq.org/pipermail/wine-patches/2008-May/054900.html
http://bugs.winehq.org/show_bug.cgi?id=13224
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #2 from Lei Zhang thestig@google.com 2008-06-27 12:06:03 --- (different) patch committed:
http://www.winehq.org/pipermail/wine-cvs/2008-June/044726.html
http://bugs.winehq.org/show_bug.cgi?id=13224
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2008-07-11 11:10:09 --- Closing bugs fixed in 1.1.1.