https://bugs.winehq.org/show_bug.cgi?id=33380
--- Comment #11 from Anastasius Focht focht@gmx.net --- Hello Bruni,
--- quote --- Hm, web archive doesn't seem in any way tolerant of large files. Link from previous comment is dead 2 months after uploading. Could anyone upload it to CDN, please? --- quote ---
well, archive.org is a hit and miss when it comes to availability and reliability (triggering snapshots/manual uploads/downloads). My impression is that it became worse in the recent months. Maybe too much influx of new "users" while infrastructure wasn't scaled appropriately. A lot of times I have to back off for some hours or wait the until next day to stop myself from rage quitting.
Afaik there is only a limit of 2 GB to single files (binaries). Your 908 MB application snapshot from comment #9 still exists:
Using Wayback CDX API and 'wget' to search for all binary/application snapshots under the base URL
https://github.com/internetarchive/wayback/blob/master/wayback-cdx-server/RE...
--- snip --- $ wget http://web.archive.org/cdx/search/cdx?url=%22https://s173iva.storage.yandex...." -q -O - | jq
[ [ "urlkey", "timestamp", "original", "mimetype", "statuscode", "digest", "length" ], [
"net,yandex,storage,s173iva)/rdisk/31285e59f19a347c1dd076cbc9989f2f0e1122382c6362dfe3f212a19907bee0/5fd6468d/mry7m-m8gqk8v7qzrg1ryz2etnsztatsmll7dz8idybu8hqz4b9rfpvca-t5jkokeetn4n-72qlxavbca1x0ja==?content_type=application/x-msdownload&disposition=attachment&filename=autodesk3dsmax2009_enu_trialdownload.exe&force_default=no&fsize=952865773&hash=rqc/yetyjmasnzwpfgdkwtfdg/ybbsl87o1xfnwjhca=&hid=b543bd039a46556b008b2f4938aa64cd&limit=0&media_type=executable&owner_uid=18500067&pb=u2fsdgvkx19aqftzdxx_adpov9v5hhcyfkivzt--76uoff60tawli0yebxr_7aez6lzyq_kr_xynwts1fkw2vj9zpiuo6hvfsuv0zf0w9au&rtoken=c8wqgpkcgfkp&s=402981b274c62019a87106c33d65375fd812c2f1a0ef1c45585fecc3c8613e55&tknv=v2&ts=5b65b5604fd40&uid=0&ycrid=na-43d6e8bcfdb58609606f7a5f270da22e-downloader11h", "20201213125306",
"https://s173iva.storage.yandex.net/rdisk/31285e59f19a347c1dd076cbc9989f2f0e1...", "application/x-msdownload", "200", "TX6QNNYZ4EWUVLRMAL3PMCH3DTD3BTHH", "953053112" ] ]
--- snip ---
I filtered for http status 200 (OK) and mime-type 'application/x-msdownload' to limit the results to application binaries only.
Trying to download it using 'wget' command line:
--- snip --- $ wget "https://web.archive.org/web/20201213125306/https://s173iva.storage.yandex.ne..." -O Autodesk3dsMax2009_ENU_TrialDownload.exe
--2021-03-21 22:42:53-- https://web.archive.org/web/20201213125306/https://s173iva.storage.yandex.ne... Resolving web.archive.org (web.archive.org)... 207.241.237.3 Connecting to web.archive.org (web.archive.org)|207.241.237.3|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-msdownload] Saving to: ‘Autodesk3dsMax2009_ENU_TrialDownload.exe’
Autodesk3dsMax2009_ENU_TrialDownload.exe [ <=> ] 18.42M 85.4KB/s ^C <works> --- snip ---
I don't see the problem here.
Regards