[Bug 13224] New: Download from the web no longer works with Picasa

wine-bugs at winehq.org wine-bugs at winehq.org
Wed May 14 14:07:59 CDT 2008


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 at winehq.org
        ReportedBy: thestig at 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 at 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);


-- 
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.



More information about the wine-bugs mailing list