my boss and I are gonna run a LAN minecraft server at work to play during breaks. I've downloaded the latest minecraft.exe which promptly downloads the Minecraft Launcher without a hitch.
After logging in with my account details, it begins to download the game. In the development console, it displays many of the below:
Couldn't download http://resources.download.minecraft.net/c1/c157c56846f0e50620f808fecd9d069423dd6c41 for job 'Resources'
java.net.SocketTimeoutException: connect timed out
at java.net.TwoStacksPlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.net.HttpURLConnection.getResponseCode(Unknown Source)
at net.minecraft.launcher.updater.download.assets.a.download(Unknown Source)
at net.minecraft.launcher.updater.download.DownloadJob.popAndDownload(Unknown Source)
at net.minecraft.launcher.updater.download.DownloadJob.access$0(Unknown Source)
at net.minecraft.launcher.updater.download.DownloadJob$1.run(Unknown Source)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
I know this is probably because of the way our proxy is configured. I've come to terms with this. What I want, however, is to download the files I need via HTTP and just put them in the .minecraft directory.
Does Mojang host these anywhere? Does anyone else?
Thanks for any help!
-Sean
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
my boss and I are gonna run a LAN minecraft server at work to play during breaks. I've downloaded the latest minecraft.exe which promptly downloads the Minecraft Launcher without a hitch.
After logging in with my account details, it begins to download the game. In the development console, it displays many of the below:
Gave up trying to download http://resources.download.minecraft.net/e7/e70284afb4128287ee8ca99c516b6054bb37d73c for job 'Resources'
Couldn't download http://resources.download.minecraft.net/c1/c157c56846f0e50620f808fecd9d069423dd6c41 for job 'Resources'
java.net.SocketTimeoutException: connect timed out
at java.net.TwoStacksPlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.net.HttpURLConnection.getResponseCode(Unknown Source)
at net.minecraft.launcher.updater.download.assets.a.download(Unknown Source)
at net.minecraft.launcher.updater.download.DownloadJob.popAndDownload(Unknown Source)
at net.minecraft.launcher.updater.download.DownloadJob.access$0(Unknown Source)
at net.minecraft.launcher.updater.download.DownloadJob$1.run(Unknown Source)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
I know this is probably because of the way our proxy is configured. I've come to terms with this. What I want, however, is to download the files I need via HTTP and just put them in the .minecraft directory.
Does Mojang host these anywhere? Does anyone else?
Thanks for any help!
-Sean