Skip to content

Instantly share code, notes, and snippets.

@mushroomhostage
Created August 3, 2012 06:11
Show Gist options
  • Save mushroomhostage/e00d0880ac8f9f95bf9b to your computer and use it in GitHub Desktop.
Save mushroomhostage/e00d0880ac8f9f95bf9b to your computer and use it in GitHub Desktop.
Buildcraft ABO-0.9.1-Client.zip client log spam when placing compactor pipe
Caused by: java.lang.ArrayIndexOutOfBoundsException
java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at Reflector.callBoolean(Reflector.java:221)
at vl.b(RenderBlocks.java:448)
at ct.updateRenderer(WorldRenderer.java:291)
at ct.a(WorldRenderer.java:168)
at l.a(RenderGlobal.java:1561)
at lr.a(EntityRenderer.java:1328)
at lr.b(EntityRenderer.java:1052)
at net.minecraft.client.Minecraft.x(Minecraft.java:876)
at net.minecraft.client.Minecraft.run(Minecraft.java:753)
at java.lang.Thread.run(Thread.java:680)
Caused by: java.lang.ArrayIndexOutOfBoundsException
@mushroomhostage
Copy link
Author

This does not occur with Buildcraft 2.2.14 + Forge 3.3.8.152 + ABO 0.9.1, no other mods

@mushroomhostage
Copy link
Author

nor with Forge 3.4.9.171 (last 1.2.5) nor 3.3.8.164. Some other conflict?

@mushroomhostage
Copy link
Author

Occurs with Optifine_1.2.5_HD_S_C6, BC+ABO, and Forge 3.3.4.9.171.
Optifine C6 is meant for Forge 164. But interestingly, this appears to be a load order problem. If I load Forge after Optifine, the problem does not occur, with 164 or 171.

@mushroomhostage
Copy link
Author

Fixed by loading Optifine first

@mushroomhostage
Copy link
Author

… but that causes other issues (water doesn't animate, Video Settings > Advanced OpenGL crashes NoSuchMethodError)

@mushroomhostage
Copy link
Author

Ended up removing ABO in ExpHC 1.2.5rev5 since I couldn't fix this, ah well.

@Flow86
Copy link

Flow86 commented Aug 7, 2012

don't know whats causing that issue in abo. im dont using anything non standard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment