[15:28:11 INFO]: Minecraft Launcher 1.6.19 (through bootstrap 100) started on windows...
[15:28:11 INFO]: Current time is Aug 7, 2015 3:28:11 PM
[15:28:11 INFO]: System.getProperty('os.name') == 'Windows 7'
[15:28:11 INFO]: System.getProperty('os.version') == '6.1'
[15:28:11 INFO]: System.getProperty('os.arch') == 'amd64'
[15:28:11 INFO]: System.getProperty('java.version') == '1.8.0_25'
[15:28:11 INFO]: System.getProperty('java.vendor') == 'Oracle Corporation'
[15:28:11 INFO]: System.getProperty('sun.arch.data.model') == '64'
[15:28:11 INFO]: proxy == DIRECT
[15:28:11 INFO]: JFX is already initialized
[15:28:11 INFO]: Refreshing local version list...
[15:28:11 INFO]: Refreshing remote version list...
[15:28:26 ERROR]: Unexpected exception refreshing version list
java.net.SocketTimeoutException: connect timed out
at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) ~[?:1.8.0_25]
at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85) ~[?:1.8.0_25]
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345) ~[?:1.8.0_25]
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[?:1.8.0_25]
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[?:1.8.0_25]
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) ~[?:1.8.0_25]
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_25]
at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_25]
at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:649) ~[?:1.8.0_25]
at sun.net.NetworkClient.doConnect(NetworkClient.java:175) ~[?:1.8.0_25]
at sun.net.www.http.HttpClient.openServer(HttpClient.java:432) ~[?:1.8.0_25]
at sun.net.www.http.HttpClient.openServer(HttpClient.java:527) ~[?:1.8.0_25]
at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:275) ~[?:1.8.0_25]
at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:371) ~[?:1.8.0_25]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) ~[?:1.8.0_25]
at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1146) ~[?:1.8.0_25]
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:997) ~[?:1.8.0_25]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) ~[?:1.8.0_25]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1511) ~[?:1.8.0_25]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1439) ~[?:1.8.0_25]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) ~[?:1.8.0_25]
at com.mojang.launcher.Http.performGet(Http.java:54) ~[launcher.jar:1.6.19]
at net.minecraft.launcher.updater.RemoteVersionList.getContent(RemoteVersionList.java:27) ~[launcher.jar:1.6.19]
at net.minecraft.launcher.updater.VersionList.refreshVersions(VersionList.java:85) ~[launcher.jar:1.6.19]
at net.minecraft.launcher.updater.MinecraftVersionManager.refreshVersions(MinecraftVersionManager.java:60) ~[launcher.jar:1.6.19]
at net.minecraft.launcher.Launcher$2.run(Launcher.java:133) [launcher.jar:1.6.19]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_25]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_25]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_25]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_25]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
[15:28:27 INFO]: Loaded 1 profile(s); selected '1.8.7'
[15:28:27 INFO]: Refreshing auth...
[15:28:27 INFO]: Logging in with access token
[15:29:07 ERROR]: Exception whilst logging into profile
com.mojang.authlib.exceptions.AuthenticationUnavailableException: Cannot contact authentication server
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:71) ~[launcher.jar:1.6.19]
at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logInWithToken(YggdrasilUserAuthentication.java:132) ~[launcher.jar:1.6.19]
at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logIn(YggdrasilUserAuthentication.java:55) ~[launcher.jar:1.6.19]
at net.minecraft.launcher.Launcher.ensureLoggedIn(Launcher.java:215) [launcher.jar:1.6.19]
at net.minecraft.launcher.Launcher$2.run(Launcher.java:169) [launcher.jar:1.6.19]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_25]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_25]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_25]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_25]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.8.0_25]
at java.net.SocketInputStream.read(SocketInputStream.java:150) ~[?:1.8.0_25]
at java.net.SocketInputStream.read(SocketInputStream.java:121) ~[?:1.8.0_25]
at sun.security.ssl.InputRecord.readFully(InputRecord.java:465) ~[?:1.8.0_25]
at sun.security.ssl.InputRecord.read(InputRecord.java:503) ~[?:1.8.0_25]
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:954) ~[?:1.8.0_25]
at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:911) ~[?:1.8.0_25]
at sun.security.ssl.AppInputStream.read(AppInputStream.java:105) ~[?:1.8.0_25]
at java.io.BufferedInputStream.fill(BufferedInputStream.java:246) ~[?:1.8.0_25]
at java.io.BufferedInputStream.read1(BufferedInputStream.java:286) ~[?:1.8.0_25]
at java.io.BufferedInputStream.read(BufferedInputStream.java:345) ~[?:1.8.0_25]
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:703) ~[?:1.8.0_25]
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:647) ~[?:1.8.0_25]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1534) ~[?:1.8.0_25]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1439) ~[?:1.8.0_25]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) ~[?:1.8.0_25]
at com.mojang.authlib.HttpAuthenticationService.performPostRequest(HttpAuthenticationService.java:83) ~[launcher.jar:1.6.19]
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:54) ~[launcher.jar:1.6.19]
... 9 more
I recently decided to fix my brother's computer. Its runs fast, but they've had it for ages and they needed me to do a factory reset. Afterwords, I got everything back and downloaded Minecraft. I have Java and Java runtime and its all up to date, but whenever I launch my Minecraft, it stays on the Loading screen. For example, on the screen you see: Welcome, ThtRndomCreeper! Underneath is: Loading Versions... I can edit profile but I can't choose any versions or anything because they aren't even shown there. Where the Play button is, is just saying Loading... as well. It will literally stay on this screen forever. I've waited hours-days. There is no crash reports and it is running in Task Manager under Minecraft Launcher 1.6.19 when I have it open. I have unistalled and reinstalled it, researched it, watched videos on it. But there is either no results or nothing that will work, even with similar but not exact problems. It is quite urgent because I am part of a server build team and I need to be there to help. If anyone knows what is wrong, please please please help me! Thank you
Launcher Log:
___________________________________________________________________________
[15:28:11 INFO]: Minecraft Launcher 1.6.19 (through bootstrap 100) started on windows...
[15:28:11 INFO]: Current time is Aug 7, 2015 3:28:11 PM
[15:28:11 INFO]: System.getProperty('os.name') == 'Windows 7'
[15:28:11 INFO]: System.getProperty('os.version') == '6.1'
[15:28:11 INFO]: System.getProperty('os.arch') == 'amd64'
[15:28:11 INFO]: System.getProperty('java.version') == '1.8.0_25'
[15:28:11 INFO]: System.getProperty('java.vendor') == 'Oracle Corporation'
[15:28:11 INFO]: System.getProperty('sun.arch.data.model') == '64'
[15:28:11 INFO]: proxy == DIRECT
[15:28:11 INFO]: JFX is already initialized
[15:28:11 INFO]: Refreshing local version list...
[15:28:11 INFO]: Refreshing remote version list...
[15:28:26 ERROR]: Unexpected exception refreshing version list
java.net.SocketTimeoutException: connect timed out
at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) ~[?:1.8.0_25]
at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85) ~[?:1.8.0_25]
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345) ~[?:1.8.0_25]
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[?:1.8.0_25]
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[?:1.8.0_25]
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) ~[?:1.8.0_25]
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_25]
at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_25]
at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:649) ~[?:1.8.0_25]
at sun.net.NetworkClient.doConnect(NetworkClient.java:175) ~[?:1.8.0_25]
at sun.net.www.http.HttpClient.openServer(HttpClient.java:432) ~[?:1.8.0_25]
at sun.net.www.http.HttpClient.openServer(HttpClient.java:527) ~[?:1.8.0_25]
at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:275) ~[?:1.8.0_25]
at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:371) ~[?:1.8.0_25]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) ~[?:1.8.0_25]
at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1146) ~[?:1.8.0_25]
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:997) ~[?:1.8.0_25]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) ~[?:1.8.0_25]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1511) ~[?:1.8.0_25]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1439) ~[?:1.8.0_25]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) ~[?:1.8.0_25]
at com.mojang.launcher.Http.performGet(Http.java:54) ~[launcher.jar:1.6.19]
at net.minecraft.launcher.updater.RemoteVersionList.getContent(RemoteVersionList.java:27) ~[launcher.jar:1.6.19]
at net.minecraft.launcher.updater.VersionList.refreshVersions(VersionList.java:85) ~[launcher.jar:1.6.19]
at net.minecraft.launcher.updater.MinecraftVersionManager.refreshVersions(MinecraftVersionManager.java:60) ~[launcher.jar:1.6.19]
at net.minecraft.launcher.Launcher$2.run(Launcher.java:133) [launcher.jar:1.6.19]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_25]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_25]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_25]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_25]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
[15:28:27 INFO]: Loaded 1 profile(s); selected '1.8.7'
[15:28:27 INFO]: Refreshing auth...
[15:28:27 INFO]: Logging in with access token
[15:29:07 ERROR]: Exception whilst logging into profile
com.mojang.authlib.exceptions.AuthenticationUnavailableException: Cannot contact authentication server
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:71) ~[launcher.jar:1.6.19]
at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logInWithToken(YggdrasilUserAuthentication.java:132) ~[launcher.jar:1.6.19]
at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logIn(YggdrasilUserAuthentication.java:55) ~[launcher.jar:1.6.19]
at net.minecraft.launcher.Launcher.ensureLoggedIn(Launcher.java:215) [launcher.jar:1.6.19]
at net.minecraft.launcher.Launcher$2.run(Launcher.java:169) [launcher.jar:1.6.19]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_25]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_25]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_25]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_25]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.8.0_25]
at java.net.SocketInputStream.read(SocketInputStream.java:150) ~[?:1.8.0_25]
at java.net.SocketInputStream.read(SocketInputStream.java:121) ~[?:1.8.0_25]
at sun.security.ssl.InputRecord.readFully(InputRecord.java:465) ~[?:1.8.0_25]
at sun.security.ssl.InputRecord.read(InputRecord.java:503) ~[?:1.8.0_25]
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:954) ~[?:1.8.0_25]
at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:911) ~[?:1.8.0_25]
at sun.security.ssl.AppInputStream.read(AppInputStream.java:105) ~[?:1.8.0_25]
at java.io.BufferedInputStream.fill(BufferedInputStream.java:246) ~[?:1.8.0_25]
at java.io.BufferedInputStream.read1(BufferedInputStream.java:286) ~[?:1.8.0_25]
at java.io.BufferedInputStream.read(BufferedInputStream.java:345) ~[?:1.8.0_25]
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:703) ~[?:1.8.0_25]
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:647) ~[?:1.8.0_25]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1534) ~[?:1.8.0_25]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1439) ~[?:1.8.0_25]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) ~[?:1.8.0_25]
at com.mojang.authlib.HttpAuthenticationService.performPostRequest(HttpAuthenticationService.java:83) ~[launcher.jar:1.6.19]
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:54) ~[launcher.jar:1.6.19]
... 9 more
I recently decided to fix my brother's computer. Its runs fast, but they've had it for ages and they needed me to do a factory reset. Afterwords, I got everything back and downloaded Minecraft. I have Java and Java runtime and its all up to date, but whenever I launch my Minecraft, it stays on the Loading screen. For example, on the screen you see: Welcome, ThtRndomCreeper! Underneath is: Loading Versions... I can edit profile but I can't choose any versions or anything because they aren't even shown there. Where the Play button is, is just saying Loading... as well. It will literally stay on this screen forever. I've waited hours-days. There is no crash reports and it is running in Task Manager under Minecraft Launcher 1.6.19 when I have it open. I have unistalled and reinstalled it, researched it, watched videos on it. But there is either no results or nothing that will work, even with similar but not exact problems. It is quite urgent because I am part of a server build team and I need to be there to help. If anyone knows what is wrong, please please please help me! Thank you
I have the same exact problem. I have no clue on what it could be.