I'm using FML version 4.5.64.499, and I'm getting this eror
<---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 12/17/12 8:24 AM
Description: Failed to start game
cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException
at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:246)
at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:220)
at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:210)
at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:185)
at ic2.common.IC2.load(IC2.java:298)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440)
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:480)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)
at net.minecraft.client.Minecraft.a(Minecraft.java:412)
at net.minecraft.client.Minecraft.run(Minecraft.java:746)
at java.lang.Thread.run(Unknown Source)
Caused by: cpw.mods.fml.common.LoaderException
at cpw.mods.fml.common.registry.ItemData.setName(ItemData.java:143)
at cpw.mods.fml.common.registry.GameData.setName(GameData.java:163)
at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:175)
at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:241)
... 34 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.4.5
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_04, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 389784736 bytes (371 MB) / 514523136 bytes (490 MB) up to 954466304 bytes (910 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.23 FML v4.5.64.499 Minecraft Forge 6.4.2.447 10 mods loaded, 10 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized
BuildCraft|Core [BuildCraft] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Builders [BC Builders] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Energy [BC Energy] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Factory [BC Factory] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Transport [BC Transport] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon [BC Silicon] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized
IC2 [IndustrialCraft 2] (industrialcraft-2_1.110.jar) Unloaded->Constructed->Errored
LWJGL: 2.4.2
OpenGL: GeForce GTX 550 Ti/PCIe/SSE2 GL version 4.2.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException
at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:246)
at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:220)
at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:210)
at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:185)
at ic2.common.IC2.load(IC2.java:298)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440)
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:480)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)
at net.minecraft.client.Minecraft.a(Minecraft.java:412)
at net.minecraft.client.Minecraft.run(Minecraft.java:746)
at java.lang.Thread.run(Unknown Source)
Caused by: cpw.mods.fml.common.LoaderException
at cpw.mods.fml.common.registry.ItemData.setName(ItemData.java:143)
at cpw.mods.fml.common.registry.GameData.setName(GameData.java:163)
at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:175)
at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:241)
... 34 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.4.5
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_04, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 389784736 bytes (371 MB) / 514523136 bytes (490 MB) up to 954466304 bytes (910 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.23 FML v4.5.64.499 Minecraft Forge 6.4.2.447 10 mods loaded, 10 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized
BuildCraft|Core [BuildCraft] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Builders [BC Builders] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Energy [BC Energy] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Factory [BC Factory] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Transport [BC Transport] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon [BC Silicon] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized
IC2 [IndustrialCraft 2] (industrialcraft-2_1.110.jar) Unloaded->Constructed->Errored
LWJGL: 2.4.2
OpenGL: GeForce GTX 550 Ti/PCIe/SSE2 GL version 4.2.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null>
Any help would be greatly appreciated, buildcraft works fine on this so i'm confused why industrialcraft doesnt