- What OS are you running? Windows 2008 R2 x64
- Are you using minecraft hosting provider or a dedicated/local server not designed for minecraft? Dedicated NFO servers.
- What version of FTB are you running? 1.1.7 Unleashed
- Did you add any mods to the mod pack. No
- Specs are as followed:
- Intel Xenon CPU E5-2690 @ 2.90Ghzx2
- 4.00 GB of DDR3 Ram
So basically, we ran into this problem when one of our clients was using a iron tank. What would happen is that client would crash with this stack trace:
-- Head --
Stacktrace:
at buildcraft.transport.render.RenderPipe.renderLiquids(RenderPipe.java:372)
at buildcraft.transport.render.RenderPipe.func_76894_a(RenderPipe.java:268)
-- Tile Entity Details --
Details:
Name: net.minecraft.src.buildcraft.transport.GenericPipe // buildcraft.transport.TileGenericPipe
Block type: ID #1513 (tile.null // logisticspipes.pipes.basic.LogisticsBlockGenericPipe)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (-155,93,354), Chunk: (at 5,5,2 in -10,22; contains blocks -160,0,352 to -145,255,367), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Actual block type: ID #1513 (tile.null // logisticspipes.pipes.basic.LogisticsBlockGenericPipe)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.client.renderer.tileentity.TileEntityRenderer.func_76949_a(SourceFile:107)
at net.minecraft.client.renderer.tileentity.TileEntityRenderer.func_76950_a(SourceFile:99)
at net.minecraft.client.renderer.RenderGlobal.func_72713_a(RenderGlobal.java:520)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1150)
At first we thought it was client sided, so I went over to see what was causing the problem, low and behold as soon as I entered in render distance, or the same chunk of the lava tank. I crashed. Same error. We finally solved it by removing the liquid-proof build craft pipe on top to of the tank. Figuring it was just a simple error we just went along our way. When arriving back at my area, I crashed. Same area, different coords. After some sniping with a mining laser I was able to get all the build craft pipes. So, we just ended up banning build craft pipes. No big deal, we have liquid ducts, well while messing with a liquid duct, I was trying to get all of it out of the liquid duct, so I placed one on the bottom of the liquid duct in order to drain it all. As soon as I saw the lava falling, instant crash. This is the log for this one.
2014-06-17 21:20:41 [INFO] [STDOUT] got translate table
2014-06-17 21:20:44 [INFO] [STDERR] net.minecraft.util.ReportedException: Rendering Tile Entity
2014-06-17 21:20:44 [INFO] [STDERR] at net.minecraft.client.renderer.tileentity.TileEntityRenderer.func_76949_a(SourceFile:114)
2014-06-17 21:20:44 [INFO] [STDERR] at net.minecraft.client.renderer.tileentity.TileEntityRenderer.func_76950_a(SourceFile:99)
2014-06-17 21:20:44 [INFO] [STDERR] at net.minecraft.client.renderer.RenderGlobal.func_72713_a(RenderGlobal.java:520)
2014-06-17 21:20:44 [INFO] [STDERR] at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1150)
2014-06-17 21:20:44 [INFO] [STDERR] at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:991)
2014-06-17 21:20:44 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:871)
2014-06-17 21:20:44 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:760)
2014-06-17 21:20:44 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
2014-06-17 21:20:44 [INFO] [Minecraft-Client] Stopping!
The above log is the only thing that made it, no crash report this is from the Feed The Beast console.
Some additional information that might help:
All liquid that experiences this problem is infact lava.
All areas affected are chunkloaded (One of our admins suggest something weird happens between the liquids while chunkloaded)
All liquid was being moved through liquid tessaracts.
Any information on solving this would be greatly appreciated.