Probleme de crash

Blaser

Bucheron
2 Décembre 2016
10
0
12
26
Bonjours, quand j'ouvre un launcher, je me connecte et je le lance. Il ne souvre pas, alors je vais dans les crash report il y a ceci :

Code:
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3

Time: 10/07/17 15:03
Description: Initializing game

org.lwjgl.LWJGLException: Pixel format not accelerated
    at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
    at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
    at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:244)
    at org.lwjgl.opengl.Display.createWindow(Display.java:306)
    at org.lwjgl.opengl.Display.create(Display.java:848)
    at org.lwjgl.opengl.Display.create(Display.java:757)
    at org.lwjgl.opengl.Display.create(Display.java:739)
    at net.minecraft.client.d.e(d.java)
    at net.minecraft.client.d.l(d.java)
    at net.minecraft.client.main.Main.main(Main.java)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
    at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
    at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
    at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:244)
    at org.lwjgl.opengl.Display.createWindow(Display.java:306)
    at org.lwjgl.opengl.Display.create(Display.java:848)
    at org.lwjgl.opengl.Display.create(Display.java:757)
    at org.lwjgl.opengl.Display.create(Display.java:739)
    at net.minecraft.client.d.e(d.java)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.d.l(d.java)
    at net.minecraft.client.main.Main.main(Main.java)

-- System Details --
Details:
    Minecraft Version: 1.7.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_131, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 447506856 bytes (426 MB) / 514850816 bytes (491 MB) up to 926941184 bytes (884 MB)
    JVM Flags: 3 total; -Xms512M -Xms512M -Xms512M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    Launched Version: 1.7.2
    LWJGL: 2.9.0
    OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    Is Modded: Very likely; Jar signature invalidated
    Type: Client (map_client.txt)
    Resource Packs: []
    Current Language: ~~ERROR~~ NullPointerException: null
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
    Anisotropic Filtering: Off (1)
 
Dernière édition par un modérateur:

Blaser

Bucheron
2 Décembre 2016
10
0
12
26
Salut je viens de le reinitialiser et quand je lance le launcher il ouvre une page disant :
"Impossible de mettre a jour les fichier de Nexion ! java.net.ConneectException: connect: Adress is invalid on local machine, or port is not valid on remote machine"
Comment puis-je faire pour le lancer?
 

robin4002

Expert en informatique et systèmes d'information
Staff
Responsable technique
Responsable forum
12 Novembre 2012
20 901
158
3 004
347
27
Alsace
www.minecraftforgefrance.fr
Il faudrait forcer l'ipv4 avec l'argument java suivant : -Djava.net.preferIPv4Stack=true
Leur launcher est-il disponible au format .jar ? Si oui tu as juste à télécharger le .jar puis a le lancher via un cmd avec :
java -Djava.net.preferIPv4Stack=true -jar nomDuFichier.jar