Jump to content
  • 0

Updating From 3.1.2 to 3.1.3


Question

Posted

Title: Updating From 3.1.2 to 3.1.3

Version: 3.1.2

OS: Mac OS X Lion 10.7.5

Java Version: unknown

Description of Problem:

I Tried to update my Server from 3.1.2 to 3.1.3. When I did, it worked fine but when i moved my old world on to the new server it crashed.

Error Messages:

08:12:01 [iNFO] Done (9.773s)! For help, type "help" or "?"

08:12:03 [sEVERE] java.lang.NoSuchMethodError: buildcraft.api.PowerProvider.receiveEnergy(I)V

08:12:03 [sEVERE] at buildcraft.energy.TileEngine.q_(TileEngine.java:126)

08:12:03 [sEVERE] at net.minecraft.server.World.tickEntities(World.java:1189)

08:12:03 [sEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:559)

08:12:03 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:457)

08:12:03 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

08:12:03 [sEVERE] Unexpected exception

java.lang.NoSuchMethodError: buildcraft.api.PowerProvider.receiveEnergy(I)V

at buildcraft.energy.TileEngine.q_(TileEngine.java:126)

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)

>

Error Log:




8 answers to this question

Recommended Posts

  • 0
Posted

Fix 2 is the solution to your problem, I've tried it myself. Fix 1 is just so you don't hit that in the first place.

Try again, because it does work.

  • 0
Posted

Fix 2 is the solution to your problem, I've tried it myself. Fix 1 is just so you don't hit that in the first place.

Try again, because it does work.

Ok i will try.

  • 0
Posted

Number 2 Doesn't work. Why I try it shows this:

09:29:44 [iNFO] Starting minecraft server version 1.2.5

09:29:44 [iNFO] Attempting early MinecraftForge initialization

09:29:44 [iNFO] Completed early MinecraftForge initialization

09:29:44 [iNFO] Forge Mod Loader version 2.2.91.182 for Minecraft 1.2.5 loading

09:29:45 [iNFO] Loading mods from /Users/NAME/Desktop/Servers/Tekkit_Server/mods

09:29:45 [WARNING] Failed to load mod class Railcraft-5.4.7-MCPC-1.2.5-r7/net/minecraft/server/mod_Railcraft.class in /Users/NAME/Desktop/Servers/Tekkit_Server/mods/Railcraft-5.4.7-MCPC-1.2.5-r7.zip

09:29:45 [sEVERE] Zip file Railcraft-5.4.7-MCPC-1.2.5-r7.zip failed to read properly

09:29:45 [iNFO] File Railcraft-5.4.7-MCPC-1.2.5-r7.zip contained no mods

09:29:46 [iNFO] Directory weaponmod contained no mods

09:29:46 [sEVERE] A problem has occured during mod loading. Likely a corrupt jar is located in your mods directory

09:29:46 [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

09:29:46 [sEVERE]at cpw.mods.fml.common.Loader.load(Loader.java:436)

09:29:46 [sEVERE]at cpw.mods.fml.common.Loader.loadMods(Loader.java:606)

09:29:46 [sEVERE]at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:134)

09:29:46 [sEVERE]at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:125)

09:29:46 [sEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:428)

09:29:46 [sEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

09:29:46 [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

09:29:46 [sEVERE]at cpw.mods.fml.common.Loader.loadModClass(Loader.java:527)

09:29:46 [sEVERE]at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:562)

09:29:46 [sEVERE]at cpw.mods.fml.common.Loader.load(Loader.java:419)

09:29:46 [sEVERE]... 5 more

09:29:46 [sEVERE] Caused by: java.lang.ClassNotFoundException: Railcraft-5.4.7-MCPC-1.2.5-r7.net.minecraft.server.mod_Railcraft

09:29:46 [sEVERE]at java.net.URLClassLoader$1.run(URLClassLoader.java:202)

09:29:46 [sEVERE]at java.security.AccessController.doPrivileged(Native Method)

09:29:46 [sEVERE]at java.net.URLClassLoader.findClass(URLClassLoader.java:190)

09:29:46 [sEVERE]at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

09:29:46 [sEVERE]at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

09:29:46 [sEVERE]at java.lang.Class.forName0(Native Method)

09:29:46 [sEVERE]at java.lang.Class.forName(Class.java:247)

09:29:46 [sEVERE]at cpw.mods.fml.common.Loader.loadModClass(Loader.java:494)

09:29:46 [sEVERE]... 7 more

09:29:46 [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

>

  • 0
Posted

What exactly did you delete when you tried this? It looks like you deleted too much.

Can you help me?

13:19:48 [sEVERE] java.lang.NoSuchMethodError: buildcraft.api.PowerProvider.receiveEnergy(I)V

13:19:48 [sEVERE]at buildcraft.energy.TileEngine.q_(TileEngine.java:126)

13:19:48 [sEVERE]at net.minecraft.server.World.tickEntities(World.java:1189)

13:19:48 [sEVERE]at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:559)

13:19:48 [sEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:457)

13:19:48 [sEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

13:19:48 [sEVERE] Unexpected exception

java.lang.NoSuchMethodError: buildcraft.api.PowerProvider.receiveEnergy(I)V

at buildcraft.energy.TileEngine.q_(TileEngine.java:126)

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)

>

  • 0
Posted

Can you help me?

13:19:48 [sEVERE] java.lang.NoSuchMethodError: buildcraft.api.PowerProvider.receiveEnergy(I)V

13:19:48 [sEVERE]at buildcraft.energy.TileEngine.q_(TileEngine.java:126)

13:19:48 [sEVERE]at net.minecraft.server.World.tickEntities(World.java:1189)

13:19:48 [sEVERE]at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:559)

13:19:48 [sEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:457)

13:19:48 [sEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

13:19:48 [sEVERE] Unexpected exception

java.lang.NoSuchMethodError: buildcraft.api.PowerProvider.receiveEnergy(I)V

at buildcraft.energy.TileEngine.q_(TileEngine.java:126)

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)

>

Make a bug report of your own.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...