Jump to content

java.lang.ArrayIndexOutOfBoundsException: 6


Recommended Posts

I've just installed Rikmuld's Camping Mod, and when I try to launch Minecraft, FML suffers a fatal error.

 

Here's the log:

 

2013-05-19 13:49:31 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.2.2.684 for Minecraft 1.5.2 loading

2013-05-19 13:49:31 [iNFO] [ForgeModLoader] Java is Java HotSpot Client VM, version 1.7.0_09, running on Windows 7:x86:6.1, installed at C:\Program Files (x86)\Java\jre7

2013-05-19 13:49:31 [FINE] [ForgeModLoader] Java classpath at launch is C:\Users\Jamie\Desktop\Minecraft.exe

2013-05-19 13:49:31 [FINE] [ForgeModLoader] Java library path at launch is C:\Program Files (x86)\Java\jre7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Java\jre7\bin;.

2013-05-19 13:49:31 [FINE] [ForgeModLoader] Enabling runtime deobfuscation

2013-05-19 13:49:31 [FINEST] [ForgeModLoader] All core mods are successfully located

2013-05-19 13:49:31 [FINEST] [ForgeModLoader] Discovering coremods

2013-05-19 13:49:31 [FINEST] [ForgeModLoader] Found library file argo-small-3.2.jar present and correct in lib dir

2013-05-19 13:49:31 [FINEST] [ForgeModLoader] Found library file guava-14.0-rc3.jar present and correct in lib dir

2013-05-19 13:49:31 [FINEST] [ForgeModLoader] Found library file asm-all-4.1.jar present and correct in lib dir

2013-05-19 13:49:31 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-148.jar present and correct in lib dir

2013-05-19 13:49:31 [FINEST] [ForgeModLoader] Found library file deobfuscation_data_1.5.2.zip present and correct in lib dir

2013-05-19 13:49:31 [FINEST] [ForgeModLoader] Found library file scala-library.jar present and correct in lib dir

2013-05-19 13:49:31 [FINEST] [ForgeModLoader] Running coremod plugins

2013-05-19 13:49:31 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin

2013-05-19 13:49:33 [iNFO] [sTDERR] Exception in thread "Thread-5" java.lang.RuntimeException: java.lang.RuntimeException: java.lang.ArrayIndexOutOfBoundsException: 6

2013-05-19 13:49:33 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:192)

2013-05-19 13:49:33 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)

2013-05-19 13:49:33 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)

2013-05-19 13:49:33 [iNFO] [sTDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)

2013-05-19 13:49:33 [iNFO] [sTDERR] at net.minecraft.Launcher.replace(Launcher.java:136)

2013-05-19 13:49:33 [iNFO] [sTDERR] at net.minecraft.Launcher$1.run(Launcher.java:79)

2013-05-19 13:49:33 [iNFO] [sTDERR] Caused by: java.lang.RuntimeException: java.lang.ArrayIndexOutOfBoundsException: 6

2013-05-19 13:49:33 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:306)

2013-05-19 13:49:33 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)

2013-05-19 13:49:33 [iNFO] [sTDERR] ... 5 more

2013-05-19 13:49:33 [iNFO] [sTDERR] Caused by: java.lang.ArrayIndexOutOfBoundsException: 6

2013-05-19 13:49:33 [iNFO] [sTDERR] at org.objectweb.asm.ClassReader.readShort(Unknown Source)

2013-05-19 13:49:33 [iNFO] [sTDERR] at org.objectweb.asm.ClassReader.<init>(Unknown Source)

2013-05-19 13:49:33 [iNFO] [sTDERR] at org.objectweb.asm.ClassReader.<init>(Unknown Source)

2013-05-19 13:49:33 [iNFO] [sTDERR] at cpw.mods.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper.getFieldType(FMLDeobfuscatingRemapper.java:172)

2013-05-19 13:49:33 [iNFO] [sTDERR] at cpw.mods.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper.parseField(FMLDeobfuscatingRemapper.java:148)

2013-05-19 13:49:33 [iNFO] [sTDERR] at cpw.mods.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper.setup(FMLDeobfuscatingRemapper.java:109)

2013-05-19 13:49:33 [iNFO] [sTDERR] at cpw.mods.fml.common.asm.FMLSanityChecker.injectData(FMLSanityChecker.java:141)

2013-05-19 13:49:33 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:301)

2013-05-19 13:49:33 [iNFO] [sTDERR] ... 6 more

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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