My client has forge installed and runs fine with just that but any time I try adding a mod it'll crash with the same error message (this mod example is thaumcraft). Below are my crash logs from minecraft and forge mod loader, respectively.
---- Minecraft Crash Report ----
// Who set us up the TNT?
Time: 12/28/12 10:39 AM
Description: Failed to start game
java.lang.NullPointerException
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:445)
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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)
at net.minecraft.client.Minecraft.a(Minecraft.java:410)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:744)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.4.6
Operating System: Windows XP (x86) version 5.1
Java Version: 1.7.0_09, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 411138168 bytes (392 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v7.25 FML v4.6.14.513 Minecraft Forge 6.5.0.481 4 mods loaded, 4 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML [Forge Mod Loader] (coremods) Unloaded->Constructed
Forge [Minecraft Forge] (coremods) Unloaded->Constructed
Thaumcraft [Thaumcraft] (Thaumcraft3.0.1c.zip) Unloaded->Errored
LWJGL: 2.4.2
OpenGL: ATI Radeon HD 5670 GL version 4.1.11005 Compatibility Profile Context, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Painterly Pack.zip
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
2012-12-28 10:38:55 [INFO] [ForgeModLoader] Forge Mod Loader version 4.6.14.513 for Minecraft 1.4.6 loading
2012-12-28 10:38:55 [FINEST] [ForgeModLoader] All core mods are successfully located
2012-12-28 10:38:55 [FINEST] [ForgeModLoader] Discovering coremods
2012-12-28 10:38:55 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir
2012-12-28 10:38:55 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir
2012-12-28 10:38:55 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir
2012-12-28 10:38:55 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-147.jar present and correct in lib dir
2012-12-28 10:38:56 [FINEST] [ForgeModLoader] Running coremod plugins
2012-12-28 10:38:56 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin
2012-12-28 10:38:56 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d
2012-12-28 10:38:56 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully
2012-12-28 10:38:56 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin
2012-12-28 10:38:56 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully
2012-12-28 10:38:56 [FINEST] [ForgeModLoader] Validating minecraft
2012-12-28 10:38:56 [FINEST] [ForgeModLoader] Minecraft validated, launching...
2012-12-28 10:38:58 [INFO] [STDOUT] 27 achievements
2012-12-28 10:38:58 [INFO] [STDOUT] 210 recipes
2012-12-28 10:38:58 [INFO] [STDOUT] Setting user: PlnBChaosTheory, 4203713023328523996
2012-12-28 10:38:58 [INFO] [STDOUT] LWJGL Version: 2.4.2
2012-12-28 10:38:59 [INFO] [ForgeModLoader] Attempting early MinecraftForge initialization
2012-12-28 10:38:59 [INFO] [STDOUT] MinecraftForge v6.5.0.481 Initialized
2012-12-28 10:38:59 [INFO] [ForgeModLoader] MinecraftForge v6.5.0.481 Initialized
2012-12-28 10:38:59 [INFO] [STDOUT] Replaced 84 ore recipies
2012-12-28 10:38:59 [INFO] [ForgeModLoader] Completed early MinecraftForge initialization
2012-12-28 10:38:59 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]
2012-12-28 10:38:59 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes
2012-12-28 10:38:59 [FINE] [ForgeModLoader] Skipping known library file C:\Documents and Settings\Purity515\Application Data\.minecraft\bin\lwjgl.jar
2012-12-28 10:38:59 [FINE] [ForgeModLoader] Skipping known library file C:\Documents and Settings\Purity515\Application Data\.minecraft\bin\jinput.jar
2012-12-28 10:38:59 [FINE] [ForgeModLoader] Skipping known library file C:\Documents and Settings\Purity515\Application Data\.minecraft\bin\lwjgl_util.jar
2012-12-28 10:38:59 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Documents and Settings\Purity515\Application Data\.minecraft\bin\minecraft.jar, examining for mod candidates
2012-12-28 10:38:59 [FINE] [ForgeModLoader] Skipping known library file C:\Documents and Settings\Purity515\Application Data\.minecraft\lib\argo-2.25.jar
2012-12-28 10:38:59 [FINE] [ForgeModLoader] Skipping known library file C:\Documents and Settings\Purity515\Application Data\.minecraft\lib\guava-12.0.1.jar
2012-12-28 10:38:59 [FINE] [ForgeModLoader] Skipping known library file C:\Documents and Settings\Purity515\Application Data\.minecraft\lib\asm-all-4.0.jar
2012-12-28 10:38:59 [FINE] [ForgeModLoader] Skipping known library file C:\Documents and Settings\Purity515\Application Data\.minecraft\lib\bcprov-jdk15on-147.jar
2012-12-28 10:38:59 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully
2012-12-28 10:38:59 [INFO] [ForgeModLoader] Searching C:\Documents and Settings\Purity515\Application Data\.minecraft\mods for mods
2012-12-28 10:38:59 [FINE] [ForgeModLoader] Found a candidate zip or jar file Thaumcraft3.0.1c.zip
2012-12-28 10:38:59 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods
2012-12-28 10:38:59 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file
2012-12-28 10:38:59 [FINE] [ForgeModLoader] Examining file Thaumcraft3.0.1c.zip for potential mods
2012-12-28 10:38:59 [FINER] [ForgeModLoader] Located mcmod.info file in file Thaumcraft3.0.1c.zip
2012-12-28 10:38:59 [FINE] [ForgeModLoader] Identified an FMLMod type mod thaumcraft.common.Thaumcraft
2012-12-28 10:39:00 [FINEST] [ForgeModLoader] Parsed dependency info : [[email protected][6.5.0.471,)] [[email protected][6.5.0.471,), BuildCraft|Core, BuildCraft|Energy, Forestry, IC2] []
2012-12-28 10:39:00 [INFO] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load
2012-12-28 10:39:00 [FINE] [ForgeModLoader] Received a system property request ''
2012-12-28 10:39:00 [FINE] [ForgeModLoader] System property request managing the state of 0 mods
2012-12-28 10:39:00 [FINE] [ForgeModLoader] After merging, found state information for 0 mods
2012-12-28 10:39:00 [FINE] [ForgeModLoader] Activating mod mcp
2012-12-28 10:39:00 [FINE] [ForgeModLoader] Activating mod FML
2012-12-28 10:39:00 [FINE] [ForgeModLoader] Activating mod Forge
2012-12-28 10:39:00 [FINE] [ForgeModLoader] Enabling mod Thaumcraft
2012-12-28 10:39:00 [FINE] [ForgeModLoader] Activating mod Thaumcraft
2012-12-28 10:39:00 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied
2012-12-28 10:39:00 [FINE] [ForgeModLoader] All mod requirements are satisfied
2012-12-28 10:39:00 [FINE] [ForgeModLoader] Sorting mods into an ordered list
2012-12-28 10:39:00 [FINE] [ForgeModLoader] Mod sorting completed successfully
2012-12-28 10:39:00 [FINE] [ForgeModLoader] Mod sorting data:
2012-12-28 10:39:00 [FINE] [ForgeModLoader] Thaumcraft(Thaumcraft:3.0.1c): Thaumcraft3.0.1c.zip (required-after:[email protected][6.5.0.471,);after:BuildCraft|Core;after:BuildCraft|Energy;after:Forestry;after:IC2)
2012-12-28 10:39:00 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod mcp
2012-12-28 10:39:00 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod mcp
2012-12-28 10:39:00 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod FML
2012-12-28 10:39:00 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod FML
2012-12-28 10:39:00 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod Forge
2012-12-28 10:39:00 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod Forge
2012-12-28 10:39:00 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod Thaumcraft
2012-12-28 10:39:00 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod Thaumcraft
2012-12-28 10:39:00 [FINE] [ForgeModLoader] Mod signature data:
2012-12-28 10:39:00 [FINE] [ForgeModLoader] mcp(Minecraft Coder Pack:7.25): minecraft.jar (NO VALID CERTIFICATE FOUND)
2012-12-28 10:39:00 [FINE] [ForgeModLoader] FML(Forge Mod Loader:4.6.14.513): coremods (de4cf8a3f3bc15635810044c39240bf96804ea7d)
2012-12-28 10:39:00 [FINE] [ForgeModLoader] Forge(Minecraft Forge:6.5.0.481): coremods (NO VALID CERTIFICATE FOUND)
2012-12-28 10:39:00 [FINE] [ForgeModLoader] Thaumcraft(Thaumcraft:3.0.1c): Thaumcraft3.0.1c.zip (NO VALID CERTIFICATE FOUND)
2012-12-28 10:39:00 [SEVERE] [ForgeModLoader] Fatal errors were detected during the transition from CONSTRUCTING to PREINITIALIZATION. Loading cannot continue
2012-12-28 10:39:00 [SEVERE] [ForgeModLoader]
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML [Forge Mod Loader] (coremods) Unloaded->Constructed
Forge [Minecraft Forge] (coremods) Unloaded->Constructed
Thaumcraft [Thaumcraft] (Thaumcraft3.0.1c.zip) Unloaded->Errored
2012-12-28 10:39:00 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
2012-12-28 10:39:00 [SEVERE] [ForgeModLoader] Caught exception from Thaumcraft
java.lang.NullPointerException
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:445)
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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)
at net.minecraft.client.Minecraft.a(Minecraft.java:410)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:744)
at java.lang.Thread.run(Unknown Source)
2012-12-28 10:39:00 [INFO] [STDERR] java.lang.NullPointerException
2012-12-28 10:39:00 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:445)
2012-12-28 10:39:00 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-12-28 10:39:00 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2012-12-28 10:39:00 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-12-28 10:39:00 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-12-28 10:39:00 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2012-12-28 10:39:00 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2012-12-28 10:39:00 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2012-12-28 10:39:00 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2012-12-28 10:39:00 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2012-12-28 10:39:00 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
2012-12-28 10:39:00 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-12-28 10:39:00 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2012-12-28 10:39:00 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-12-28 10:39:00 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-12-28 10:39:00 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2012-12-28 10:39:00 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2012-12-28 10:39:00 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2012-12-28 10:39:00 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2012-12-28 10:39:00 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2012-12-28 10:39:00 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
2012-12-28 10:39:00 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
2012-12-28 10:39:00 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)
2012-12-28 10:39:00 [INFO] [STDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:410)
2012-12-28 10:39:00 [INFO] [STDERR] at asq.a(SourceFile:56)
2012-12-28 10:39:00 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:744)
2012-12-28 10:39:00 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
Any help would be appreciated.
-
View User Profile
-
View Posts
-
Send Message
Retired Staff-
View User Profile
-
View Posts
-
Send Message
Retired StaffA kind person set up a mirror for the downtime. Link: http://www.minecraft...pic,4415.0.html