[Bug 26497] New: Lost Saga downloader fails because IsValidURL doesn't like first parameter

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Mar 20 15:17:24 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=26497

           Summary: Lost Saga downloader fails because IsValidURL doesn't
                    like first parameter
           Product: Wine
           Version: 1.3.16
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: urlmon
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: dank at kegel.com


In
http://appdb.winehq.org/objectManager.php?sClass=version&iId=21165
it says the app's downloader fails.  This still happens with current git.
One sees
fixme:urlmon:IsValidURL (0x163f98,
L"http://static.ogplanet.com/static/Launcher/us/1120/ogpupdate.exe", 0): stub
and a dialog box saying that download failed.

msdn says IsValidURL ignores its first parameter, but we were
returning an error if the first parameter was not null.
Removing that check lets the app download properly
and start it's launcher.

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