Jump to content

java.lang.IndexOutOfBoundsException


OwnAgePau

Recommended Posts

Please go here, cause i changed all ModLoader.addOverride and such here is the more recent error described in more details:

So plz go there.

http://www.minecraftforge.net/forum/index.php/topic,1518.msg13000.html#msg13000

 

TOPIC LOCKED

Link to comment
Share on other sites

i have replaced all modloader addOverride() and now have this error

at line 305 is this :

ModLoader.registerBlock(TinBlock);

 

as i have many more blocks i have many more of these lines aswell... altough i changed all the ModLoader.addOverride()

 

i now get this error :

Spoiler 

 

 

 

 

2012-08-24 10:48:41 [iNFO] [ForgeModLoader] Forge Mod Loader version 3.0.71.289 for Minecraft client:1.3.2, server:1.3.2 loading

 

2012-08-24 10:48:49 [iNFO] [sTDOUT] 27 achievements

 

2012-08-24 10:48:49 [iNFO] [sTDOUT] 195 recipes

 

2012-08-24 10:48:50 [iNFO] [sTDOUT] Setting user: Player996, -

 

2012-08-24 10:48:50 [iNFO] [sTDERR] Client asked for parameter: server

 

2012-08-24 10:48:50 [iNFO] [sTDOUT] LWJGL Version: 2.4.2

 

2012-08-24 10:48:54 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization

 

2012-08-24 10:48:54 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization

 

2012-08-24 10:48:57 [iNFO] [ForgeModLoader] Searching C:\Minecraft_mod_Ores_1.3.2\jars\mods for mods

 

2012-08-24 10:49:15 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 3 mods to load

 

2012-08-24 10:49:17 [iNFO] [sTDERR] Exception in thread "Minecraft main thread" java.lang.ExceptionInInitializerError

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at java.lang.Class.forName0(Native Method)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at java.lang.Class.forName(Unknown Source)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.ModLoaderModContainer.constructMod(ModLoaderModContainer.java:501)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:127)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:85)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:420)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:192)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.startGame(Minecraft.java:402)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:734)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] Caused by: java.lang.ArrayIndexOutOfBoundsException: 125

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at net.minecraft.src.EnumArmorMaterial.getDamageReductionAmount(EnumArmorMaterial.java:56)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at net.minecraft.src.ItemArmor.<init>(ItemArmor.java:31)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at net.minecraft.src.ItemArmorBronze.<init>(ItemArmorBronze.java:27)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at net.minecraft.src.mod_Ores.<clinit>(mod_Ores.java:219)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] ... 28 more

 

 

 

 

i do relize that one of the problems is this

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at net.minecraft.src.EnumArmorMaterial.getDamageReductionAmount(EnumArmorMaterial.java:56)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at net.minecraft.src.ItemArmor.<init>(ItemArmor.java:31)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at net.minecraft.src.ItemArmorBronze.<init>(ItemArmorBronze.java:27)

 

2012-08-24 10:49:17 [iNFO] [sTDERR] at net.minecraft.src.mod_Ores.<clinit>(mod_Ores.java:219)

 

 

 

 

So i would love to solve it... but i just dont know how.

 

 

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.