UPDATE 5/5/14 - This issue is believed to be fixed on the current version of the Launcher. If you are still experiencing issues, please try the information below, and let us know if the problem persists.
Original Post
We are aware of some users who are still experiencing issues while attempting to download via the Launcher. This issue is generally that your download will become stuck around 80% progress.
Please refer to this post as the official Epic response to this issue. We will keep this top post updated with the current information and potential solutions regarding this issue. Please do not attempt potential fixes provided in other posts, as they are most likely out-of-date. If you are still experiencing the issue after trying the solutions recommended below, please post a single âAnswerâ to this post with the information that we request. If you need to provide additional updates, please only âCommentâ on your original Answer.
MY DOWNLOAD IS STUCK AROUND 81%
CAUSE: We have a global timeout that is set too aggressively for slower connections, if 1 file takes longer than 3 minutes to download it times out and will attempt to retry it. Most of our data is chunked, and is usually under 1MB so thatâs ok even if you have a really slow connection, however at this point in the download itâs attempting to download a 50MB file.
SOLUTION #1:
You can edit DefaultEngine.ini to increase the timeout value. You can find the file here: (c:\program files\unreal engine\launcher\engine\programs\noredist\unrealenginelauncher\config) and change the following section to these values:
[HTTP]
HttpTimeout=1200
HttpConnectionTimeout=600
HttpReceiveTimeout=600
HttpSendTimeout=600
Even after this change, the download may still appear to freeze for a few minutes, but please be patient and it should succeed momentarily.
SOLUTION #2:
If the above solution does not work, you might be able to resolve this issue by uninstalling UE4 and re-downloading the MSI from the UnrealEngine.com website. Please be aware that this will require you to re-download the entire engine (~8GB), and we do not recommend this solution for users with slow connection speeds or bandwidth limits!
IF YOU HAVE TRIED SOLUTION #1, AND ARE STILL EXPERIENCING ISSUES, READ BELOW
Please enable extra logging so we can help debug the issue. Add the following section to the same ini file you changed before (DefaultEngine.ini)(without the numbers in front).
[Core.Log]
LogHttp=log
LogOnline=verbose
Attempt the download again, and then provide us with the logs located in (c:\users\YOUR_USER\appdata\local\unrealenginelauncher\saved\logs) by placing them in a ZIP file and uploading the ZIP here.
Please post a single âAnswerâ to let us know you are still experiencing an issue. Please provide the logs we have requested, as well as your Launcherâs Version number, which can be found in the bottom-left corner of the Launcher.
Thank you for your patience while we work to address this issue.