BuildCraft|Core

BuildCraft|Core

7M Downloads

3.7.2 crasch server

villain79 opened this issue · 2 comments

commented

HI

first crasch full log http://pastebin.com/ErrxHkWZ
ava.lang.ArrayIndexOutOfBoundsException: 6
at buildcraft.transport.TileGenericPipe.hasPlug(TileGenericPipe.java:698)
at buildcraft.transport.TileGenericPipe.fill(TileGenericPipe.java:533)
at buildcraft.additionalpipes.pipes.PipeLiquidsTeleport.fill(PipeLiquidsTeleport.java:47)
at buildcraft.transport.PipeTransportLiquids.fill(PipeTransportLiquids.java:533)
at buildcraft.transport.PipeTransportLiquids.fill(PipeTransportLiquids.java:525)
at buildcraft.transport.TileGenericPipe.fill(TileGenericPipe.java:534)
at buildcraft.transport.PipeTransportLiquids.moveFromPipe(PipeTransportLiquids.java:360)
at buildcraft.transport.PipeTransportLiquids.moveLiquids(PipeTransportLiquids.java:343)
at buildcraft.transport.PipeTransportLiquids.updateEntity(PipeTransportLiquids.java:200)
at buildcraft.transport.Pipe.updateEntity(Pipe.java:174)
at buildcraft.transport.TileGenericPipe.func_70316_g(TileGenericPipe.java:189)
at net.minecraft.world.World.func_72939_s(World.java:2362)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:787)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:820)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:716)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:600)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)

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

-- Head --
Stacktrace:
at buildcraft.transport.TileGenericPipe.hasPlug(TileGenericPipe.java:698)
at buildcraft.transport.TileGenericPipe.fill(TileGenericPipe.java:533)
at buildcraft.additionalpipes.pipes.PipeLiquidsTeleport.fill(PipeLiquidsTeleport.java:47)
at buildcraft.transport.PipeTransportLiquids.fill(PipeTransportLiquids.java:533)
at buildcraft.transport.PipeTransportLiquids.fill(PipeTransportLiquids.java:525)
at buildcraft.transport.TileGenericPipe.fill(TileGenericPipe.java:534)
at buildcraft.transport.PipeTransportLiquids.moveFromPipe(PipeTransportLiquids.java:360)
at buildcraft.transport.PipeTransportLiquids.moveLiquids(PipeTransportLiquids.java:343)
at buildcraft.transport.PipeTransportLiquids.updateEntity(PipeTransportLiquids.java:200)
at buildcraft.transport.Pipe.updateEntity(Pipe.java:174)
at buildcraft.transport.TileGenericPipe.func_70316_g(TileGenericPipe.java:189)

-- Tile entity being ticked --
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: (211,35,633), Chunk: (at 3,2,9 in 13,39; contains blocks 208,0,624 to 223,255,639), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
Actual block type: ID #1513 (tile.null // logisticspipes.pipes.basic.LogisticsBlockGenericPipe)
Actual block data value: 0 / 0x0 / 0b0000

and restart serwer olways crasch

in the old version 3.7.1 it just happens, but you can switch on the server and eliminate the problem. at crasch. Connected gold tube to the pump in the nether. the given coordynatach in the log there is nothing on the map :D

He went back to version 3.7.1 and works better, do not break as 3.7.2

commented

that looks like abo liquid telepot pipes are using fill(UNKNOWEN)
rather than specifying a specific direction.
given that telepoted in liquid can't have a direction, bc should
probably handle this.

perhaps file this bug with ad.pipes also?

On 8/6/13, villain79 [email protected] wrote:

HI

first crasch full log http://pastebin.com/ErrxHkWZ
ava.lang.ArrayIndexOutOfBoundsException: 6
at buildcraft.transport.TileGenericPipe.hasPlug(TileGenericPipe.java:698)
at buildcraft.transport.TileGenericPipe.fill(TileGenericPipe.java:533)
at
buildcraft.additionalpipes.pipes.PipeLiquidsTeleport.fill(PipeLiquidsTeleport.java:47)
at
buildcraft.transport.PipeTransportLiquids.fill(PipeTransportLiquids.java:533)
at
buildcraft.transport.PipeTransportLiquids.fill(PipeTransportLiquids.java:525)
at buildcraft.transport.TileGenericPipe.fill(TileGenericPipe.java:534)
at
buildcraft.transport.PipeTransportLiquids.moveFromPipe(PipeTransportLiquids.java:360)
at
buildcraft.transport.PipeTransportLiquids.moveLiquids(PipeTransportLiquids.java:343)
at
buildcraft.transport.PipeTransportLiquids.updateEntity(PipeTransportLiquids.java:200)
at buildcraft.transport.Pipe.updateEntity(Pipe.java:174)
at
buildcraft.transport.TileGenericPipe.func_70316_g(TileGenericPipe.java:189)
at net.minecraft.world.World.func_72939_s(World.java:2362)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:787)
at
net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:820)
at
net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320)
at
net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:716)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:600)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)

A detailed walkthrough of the error, its code path and all known details is

as follows:

-- Head --
Stacktrace:
at buildcraft.transport.TileGenericPipe.hasPlug(TileGenericPipe.java:698)
at buildcraft.transport.TileGenericPipe.fill(TileGenericPipe.java:533)
at
buildcraft.additionalpipes.pipes.PipeLiquidsTeleport.fill(PipeLiquidsTeleport.java:47)
at
buildcraft.transport.PipeTransportLiquids.fill(PipeTransportLiquids.java:533)
at
buildcraft.transport.PipeTransportLiquids.fill(PipeTransportLiquids.java:525)
at buildcraft.transport.TileGenericPipe.fill(TileGenericPipe.java:534)
at
buildcraft.transport.PipeTransportLiquids.moveFromPipe(PipeTransportLiquids.java:360)
at
buildcraft.transport.PipeTransportLiquids.moveLiquids(PipeTransportLiquids.java:343)
at
buildcraft.transport.PipeTransportLiquids.updateEntity(PipeTransportLiquids.java:200)
at buildcraft.transport.Pipe.updateEntity(Pipe.java:174)
at
buildcraft.transport.TileGenericPipe.func_70316_g(TileGenericPipe.java:189)

-- Tile entity being ticked --
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: (211,35,633), Chunk: (at 3,2,9 in 13,39; contains
blocks 208,0,624 to 223,255,639), Region: (0,1; contains chunks 0,32 to
31,63, blocks 0,0,512 to 511,255,1023)
Actual block type: ID #1513 (tile.null //
logisticspipes.pipes.basic.LogisticsBlockGenericPipe)
Actual block data value: 0 / 0x0 / 0b0000

and restart serwer olways crasch

in the old version 3.7.1 it just happens, but you can switch on the server
and eliminate the problem. at crasch. Connected gold tube to the pump in the
nether. the given coordynatach in the log there is nothing on the map :D

He went back to version 3.7.1 and works better, do not break as 3.7.2


Reply to this email directly or view it on GitHub:
#1096

“Getting information off the Internet is like taking a drink from a fire
hydrant.”
– Mitchell Kapor

commented

Pretty sure I fixed this.