Jump to content
  • 0

Server Crash after using Nuclear Reactor or Thermal Monitor


Question

Posted

Title: Server Crash after using Nuclear Reactor or Thermal Monitor

Version: 3.1.3

OS: Windows 7 Ultimate 64-bit

Java Version: Java Update 7 [64-bit]

Description of Problem:

After someone joins the server I get the following error

Error Messages:

Error Log:


18:53:07 [sEVERE] java.lang.RuntimeException: java.lang.NoSuchMethodException: i

c2.common.TileEntityNuclearReactor.tickRate()

18:53:07 [sEVERE]      at nuclearcontrol.NuclearHelper.getReactorTickRate(Nucle

arHelper.java:304)

18:53:07 [sEVERE]      at nuclearcontrol.TileEntityIC2Thermo.checkStatus(TileEn

tityIC2Thermo.java:190)

18:53:07 [sEVERE]      at nuclearcontrol.TileEntityIC2Thermo.q_(TileEntityIC2Th

ermo.java:244)

18:53:07 [sEVERE]      at net.minecraft.server.World.tickEntities(World.java:11

89)

18:53:07 [sEVERE]      at net.minecraft.server.MinecraftServer.w(MinecraftServe

r.java:559)

18:53:07 [sEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer

ver.java:457)

18:53:07 [sEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour

ceFile:492)

18:53:07 [sEVERE] Caused by: java.lang.NoSuchMethodException: ic2.common.TileEnt

ityNuclearReactor.tickRate()

18:53:07 [sEVERE]      at java.lang.Class.getMethod(Unknown Source)

18:53:07 [sEVERE]      at nuclearcontrol.NuclearHelper.getTickRateMethod(Nuclea

rHelper.java:128)

18:53:07 [sEVERE]      at nuclearcontrol.NuclearHelper.getReactorTickRate(Nucle

arHelper.java:300)

18:53:07 [sEVERE]      ... 6 more

18:53:07 [sEVERE] Unexpected exception

java.lang.RuntimeException: java.lang.NoSuchMethodException: ic2.common.TileEnti

tyNuclearReactor.tickRate()

        at nuclearcontrol.NuclearHelper.getReactorTickRate(NuclearHelper.java:30

4)

        at nuclearcontrol.TileEntityIC2Thermo.checkStatus(TileEntityIC2Thermo.ja

va:190)

        at nuclearcontrol.TileEntityIC2Thermo.q_(TileEntityIC2Thermo.java:244)

        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)

Caused by: java.lang.NoSuchMethodException: ic2.common.TileEntityNuclearReactor.

tickRate()

        at java.lang.Class.getMethod(Unknown Source)

        at nuclearcontrol.NuclearHelper.getTickRateMethod(NuclearHelper.java:128

)

        at nuclearcontrol.NuclearHelper.getReactorTickRate(NuclearHelper.java:30

0)

        ... 6 more

5 answers to this question

Recommended Posts

  • 0
Posted

but how do I do this "..you need to change the ic2.api.IReactor interface function getTickRate() back to tickRate() and also do the same in ic2.common.TileEntityNuclearReactor.."

  • 0
Posted

You find the file in the ic2 folder, then open it and change that line. You only need to do this in the server, and I think that notepad should be able to open it. Try using ctrl-f to find the right thing.

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...