BuildCraft|Core

BuildCraft|Core

7M Downloads

Crash w/ Pipes and FMP

T145 opened this issue · 4 comments

commented

Not quite sure what's going on; I was testing some stuff and placed down a pipe next to a microblock, then this happened:

[14:21:39] [Client thread/ERROR] [FML]: Exception caught during firing event cpw.mods.fml.common.gameevent.TickEvent$ClientTickEvent@6c37dac8:
java.lang.NoSuchMethodError: net.minecraft.util.AxisAlignedBB.getAABBPool()Lnet/minecraft/util/AABBPool;
    at buildcraft.transport.BlockGenericPipe.getPipeBoundingBox(BlockGenericPipe.java:525) ~[BlockGenericPipe.class:?]
    at buildcraft.transport.BlockGenericPipe.doRayTrace(BlockGenericPipe.java:347) ~[BlockGenericPipe.class:?]
    at buildcraft.transport.BlockGenericPipe.collisionRayTrace(BlockGenericPipe.java:292) ~[BlockGenericPipe.class:?]
    at net.minecraft.world.World.func_147447_a(World.java:1361) ~[World.class:?]
    at net.minecraft.world.World.rayTraceBlocks(World.java:1169) ~[World.class:?]
    at mcp.mobius.waila.overlay.RayTracing.rayTrace(RayTracing.java:93) ~[RayTracing.class:?]
    at mcp.mobius.waila.overlay.RayTracing.fire(RayTracing.java:53) ~[RayTracing.class:?]
    at mcp.mobius.waila.overlay.WailaTickHandler.tickClient(WailaTickHandler.java:72) ~[WailaTickHandler.class:?]
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_102_WailaTickHandler_tickClient_ClientTickEvent.invoke(.dynamic) ~[?:?]
    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:139) [EventBus.class:?]
    at cpw.mods.fml.common.FMLCommonHandler.onPostClientTick(FMLCommonHandler.java:330) [FMLCommonHandler.class:?]
    at net.minecraft.client.Minecraft.runTick(Minecraft.java:2144) [Minecraft.class:?]
    at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1028) [Minecraft.class:?]
    at net.minecraft.client.Minecraft.run(Minecraft.java:951) [Minecraft.class:?]
    at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_20]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_20]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_20]
    at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_20]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_20]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_20]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_20]
    at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_20]
    at GradleStart.bounce(GradleStart.java:107) [start/:?]
    at GradleStart.startClient(GradleStart.java:100) [start/:?]
    at GradleStart.main(GradleStart.java:55) [start/:?]
