Created
July 12, 2016 21:25
-
-
Save instance01/4e6538776c18ce1d68f18c4204b5ab29 to your computer and use it in GitHub Desktop.
Tera "Unable to download manifest" Error Fix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Open elevated console | |
2. Type "netsh winhttp reset proxy" | |
You can now download the latest patch successfully. If this doesn't work, try the official fixes on the enmasse website, or google furthermore regarding WinHttp. | |
Apparently I used the WinHttp library some time (maybe in my Proxy program) and forgot to remove the proxy again. | |
Now be aware that you cannot remove the proxy through the standard internet settings in windows, you have to reset it with the command. | |
Tested on Windows 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment