 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.
|
 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…
|
 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…
|
 Qwert26
|
Removed that said file and it worked! Was BuildCraft 2.2.7
|