[14:21:39] [Client thread/ERROR] [FML]: Index: 6 Listeners:
[14:21:39] [Client thread/ERROR] [FML]: 0: NORMAL
[14:21:39] [Client thread/ERROR] [FML]: 1: ASM: thaumcraft.client.lib.ClientTickEventsFML@7a9794bd clientWorldTick(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:21:39] [Client thread/ERROR] [FML]: 2: ASM: thaumcraft.client.fx.ParticleEngine@7ccf845a updateParticles(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:21:39] [Client thread/ERROR] [FML]: 3: ASM: codechicken.enderstorage.storage.liquid.TankSynchroniser@74b37c02 tickEnd(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:21:39] [Client thread/ERROR] [FML]: 4: ASM: codechicken.core.internal.CCCEventHandler@2b595d7e clientTick(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:21:39] [Client thread/ERROR] [FML]: 5: ASM: codechicken.nei.ClientHandler@47077c56 tickEvent(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:21:39] [Client thread/ERROR] [FML]: 6: ASM: mcp.mobius.waila.overlay.WailaTickHandler@73990c4d tickClient(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:21:39] [Client thread/ERROR] [FML]: 7: ASM: appeng.parts.PartPlacement@f709952 playerInteract(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:21:39] [Client thread/ERROR] [FML]: 8: ASM: codechicken.lib.world.WorldExtensionManager$WorldExtensionEventHandler@352a4317 clientTick(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:21:39] [Client thread/ERROR] [FML]: 9: ASM: codechicken.multipart.ControlKeyHandler$@6d066064 tick(Lcpw/mods/fml/common/gameevent/TickEvent$ClientTickEvent;)V
[14:21:39] [Client thread/ERROR] [FML]: 10: ASM: appeng.hooks.TickHandler@129529e3 onTick(Lcpw/mods/fml/common/gameevent/TickEvent;)V
[14:21:40] [Server thread/INFO]: Stopping server
[14:21:40] [Server thread/INFO]: Saving players
[14:21:40] [Server thread/INFO]: Saving worlds
[14:21:40] [Server thread/INFO]: Saving chunks for level 'Hello World'/Overworld
[14:21:40] [Netty Client IO #0/INFO] [THAUMCRAFT]: Restoring client configs.
[14:21:40] [Server thread/INFO]: Saving chunks for level 'Hello World'/Nether
[14:21:40] [Server thread/INFO]: Saving chunks for level 'Hello World'/The End
[14:21:40] [Server thread/INFO] [FML]: Unloading dimension 0
[14:21:40] [Server thread/INFO] [FML]: Unloading dimension -1
[14:21:40] [Server thread/INFO] [FML]: Unloading dimension 1
[14:21:40] [Server thread/INFO] [FML]: Applying holder lookups
[14:21:40] [Server thread/INFO] [FML]: Holder lookups applied
[14:21:41] [Client thread/FATAL]: Unreported exception thrown!
java.lang.NoSuchMethodError: net.minecraft.util.AxisAlignedBB.getAABBPool()Lnet/minecraft/util/AABBPool;
    at buildcraft.transport.BlockGenericPipe.getPipeBoundingBox(BlockGenericPipe.java:525) ~[BlockGenericPipe.class:?]
    at buildcraft.transport.BlockGenericPipe.doRayTrace(BlockGenericPipe.java:347) ~[BlockGenericPipe.class:?]
    at buildcraft.transport.BlockGenericPipe.collisionRayTrace(BlockGenericPipe.java:292) ~[BlockGenericPipe.class:?]
    at net.minecraft.world.World.func_147447_a(World.java:1361) ~[World.class:?]
    at net.minecraft.world.World.rayTraceBlocks(World.java:1169) ~[World.class:?]
    at mcp.mobius.waila.overlay.RayTracing.rayTrace(RayTracing.java:93) ~[RayTracing.class:?]
    at mcp.mobius.waila.overlay.RayTracing.fire(RayTracing.java:53) ~[RayTracing.class:?]
    at mcp.mobius.waila.overlay.WailaTickHandler.tickClient(WailaTickHandler.java:72) ~[WailaTickHandler.class:?]
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_102_WailaTickHandler_tickClient_ClientTickEvent.invoke(.dynamic) ~[?:?]
    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:139) ~[EventBus.class:?]
    at cpw.mods.fml.common.FMLCommonHandler.onPostClientTick(FMLCommonHandler.java:330) ~[FMLCommonHandler.class:?]
    at net.minecraft.client.Minecraft.runTick(Minecraft.java:2144) ~[Minecraft.class:?]
    at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1028) ~[Minecraft.class:?]
    at net.minecraft.client.Minecraft.run(Minecraft.java:951) [Minecraft.class:?]
    at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_20]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_20]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_20]
    at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_20]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_20]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_20]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_20]
    at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_20]
    at GradleStart.bounce(GradleStart.java:107) [start/:?]
    at GradleStart.startClient(GradleStart.java:100) [start/:?]
    at GradleStart.main(GradleStart.java:55) [start/:?]
[14:21:41] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: ---- Minecraft Crash Report ----
// I let you down. Sorry :(

Time: 10/5/14 2:21 PM
Description: Unexpected error

