It seems you set the item ID of an item in the Atomic Science mod to 32024. The maximum item id with Forge is 32000. This can be fixed by going into Atomic Science's config file, which can be found in the config folder in you minecraft folder, and changing the ID to less than 32000.
If you get another similar error, look through the crash log for a line line where it says "<mod name>.<other stuff>". Now you can repeat the process for that mod and fix any IDs that are greater than 32000.
"Roughly 95% of Minecraft players hate Villagers and would be very happy if they were removed. If you are one of the 5% who actually like villagers, copy this into your signature." -RainbowGirl
To post a comment, please login or register a new account.
Description: Initializing game java.lang.ArrayIndexOutOfBoundsException: 32024 at net.minecraftforge.common.Configuration.getItem(Configuration.java:194) at net.minecraftforge.common.Configuration.getItem(Configuration.java:183) at calclavia.lib.prefab.item.ItemBase.<init>(ItemBase.java:11) at atomicscience.base.ItASBase.<init>(ItASBase.java:15) at atomicscience.base.ItemCell.<init>(ItemCell.java:7) at atomicscience.AtomicScience.preInit(AtomicScience.java:331) 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:545) at sun.reflect.GeneratedMethodAccessor1.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:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) 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:201) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181) 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:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) 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:112) at cpw.mods.fml.common.Loader.loadMods(Loader.java:522) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808) at net.minecraft.client.main.Main.main(SourceFile:101) 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:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at net.minecraftforge.common.Configuration.getItem(Configuration.java:194) at net.minecraftforge.common.Configuration.getItem(Configuration.java:183) at calclavia.lib.prefab.item.ItemBase.<init>(ItemBase.java:11) at atomicscience.base.ItASBase.<init>(ItASBase.java:15) at atomicscience.base.ItemCell.<init>(ItemCell.java:7) at atomicscience.AtomicScience.preInit(AtomicScience.java:331) 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:545) at sun.reflect.GeneratedMethodAccessor1.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:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) 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:201) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181) 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:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) 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:112) at cpw.mods.fml.common.Loader.loadMods(Loader.java:522) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808) at net.minecraft.client.main.Main.main(SourceFile:101) 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:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) -- System Details -- Details: Minecraft Version: 1.6.4 Operating System: Windows Vista (amd64) version 6.0 Java Version: 1.6.0_30, Sun Microsystems Inc. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Sun Microsystems Inc. Memory: 98920304 bytes (94 MB) / 573440000 bytes (546 MB) up to 1431699456 bytes (1365 MB) JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1536m -XX:MaxPermSize=128m 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 v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 Optifine OptiFine_1.6.4_HD_U_C6 92 mods loaded, 92 mods active mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized FML{6.4.49.965} [Forge Mod Loader] (modpack.jar) Unloaded->Constructed->Pre-initialized Forge{9.11.1.965} [Minecraft Forge] (modpack.jar) Unloaded->Constructed->Pre-initialized CodeChickenCore{0.9.0.7} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized NotEnoughItems{1.6.1.8} [Not Enough Items] (notenoughitems-1.6.1.8.jar) Unloaded->Constructed->Pre-initialized TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized AnimationAPI{1.1.1} [AnimationAPI] (animationapi-1.1.2.zip) Unloaded->Constructed->Pre-initialized ArchimedesShipsMod{1.6.2 v1.4.4} [Archimedes' Ships] (archimedes-ships-1.4.5.zip) Unloaded->Constructed->Pre-initialized Artifice{1.6.4R1.1.3} [Artifice] (artifice-1.1.3-197.jar) Unloaded->Constructed->Pre-initialized ArtificeCompat|Chisel{1.6.4R1.1.3} [Artifice Compat: Chisel] (artifice-1.1.3-197.jar) Unloaded->Constructed->Pre-initialized ArtificeCompat|EE3{1.6.4R1.1.3} [Artifice Compat: EE3] (artifice-1.1.3-197.jar) Unloaded->Constructed->Pre-initialized ArtificeCompat|Forestry{1.6.4R1.1.3} [Artifice Compat: Forestry] (artifice-1.1.3-197.jar) Unloaded->Constructed->Pre-initialized ArtificeCompat|MFR{1.6.4R1.1.3} [Artifice Compat: MFR] (artifice-1.1.3-197.jar) Unloaded->Constructed->Pre-initialized ArtificeCompat|Railcraft{1.6.4R1.1.3} [Artifice Compat: Railcraft] (artifice-1.1.3-197.jar) Unloaded->Constructed->Pre-initialized ArtificeCompat|Vanilla{1.6.4R1.1.3} [Artifice Compat: Vanilla] (artifice-1.1.3-197.jar) Unloaded->Constructed->Pre-initialized BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-4.2.2.jar) Unloaded->Constructed->Pre-initialized UniversalElectricity{3.1.0} [Universal Electricity] (Universal-Electricity-3.1.0.55-core.jar) Unloaded->Constructed->Pre-initialized CalclaviaCore{1.1.1} [Calclavia] (Calclavia Core-1.1.1.172-main.jar) Unloaded->Constructed->Pre-initialized AtomicScience{1.1.0} [Atomic Science] (Atomic-Science-1.1.0.48-core.jar) Unloaded->Constructed->Errored BiblioCraft{1.5.4} [BiblioCraft] (bibliocraft-1.5.4.zip) Unloaded->Constructed->Pre-initialized BiomesOPlenty{1.2.1} [Biomes O' Plenty] (biomes-o-plenty-1.2.1.434.jar) Unloaded->Constructed->Pre-initialized bspkrsCore{v5.2(1.6.4)} [bspkrsCore] (bspkrscore-5.2.zip) Unloaded->Constructed->Pre-initialized BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-4.2.2.jar) Unloaded->Constructed->Pre-initialized BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-4.2.2.jar) Unloaded->Constructed->Pre-initialized BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-4.2.2.jar) Unloaded->Constructed->Pre-initialized BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-4.2.2.jar) Unloaded->Constructed->Pre-initialized BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-4.2.2.jar) Unloaded->Constructed->Pre-initialized BCTools{1.4-a-9} [Buildcraft Tools] (buildcraft-tools-1.4-a-9.jar) Unloaded->Constructed->Pre-initialized ChickenShed{1.1.2} [Chicken Shed] (chickenshed-1.1.2.zip) Unloaded->Constructed->Pre-initialized CoFHCore{2.0.0.2} [CoFH Core] (cofhcore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized CoFHLoot{2.0.0.2} [CoFH Loot] (cofhcore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized CoFHMasquerade{2.0.0.2} [CoFH Masquerade] (cofhcore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized CoFHSocial{2.0.0.2} [CoFH Social] (cofhcore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized CoFHWorld{2.0.0.2} [CoFH World] (cofhcore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized CowboyHat{1.0} [Cowboy Hat] (cowboy-hat-1.0.zip) Unloaded->Constructed->Pre-initialized customrecipes{4.52} [Custom Recipes] (custom-recipes-45-5.zip) Unloaded->Constructed->Pre-initialized DamageIndicatorsMod{2.9.2.3} [Damage Indicators] (damage-indicators-2.9.2.3.zip) Unloaded->Constructed->Pre-initialized DeltaCore{1.0a} [DeltaCore] (delta-core-1.0a.jar) Unloaded->Constructed->Pre-initialized ImmibisCore{57.1.4} [Immibis Core] (immibis-core-57.1.4.jar) Unloaded->Constructed->Pre-initialized DimensionalAnchors{57.0.0} [Dimensional Anchors] (dimensional-anchor-57.0.0.jar) Unloaded->Constructed->Pre-initialized DynamicLights{1.2.7} [Dynamic Lights] (dynamiclights-1.6.4.jar) Unloaded->Constructed->Pre-initialized DynamicLights_onFire{1.0.2} [Dynamic Lights on burning] (dynamiclights-1.6.4.jar) Unloaded->Constructed->Pre-initialized DynamicLights_creepers{1.0.2} [Dynamic Lights on Creepers] (dynamiclights-1.6.4.jar) Unloaded->Constructed->Pre-initialized DynamicLights_dropItems{1.0.4} [Dynamic Lights on ItemEntities] (dynamiclights-1.6.4.jar) Unloaded->Constructed->Pre-initialized DynamicLights_mobEquipment{1.0.2} [Dynamic Lights on Mob Equipment] (dynamiclights-1.6.4.jar) Unloaded->Constructed->Pre-initialized DynamicLights_flameArrows{1.0.0} [Dynamic Lights on Flame enchanted Arrows] (dynamiclights-1.6.4.jar) Unloaded->Constructed->Pre-initialized DynamicLights_otherPlayers{1.0.4} [Dynamic Lights Other Player Light] (dynamiclights-1.6.4.jar) Unloaded->Constructed->Pre-initialized DynamicLights_thePlayer{1.0.8} [Dynamic Lights Player Light] (dynamiclights-1.6.4.jar) Unloaded->Constructed->Pre-initialized eplus{1.16.5b} [Enchanting Plus] (enchanting-plus-1.16.5.zip) Unloaded->Constructed->Pre-initialized NBTEdit{1.6.4.0} [In-game NBTEdit] (forge-nbtedit-1.6.4.0.zip) Unloaded->Constructed->Pre-initialized cfm{3.2} [§4MrCrayfish's Furniture Mod] (furniture-mod-3.2.zip) Unloaded->Constructed->Pre-initialized ICBM{1.4.1} [ICBM] (ICBM-1.4.1.215.jar) Unloaded->Constructed->Pre-initialized ICBM|Sentry{1.4.1} [ICBM Sentry] (ICBM-1.4.1.215.jar) Unloaded->Constructed->Pre-initialized ICBM|Explosion{1.4.1} [ICBM Explosion] (ICBM-1.4.1.215.jar) Unloaded->Constructed->Pre-initialized GalacticraftCore{2.0.8} [Galacticraft Core] (galacticraft-2.0.8.908.jar) Unloaded->Constructed->Pre-initialized GalacticraftMars{2.0.8} [Galacticraft Mars] (galacticraft-planets-2.0.8.908.jar) Unloaded->Constructed->Pre-initialized Hats{2.0.2} [Hats] (hats-2.0.2.zip) Unloaded->Constructed->Pre-initialized HatStand{2.0.0} [HatStand] (hat-stand-2.0.0.zip) Unloaded->Constructed->Pre-initialized inventorytweaks{1.56} [Inventory Tweaks] (inventory-tweaks-1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized IronChest{5.4.1.702} [Iron Chest] (ironchest-universal-1.6.4-5.4.1.702.zip) Unloaded->Constructed->Pre-initialized Mekanism{5.7.0} [Mekanism] (mekanism-5.7.0.11.jar) Unloaded->Constructed->Pre-initialized MekanismGenerators{5.7.0} [MekanismGenerators] (mekanism-generators-5.7.0.11.jar) Unloaded->Constructed->Pre-initialized ForgeMultipart{1.0.0.227} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.227.jar) Unloaded->Constructed->Pre-initialized MekanismInduction{5.7.0} [MekanismInduction] (mekanism-induction-5.7.0.11.jar) Unloaded->Constructed->Pre-initialized MekanismTools{5.7.0} [MekanismTools] (mekanism-tools-5.7.0.11.jar) Unloaded->Constructed->Pre-initialized minechem{@[email protected]} [MineChem] (Minechem-4.3.1-44.jar) Unloaded->Constructed->Pre-initialized examplemod{1.0} [examplemod] (Minechem-4.3.1-44.jar) Unloaded->Constructed->Pre-initialized MFFS{3.6.2} [Modular Force Field System] (Modular-Force-Field-System-3.6.2.40-core.jar) Unloaded->Constructed->Pre-initialized MutantCreatures{1.4.4} [Mutant Creatures] (mutant-creatures-1.4.4.zip) Unloaded->Constructed->Pre-initialized Mystcraft{0.10.10.00} [Mystcraft] (mystcraft-1.6.4-0.10.10.00.zip) Unloaded->Constructed->Pre-initialized ProjRed|Core{4.2.2.19} [ProjectRed] (ProjectRedBase-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized ProjRed|Compatibility{1.0} [ProjRed|Compatibility] (ProjectRedCompat-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized ProjRed|Integration{1.0} [ProjRed|Integration] (ProjectRedIntegration-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized ProjRed|Transmission{1.0} [ProjRed|Transmission] (ProjectRedIntegration-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized ProjRed|Illumination{1.0} [ProjRed|Illumination] (ProjectRedLighting-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized ProjRed|Expansion{1.0} [ProjRed|Expansion] (ProjectRedMechanical-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized ProjRed|Transportation{1.0} [ProjRed|Transportation] (ProjectRedMechanical-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized ProjRed|Exploration{1.0} [ProjRed|Exploration] (ProjectRedWorld-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized SS2{2 (build 2)} [Soul Shards 2] (soul-shards-2.0.11.jar) Unloaded->Constructed->Pre-initialized Thaumcraft{4.1.0e} [Thaumcraft] (Thaumcraft4.1.0e.zip) Unloaded->Constructed->Pre-initialized ThaumicTinkerer{2.3-103} [Thaumic Tinkerer] (ThaumicTinkerer-2.3-103.jar) Unloaded->Constructed->Pre-initialized ThermalExpansion{3.0.0.2} [Thermal Expansion] (thermal-expansion-3.0.0.2.jar) Unloaded->Constructed->Pre-initialized TConstruct{1.6.X_1.5.2.1} [Tinkers' Construct] (tinkers-construct-1.6.4-1.5.2.6.jar) Unloaded->Constructed->Pre-initialized TreeCapitator{Forge 1.6.4.r09} [Treecapitator] (treecapitator-1.6.4-r09.zip) Unloaded->Constructed->Pre-initialized Tubestuff{57.0.2} [Tubestuff] (tubestuff-57.0.2.jar) Unloaded->Constructed->Pre-initialized TuxWeapons{1.1a} [TuxWeapons] (tux-weapons-1.1a.jar) Unloaded->Constructed->Pre-initialized YALSM{2.0.1} [Yet Another Leather Smelting Mod] (yalsm-2.0.1.jar) Unloaded->Constructed->Pre-initialized mod_ZanMinimap{0.9.4} [Zan's Minimap] (zans-minimap-1.6.4.zip) Unloaded->Constructed->Pre-initialized McMultipart{1.0.0.227} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.227.jar) Unloaded->Constructed->Pre-initialized BasicComponents{1.0.0} [Basic Components] (basic-components-1.0.0.19.jar) Unloaded->Constructed->Pre-initialized ForgeMicroblock{1.0.0.227} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.227.jar) Unloaded->Constructed->Pre-initialized TConstruct Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine Launched Version: 1.6.4-Forge9.11.1.965 LWJGL: 2.9.0 OpenGL: GeForce GTX 550 Ti/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Pack: Default Current Language: English (US) Profiler Position: N/A (disabled) Vec3 Pool Size: ~~ERROR~~ NullPointerException: nullIf you get another similar error, look through the crash log for a line line where it says "<mod name>.<other stuff>". Now you can repeat the process for that mod and fix any IDs that are greater than 32000.
Links to Mods: EndPlus | Deeper Caves | FarLands
"Roughly 95% of Minecraft players hate Villagers and would be very happy if they were removed. If you are one of the 5% who actually like villagers, copy this into your signature." -RainbowGirl