Skip to content

Instantly share code, notes, and snippets.

Created December 22, 2013 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/8087467 to your computer and use it in GitHub Desktop.
Save anonymous/8087467 to your computer and use it in GitHub Desktop.
Log de crash
2013-12-22 20:16:46 [INFO] [STDOUT] Initializing LWJGL OpenAL
2013-12-22 20:16:47 [INFO] [STDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
2013-12-22 20:16:47 [INFO] [STDOUT] ---- Minecraft Crash Report ----
2013-12-22 20:16:47 [INFO] [STDOUT] // Oh - I know what I did wrong!
2013-12-22 20:16:47 [INFO] [STDOUT]
2013-12-22 20:16:47 [INFO] [STDOUT] Time: 22/12/13 20:16
2013-12-22 20:16:47 [INFO] [STDOUT] Description: There was a severe problem during mod loading that has caused the game to fail
2013-12-22 20:16:47 [INFO] [STDOUT]
2013-12-22 20:16:47 [INFO] [STDOUT] cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: GGButtonMod.Mod.Base
2013-12-22 20:16:47 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)
2013-12-22 20:16:47 [INFO] [STDOUT] at cpw.mods.fml.common.Loader.loadMods(Loader.java:519)
2013-12-22 20:16:47 [INFO] [STDOUT] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
2013-12-22 20:16:47 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:471)
2013-12-22 20:16:47 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
2013-12-22 20:16:47 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(SourceFile:101)
2013-12-22 20:16:47 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-12-22 20:16:47 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-12-22 20:16:47 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-12-22 20:16:47 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2013-12-22 20:16:47 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2013-12-22 20:16:47 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2013-12-22 20:16:47 [INFO] [STDOUT] Caused by: java.lang.ClassNotFoundException: GGButtonMod.Mod.Base
2013-12-22 20:16:47 [INFO] [STDOUT] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
2013-12-22 20:16:47 [INFO] [STDOUT] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-12-22 20:16:47 [INFO] [STDOUT] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-12-22 20:16:47 [INFO] [STDOUT] at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)
2013-12-22 20:16:47 [INFO] [STDOUT] at java.lang.Class.forName0(Native Method)
2013-12-22 20:16:47 [INFO] [STDOUT] at java.lang.Class.forName(Unknown Source)
2013-12-22 20:16:47 [INFO] [STDOUT] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:457)
2013-12-22 20:16:47 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-12-22 20:16:47 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-12-22 20:16:47 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-12-22 20:16:47 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2013-12-22 20:16:47 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-12-22 20:16:47 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-12-22 20:16:47 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2013-12-22 20:16:47 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-12-22 20:16:47 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-12-22 20:16:47 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
2013-12-22 20:16:47 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
2013-12-22 20:16:47 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-12-22 20:16:47 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-12-22 20:16:47 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-12-22 20:16:47 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2013-12-22 20:16:47 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-12-22 20:16:47 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-12-22 20:16:47 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2013-12-22 20:16:47 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-12-22 20:16:47 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-12-22 20:16:47 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
2013-12-22 20:16:47 [INFO] [STDOUT] at cpw.mods.fml.common.Loader.loadMods(Loader.java:509)
2013-12-22 20:16:47 [INFO] [STDOUT] ... 10 more
2013-12-22 20:16:47 [INFO] [STDOUT] Caused by: java.lang.NullPointerException
2013-12-22 20:16:47 [INFO] [STDOUT] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171)
2013-12-22 20:16:47 [INFO] [STDOUT] ... 38 more
2013-12-22 20:16:47 [INFO] [STDOUT]
2013-12-22 20:16:47 [INFO] [STDOUT]
2013-12-22 20:16:47 [INFO] [STDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:
2013-12-22 20:16:47 [INFO] [STDOUT] ---------------------------------------------------------------------------------------
2013-12-22 20:16:47 [INFO] [STDOUT]
2013-12-22 20:16:47 [INFO] [STDOUT] -- System Details --
2013-12-22 20:16:47 [INFO] [STDOUT] Details:
2013-12-22 20:16:47 [INFO] [STDOUT] Minecraft Version: 1.6.4
2013-12-22 20:16:47 [INFO] [STDOUT] Operating System: Windows 7 (amd64) version 6.1
2013-12-22 20:16:47 [INFO] [STDOUT] Java Version: 1.7.0_21, Oracle Corporation
2013-12-22 20:16:47 [INFO] [STDOUT] Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
2013-12-22 20:16:47 [INFO] [STDOUT] Memory: 350984736 bytes (334 MB) / 642121728 bytes (612 MB) up to 3817799680 bytes (3640 MB)
2013-12-22 20:16:47 [INFO] [STDOUT] JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G
2013-12-22 20:16:47 [INFO] [STDOUT] AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
2013-12-22 20:16:47 [INFO] [STDOUT] Suspicious classes: FML and Forge are installed
2013-12-22 20:16:47 [INFO] [STDOUT] IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
2013-12-22 20:16:47 [INFO] [STDOUT] FML: MCP v8.11 FML v6.4.2.881 Minecraft Forge 9.11.0.881 Optifine OptiFine_1.6.4_HD_U_C8 4 mods loaded, 4 mods active
2013-12-22 20:16:47 [INFO] [STDOUT] mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
2013-12-22 20:16:47 [INFO] [STDOUT] FML{6.4.2.881} [Forge Mod Loader] (minecraftforge-9.11.0.881.jar) Unloaded->Constructed
2013-12-22 20:16:47 [INFO] [STDOUT] Forge{9.11.0.881} [Minecraft Forge] (minecraftforge-9.11.0.881.jar) Unloaded->Constructed
2013-12-22 20:16:47 [INFO] [STDOUT] GGBM{0.0.1} [GGButtonMod] (GGButtonMod-1.6.4.zip) Unloaded->Errored
2013-12-22 20:16:47 [INFO] [STDOUT] #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Guillaume\AppData\Roaming\.minecraft\crash-reports\crash-2013-12-22_20.16.46-client.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment