Jump to content
  • 0

Rotary Macerator=crash and Power Teleport Pipes=boot


Question

Posted

Title: Rotary Macerator=crash and Power Teleport Pipes=boot

Version: 3.1.3

OS: Windows XP

Java Version: 7.0.100.18

Description of Problem:

I run a private Tekkit server for a few friends and I. Upon placing a Rotary Macerator, the server crashes, displaying the message in the error log. Also, when trying to utilize Power Teleport pipes, right-clicking on a pipe we were going to have receive power kicks the player out of the game with no error message, just a white screen.

Error Messages:

Error Log:


12:19:52 [iNFO] Done (10.941s)! For help, type "help" or "?"

12:19:52 [sEVERE] java.lang.RuntimeException: java.lang.NoSuchMethodException: i

c2.platform.NetworkManager.initiateTileEntityEvent(net.minecraft.src.TileEntity,

 int, boolean)

12:19:52 [sEVERE]       at ic2.api.NetworkHelper.initiateTileEntityEvent(Network

Helper.java:62)

12:19:52 [sEVERE]       at ic2.advancedmachines.TileEntityAdvancedMachine.q_(Til

eEntityAdvancedMachine.java:130)

12:19:52 [sEVERE]       at net.minecraft.server.World.tickEntities(World.java:11

89)

12:19:52 [sEVERE]       at net.minecraft.server.MinecraftServer.w(MinecraftServe

r.java:559)

12:19:52 [sEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer

ver.java:457)

12:19:52 [sEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour

ceFile:492)

12:19:52 [sEVERE] Caused by: java.lang.NoSuchMethodException: ic2.platform.Netwo

rkManager.initiateTileEntityEvent(net.minecraft.src.TileEntity, int, boolean)

12:19:52 [sEVERE]       at java.lang.Class.getMethod(Unknown Source)

12:19:52 [sEVERE]       at ic2.api.NetworkHelper.initiateTileEntityEvent(Network

Helper.java:49)

12:19:52 [sEVERE]       ... 5 more

12:19:52 [sEVERE] Unexpected exception

java.lang.RuntimeException: java.lang.NoSuchMethodException: ic2.platform.Networ

kManager.initiateTileEntityEvent(net.minecraft.src.TileEntity, int, boolean)

        at ic2.api.NetworkHelper.initiateTileEntityEvent(NetworkHelper.java:62)

        at ic2.advancedmachines.TileEntityAdvancedMachine.q_(TileEntityAdvancedM

achine.java:130)

        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.platform.NetworkManager.initiate

TileEntityEvent(net.minecraft.src.TileEntity, int, boolean)

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

        at ic2.api.NetworkHelper.initiateTileEntityEvent(NetworkHelper.java:49)

        ... 5 more

>

3 answers to this question

Recommended Posts

  • 0
Posted

This is an IC2 API issue. Luckily there is a fix.

Download link to the fix is here (zip file): http://ge.tt/7Gc1l7S/v/1

To fix the IC2 Tekkit 3.1.3 crashing, do the following:

1. Stop your Tekkit 3.1.3 server (if not already stopped...or crashed ^_^ )

2. Go to your Tekkit server mods folder

2. Find the file called: "industrialcraft2-1.103-mcpc1.2.5r2.zip"

3. Open the zip file and go into the ic2/api directory (no need to decompress it - just edit directly)

4. Delete ElectricItem.class, EnergyNet.class, and NetworkHelper.class

5. Download the class fix .zip in the above link

6. Copy the 3 classes from the downloaded zip and paste them into ic2 zip api folder where you just deleted the others

7. Close your ic2 zip and start your server. It should no longer crash relating to this specific interface fix. (It may crash for other reasons, however.)

[NOTE: This change is only for 3.1.3 installs, not 3.1.2]

Thanks to Tekkitopotamus for the fix.

The Power pipe thing I've not seen before however. It might be fixed once you have implemented the above changes.

  • 0
Posted

The teleport pipe disconnect issue only seems to be happening when flying using Swiftwolf's Rending Gale. Thank you for the fix, I'll report back on the results.

EDIT: This immediately resolved Rotary Macerator issue. Thank you so much!

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