Winetricks / winetricks

Winetricks is an easy way to work around problems in Wine
GNU Lesser General Public License v2.1
2.75k stars 400 forks source link

calibri install fails because of remotes not working anymore, stopping the installation of allfonts. #2219

Open JakoDel opened 5 months ago

JakoDel commented 5 months ago
Executing w_do_call calibri
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
------------------------------------------------------
warning: You apppear to be using Wine's new wow64 mode. Note that this is EXPERIMENTAL and not yet fully supported. If reporting an issue, be sure to mention this.
------------------------------------------------------
Executing load_calibri 
Executing cd /Users/jakodel/.cache/winetricks/PowerPointViewer
Downloading https://web.archive.org/web/20171225132744if_/https://download.microsoft.com/download/E/6/7/E675FFFC-2A6D-4AB0-B3EB-27C9F8C8F696/PowerPointViewer.exe to /Users/jakodel/.cache/winetricks/PowerPointViewer
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0 11650    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 503
Warning: Problem : HTTP error. Will retry in 1 seconds. 3 retries left.
  0 11650    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 503
Warning: Problem : HTTP error. Will retry in 2 seconds. 2 retries left.
  0 11650    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 503
Warning: Problem : HTTP error. Will retry in 4 seconds. 1 retries left.
  0 11650    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 503
Executing cd /Users/jakodel/.cache/winetricks/PowerPointViewer
Downloading https://web.archive.org/web/2000/https://web.archive.org/web/20171225132744if_/https://download.microsoft.com/download/E/6/7/E675FFFC-2A6D-4AB0-B3EB-27C9F8C8F696/PowerPointViewer.exe to /Users/jakodel/.cache/winetricks/PowerPointViewer
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0 11650    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 503
Warning: Problem : HTTP error. Will retry in 1 seconds. 3 retries left.
  0 11650    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 503
Warning: Problem : HTTP error. Will retry in 2 seconds. 2 retries left.
  0 11650    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 503
Warning: Problem : HTTP error. Will retry in 4 seconds. 1 retries left.
  0 11650    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 503
------------------------------------------------------
warning: Downloading https://web.archive.org/web/2000/https://web.archive.org/web/20171225132744if_/https://download.microsoft.com/download/E/6/7/E675FFFC-2A6D-4AB0-B3EB-27C9F8C8F696/PowerPointViewer.exe failed
------------------------------------------------------

this is happening on Sonoma 14.4.1, not sure if this is something I should report to the maintainer, but I mean.. what can go wrong with the redistribution of a script like winetricks?

thanks!

Chiitoo commented 5 months ago

You may be able to proceed with it now, or at a later time (I just tried it now, and it was successful).

There was a 503 HTTP status code, which translates to 'Service Unavailable' (for the web.archive.org/web/20171225132744if_/... URL), and which usually is a temporary issue.

As a fall back the web.archive.org/web/2000/https://web.archive.org/web/20171225132744if_/... URL is used, and that no longer exists (or it has other issues).

I'll need to see if we already have an issue for the web/2000 problem, since I think I've seen it before, but I'm not sure if it's a permanent issue (like a feature that archive.org discontinued).

As a side note, it would be good to mention your Winetricks version as it isn't included in that log snippet. :]

I'll close this now, since the download does work for me at this time, and the web/2000 issue will need its own issue if we already don't have one.

Thank you for reporting, and feel free to update this issue report if the problem persists, and if none of what I said makes any sense!

See also: