https://bugs.winehq.org/show_bug.cgi?id=36465
--- Comment #7 from Anastasius Focht focht@gmx.net --- Hello Gijs,
--- quote --- I tried an archived version of the installer Focht tried (SHA1 matches) and it can't connect to the update server. It seems the game is still active, but the installer probably changed in 7 years. --- quote ---
they removed the old client version installer payloads.
The actual downloader was still snapshotted:
https://web.archive.org/web/20140802121425/http://update.ageofwushu.com/USA_...
https://www.virustotal.com/gui/file/e652926e2c4665c76a665946af3816dcc36969d4...
$ sha1sum data1_AgeofWushu_Setup.exe 8fd72f86d2934afd0fc7c26d0b08005d26874293 data1_AgeofWushu_Setup.exe
$ du -sh data1_AgeofWushu_Setup.exe 2.5M data1_AgeofWushu_Setup.exe
Unfortunately all the big .CAB payloads are nowhere to be found on the server.
--- snip --- $ WINEDEBUG=+wininet wine ./AgeofWushu_download.exe ... 0118:trace:wininet:open_http_connection connecting to L"update.ageofwushu.com", proxy (null) 0118:trace:wininet:open_http_connection Created connection to L"update.ageofwushu.com": 00584108 0118:trace:wininet:build_request_header Adding custom header L"Accept" (L"*/*, \00e4\00aa\0001\00b0\00eau\0002") 0118:trace:wininet:build_request_header Adding custom header L"Host" (L"update.ageofwushu.com") 0118:trace:wininet:build_request_header Adding custom header L"User-Agent" (L"Agent") 0118:trace:wininet:HTTP_HttpSendRequestW Request header -> L"GET /USA_9YIN/files/3/data2.cab HTTP/1.0\r\nAccept: */*, \00e4\00aa\0001\00b0\00eau\0002\r\nHost: update.ageofwushu.com\r\nUser-Agent: Agent\r\n\r\n" 0118:trace:wininet:HTTP_HttpSendRequestW full request -> "GET /USA_9YIN/files/3/data2.cab HTTP/1.0\r\nAccept: */*, \xe4\xaa\x01\xb0\xeau\x02\r\nHost: update.ageofwushu.com\r\nUser-Agent: Agent\r\n\r\n" 0118:trace:wininet:HTTP_GetResponseHeaders --> 0118:trace:wininet:read_line returning "HTTP/1.1 404 Not Found" --- snip ---
My old backup with the full client download was destroyed some years ago so there is indeed no way to reconstruct WuShu v0.0.1.116.
--- snip --- $ wget http://web.archive.org/cdx/search/cdx?url=%22update.ageofwushu.com/USA_9YIN/..." -q -O - | grep application/
com,ageofwushu,update)/usa_9yin/files/3/ageofwushu_download.exe 20140802041252 http://update.ageofwushu.com/USA_9YIN/files/3/AgeofWushu_download.exe application/octet-stream 200 U4IBYUGORXVTGAENUTHAIT6KLY5N24Q5 1700590
com,ageofwushu,update)/usa_9yin/files/3/data1_ageofwushu_setup.exe 20140802121425 http://update.ageofwushu.com/USA_9YIN/files/3/data1_AgeofWushu_Setup.exe application/octet-stream 200 R7LS7BWSSNFP2D6HYJWQWCAALUTIOQUT 2314260 --- snip ---
Regards