Impossible installer Minecraft

RomTom19 Messages postés 5 Date d'inscription   Statut Membre Dernière intervention   -  
magrigrigri Messages postés 79 Date d'inscription   Statut Membre Dernière intervention   -
Bonjour,

J'ai acheté Minecraft et lors de l'installation j'ai le massage d'erreur ci-dessous, avez vous une solution SVP ???

Bootstrap (v5)
Current time is Jul 23, 2013 11:39:10 AM
System.getProperty('os.name') == 'Windows Vista'
System.getProperty('os.version') == '6.0'
System.getProperty('os.arch') == 'x86'
System.getProperty('java.version') == '1.7.0_25'
System.getProperty('java.vendor') == 'Oracle Corporation'
System.getProperty('sun.arch.data.model') == '32'
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma
Exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Recognized exception: the likely cause is a set of broken/missing root-certificates. Check your java install and perhaps reinstall it.
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 2/10)
Exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Recognized exception: the likely cause is a set of broken/missing root-certificates. Check your java install and perhaps reinstall it.
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 3/10)
Exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Recognized exception: the likely cause is a set of broken/missing root-certificates. Check your java install and perhaps reinstall it.
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 4/10)
Exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Recognized exception: the likely cause is a set of broken/missing root-certificates. Check your java install and perhaps reinstall it.
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 5/10)
Exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Recognized exception: the likely cause is a set of broken/missing root-certificates. Check your java install and perhaps reinstall it.
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 6/10)
Exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Recognized exception: the likely cause is a set of broken/missing root-certificates. Check your java install and perhaps reinstall it.
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 7/10)
Exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Recognized exception: the likely cause is a set of broken/missing root-certificates. Check your java install and perhaps reinstall it.
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 8/10)
Exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Recognized exception: the likely cause is a set of broken/missing root-certificates. Check your java install and perhaps reinstall it.
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 9/10)
Exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Recognized exception: the likely cause is a set of broken/missing root-certificates. Check your java install and perhaps reinstall it.
Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma (try 10/10)
Exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Recognized exception: the likely cause is a set of broken/missing root-certificates. Check your java install and perhaps reinstall it.
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.

A voir également:

2 réponses

bricomachin Messages postés 244 Date d'inscription   Statut Membre Dernière intervention   134
 
Salut,

Je suis pas un pro, mais on peut lire dans le rapport d'erreur :
System.getProperty('os.name') == 'Windows Vista'
System.getProperty('os.version') == '6.0'
System.getProperty('os.arch') == 'x86'
System.getProperty('java.version') == '1.7.0_25'
System.getProperty('java.vendor') == 'Oracle Corporation'
System.getProperty('sun.arch.data.model') == '32' 

et aussi à chaque essai de téléchargement :
Recognized exception: the likely cause is a set of broken/missing root-certificates. Check your java install and perhaps reinstall it. 

donc j'aurai tendance à dire que ton installation de Java ne joue pas avec Mineraft. Essaie de retélécharger Java, en vérifiant que tu télécharges bien la bonne version (64 ou 32 bits) (je crois que ton système est un 64bits à cause de System.getProperty('os.arch') == 'x86' et que ton Java est 32 bits à cause de System.getProperty('sun.arch.data.model') == '32'...).

Parfois il faut pourtant télécharger la version 32bits de Java sur les systèmes 64bits, c'est bizarre ^^...

ensuite il y a aussi :
Unable to download remote file. Check your internet connection/proxy settings. 

donc vérifie que tu puisses bien acceder à cette url avec ton navigateur : https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma



En espérant avoir pu t'aider,



Bricomachin
1
magrigrigri Messages postés 79 Date d'inscription   Statut Membre Dernière intervention   7
 
x86 ne signifie pas 32bits ?
0
irongege Messages postés 41001 Date d'inscription   Statut Modérateur Dernière intervention   5 079 > magrigrigri Messages postés 79 Date d'inscription   Statut Membre Dernière intervention  
 
Ah bon et ça correspondrait à quoi alors ?
0
magrigrigri Messages postés 79 Date d'inscription   Statut Membre Dernière intervention   7
 
La famille x86 regroupe les microprocesseurs compatibles avec le jeu d'instructions de l'Intel 8086. Cette série est nommée IA-32 (pour Intel architecture 32 bits) par Intel pour ses processeurs à partir du Pentium.
https://fr.wikipedia.org/wiki/X86

x86-64, ou x64, est une extension du jeu d'instructions x86 d'Intel, introduite par la société AMD avec la gamme AMD64. Intel utilisera cette extension en l'appelant initialement EM64T renommé aujourd'hui en Intel 64.

Cette extension permet la gestion des nombres sur 64 bits, avec pour corollaire un adressage mémoire possible bien au-delà de la limite des 4 Go.
À cela s'ajoute le doublement (de 8 à 16) du nombre de registres généralistes et vectoriels (SSE).

https://fr.wikipedia.org/wiki/X64
0
irongege Messages postés 41001 Date d'inscription   Statut Modérateur Dernière intervention   5 079 > magrigrigri Messages postés 79 Date d'inscription   Statut Membre Dernière intervention  
 
Merci pour lui de cette explication.
0