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

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.

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