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@winehq.org ReportedBy: dank@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.
http://bugs.winehq.org/show_bug.cgi?id=26497
--- Comment #1 from Dan Kegel dank@kegel.com 2011-03-20 15:24:54 CDT --- Created an attachment (id=33736) --> (http://bugs.winehq.org/attachment.cgi?id=33736) draft patch
http://bugs.winehq.org/show_bug.cgi?id=26497
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #2 from Austin English austinenglish@gmail.com 2011-03-28 14:54:15 CDT --- Fixed by http://source.winehq.org/git/wine.git/commitdiff/6bbd0b87d5e9a7568f42ee7e90c...
http://bugs.winehq.org/show_bug.cgi?id=26497
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2011-04-01 12:39:54 CDT --- Closing bugs fixed in 1.3.17.