java.lang.NoSuchMethodError: net.minecraft.util.AxisAlignedBB.getAABBPool()Lnet/minecraft/util/AABBPool;
    at buildcraft.transport.BlockGenericPipe.getPipeBoundingBox(BlockGenericPipe.java:525)
    at buildcraft.transport.BlockGenericPipe.doRayTrace(BlockGenericPipe.java:347)
    at buildcraft.transport.BlockGenericPipe.collisionRayTrace(BlockGenericPipe.java:292)
    at net.minecraft.world.World.func_147447_a(World.java:1361)
    at net.minecraft.world.World.rayTraceBlocks(World.java:1169)
    at mcp.mobius.waila.overlay.RayTracing.rayTrace(RayTracing.java:93)
    at mcp.mobius.waila.overlay.RayTracing.fire(RayTracing.java:53)
    at mcp.mobius.waila.overlay.WailaTickHandler.tickClient(WailaTickHandler.java:72)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_102_WailaTickHandler_tickClient_ClientTickEvent.invoke(.dynamic)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:139)
    at cpw.mods.fml.common.FMLCommonHandler.onPostClientTick(FMLCommonHandler.java:330)
    at net.minecraft.client.Minecraft.runTick(Minecraft.java:2144)
    at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1028)
    at net.minecraft.client.Minecraft.run(Minecraft.java:951)
    at net.minecraft.client.main.Main.main(Main.java:164)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at GradleStart.bounce(GradleStart.java:107)
    at GradleStart.startClient(GradleStart.java:100)
    at GradleStart.main(GradleStart.java:55)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
    at buildcraft.transport.BlockGenericPipe.getPipeBoundingBox(BlockGenericPipe.java:525)
    at buildcraft.transport.BlockGenericPipe.doRayTrace(BlockGenericPipe.java:347)
    at buildcraft.transport.BlockGenericPipe.collisionRayTrace(BlockGenericPipe.java:292)
    at net.minecraft.world.World.func_147447_a(World.java:1361)
    at net.minecraft.world.World.rayTraceBlocks(World.java:1169)
    at mcp.mobius.waila.overlay.RayTracing.rayTrace(RayTracing.java:93)
    at mcp.mobius.waila.overlay.RayTracing.fire(RayTracing.java:53)
    at mcp.mobius.waila.overlay.WailaTickHandler.tickClient(WailaTickHandler.java:72)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_102_WailaTickHandler_tickClient_ClientTickEvent.invoke(.dynamic)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:139)
    at cpw.mods.fml.common.FMLCommonHandler.onPostClientTick(FMLCommonHandler.java:330)

-- Affected level --
Details:
    Level name: MpServer
    All players: 1 total; [EntityClientPlayerMP['Player791'/226, l='MpServer', x=878.77, y=5.62, z=-145.73]]
    Chunk stats: MultiplayerChunkCache: 361, 361
    Level seed: 0
    Level generator: ID 01 - flat, ver 0. Features enabled: false
    Level generator options: 
    Level spawn location: World: (879,4,-149), Chunk: (at 15,0,11 in 54,-10; contains blocks 864,0,-160 to 879,255,-145), Region: (1,-1; contains chunks 32,-32 to 63,-1, blocks 512,0,-512 to 1023,255,-1)
    Level time: 6596 game time, 6596 day time
    Level dimension: 0
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
    Forced entities: 91 total; [EntityChicken['Chicken'/144, l='MpServer', x=905.53, y=4.00, z=-67.47], EntitySheep['Sheep'/146, l='MpServer', x=925.41, y=4.00, z=-177.25], EntitySheep['Sheep'/147, l='MpServer', x=917.19, y=4.00, z=-185.22], EntitySheep['Sheep'/148, l='MpServer', x=923.50, y=4.00, z=-190.50], EntityPig['Pig'/149, l='MpServer', x=930.97, y=4.00, z=-178.06], EntityPig['Pig'/150, l='MpServer', x=913.19, y=4.00, z=-183.56], EntityClientPlayerMP['Player791'/226, l='MpServer', x=878.77, y=5.62, z=-145.73], EntityPig['Pig'/151, l='MpServer', x=919.50, y=4.00, z=-178.50], EntityPig['Pig'/152, l='MpServer', x=923.31, y=4.00, z=-181.31], EntityHorse['Donkey'/153, l='MpServer', x=919.28, y=4.00, z=-188.00], EntityHorse['Donkey'/154, l='MpServer', x=919.16, y=4.00, z=-186.41], EntityHorse['Horse'/155, l='MpServer', x=925.50, y=4.00, z=-172.50], EntityHorse['Horse'/156, l='MpServer', x=921.50, y=4.00, z=-172.50], EntityHorse['Horse'/157, l='MpServer', x=922.50, y=4.00, z=-169.50], EntitySheep['Sheep'/158, l='MpServer', x=926.50, y=4.00, z=-168.50], EntitySheep['Sheep'/159, l='MpServer', x=923.50, y=4.00, z=-172.50], EntityHorse['Horse'/160, l='MpServer', x=926.06, y=4.00, z=-170.94], EntitySheep['Sheep'/35, l='MpServer', x=799.50, y=4.00, z=-147.50], EntitySheep['Sheep'/37, l='MpServer', x=799.50, y=4.00, z=-153.50], EntityPig['Pig'/38, l='MpServer', x=798.50, y=4.00, z=-145.50], EntitySheep['Sheep'/44, l='MpServer', x=800.06, y=4.00, z=-124.13], EntitySheep['Sheep'/45, l='MpServer', x=798.09, y=4.00, z=-136.69], EntityChicken['Chicken'/50, l='MpServer', x=802.47, y=4.00, z=-122.53], EntitySheep['Sheep'/179, l='MpServer', x=935.34, y=4.00, z=-164.16], EntityChicken['Chicken'/186, l='MpServer', x=955.59, y=4.00, z=-75.44], EntityCow['Cow'/59, l='MpServer', x=798.50, y=4.00, z=-79.50], EntitySheep['Sheep'/61, l='MpServer', x=813.06, y=4.00, z=-202.88], EntitySheep['Sheep'/62, l='MpServer', x=807.50, y=4.00, z=-193.50], EntityPig['Pig'/63, l='MpServer', x=813.78, y=4.00, z=-193.81], EntityPig['Pig'/64, l='MpServer', x=812.78, y=4.00, z=-195.78], EntityPig['Pig'/65, l='MpServer', x=803.13, y=4.00, z=-199.13], EntityPig['Pig'/66, l='MpServer', x=809.50, y=4.00, z=-193.78], EntityCow['Cow'/67, l='MpServer', x=811.19, y=4.00, z=-194.19], EntityCow['Cow'/68, l='MpServer', x=811.22, y=4.00, z=-192.59], EntityCow['Cow'/69, l='MpServer', x=809.50, y=4.00, z=-192.19], EntitySheep['Sheep'/70, l='MpServer', x=812.50, y=4.00, z=-192.72], EntitySheep['Sheep'/71, l='MpServer', x=810.88, y=4.00, z=-158.13], EntitySheep['Sheep'/72, l='MpServer', x=809.19, y=4.00, z=-167.50], EntitySheep['Sheep'/73, l='MpServer', x=813.50, y=4.00, z=-173.50], EntitySheep['Sheep'/74, l='MpServer', x=803.50, y=4.00, z=-154.50], EntitySheep['Sheep'/75, l='MpServer', x=802.78, y=4.00, z=-143.78], EntitySheep['Sheep'/76, l='MpServer', x=801.19, y=4.00, z=-142.19], EntitySheep['Sheep'/77, l='MpServer', x=801.50, y=4.00, z=-138.50], EntitySheep['Sheep'/78, l='MpServer', x=800.31, y=4.00, z=-136.78], EntityChicken['Chicken'/79, l='MpServer', x=801.50, y=4.00, z=-70.50], EntityChicken['Chicken'/80, l='MpServer', x=798.59, y=4.00, z=-66.56], EntityCow['Cow'/81, l='MpServer', x=802.50, y=4.00, z=-79.50], EntityCow['Cow'/82, l='MpServer', x=800.50, y=4.00, z=-75.50], EntitySheep['Sheep'/83, l='MpServer', x=817.13, y=4.00, z=-198.22], EntitySheep['Sheep'/84, l='MpServer', x=825.50, y=4.00, z=-193.31], EntitySheep['Sheep'/85, l='MpServer', x=825.50, y=4.00, z=-192.19], EntitySheep['Sheep'/86, l='MpServer', x=824.50, y=4.00, z=-185.50], EntitySheep['Sheep'/87, l='MpServer', x=829.50, y=4.00, z=-185.50], EntitySheep['Sheep'/88, l='MpServer', x=838.03, y=4.00, z=-196.94], EntitySheep['Sheep'/89, l='MpServer', x=821.06, y=4.00, z=-191.63], EntitySheep['Sheep'/90, l='MpServer', x=821.50, y=4.00, z=-187.50], EntitySheep['Sheep'/91, l='MpServer', x=821.38, y=4.00, z=-189.38], EntitySheep['Sheep'/92, l='MpServer', x=822.88, y=4.00, z=-190.22], EntitySheep['Sheep'/93, l='MpServer', x=822.78, y=4.00, z=-191.81], EntitySheep['Sheep'/94, l='MpServer', x=828.91, y=4.00, z=-179.13], EntitySheep['Sheep'/95, l='MpServer', x=823.78, y=4.00, z=-160.50], EntitySheep['Sheep'/96, l='MpServer', x=818.22, y=4.00, z=-161.22], EntitySheep['Sheep'/97, l='MpServer', x=818.06, y=4.00, z=-164.09], EntitySheep['Sheep'/98, l='MpServer', x=818.94, y=4.00, z=-165.25], EntitySheep['Sheep'/99, l='MpServer', x=817.78, y=4.00, z=-169.22], EntitySheep['Sheep'/100, l='MpServer', x=813.69, y=4.00, z=-178.81], EntityPig['Pig'/101, l='MpServer', x=816.50, y=4.00, z=-165.50], EntityPig['Pig'/102, l='MpServer', x=820.69, y=4.00, z=-164.91], EntityPig['Pig'/103, l='MpServer', x=819.50, y=4.00, z=-162.50], EntityPig['Pig'/104, l='MpServer', x=822.53, y=4.00, z=-160.91], EntityPig['Pig'/105, l='MpServer', x=821.34, y=4.00, z=-160.81], EntityPig['Pig'/106, l='MpServer', x=819.50, y=4.00, z=-151.50], EntityPig['Pig'/107, l='MpServer', x=823.13, y=4.00, z=-152.50], EntityPig['Pig'/108, l='MpServer', x=812.13, y=4.00, z=-155.31], EntityChicken['Chicken'/109, l='MpServer', x=818.47, y=4.00, z=-148.56], EntityChicken['Chicken'/110, l='MpServer', x=819.16, y=4.00, z=-156.63], EntityChicken['Chicken'/111, l='MpServer', x=823.41, y=4.00, z=-157.59], EntitySheep['Sheep'/112, l='MpServer', x=820.13, y=4.00, z=-156.84], EntitySheep['Sheep'/113, l='MpServer', x=829.63, y=4.00, z=-144.25], EntitySheep['Sheep'/114, l='MpServer', x=819.75, y=4.00, z=-148.16], EntityChicken['Chicken'/115, l='MpServer', x=822.50, y=4.00, z=-70.50], EntityChicken['Chicken'/116, l='MpServer', x=819.44, y=4.00, z=-81.34], EntityChicken['Chicken'/117, l='MpServer', x=818.50, y=4.00, z=-73.50], EntityChicken['Chicken'/118, l='MpServer', x=819.50, y=4.00, z=-70.50], EntityChicken['Chicken'/119, l='MpServer', x=818.69, y=4.00, z=-80.59], EntityChicken['Chicken'/120, l='MpServer', x=820.91, y=4.00, z=-79.31], EntityChicken['Chicken'/121, l='MpServer', x=818.28, y=4.00, z=-79.84], EntityChicken['Chicken'/122, l='MpServer', x=817.50, y=4.00, z=-78.50], EntityHorse['Horse'/123, l='MpServer', x=822.16, y=4.00, z=-78.06], EntityHorse['Horse'/124, l='MpServer', x=828.50, y=4.00, z=-71.50], EntityHorse['Horse'/125, l='MpServer', x=823.47, y=4.00, z=-74.22]]
    Retry entities: 0 total; []
    Server brand: fml,forge
    Server type: Integrated singleplayer server
Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:415)
    at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2555)
    at net.minecraft.client.Minecraft.run(Minecraft.java:980)
    at net.minecraft.client.main.Main.main(Main.java:164)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at GradleStart.bounce(GradleStart.java:107)
    at GradleStart.startClient(GradleStart.java:100)
    at GradleStart.main(GradleStart.java:55)

