Jyouhou / UnrealText

Synthetic Scene Text from 3D Engines
MIT License
244 stars 39 forks source link

when i compil UE,it happend wrong #6

Closed Instantnoodles-madman closed 4 years ago

Instantnoodles-madman commented 4 years ago

Failed to download 'http://cdn.unrealengine.com/dependencies/UnrealEngine-4688746-f006827fb0f043339219f8569dbe45f2/023575ba9057aaffd75ea0bd851b2fc6950a9e51': The operation has timed out. (WebException) but i can download this file,How update dependencies manually? may you know the reason for this wrong

Jyouhou commented 4 years ago

Can you give more context of this error? e.g. your environments, what command you executed, etc..

Instantnoodles-madman commented 4 years ago

command i executed: cd UnrealEngine ./Setup.sh

Jyouhou commented 4 years ago

I didn’t meet similar problems.

I would suggest that you seek help in UE’s forum or Github repo :)

Instantnoodles-madman commented 4 years ago

i think the reason is i don't set proxy but i don,t know where and how to set when i execute the step- 'mono Engine/Binaries/DotNET/GitDependencies.exe $ARGS'

Jyouhou commented 4 years ago

I don't know which step you are referring to. Can you give more detail and context?

Instantnoodles-madman commented 4 years ago

when i compile thr engine , execute the step ./Setup.sh,It report Failed to download 'http://cdn.unrealengine.com/dependencies/UnrealEngine-4688746-f006827fb0f043339219f8569dbe45f2/023575ba9057aaffd75ea0bd851b2fc6950a9e51': The operation has timed out. (WebException) but i set mono Engine/Binaries/DotNET/GitDependencies.exe $ARGS --proxy="http://..."

Jyouhou commented 4 years ago

what Is your system (win/ubuntu/mac)?

Jyouhou commented 4 years ago

BTW, did you follow the AirSim's document to install UE?

Instantnoodles-madman commented 4 years ago

i tried both win and ubuntu

Instantnoodles-madman commented 4 years ago

i did as the folowing steps: git clone -b 4.22 --depth 1 https://github.com/EpicGames/UnrealEngine.git
cd UnrealEngine ./Setup.sh ./GenerateProjectFiles.sh make but i failed when i executed ./Setup.sh

Jyouhou commented 4 years ago

When you open this link 'http://cdn.unrealengine.com/dependencies/UnrealEngine-4688746-f006827fb0f043339219f8569dbe45f2/023575ba9057aaffd75ea0bd851b2fc6950a9e51', can you download this file directly? I can download this file.

I didn't meet this problem before. I doubt it might be caused by your network connections.

Instantnoodles-madman commented 4 years ago

yes ,i can download it directly , i think it is the network's reason ,i need to set proxy,but when i set mono Engine/Binaries/DotNET/GitDependencies.exe $ARGS --proxy="http://..." , it still failed

Instantnoodles-madman commented 4 years ago

i sovled the Dependencies by copy the files from others,but new error happend ERROR: Visual Studio 2017 must be installed in order to build this target. but i have installed it

Jyouhou commented 4 years ago

That sounds weird. Do you have gcc/g++/make installed already?

Liyucheen commented 2 years ago

I also encountered the same problem. How did you solve it?

Liyucheen commented 2 years ago

~/UnrealEngine$ ./Setup.sh Registering git hooks... (this will override existing ones!) Fixing inconsistent case in filenames. Setting up Mono Checking dependencies (excluding Win32, Win64, Mac, Android)... Updating dependencies: 0% (0/31077)... Failed to download 'http://cdn.unrealengine.com/dependencies/3080521-4555593138d749878eace1a85d45da69/02a0f12c2e24355ee396573eb72a2ae8cf84e86a': The request timed out (WebException) Result: 1