Setup.bat with Proxy - Error File Not Found 404

GitHub release branch

without the proxy I get the 407 proxy error. With the proxy there is a 404 File Not Found:

D:\Unreal\Unreal_release>Setup.bat --proxy=http://DOMAIN/USER:PWD@proxy:xxxx
Checking dependencies (excluding Mac, Android, Linux)...
Updating dependencies:   0% (0/25113)...
Failed to download 'http://cdn.unrealengine.com/dependencies/2604938-a9e6e886491749ef99155ebfe50a18fa/7eab47f1da799465d08b68e26c7ae336a7b07a47': The remote server returned an error: (404) Not Found. (WebException)

The link in the error message works in the browser though:

http://cdn.unrealengine.com/dependencies/2604938-a9e6e886491749ef99155ebfe50a18fa/7eab47f1da799465d08b68e26c7ae336a7b07a47

Thanks :slight_smile:

Hey Ike-

What is the 407 error you received? Also, at what point did the batch file error out? I did not use any sort of proxy however I was able to run Setup.bat from the release branch from this morning without issue. Can you try redownloading the zip file for the release branch and let me know if you still have trouble running Setup.bat?

Cheers

Hey ,

if I run Setup.bet without any arguments, I get this 407:

Checking dependencies (excluding Mac, Android, Linux)...
Updating dependencies:   0% (0/25113)...
Failed to download 'http://cdn.unrealengine.com/dependencies/2369826-2acd3c361c9
d4a858bd63938a2ab980e/02e23f8b72f230a371e141cf422d6339edc7f136': The remote serv
er returned an error: (407) Proxy Authentication Required. (WebException)
Press any key to continue . . .

If I use Setup.bat with proxy arguments:

Setup.bat --proxy=http://xxx.org:1234 --proxy-user=xxdomain/xxuser --proxy-password=xxxx

I get the 404:

D:\Unreal\Unreal_release>Setup.bat --proxy=http://xxx.org:1234 --
proxy-user=xxdomain/xxuser --proxy-password=xxxx
Checking dependencies (excluding Mac, Android, Linux)...
Updating dependencies:   0% (0/25113)...
Failed to download 'http://cdn.unrealengine.com/dependencies/2676291-e90c8c67970
042b8a14a865680926fd9/0ee10eedcadada06141db90254fe0bf3566203bc': The remote serv
er returned an error: (404) Not Found. (WebException)
Press any key to continue . . .

Thanks for your help :slight_smile:

Hey Ike-

Which branch of the engine are you attempting to compile? Do you get the same error message if you try to run Setup.bat for a different engine? Running Setup.bat completed without errors for me for 4.10.2 as well as 4.11. Is there anything else you can add about the steps you take that lead to this error?

Thanks , it was the current release branch. Then it looks like a local issue here with overly “protective” network settings or something. I managed to download from a different network.Thanks again :slight_smile:

I’ve posted elsewhere on a similar issue, hunting info and feedback, am getting a different error when running Setup.bat for 4.12, “UnauthorizedAccessException”, see attached. I thought this might relate to permissions, and when I navigated to .git folder I didn’t see the file it was looking for, though Show Hidden was checked. Any thoughts? Thanks.

Hey -

As Ike pointed out, this issue was related to the protection settings of the network that was being used. If you are getting an error running Setup.bat, please create a new post in order to track the issue you’re having separately and to prevent information from being buried in another post.