Problem with forge.Configuration

HomeForumsHelp and SupportProblem with forge.Configuration

This topic has 2 voices, contains 3 replies, and was last updated by  Qwert26 562 days ago.

Viewing 4 posts - 1 through 4 (of 4 total)
Author Posts
Author Posts
December 3, 2011 at 12:19 am #3060

Qwert26

I have installed Buildcraft with the autoinstaller, but getting always the same error when starting Minecraft 1.0.0. It only occurs if ModLoader loads Transport, Builders or Factory with Core alone Minecraft works. Here only for Transport:
java.lang.ArrayIndexOutOfBoundsException: 845
at forge.Configuration.getOrCreateBlockIdProperty(Configuration.java:66)
at BuildCraftTransport.initialize(BuildCraftTransport.java:162)
at mod_BuildCraftTransport.ModsLoaded(mod_BuildCraftTransport.java:35)
at ModLoader.init(ModLoader.java:838)
at ModLoader.AddAllRenderers(ModLoader.java:186)
at wb.(wb.java:76)
at wb.(wb.java:9)
at net.minecraft.client.Minecraft.a(SourceFile:265)
at net.minecraft.client.Minecraft.run(SourceFile:644)
at java.lang.Thread.run(Unknown Source)
I have Eclipse and can view the class file: I´m really sure it has something to do with the array in that class.

  • This reply was modified 564 days ago by  Qwert26.
December 4, 2011 at 8:24 pm #3238

Qwert26

java.lang.ArrayIndexOutOfBoundsException: 854
at forge.Configuration.getOrCreateBlockIdProperty(Configuration.java:66)
at BuildCraftBuilders.initialize(BuildCraftBuilders.java:57)
at mod_BuildCraftBuilders.ModsLoaded(mod_BuildCraftBuilders.java:38)
at ModLoader.init(ModLoader.java:838)
at ModLoader.AddAllRenderers(ModLoader.java:186)
at wb.(wb.java:76)
at wb.(wb.java:9)
at net.minecraft.client.Minecraft.a(SourceFile:265)
at net.minecraft.client.Minecraft.run(SourceFile:644)
at java.lang.Thread.run(Unknown Source)
Same as above with Buildcraft 2.2.7…

December 4, 2011 at 8:50 pm #3247

SpaceToad

What happens if you remove buildcraft/config/buildcraft.cfg, and then launch BuildCraft?

Would need to have the exact version of BC you’re running on too…

December 5, 2011 at 5:28 pm #3357

Qwert26

Removed that said file and it worked! Was BuildCraft 2.2.7

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.