Jump to content
  • 0

Tekkit 3.1.3 crashes after placing a teleport pipe


Question

Posted

Title: Tekkit 3.1.3 crashes after placing a teleport pipe

Version: 3.1.2

OS: Debian 6.0.1 64-bit

Java Version: java version "1.7.0_09"; Java SE Runtime Environment (build 1.7.0_09-b05), Java HotSpot 64-Bit Server VM (build 23.5-b02, mixed mode)

Description of Problem:

I recently downloaded and installed Tekkit 3.1.3 right from the Technic website on my Debian server. I have made no additional modifications to it. It worked well all week. Earlier this evening, I placed a teleporting pipe and it crashed. I am unable to restart the server. The server reports the error message below.

Please note that I am NOT intimately familiar with the Tekkit file structure or the system's APIs. Please instruct me in detail on what files need to be changed to resolve this and what to change in them.

Error Messages:

18:05:16 [sEVERE] Unexpected exception

java.lang.NoSuchFieldError: energyStored

Error Log:


18:05:16 [iNFO] Done (5.532s)! For help, type "help" or "?"

18:05:16 [sEVERE] java.lang.NoSuchFieldError: energyStored

18:05:16 [sEVERE]       at buildcraft.transport.pipes.PipePowerWood.updateEntity(PipePowerWood.java:67)

18:05:16 [sEVERE]       at buildcraft.transport.TileGenericPipe.q_(TileGenericPipe.java:156)

18:05:16 [sEVERE]       at net.minecraft.server.World.tickEntities(World.java:1189)

18:05:16 [sEVERE]       at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:559)

18:05:16 [sEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:457)

18:05:16 [sEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

18:05:16 [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)

4 answers to this question

Recommended Posts

  • 0
Posted

This, I think, is caused by Railcraft (seems strange, I know, but just go with it). With the new update to Railcraft, inside the mod file is a folder called Buildcraft. This folder is for a future update of Buildcraft, tying Railcraft into a version of Buildcraft not attached to Tekkit. If you remove this file, most of those issues will go away. I found the issue when I placed a pump into the game, suddenly everything crashed and no one could log in. I don't know for sure if this will fix it or not, but, it's a good place to start. If it doesn't fix it, let us know and someone will find a better answer for you.

To do this, in the server files go to the Mods folder, then open Railcraft-5.4.7-MCPC-1.2.5-r7.zip. Inside the zip file, should be the Buildcraft folder. Remove it, and restart your server. This should repair that issue.

  • 0
Posted

Thank you for your response. I did find this fix in another thread and it didn't work for me. I opened the Railcraft zip file in the mods directory and removed the buildcraft folder. Nothing changed.

Edit:

I tried this solution once more and it worked this time. I don't know what I did different, but things are working for me now. Thanks again!

  • 0
Posted

Just to help others in the same position. I had the same error and my solution was to try ashkorewd's which didn't work then as Tanoro says try again. Unfortunately it still didn't work for me.

My solution was to stop the server and then delete the Railcraft-5.3.3-MCPC-1.2.5-r8.zip (note. different file than above) folder from my host and then copy/paste from my home server Mods folder the file back and I am back up and running again.

I am also running 3.1.2 and not 3.1.3 but like I mentioned, the error was the same.

  • 0
Posted

I have the same problem I am running on a mac with 10.8 and when I delete the buildcraft folder from railcraft I get this error:

Last login: Sat Dec 22 11:14:29 on ttys000

server:~ NSH$ /Users/NSH/Desktop/Tekkit_Server_3/start.command ; exit;

182 recipes

27 achievements

11:18:53 [iNFO] Starting minecraft server version 1.2.5

11:18:53 [iNFO] Attempting early MinecraftForge initialization

11:18:53 [iNFO] Completed early MinecraftForge initialization

11:18:53 [iNFO] Forge Mod Loader version 2.2.91.182 for Minecraft 1.2.5 loading

11:18:53 [iNFO] Loading mods from /Users/NSH/Desktop/Tekkit_Server_3/mods

11:18:54 [WARNING] Failed to load mod class Railcraft-5.4.7-MCPC-1.2.5-r7/net/minecraft/server/mod_Railcraft.class in /Users/NSH/Desktop/Tekkit_Server_3/mods/Railcraft-5.4.7-MCPC-1.2.5-r7.zip

11:18:54 [sEVERE] Zip file Railcraft-5.4.7-MCPC-1.2.5-r7.zip failed to read properly

11:18:54 [iNFO] File Railcraft-5.4.7-MCPC-1.2.5-r7.zip contained no mods

11:18:54 [iNFO] Directory weaponmod contained no mods

11:18:54 [sEVERE] A problem has occured during mod loading. Likely a corrupt jar is located in your mods directory

11:18:54 [sEVERE] cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: Railcraft-5.4.7-MCPC-1.2.5-r7.net.minecraft.server.mod_Railcraft

11:18:54 [sEVERE]at cpw.mods.fml.common.Loader.load(Loader.java:436)

11:18:54 [sEVERE]at cpw.mods.fml.common.Loader.loadMods(Loader.java:606)

11:18:54 [sEVERE]at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:134)

11:18:54 [sEVERE]at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:125)

11:18:54 [sEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:428)

11:18:54 [sEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

11:18:54 [sEVERE] Caused by: cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: Railcraft-5.4.7-MCPC-1.2.5-r7.net.minecraft.server.mod_Railcraft

11:18:54 [sEVERE]at cpw.mods.fml.common.Loader.loadModClass(Loader.java:527)

11:18:54 [sEVERE]at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:562)

11:18:54 [sEVERE]at cpw.mods.fml.common.Loader.load(Loader.java:419)

11:18:54 [sEVERE]... 5 more

11:18:54 [sEVERE] Caused by: java.lang.ClassNotFoundException: Railcraft-5.4.7-MCPC-1.2.5-r7.net.minecraft.server.mod_Railcraft

11:18:54 [sEVERE]at java.net.URLClassLoader$1.run(URLClassLoader.java:202)

11:18:54 [sEVERE]at java.security.AccessController.doPrivileged(Native Method)

11:18:54 [sEVERE]at java.net.URLClassLoader.findClass(URLClassLoader.java:190)

11:18:54 [sEVERE]at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

11:18:54 [sEVERE]at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

11:18:54 [sEVERE]at java.lang.Class.forName0(Native Method)

11:18:54 [sEVERE]at java.lang.Class.forName(Class.java:247)

11:18:54 [sEVERE]at cpw.mods.fml.common.Loader.loadModClass(Loader.java:494)

11:18:54 [sEVERE]... 7 more

11:18:54 [sEVERE] Unexpected exception

cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: Railcraft-5.4.7-MCPC-1.2.5-r7.net.minecraft.server.mod_Railcraft

at cpw.mods.fml.common.Loader.load(Loader.java:436)

at cpw.mods.fml.common.Loader.loadMods(Loader.java:606)

at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:134)

at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:125)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:428)

at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

Caused by: cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: Railcraft-5.4.7-MCPC-1.2.5-r7.net.minecraft.server.mod_Railcraft

at cpw.mods.fml.common.Loader.loadModClass(Loader.java:527)

at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:562)

at cpw.mods.fml.common.Loader.load(Loader.java:419)

... 5 more

Caused by: java.lang.ClassNotFoundException: Railcraft-5.4.7-MCPC-1.2.5-r7.net.minecraft.server.mod_Railcraft

at java.net.URLClassLoader$1.run(URLClassLoader.java:202)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(URLClassLoader.java:190)

at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Class.java:247)

at cpw.mods.fml.common.Loader.loadModClass(Loader.java:494)

... 7 more

Also, when I just zip and unzip the file without adding or removing anything it doesn't work

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...