Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.25 KB | None | 0 0
  1. tuxfuk@tux0 ~ $ java -jar /home/tuxfuk/games/minecraft/Minecraft.jar
  2. Bootstrap (v5)
  3. Current time is Jan 19, 2017 8:42:47 PM
  4. System.getProperty('os.name') == 'Linux'
  5. System.getProperty('os.version') == '4.4.26-gentoo'
  6. System.getProperty('os.arch') == 'amd64'
  7. System.getProperty('java.version') == '1.8.0_111'
  8. System.getProperty('java.vendor') == 'Oracle Corporation'
  9. System.getProperty('sun.arch.data.model') == '64'
  10.  
  11. Looking for update
  12. Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma
  13. Exception: javax.net.ssl.SSLException: java.security.ProviderException: java.lang.NegativeArraySizeException
  14. Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 2/10)
  15. Exception: javax.net.ssl.SSLException: java.security.ProviderException: java.lang.NegativeArraySizeException
  16. Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 3/10)
  17. Exception: javax.net.ssl.SSLException: java.security.ProviderException: java.lang.NegativeArraySizeException
  18. Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 4/10)
  19. Exception: javax.net.ssl.SSLException: java.security.ProviderException: java.lang.NegativeArraySizeException
  20. Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 5/10)
  21. Exception: javax.net.ssl.SSLException: java.security.ProviderException: java.lang.NegativeArraySizeException
  22. Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 6/10)
  23. Exception: javax.net.ssl.SSLException: java.security.ProviderException: java.lang.NegativeArraySizeException
  24. Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 7/10)
  25. Exception: javax.net.ssl.SSLException: java.security.ProviderException: java.lang.NegativeArraySizeException
  26. Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 8/10)
  27. Exception: javax.net.ssl.SSLException: java.security.ProviderException: java.lang.NegativeArraySizeException
  28. Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 9/10)
  29. Exception: javax.net.ssl.SSLException: java.security.ProviderException: java.lang.NegativeArraySizeException
  30. Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 10/10)
  31. Exception: javax.net.ssl.SSLException: java.security.ProviderException: java.lang.NegativeArraySizeException
  32. Unable to download remote file. Check your internet connection/proxy settings.
  33. Didn't find an update in time.
  34. Reversing LZMA on /home/tuxfuk/.minecraft/launcher.pack.lzma to /home/tuxfuk/.minecraft/launcher.pack
  35. Unpacking /home/tuxfuk/.minecraft/launcher.pack to /home/tuxfuk/.minecraft/launcher.jar
  36. Cleaning up /home/tuxfuk/.minecraft/launcher.pack
  37. Starting launcher.
  38. [20:42:52 INFO]: Minecraft Launcher 1.6.61 (through bootstrap 5) started on linux...
  39. [20:42:52 INFO]: Current time is Jan 19, 2017 8:42:52 PM
  40. [20:42:52 INFO]: System.getProperty('os.name') == 'Linux'
  41. [20:42:52 INFO]: System.getProperty('os.version') == '4.4.26-gentoo'
  42. [20:42:52 INFO]: System.getProperty('os.arch') == 'amd64'
  43. [20:42:52 INFO]: System.getProperty('java.version') == '1.8.0_111'
  44. [20:42:52 INFO]: System.getProperty('java.vendor') == 'Oracle Corporation'
  45. [20:42:52 INFO]: System.getProperty('sun.arch.data.model') == '64'
  46. [20:42:52 INFO]: proxy == DIRECT
  47. [20:42:52 INFO]: Refreshing local version list...
  48. [20:42:52 INFO]: Refreshing remote version list...
  49. [20:42:52 ERROR]: Unexpected exception refreshing version list
  50. javax.net.ssl.SSLException: java.security.ProviderException: java.lang.NegativeArraySizeException
  51. at sun.security.ssl.Alerts.getSSLException(Alerts.java:208) ~[?:1.8.0_111]
  52. at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949) ~[?:1.8.0_111]
  53. at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1906) ~[?:1.8.0_111]
  54. at sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1889) ~[?:1.8.0_111]
  55. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1410) ~[?:1.8.0_111]
  56. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) ~[?:1.8.0_111]
  57. at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559) ~[?:1.8.0_111]
  58. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) ~[?:1.8.0_111]
  59. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1546) ~[?:1.8.0_111]
  60. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474) ~[?:1.8.0_111]
  61. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) ~[?:1.8.0_111]
  62. at com.mojang.launcher.Http.performGet(Http.java:54) ~[launcher.jar:1.6.61]
  63. at net.minecraft.launcher.updater.RemoteVersionList.getContent(RemoteVersionList.java:60) ~[launcher.jar:1.6.61]
  64. at net.minecraft.launcher.updater.RemoteVersionList.refreshVersions(RemoteVersionList.java:42) ~[launcher.jar:1.6.61]
  65. at net.minecraft.launcher.updater.MinecraftVersionManager.refreshVersions(MinecraftVersionManager.java:62) ~[launcher.jar:1.6.61]
  66. at net.minecraft.launcher.Launcher$2.run(Launcher.java:133) [launcher.jar:1.6.61]
  67. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_111]
  68. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_111]
  69. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_111]
  70. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_111]
  71. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
  72. Caused by: java.security.ProviderException: java.lang.NegativeArraySizeException
  73. at sun.security.ec.ECKeyPairGenerator.generateKeyPair(ECKeyPairGenerator.java:147) ~[sunec.jar:1.8.0_111]
  74. at java.security.KeyPairGenerator$Delegate.generateKeyPair(KeyPairGenerator.java:703) ~[?:1.8.0_111]
  75. at sun.security.ssl.ECDHCrypt.<init>(ECDHCrypt.java:77) ~[?:1.8.0_111]
  76. at sun.security.ssl.ClientHandshaker.serverKeyExchange(ClientHandshaker.java:721) ~[?:1.8.0_111]
  77. at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:281) ~[?:1.8.0_111]
  78. at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979) ~[?:1.8.0_111]
  79. at sun.security.ssl.Handshaker.process_record(Handshaker.java:914) ~[?:1.8.0_111]
  80. at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062) ~[?:1.8.0_111]
  81. at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375) ~[?:1.8.0_111]
  82. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) ~[?:1.8.0_111]
  83. ... 16 more
  84. Caused by: java.lang.NegativeArraySizeException
  85. at sun.security.ec.ECKeyPairGenerator.generateECKeyPair(Native Method) ~[sunec.jar:1.8.0_111]
  86. at sun.security.ec.ECKeyPairGenerator.generateKeyPair(ECKeyPairGenerator.java:128) ~[sunec.jar:1.8.0_111]
  87. at java.security.KeyPairGenerator$Delegate.generateKeyPair(KeyPairGenerator.java:703) ~[?:1.8.0_111]
  88. at sun.security.ssl.ECDHCrypt.<init>(ECDHCrypt.java:77) ~[?:1.8.0_111]
  89. at sun.security.ssl.ClientHandshaker.serverKeyExchange(ClientHandshaker.java:721) ~[?:1.8.0_111]
  90. at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:281) ~[?:1.8.0_111]
  91. at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979) ~[?:1.8.0_111]
  92. at sun.security.ssl.Handshaker.process_record(Handshaker.java:914) ~[?:1.8.0_111]
  93. at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062) ~[?:1.8.0_111]
  94. at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375) ~[?:1.8.0_111]
  95. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) ~[?:1.8.0_111]
  96. ... 16 more
  97. [20:42:52 INFO]: Loaded 1 profile(s); selected 'NaziHunter85'
  98. [20:42:52 INFO]: Refreshing auth...
  99. [20:42:52 INFO]: Logging in with access token
  100. [20:42:52 ERROR]: Exception whilst logging into profile
  101. com.mojang.authlib.exceptions.AuthenticationUnavailableException: Cannot contact authentication server
  102. at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:71) ~[launcher.jar:1.6.61]
  103. at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logInWithToken(YggdrasilUserAuthentication.java:132) ~[launcher.jar:1.6.61]
  104. at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logIn(YggdrasilUserAuthentication.java:55) ~[launcher.jar:1.6.61]
  105. at net.minecraft.launcher.Launcher.ensureLoggedIn(Launcher.java:215) [launcher.jar:1.6.61]
  106. at net.minecraft.launcher.Launcher$2.run(Launcher.java:169) [launcher.jar:1.6.61]
  107. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_111]
  108. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_111]
  109. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_111]
  110. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_111]
  111. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
  112. Caused by: javax.net.ssl.SSLException: java.security.ProviderException: java.lang.NegativeArraySizeException
  113. at sun.security.ssl.Alerts.getSSLException(Alerts.java:208) ~[?:1.8.0_111]
  114. at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949) ~[?:1.8.0_111]
  115. at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1906) ~[?:1.8.0_111]
  116. at sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1889) ~[?:1.8.0_111]
  117. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1410) ~[?:1.8.0_111]
  118. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) ~[?:1.8.0_111]
  119. at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559) ~[?:1.8.0_111]
  120. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) ~[?:1.8.0_111]
  121. at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1316) ~[?:1.8.0_111]
  122. at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1291) ~[?:1.8.0_111]
  123. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:250) ~[?:1.8.0_111]
  124. at com.mojang.authlib.HttpAuthenticationService.performPostRequest(HttpAuthenticationService.java:73) ~[launcher.jar:1.6.61]
  125. at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:54) ~[launcher.jar:1.6.61]
  126. ... 9 more
  127. Caused by: java.security.ProviderException: java.lang.NegativeArraySizeException
  128. at sun.security.ec.ECKeyPairGenerator.generateKeyPair(ECKeyPairGenerator.java:147) ~[sunec.jar:1.8.0_111]
  129. at java.security.KeyPairGenerator$Delegate.generateKeyPair(KeyPairGenerator.java:703) ~[?:1.8.0_111]
  130. at sun.security.ssl.ECDHCrypt.<init>(ECDHCrypt.java:77) ~[?:1.8.0_111]
  131. at sun.security.ssl.ClientHandshaker.serverKeyExchange(ClientHandshaker.java:721) ~[?:1.8.0_111]
  132. at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:281) ~[?:1.8.0_111]
  133. at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979) ~[?:1.8.0_111]
  134. at sun.security.ssl.Handshaker.process_record(Handshaker.java:914) ~[?:1.8.0_111]
  135. at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062) ~[?:1.8.0_111]
  136. at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375) ~[?:1.8.0_111]
  137. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) ~[?:1.8.0_111]
  138. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) ~[?:1.8.0_111]
  139. at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559) ~[?:1.8.0_111]
  140. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) ~[?:1.8.0_111]
  141. at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1316) ~[?:1.8.0_111]
  142. at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1291) ~[?:1.8.0_111]
  143. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:250) ~[?:1.8.0_111]
  144. at com.mojang.authlib.HttpAuthenticationService.performPostRequest(HttpAuthenticationService.java:73) ~[launcher.jar:1.6.61]
  145. at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:54) ~[launcher.jar:1.6.61]
  146. ... 9 more
  147. Caused by: java.lang.NegativeArraySizeException
  148. at sun.security.ec.ECKeyPairGenerator.generateECKeyPair(Native Method) ~[sunec.jar:1.8.0_111]
  149. at sun.security.ec.ECKeyPairGenerator.generateKeyPair(ECKeyPairGenerator.java:128) ~[sunec.jar:1.8.0_111]
  150. at java.security.KeyPairGenerator$Delegate.generateKeyPair(KeyPairGenerator.java:703) ~[?:1.8.0_111]
  151. at sun.security.ssl.ECDHCrypt.<init>(ECDHCrypt.java:77) ~[?:1.8.0_111]
  152. at sun.security.ssl.ClientHandshaker.serverKeyExchange(ClientHandshaker.java:721) ~[?:1.8.0_111]
  153. at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:281) ~[?:1.8.0_111]
  154. at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979) ~[?:1.8.0_111]
  155. at sun.security.ssl.Handshaker.process_record(Handshaker.java:914) ~[?:1.8.0_111]
  156. at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062) ~[?:1.8.0_111]
  157. at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375) ~[?:1.8.0_111]
  158. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) ~[?:1.8.0_111]
  159. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) ~[?:1.8.0_111]
  160. at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559) ~[?:1.8.0_111]
  161. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) ~[?:1.8.0_111]
  162. at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1316) ~[?:1.8.0_111]
  163. at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1291) ~[?:1.8.0_111]
  164. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:250) ~[?:1.8.0_111]
  165. at com.mojang.authlib.HttpAuthenticationService.performPostRequest(HttpAuthenticationService.java:73) ~[launcher.jar:1.6.61]
  166. at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:54) ~[launcher.jar:1.6.61]
  167. ... 9 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement