spaceboy01218 / additional-pipes

Automatically exported from code.google.com/p/additional-pipes
0 stars 0 forks source link

crash when teleporting liquid #60

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.sending liquid through teleport pipes
2.
3.

What is the expected output? What do you see instead?
intend to see my tamk start to fill up instead it crashes to saving chunks

What version are you using?
rev 26 with build craft 2.2.1

Please provide your Console/ModLoader output below.
java.lang.NoClassDefFoundError: buildcraft/api/ILiquidContainer
    at buildcraft.zeldo.pipes.PipeLiquidsTeleport.canReceiveLiquid2(PipeLiquidsTeleport.java:176)
    at buildcraft.zeldo.pipes.PipeLiquidsTeleport.getPossibleLiquidMovements(PipeLiquidsTeleport.java:157)
    at buildcraft.zeldo.pipes.PipeLiquidsTeleport.fill(PipeLiquidsTeleport.java:132)
    at buildcraft.transport.PipeTransportLiquids.fill(PipeTransportLiquids.java:373)
    at buildcraft.transport.TileGenericPipe.fill(TileGenericPipe.java:117)
    at buildcraft.factory.TilePump.b_(TilePump.java:120)
    at rv.l(World.java:1472)
    at net.minecraft.client.Minecraft.k(SourceFile:1384)
    at net.minecraft.client.Minecraft.run(SourceFile:666)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: buildcraft.api.ILiquidContainer
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 10 more
--- END ERROR REPORT cb5970d8 ----------

Please provide any additional information below.

Please provide any screenshots you feel would help demonstrate this
issue/feature.

Original issue reported on code.google.com by loc...@gmail.com on 31 Oct 2011 at 4:33

GoogleCodeExporter commented 8 years ago
As I have not been able to keep up during my busy weeks, I am closing all 
tickets. If your problem still persists in the version I am posting today, 
please create a new ticket and sorry for the inconvenience, and I will attempt 
to fix all known bugs this week.

-Zeldo

Original comment by brutalvi...@gmail.com on 18 Nov 2011 at 7:46