Crash de Minecraft

Maxtor52541 -  
Jean20B Messages postés 1836 Date d'inscription   Statut Membre Dernière intervention   -
Bonsoir, j'ai un problème lorsque j'essaie de lancer le jeu minecraft, je vous retransmet le rapport de crash qu'il m'a fourni pour que vous puissiez m'aider svp



Rapport crash :


---- Minecraft Crash Report ----
// Don't do that.

Time: 12/23/19 8:42 PM
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:247)
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 bib.at(SourceFile:635)
at bib.aq(SourceFile:458)
at bib.a(SourceFile:404)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


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

-- Head --
Thread: Client thread
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:247)
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 bib.at(SourceFile:635)
at bib.aq(SourceFile:458)

-- Initialization --
Details:
Stacktrace:
at bib.a(SourceFile:404)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_231, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 127116864 bytes (121 MB) / 268435456 bytes (256 MB) up to 15602810880 bytes (14880 MB)
JVM Flags: 8 total; -Xmn128M -Xmx14856M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: OptiFine 1.12.2
LWJGL: 2.9.4
OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
GL Caps:
Using VBOs: Yes
Is Modded: Very likely; Jar signature invalidated
Type: Client (map_client.txt)
Resource Packs:
Current Language: ~~ERROR~~ NullPointerException: null
Profiler Position: N/A (disabled)
CPU: <unknown>
OptiFine Version: OptiFine_1.12.2_HD_U_F4
OptiFine Build: 20191023-234904
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: null
OpenGlRenderer: null
OpenGlVendor: null
CpuCount: 4
A voir également:

2 réponses

M3NSONG3 Messages postés 615 Date d'inscription   Statut Membre Dernière intervention   162
 
Salut !
En cherchant un peu sur internet on tombe là dessus :
https://minecrafthopper.net/help/pixel-format-not-accelerated/

Je te conseille de vérifier les drivers de ta carte graphique etc, ça arrive souvent quand tu as un problème de ce côté.

0
Jean20B Messages postés 1836 Date d'inscription   Statut Membre Dernière intervention   2 345
 
Bonjour, avez-vous le même problème sans mod/sans Optifine ?
Aussi, quel CPU (processeur) et quel GPU (carte graphique) avez-vous ?

J'ai remarqué un autre possible problème, avez-vous essayer d'allouer moins de RAM à Minecraft ?
Ces arguments me semblent étranges : -Xmn128M -Xmx14856M
0
Maxtor52541
 
Oui j’ai essayé sans le mod Optifine et ça ne marche pas.
Comment on fait pour allouer moins de ram à Minecraft ?

J’ai un i7 7th génération et la carte graphique Intel HD 620
Et j’ai 16go de ram
0
Jean20B Messages postés 1836 Date d'inscription   Statut Membre Dernière intervention   2 345 > Maxtor52541
 
Ok, normalement c'est compatible.

L'argument -Xmx14856M indique que l'ordinateur doit allouer près de 15 Go de ram à Minecraft, ce qui est beaucoup trop proche des 16 Go de ram disponibles.

Pour modifier cela, il faut aller dans l'onglet Configurations,
sélectionner votre version pour la modifier,
cliquer sur Plus d'options,
puis sous Arguments JVM vous pouvez supprimer -Xmn128M -Xmx14856M (vous pouvez par exemple mettre -Xmx3G à la place) et enregistrer.


-Xmx3G signifie que 3 Go de ram au maximum seront donnés à Minecraft
0