noahocker / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

mfc40.cab URL access denied #487

Closed insertc0in closed 8 years ago

insertc0in commented 8 years ago

Hi Not sure if there is anything that can be done to fix this issue, accessing the URL directly in my browser gives me access denied. Here's the output:

 ~ $ winetricks mfc40
------------------------------------------------------
You are using a 64-bit WINEPREFIX. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing w_do_call mfc40
Executing load_mfc40
Downloading http://activex.microsoft.com/controls/vc/mfc40.cab to /home/insertcoin/.cache/winetricks/mfc40
--2016-02-07 18:35:51--  http://activex.microsoft.com/controls/vc/mfc40.cab
Resolving activex.microsoft.com (activex.microsoft.com)... 195.8.22.49, 195.8.22.51
Connecting to activex.microsoft.com (activex.microsoft.com)|195.8.22.49|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-02-07 18:35:51 ERROR 404: Not Found.

------------------------------------------------------
Downloading http://activex.microsoft.com/controls/vc/mfc40.cab failed
------------------------------------------------------
insertc0in commented 8 years ago

Sorry, I think I was using an outdated script, the new one is fetching from webarchives: w_download https://web.archive.org/web/20070316220826/http://activex.microsoft.com/controls/vc/mfc40.cab 53c570e2c811674d6e4fa46cff5a3a04cd0ffc24

Thanks!