mojira.dev

Timo Heino

Assigned

No issues.

Reported

MC-121393 [Java] [Linux] "Launch failed" error Duplicate MCL-7026 Minecraft versions doesn't load (SSL errors) Invalid MC-87476 Lighting top of village roofs Duplicate MC-50967 Menu flashing Duplicate

Comments

Here is fully pasted errors which i get on launch of snapshot. I am sorry that i did not use pastebin. Too long for them.
https://gist.github.com/anonymous/c3677185992e893776e38ee7c054ca19

Thank you for fast response! Obviosly latest client did not work for some reason.

[media]

Ticket can be closed. Removing openjdk-9-jre-headless package fixed problem

Is there some assignee to check out of this bug or do some people can not able to play game for undefined time? :flag_off:

After removing (read backup and remove) .minecraft folder i got following errors after trying to launch client:

FATAL ERROR: java.lang.ExceptionInInitializerError
at java.base/javax.crypto.JceSecurityManager.<clinit>(JceSecurityManager.java:66)
at java.base/javax.crypto.Cipher.getConfiguredPermission(Cipher.java:2610)
at java.base/javax.crypto.Cipher.getMaxAllowedKeyLength(Cipher.java:2634)
at java.base/sun.security.ssl.CipherSuite$BulkCipher.isUnlimited(CipherSuite.java:602)
at java.base/sun.security.ssl.CipherSuite$BulkCipher.<init>(CipherSuite.java:574)
at java.base/sun.security.ssl.CipherSuite$BulkCipher.<clinit>(CipherSuite.java:460)
at java.base/sun.security.ssl.CipherSuite.<clinit>(CipherSuite.java:1074)
at java.base/sun.security.ssl.SSLContextImpl.getApplicableSupportedCipherSuiteList(SSLContextImpl.java:354)
at java.base/sun.security.ssl.SSLContextImpl.access$100(SSLContextImpl.java:42)
at java.base/sun.security.ssl.SSLContextImpl$AbstractTLSContext.<clinit>(SSLContextImpl.java:590)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:292)
at java.base/java.security.Provider$Service.getImplClass(Provider.java:1844)
at java.base/java.security.Provider$Service.newInstance(Provider.java:1820)
at java.base/sun.security.jca.GetInstance.getInstance(GetInstance.java:236)
at java.base/sun.security.jca.GetInstance.getInstance(GetInstance.java:164)
at java.base/javax.net.ssl.SSLContext.getInstance(SSLContext.java:169)
at java.base/javax.net.ssl.SSLContext.getDefault(SSLContext.java:99)
at java.base/javax.net.ssl.SSLSocketFactory.getDefault(SSLSocketFactory.java:123)
at java.base/javax.net.ssl.HttpsURLConnection.getDefaultSSLSocketFactory(HttpsURLConnection.java:335)
at java.base/javax.net.ssl.HttpsURLConnection.<init>(HttpsURLConnection.java:292)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.<init>(HttpsURLConnectionImpl.java:86)
at java.base/sun.net.www.protocol.https.Handler.openConnection(Handler.java:62)
at java.base/java.net.URL.openConnection(URL.java:1100)
at net.minecraft.bootstrap.Downloader.getConnection(Downloader.java:151)
at net.minecraft.bootstrap.Downloader.run(Downloader.java:46)
at net.minecraft.bootstrap.Bootstrap.execute(Bootstrap.java:92)
at net.minecraft.bootstrap.Bootstrap.main(Bootstrap.java:381)
Caused by: java.lang.SecurityException: Can not initialize cryptographic mechanism
at java.base/javax.crypto.JceSecurity.<clinit>(JceSecurity.java:118)
... 28 more
Caused by: java.lang.SecurityException: Can't read cryptographic policy directory: unlimited
at java.base/javax.crypto.JceSecurity.setupJurisdictionPolicies(JceSecurity.java:324)
at java.base/javax.crypto.JceSecurity.access$000(JceSecurity.java:73)
at java.base/javax.crypto.JceSecurity$1.run(JceSecurity.java:109)
at java.base/javax.crypto.JceSecurity$1.run(JceSecurity.java:106)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/javax.crypto.JceSecurity.<clinit>(JceSecurity.java:105)
... 28 more

Please fix the error and restart.

After logging out and trying to login back i get following:

[12:28:22 INFO]: Loaded 7 profile(s); selected 'eraggo'
[12:28:35 INFO]: Logging in with username & password
[12:28:35 FATAL]: Unhandled exception in thread Thread[pool-2-thread-3,5,main]
java.lang.NoClassDefFoundError: Could not initialize class sun.security.ssl.SSLContextImpl$DefaultSSLContext
at java.base/java.lang.Class.forName0(Native Method) ~[?:?]
at java.base/java.lang.Class.forName(Class.java:292) ~[?:?]
at java.base/java.security.Provider$Service.getImplClass(Provider.java:1844) ~[?:?]
at java.base/java.security.Provider$Service.newInstance(Provider.java:1820) ~[?:?]
at java.base/sun.security.jca.GetInstance.getInstance(GetInstance.java:236) ~[?:?]
at java.base/sun.security.jca.GetInstance.getInstance(GetInstance.java:164) ~[?:?]
at java.base/javax.net.ssl.SSLContext.getInstance(SSLContext.java:169) ~[?:?]
at java.base/javax.net.ssl.SSLContext.getDefault(SSLContext.java:99) ~[?:?]
at java.base/javax.net.ssl.SSLSocketFactory.getDefault(SSLSocketFactory.java:123) ~[?:?]
at java.base/javax.net.ssl.HttpsURLConnection.getDefaultSSLSocketFactory(HttpsURLConnection.java:335) ~[?:?]
at java.base/javax.net.ssl.HttpsURLConnection.<init>(HttpsURLConnection.java:292) ~[?:?]
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.<init>(HttpsURLConnectionImpl.java:86) ~[?:?]
at java.base/sun.net.www.protocol.https.Handler.openConnection(Handler.java:62) ~[?:?]
at java.base/java.net.URL.openConnection(URL.java:1100) ~[?:?]
at com.mojang.authlib.HttpAuthenticationService.createUrlConnection(HttpAuthenticationService.java:38) ~[launcher.jar:?]
at com.mojang.authlib.HttpAuthenticationService.performPostRequest(HttpAuthenticationService.java:62) ~[launcher.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:54) ~[launcher.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logInWithPassword(YggdrasilUserAuthentication.java:74) ~[launcher.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logIn(YggdrasilUserAuthentication.java:57) ~[launcher.jar:?]
at net.minecraft.launcher.ui.popups.login.LogInForm$4.run(LogInForm.java:171) ~[launcher.jar:?]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1161) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:844) [?:?]