Created
December 31, 2013 14:35
-
-
Save anonymous/8197643 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
// Who set us up the TNT? | |
Time: 12/31/13 9:20 AM | |
Description: Initializing game | |
java.lang.NoClassDefFoundError: cpw/mods/fml/common/ITickHandler | |
at java.lang.Class.forName0(Native Method) | |
at java.lang.Class.forName(Unknown Source) | |
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:441) | |
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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) | |
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) | |
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) | |
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) | |
at com.google.common.eventbus.EventBus.post(EventBus.java:267) | |
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:205) | |
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:185) | |
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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) | |
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) | |
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) | |
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) | |
at com.google.common.eventbus.EventBus.post(EventBus.java:267) | |
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:116) | |
at cpw.mods.fml.common.Loader.loadMods(Loader.java:487) | |
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:156) | |
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495) | |
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:849) | |
at net.minecraft.client.main.Main.main(SourceFile:103) | |
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:134) | |
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) | |
Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.ITickHandler | |
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188) | |
at java.lang.ClassLoader.loadClass(Unknown Source) | |
at java.lang.ClassLoader.loadClass(Unknown Source) | |
... 35 more | |
Caused by: java.lang.NullPointerException | |
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180) | |
... 37 more | |
A detailed walkthrough of the error, its code path and all known details is as follows: | |
--------------------------------------------------------------------------------------- | |
-- Head -- | |
Stacktrace: | |
at java.lang.Class.forName0(Native Method) | |
at java.lang.Class.forName(Unknown Source) | |
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:441) | |
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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) | |
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) | |
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) | |
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) | |
at com.google.common.eventbus.EventBus.post(EventBus.java:267) | |
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:205) | |
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:185) | |
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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) | |
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) | |
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) | |
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) | |
at com.google.common.eventbus.EventBus.post(EventBus.java:267) | |
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:116) | |
at cpw.mods.fml.common.Loader.loadMods(Loader.java:487) | |
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:156) | |
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495) | |
-- Initialization -- | |
Details: | |
Stacktrace: | |
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:849) | |
at net.minecraft.client.main.Main.main(SourceFile:103) | |
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:134) | |
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) | |
-- System Details -- | |
Details: | |
Minecraft Version: 1.7.2 | |
Operating System: Windows 8 (x86) version 6.2 | |
Java Version: 1.7.0_45, Oracle Corporation | |
Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation | |
Memory: 58258120 bytes (55 MB) / 161705984 bytes (154 MB) up to 518979584 bytes (494 MB) | |
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M | |
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: MCP v9.01-pre FML v7.2.23.971 Minecraft Forge 10.12.0.971 5 mods loaded, 5 mods active | |
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed | |
FML{7.2.23.971} [Forge Mod Loader] (forge-1.7.2-10.12.0.971.jar) Unloaded->Constructed | |
Forge{10.12.0.971} [Minecraft Forge] (forge-1.7.2-10.12.0.971.jar) Unloaded->Constructed | |
GalacticraftCore{0.1.39} [Galacticraft Core] (Galacticraft Mod(2).jar) Unloaded | |
TC{4.1.2_002} [Traincraft] (traincraft-4.1.2_001.jar) Unloaded | |
Launched Version: 1.7.2-Forge10.12.0.971 | |
LWJGL: 2.9.0 | |
OpenGL: Intel(R) HD Graphics GL version 4.0.0 - Build 9.17.10.3114, Intel | |
Is Modded: Definitely; Client brand changed to 'fml,forge' | |
Type: Client (map_client.txt) | |
Resource Packs: [] | |
Current Language: English (US) | |
Profiler Position: N/A (disabled) | |
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null | |
Anisotropic Filtering: Off (1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment