Jump to content
  • 0

3.1.3 server won't work


Question

Posted

Title: 3.1.3 server won't work

Version: 3.1.2

OS: Windows 7 32 bit

Java Version: 7

Description of Problem:

When I load my server this comes up, and I have absolutely no idea what to do t this point. The server says its done, then this comes up and no one can join. This is a 3.1.3 server not 3.1.2

Error Messages:

Error Log:


Error Log:





Code:

17:47:40 [sEVERE] java.lang.RuntimeException: java.lang.NoSuchMethodException: i

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

 int, boolean)

17:47:40 [sEVERE]       at ic2.api.NetworkHelper.initiateTileEntityEvent(Network

Helper.java:62)

17:47:40 [sEVERE]       at ic2.advancedmachines.TileEntityAdvancedMachine.q_(Til

eEntityAdvancedMachine.java:130)

17:47:40 [sEVERE]       at net.minecraft.server.World.tickEntities(World.java:11

89)

17:47:40 [sEVERE]       at net.minecraft.server.MinecraftServer.w(MinecraftServe

r.java:559)

17:47:40 [sEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer

ver.java:457)

17:47:40 [sEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour

ceFile:492)

17:47:40 [sEVERE] Caused by: java.lang.NoSuchMethodException: ic2.platform.Netwo

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

17:47:40 [sEVERE]       at java.lang.Class.getMethod(Unknown Source)

17:47:40 [sEVERE]       at ic2.api.NetworkHelper.initiateTileEntityEvent(Network

Helper.java:49)

17:47:40 [sEVERE]       ... 5 more

17:47:40 [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

15 answers to this question

Recommended Posts

  • 0
Posted

I have the same problem because I just updated to 3.1.3 but mine is giving me this when my server tries to launch and it stops at ...6more.

C:\Users\hidden name\appdata\Roaming\.techniclauncher>java -Xmx1G -Xms1G -jar

Tekkit.jar nogui

182 recipes

27 achievements

19:37:54 [iNFO] Starting minecraft server version 1.2.5

19:37:54 [iNFO] Attempting early MinecraftForge initialization

19:37:54 [iNFO] Completed early MinecraftForge initialization

19:37:54 [iNFO] Forge Mod Loader version 2.2.91.182 for Minecraft 1.2.5 loading

19:37:55 [iNFO] Loading mods from C:\Users\Ketron Family\AppData\Roaming\.techni

clauncher\mods

19:37:55 [iNFO] Directory weaponmod contained no mods

19:37:55 [iNFO] Forge Mod Loader has loaded 49 mods

19:37:55 [iNFO] MinecraftForge v3.3.8.152 Initialized

19:37:55 [iNFO] MinecraftForge v3.3.8.152 Initialized

19:37:55 [iNFO] [WeaponMod] Properties file read succesfully!

19:37:55 [WARNING] Configuration for mod_ComputerCraft.enableAPI_http found valu

e 0 outside acceptable range 4.9E-324,1.7976931348623157E308

19:37:55 [iNFO] Loading ComputerCraft: To change block IDs, modify config/mod_Co

mputerCraft.cfg

19:37:55 [iNFO] ComputerCraft: computerBlockID 207

19:37:55 [iNFO] ComputerCraft: diskDriveBlockID 208

19:37:55 [iNFO] ComputerCraft: diskItemID 4000

19:37:55 [iNFO] CONFLICT @ -49 item slot already occupied by dan200.computer.sha

red.ItemComputer@1475116 while adding net.minecraft.server.ItemBlock@11c8643

19:37:55 [iNFO] ComputerCraft: Searching for RedPowerLib...

19:37:55 [iNFO] ComputerCraft: RedPowerLib and methods located.

19:37:55 [iNFO] CONFLICT @ -48 item slot already occupied by dan200.computer.sha

red.ItemPeripheral@1bd9ca9 while adding net.minecraft.server.ItemBlock@17858a9

19:37:55 [WARNING] Configuration for mod_ComputerCraft.enableAPI_http found valu

e 0 outside acceptable range 4.9E-324,1.7976931348623157E308

19:37:55 [iNFO] Loading ComputerCraft: To change block IDs, modify config/mod_Co

mputerCraft.cfg

19:37:55 [iNFO] ComputerCraft: computerBlockID 207

19:37:55 [iNFO] ComputerCraft: diskDriveBlockID 208

19:37:55 [iNFO] ComputerCraft: diskItemID 4000

19:37:55 [sEVERE] cpw.mods.fml.common.LoaderException: java.lang.IllegalArgument

Exception: Slot 207 is already occupied by dan200.computer.shared.BlockComputer@

13a1b2 when adding dan200.computer.shared.BlockComputer@dccf02

19:37:55 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.p

reInit(ModLoaderModContainer.java:114)

19:37:55 [sEVERE] at cpw.mods.fml.common.Loader.preModInit(Loader.java:235

)

19:37:55 [sEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:607)

19:37:55 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBuk

kitHandler.java:134)

19:37:55 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe

rver.java:125)

19:37:55 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer

ver.java:428)

19:37:55 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour

ceFile:492)

19:37:55 [sEVERE] Caused by: java.lang.IllegalArgumentException: Slot 207 is alr

eady occupied by dan200.computer.shared.BlockComputer@13a1b2 when adding dan200.

computer.shared.BlockComputer@dccf02

19:37:55 [sEVERE] at net.minecraft.server.Block.<init>(Block.java:181)

19:37:55 [sEVERE] at net.minecraft.server.BlockContainer.<init>(BlockConta

iner.java:6)

19:37:56 [sEVERE] at dan200.computer.shared.BlockComputerBase.<init>(Block

ComputerBase.java:24)

19:37:56 [sEVERE] at dan200.computer.shared.BlockComputer.<init>(BlockComp

uter.java:19)

19:37:56 [sEVERE] at net.minecraft.server.mod_ComputerCraft.<init>(mod_Com

puterCraft.java:74)

19:37:56 [sEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance

0(Native Method)

19:37:56 [sEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance

(Unknown Source)

19:37:56 [sEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInst

ance(Unknown Source)

19:37:56 [sEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Sou

rce)

19:37:56 [sEVERE] at java.lang.Class.newInstance0(Unknown Source)

19:37:56 [sEVERE] at java.lang.Class.newInstance(Unknown Source)

19:37:56 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.p

reInit(ModLoaderModContainer.java:107)

19:37:56 [sEVERE] ... 6 more

19:37:56 [sEVERE] Unexpected exception

cpw.mods.fml.common.LoaderException: java.lang.IllegalArgumentException: Slot 20

7 is already occupied by dan200.computer.shared.BlockComputer@13a1b2 when adding

dan200.computer.shared.BlockComputer@dccf02

at cpw.mods.fml.common.modloader.ModLoaderModContainer.preInit(ModLoader

ModContainer.java:114)

at cpw.mods.fml.common.Loader.preModInit(Loader.java:235)

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

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: java.lang.IllegalArgumentException: Slot 207 is already occupied by d

an200.computer.shared.BlockComputer@13a1b2 when adding dan200.computer.shared.Bl

ockComputer@dccf02

at net.minecraft.server.Block.<init>(Block.java:181)

at net.minecraft.server.BlockContainer.<init>(BlockContainer.java:6)

at dan200.computer.shared.BlockComputerBase.<init>(BlockComputerBase.jav

a:24)

at dan200.computer.shared.BlockComputer.<init>(BlockComputer.java:19)

at net.minecraft.server.mod_ComputerCraft.<init>(mod_ComputerCraft.java:

74)

at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou

rce)

at java.lang.reflect.Constructor.newInstance(Unknown Source)

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

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

at cpw.mods.fml.common.modloader.ModLoaderModContainer.preInit(ModLoader

ModContainer.java:107)

... 6 more

>

  • 0
Posted

I was running a 3.1.3 map and I got this. Its caused by the advanced machiens

Im going to try oving the map to single player, removing them, then moving the map back.

Ill let you all know what happens

  • 0
Posted

I tried that as well as removing deleting my world folder so that it would generate a new one but nothing i still get the same error. I am probably gonna have to downgrade to the earlier server launcher. Does anyone have it?

  • 0
Posted

I hope this gets fixed, cause I like those advanced machines, I am just going to stay on 3.1.2 for now, let them hopefully fix this

  • 0
Posted

From lookin at the ic2 wiki page http://wiki.industrial-craft.net/index.php?title=Recipes_and_Resources it looks as though they have got rid of all the advanced machines except induction furnace and the mass fabricator, I think this might be the problem that we are all havin.If you follow KidComm's advice and delete them off the server it should work then. And if anyone is worried about loosing them just use overclockers (they work on the server and they use less power)

  • 0
Posted

From lookin at the ic2 wiki page http://wiki.industrial-craft.net/index.php?title=Recipes_and_Resources it looks as though they have got rid of all the advanced machines except induction furnace and the mass fabricator, I think this might be the problem that we are all havin.If you follow KidComm's advice and delete them off the server it should work then. And if anyone is worried about loosing them just use overclockers (they work on the server and they use less power)

advanced machines is its own mod, adding centrifuge extractor, singularity compressor, and rotary macherater

http://forum.industrial-craft.net/index.php?page=Thread&threadID=4907

  • 0
Posted

For me it was the computer craft folder inside the mods folder. as soon as i removed that it worked like a charm

of course that means all of your programs you spent hours making will be gone but oh well!

  • 0
Posted

Activating a redstone engin also gives the "NoSuchMethod" exception on our 3.1.3 server.

(We don't want to go without them, so we're downgrading to 3.1.2)

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