Quozul

Architecte en herbe
20 Mai 2015
179
14
125
22
France
www.pickaria.fr
Bonjour,

Je suis sur Ubuntu 18.04 beta 2 et j'ai installé Java 9.

Mon érreur est la suivante:

Code:
Bootstrap (v5)
Current time is Apr 20, 2018, 1:09:47 PM
System.getProperty('os.name') == 'Linux'
System.getProperty('os.version') == '4.15.0-13-generic'
System.getProperty('os.arch') == 'amd64'
System.getProperty('java.version') == '9.0.4'
System.getProperty('java.vendor') == 'Oracle Corporation'
System.getProperty('sun.arch.data.model') == '64'

Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma
Exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 2/10)
Exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 3/10)
Exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 4/10)
Exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 5/10)
Exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 6/10)
Exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 7/10)
Exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 8/10)
Exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 9/10)
Exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 10/10)
Exception: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Unable to download remote file. Check your internet connection/proxy settings.
FATAL ERROR: net.minecraft.bootstrap.FatalBootstrapError: Unable to download while being forced
    at net.minecraft.bootstrap.Bootstrap.execute(Bootstrap.java:95)
    at net.minecraft.bootstrap.Bootstrap.main(Bootstrap.java:381)


Please fix the error and restart.

J'ai suivi les conseils de ce post mais ça ne règle pas le soucis.

Me dites pas de vérifier ma connexion internet hein, sinon je serais pas là.
 
Dernière édition:

Quozul

Architecte en herbe
20 Mai 2015
179
14
125
22
France
www.pickaria.fr
Tu parlais bien de la commande sudo /var/lib/dpkg/info/ca-certificates-java.postinst configure ?

Ca me donne quelque chose de nouveau dans l'erreur lors du lancement du launcher de Minecraft :
Code:
(java:9206): dbind-WARNING **: 15:20:06.677: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Bootstrap (v5)
Current time is Apr 20, 2018 3:20:06 PM

[...]
 
Dernière édition:

Quozul

Architecte en herbe
20 Mai 2015
179
14
125
22
France
www.pickaria.fr
J'ai essayé différents choses:
  • Télécharger manuellement le fichier que le launcher essaye de télécharger (launcher.pack.lzma pour ma part) depuis le lien indiqué ce qui à permit de lancer le launcher et le mettre dans le .minecraft.
  • Prendre le nouveau launcher pour Linux depuis Reddit. (ne démarre pas)
  • Installer Minecraft avec Snapcraft:
    Code:
    sudo snap install minecraft
Me renvoit:
Code:
Error: Invalid or corrupt jarfile /home/erwan/snap/minecraft/common/.minecraft/launcher.jar
EDIT:
J'ai cité 3 solutions plus haut, les trois ne fonctionnent pas, pour la première solution que j'ai donné, le launcher démarre, mais je ne peux pas me connecter:
Code:
Sorry, but we couldn't connect to our servers.
Please make sure that you are online and that Minecraft is not blocked.
(InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty)

EDIT 2:

Après réinstallation de Java 8, le launcher s'ouvre et télécharge tout ce qu'il faut correctement.
 
Dernière édition:
  • J'aime
Reactions: robin4002