Skip to content

Instantly share code, notes, and snippets.

@mushroomhostage
Created August 16, 2012 02:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mushroomhostage/3365815 to your computer and use it in GitHub Desktop.
Save mushroomhostage/3365815 to your computer and use it in GitHub Desktop.
Buildcraft conductive wooden pipes crash
19:24:09 [SEVERE] java.lang.NoSuchFieldError: energyStored
19:24:09 [SEVERE] at buildcraft.transport.pipes.PipePowerWood.updateEntity(PipePowerWood.java:67)
19:24:09 [SEVERE] at buildcraft.transport.TileGenericPipe.q_(TileGenericPipe.java:156)
19:24:09 [SEVERE] at net.minecraft.server.World.tickEntities(World.java:1189)
19:24:09 [SEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:559)
19:24:09 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:457)
19:24:09 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
19:24:09 [SEVERE] Unexpected exception
java.lang.NoSuchFieldError: energyStored
at buildcraft.transport.pipes.PipePowerWood.updateEntity(PipePowerWood.java:67)
at buildcraft.transport.TileGenericPipe.q_(TileGenericPipe.java:156)
at net.minecraft.server.World.tickEntities(World.java:1189)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:559)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:457)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
@mushroomhostage
Copy link
Author

http://www.mod-buildcraft.com/forums/topic/smp-crash-with-conductive-pipes/ "Some mod is packaged with an incompatible BuildCraft API and is overwriting files."

@mushroomhostage
Copy link
Author

In my case this occurred when I updated to Railcraft 5.4.7 r4. Had to delete buildcraft,forestry,ic2 folders from the port.

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