https://bugs.winehq.org/show_bug.cgi?id=26504
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.gameborder.com/d |http://www.gamestar.de/_mis |ownload.cgi?c=1071 |c/downloads/getDLUrl.cfm?dl | |Id=52301
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
I can't reproduce this anymore but I found a nasty mshtml bug exhibited by the client updater which will be subject to a new bug.
The client updater now fails to downloaded early 3.0.x patch files automatically because the old download server URL is broken/offline:
--- snip --- ... 0034:Call KERNEL32.lstrlenW(00a5d57c L"http://frogster.vo.llnwd.net/o9/patch/en/patch_3.0.5.2262.en_3.0.5.2284.en.e...") ret=00401587 ... 0045:Call user32.CharNextW(00507c3e L"File patch_3.0.5.2262.en_3.0.5.2284.en.exe download error") ret=004517d6 ... --- snip ---
The download URL is encoded in a file which lives in 'update.inf' - a disguised password-protected .zip archive (can be broken and repacked but that's not the point here).
Manually download a few patch files from 'patch_3.0.5.2262.en_3.0.5.2284.en.exe' up to 'patch_3.0.8.2336.en_3.0.8.2349.en.exe' and place them into game folder. Execute them manually in order to update the client until build 2349. After that the download URL will point to new server.
Here is a site which carries all patches: http://rom.tagdocs.de/
$ wine --version wine-1.7.20
Regards