-- System Details --
Details:
    Minecraft Version: 1.7.10
    Operating System: Mac OS X (x86_64) version 10.9.5
    Java Version: 1.8.0_20, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 678032568 bytes (646 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
    JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v9.05 FML v7.10.84.1219 Minecraft Forge 10.13.1.1219 22 mods loaded, 22 mods active
    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    FML{7.10.84.1219} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.1.1219.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Forge{10.13.1.1219} [Minecraft Forge] (forgeSrc-1.7.10-10.13.1.1219.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    appliedenergistics2-core{rv1-stable-1} [AppliedEnergistics2 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    CodeChickenCore{1.0.3.26} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NotEnoughItems{1.0.3.56} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.56-dev.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Baubles{1.0.1.8} [Baubles] (Baubles-deobf-1.7.10-1.0.1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Thaumcraft{4.2.1.0} [Thaumcraft] (Thaumcraft-deobf-1.7.10-4.2.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Magistics{0.6.5} [Magistics] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Waila{1.5.5} [Waila] (Waila-1.5.5_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Core{6.0.8} [BuildCraft] (buildcraft-6.0.8-dev.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Factory{6.0.8} [BC Factory] (buildcraft-6.0.8-dev.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Energy{6.0.8} [BC Energy] (buildcraft-6.0.8-dev.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Builders{6.0.8} [BC Builders] (buildcraft-6.0.8-dev.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Transport{6.0.8} [BC Transport] (buildcraft-6.0.8-dev.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BuildCraft|Silicon{6.0.8} [BC Silicon] (buildcraft-6.0.8-dev.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-deobf.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    EnderStorage{1.4.5.24} [EnderStorage] (EnderStorage-1.7.10-1.4.5.24-dev.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    appliedenergistics2{rv1-stable-1} [Applied Energistics 2] (appliedenergistics2-rv1-stable-1-dev.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ForgeMultipart{1.1.0.310} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.0.310-dev.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    McMultipart{1.1.0.310} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.0.310-dev.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ForgeMicroblock{1.1.0.310} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.0.310-dev.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    AE2 Version: stable rv1-stable-1 for Forge 10.13.0.1187
    AE2 Integration: IC2:OFF, RotaryCraft:OFF, RC:OFF, BC:ON, MJ6:OFF, MJ5:ON, RF:OFF, RFItem:OFF, MFR:OFF, DSU:OFF, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:OFF, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF
    Launched Version: 1.7.10
    LWJGL: 2.9.1
    OpenGL: Intel HD Graphics 3000 OpenGL Engine GL version 2.1 INTEL-8.24.16, Intel Inc.
    GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: []
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Anisotropic Filtering: Off (1)
[14:21:42] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:398]: #@!@# Game crashed! Crash report saved to: #@!@# /Users/taylorshuler/Documents/github/magistics/eclipse/./crash-reports/crash-2014-10-05_14.21.41-client.txt
AL lib: (EE) alc_cleanup: 1 device not closed

Hope it helps! 🌴

commented

I think this is a WAILA issue. No guarantees, though.

commented

You're using an old version of BuildCraft. 6.0.8 is for Minecraft 1.7.2, you'll want to be using 6.0.18 for Minecraft 1.7.10

commented

Try to use 6.0.18 version of buildcraft because it look like you are using minecraft 1.7.10

commented

That 1 though 🌴