crash du jeu avec forge

Statut
N'est pas ouverte pour d'autres réponses.

blizzard56

Aventurier
10 Mai 2017
1
0
2
20
bonjour mon minecraft forge 1.8 crash voici les logs
Code:
Minecraft Crash Report ----
// You're mean.

Time: 10/05/17 15:53
Description: Initializing game

java.lang.IllegalStateException: can't pop unfinished ProgressBar Rendering Setup
   at net.minecraftforge.fml.common.ProgressManager.pop(ProgressManager.java:35)
   at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:492)
   at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:326)
   at net.minecraft.client.main.Main.main(SourceFile:120)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:498)
   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 --
Stacktrace:
   at net.minecraftforge.fml.common.ProgressManager.pop(ProgressManager.java:35)
   at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:492)

-- Initialization --
Details:
Stacktrace:
   at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:326)
   at net.minecraft.client.main.Main.main(SourceFile:120)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:498)
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
   Minecraft Version: 1.8
   Operating System: Linux (amd64) version 4.10.12-200.fc25.x86_64
   Java Version: 1.8.0_131, Oracle Corporation
   Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
   Memory: 122129536 bytes (116 MB) / 275369984 bytes (262 MB) up to 1060372480 bytes (1011 MB)
   JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
   IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
   FML: MCP v9.10 FML v8.0.127.1103 2 mods loaded, 2 mods active
   mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
   FML{8.0.127.1103} [Forge Mod Loader] (fml-1.8-8.0.127.1103.jar) Unloaded->Constructed->Pre-initialized
   Loaded coremods (and transformers):
   GL info: ' Vendor: 'Intel Open Source Technology Center' Version: '3.0 Mesa 13.0.4' Renderer: 'Mesa DRI Intel(R) Ivybridge Mobile '
   Launched Version: 1.8-FML8.0.127.1103
   LWJGL: 2.9.1
   OpenGL: Mesa DRI Intel(R) Ivybridge Mobile  GL version 3.0 Mesa 13.0.4, Intel Open Source Technology Center
   GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

   Using VBOs: Yes
   Is Modded: Definitely; Client brand changed to 'fml'
   Type: Client (map_client.txt)
   Resource Packs: [§f§lMathoX Pack v4§0.zip]
   Current Language: Français (France)
   Profiler Position: N/A (disabled)

si vous pouviez m'aider merci d'avance
cordialement
blizzard56
 
Dernière édition par un modérateur:

robin4002

Expert en informatique et systèmes d'information
Staff
Responsable technique
Responsable forum
12 Novembre 2012
20 879
157
3 002
347
26
Alsace
www.minecraftforgefrance.fr
Salut,
J'ai déplacé ton message vers une nouvelle discussion pour éviter que différentes demandes d'aide se croisent.

Désactives la barre de chargement de forge en mettant "enabled=false" au lieu de "enabled=true" dans le fichier splash.properties qui se trouve dans le dossier .minecraft/config.
 

zefirox

Aventurier
23 Mai 2017
1
0
2
47
svp aidez moi mon minecraft crash aussi avec forge voici la les crash logs je tiens a preciser que avant je pouvais tres bien lancer le launcher merci d avance
Code:
---- Minecraft Crash Report ----
// You're mean.

Time: 23/05/17 17:52
Description: Initializing game

java.lang.RuntimeException: org.lwjgl.LWJGLException: Could not create context (WGL_ARB_create_context)
   at cpw.mods.fml.client.SplashProgress.start(SplashProgress.java:199)
   at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:193)
   at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
   at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
   at net.minecraft.client.main.Main.main(SourceFile:148)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:483)
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: org.lwjgl.LWJGLException: Could not create context (WGL_ARB_create_context)
   at org.lwjgl.opengl.WindowsContextImplementation.nCreate(Native Method)
   at org.lwjgl.opengl.WindowsContextImplementation.create(WindowsContextImplementation.java:50)
   at org.lwjgl.opengl.ContextGL.<init>(ContextGL.java:132)
   at org.lwjgl.opengl.DrawableGL.createSharedContext(DrawableGL.java:77)
   at org.lwjgl.opengl.DrawableGL.createSharedContext(DrawableGL.java:41)
   at org.lwjgl.opengl.SharedDrawable.<init>(SharedDrawable.java:50)
   at cpw.mods.fml.client.SplashProgress.start(SplashProgress.java:192)
   ... 10 more


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

-- Head --
Stacktrace:
   at cpw.mods.fml.client.SplashProgress.start(SplashProgress.java:199)
   at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:193)
   at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)

-- Initialization --
Details:
Stacktrace:
   at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
   at net.minecraft.client.main.Main.main(SourceFile:148)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:483)
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
   Minecraft Version: 1.7.10
   Operating System: Windows XP (x86) version 5.1
   Java Version: 1.8.0_25, Oracle Corporation
   Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
   Memory: 80727816 bytes (76 MB) / 189755392 bytes (180 MB) up to 523501568 bytes (499 MB)
   JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
   AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
   IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
   FML:
   GL info: ' Vendor: 'ATI Technologies Inc.' Version: '2.1.8543 Release' Renderer: 'ATI Radeon X300/X550/X1050 Series'
   Launched Version: 1.7.10-Forge10.13.4.1558-1.7.10
   LWJGL: 2.9.1
   OpenGL: ATI Radeon X300/X550/X1050 Series GL version 2.1.8543 Release, ATI Technologies Inc.
   GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

   Is Modded: Definitely; Client brand changed to 'fml,forge'
   Type: Client (map_client.txt)
   Resource Packs: []
   Current Language: ~~ERROR~~ NullPointerException: null
   Profiler Position: N/A (disabled)
   Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
   Anisotropic Filtering: Off (1)
   OptiFine Version: OptiFine_1.7.10_HD_U_D6
   Render Distance Chunks: 2
   Mipmaps: 4
   Anisotropic Filtering: 1
   Antialiasing: 0
   Multitexture: false
   OpenGlVersion: 2.1.8543 Release
   OpenGlRenderer: ATI Radeon X300/X550/X1050 Series
   OpenGlVendor: ATI Technologies Inc.
   CpuCount: 2
 
Dernière édition par un modérateur:
Statut
N'est pas ouverte pour d'autres réponses.