Jump to content
  • 0

Item ID's interfering with eachother. (SERVER)


RDash

Question

Title: Item ID's interfering with eachother. (SERVER)

Version: 3.1.2

OS: Linux

Java Version: 7

Description of Problem:

I installed tekkit 3.1.2 for a craftbukkit server (renamed tekkit.jar to craftbukkit.jar) and whenever I try to start it I get errors saying that ids are interfering with each other. Like the rubber sapling. I delete the mod or change the id and get another error saying the same thing for another mod though. After the error the server just stops trying to start.

And someone else is hosting me, (I'm using an FTP server to install the mods)

Also, I start the server with McMyAdmin.

I would like support ASAP

Error Messages:

00:19:50 CONSOLE: [sEVERE] at net.minecraft.server.Block.<init>(Block.java:181)

00:19:50 CONSOLE: [sEVERE] at net.minecraft.server.BlockContainer.<init>(BlockContainer.java:6)

00:19:50 CONSOLE: [sEVERE] at dan200.computer.shared.BlockComputerBase.<init>(BlockComputerBase.java:24)

00:19:50 CONSOLE: [sEVERE] at dan200.turtle.shared.BlockTurtle.<init>(BlockTurtle.java:24)

00:19:50 CONSOLE: [sEVERE] at net.minecraft.server.mod_CCTurtle.modsLoaded(mod_CCTurtle.java:44)

00:19:50 CONSOLE: [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.postInit(ModLoaderModContainer.java:357)

00:19:50 CONSOLE: [sEVERE] at cpw.mods.fml.common.Loader.postModInit(Loader.java:280)

00:19:50 CONSOLE: [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:619)

00:19:50 CONSOLE: [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142)

00:19:50 CONSOLE: [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:166)

00:19:50 CONSOLE: [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:428)

00:19:50 CONSOLE: [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

00:19:50 CONSOLE: [sEVERE] Unexpected exception

00:19:50 CONSOLE: 219 is already occupied by ic2.common.BlockLuminator@74b374cb when adding dan200.turtle.shared.BlockTurtle@31b8f748

Error Log:


2012-08-27 02:57:44 [iNFO] CONFLICT @ 1237 item slot already occupied by ccSensors.shared.ItemWiFiTransmitter@4d3ef890 while adding ccSensors.shared.ItemWiFiTransmitter@6130dd8e

2012-08-27 02:57:44 [iNFO] CONFLICT @ -74 item slot already occupied by ccSensors.shared.ItemComputerSensorBlock@3bf06804 while adding net.minecraft.server.ItemBlock@243cfd5a



2012-08-27 02:57:44 [sEVERE] java.lang.IllegalArgumentException: Slot 189 is already occupied by ic2chargingbench.common.BlockChargingBench@6fc33c70 when adding buildcraft.additionalpipes.chunkloader.BlockChunkLoader@7ab51662

2012-08-27 02:57:44 [sEVERE] 	at net.minecraft.server.Block.<init>(Block.java:181)

2012-08-27 02:57:44 [sEVERE] 	at net.minecraft.server.Block.<init>(Block.java:201)

2012-08-27 02:57:44 [sEVERE] 	at net.minecraft.server.BlockContainer.<init>(BlockContainer.java:11)

2012-08-27 02:57:44 [sEVERE] 	at buildcraft.additionalpipes.chunkloader.BlockChunkLoader.<init>(BlockChunkLoader.java:16)

2012-08-27 02:57:44 [sEVERE] 	at net.minecraft.server.mod_AdditionalPipes.modsLoaded(mod_AdditionalPipes.java:259)

2012-08-27 02:57:44 [sEVERE] 	at cpw.mods.fml.common.modloader.ModLoaderModContainer.postInit(ModLoaderModContainer.java:357)

2012-08-27 02:57:44 [sEVERE] 	at cpw.mods.fml.common.Loader.postModInit(Loader.java:280)

2012-08-27 02:57:44 [sEVERE] 	at cpw.mods.fml.common.Loader.initializeMods(Loader.java:619)

2012-08-27 02:57:44 [sEVERE] 	at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142)

2012-08-27 02:57:44 [sEVERE] 	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:166)

2012-08-27 02:57:44 [sEVERE] 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:428)

2012-08-27 02:57:44 [sEVERE] 	at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

2012-08-27 02:57:44 [sEVERE] Unexpected exception

java.lang.IllegalArgumentException: Slot 189 is already occupied by ic2chargingbench.common.BlockChargingBench@6fc33c70 when adding buildcraft.additionalpipes.chunkloader.BlockChunkLoader@7ab51662

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

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

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

	at buildcraft.additionalpipes.chunkloader.BlockChunkLoader.<init>(BlockChunkLoader.java:16)

	at net.minecraft.server.mod_AdditionalPipes.modsLoaded(mod_AdditionalPipes.java:259)

	at cpw.mods.fml.common.modloader.ModLoaderModContainer.postInit(ModLoaderModContainer.java:357)

	at cpw.mods.fml.common.Loader.postModInit(Loader.java:280)

	at cpw.mods.fml.common.Loader.initializeMods(Loader.java:619)

	at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142)

	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:166)

	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:428)

	at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

Link to comment
Share on other sites

19 answers to this question

Recommended Posts

  • 0

This is a "normal" block ID error, and is usually caused by a botched update. If it starts like this from a clean install, you may need to do some work on the mod files. Since you have Linux as an OS, and it's case-sensitive for file loading, unlike Windows, I suspect mod loading order may be causing your problems. Try renaming each of the mod files that doesn't start with a capital letter so it does. I also have no idea how MCMyAdmin might be affecting the server, so you'll want to speak with your host about that.

Link to comment
Share on other sites

  • 0

I don't understand why it's possible that on the OFFICIAL WEBSITE the NEWEST file, just doesn't work on Linux, and if you look hours on Google you see many problems but 0 solutions. How is this possible...

And two months ago, there was also an error on this sort, how is this possible... official site.

And wiki just say "run" ... is that a wiki of the official site...

And the funny off all... 10 year old boys, they can run the server on Windows, and professional dedicated linux servers, find nothing.

Link to comment
Share on other sites

  • 0

And the funny off all... 10 year old boys, they can run the server on Windows, and professional dedicated linux servers, find nothing.

Hmmm - wonder which OS is better?

Anyway, let me get this straight. You're running an external server, with software that might not be compatible, using a server wrapper that's not designed for this, controlling a poorly-written (yes, Minecraft is) piece of Java software with over 40 mods, and you're complaining because you have to do a bit of troubleshooting? You might be stretching your indignation a little.

Link to comment
Share on other sites

  • 0

Clean Centos 6.x newest version and installation.

Fresh install of java and all other software.

Fresh clean official Tekkit newest software.

And if there are problems, wiki say "just run" and if you google the error, everwhere nobody gives the answer.

If they know that this problem is frequent to Linux users, why not set it in the Wiki. Why hundreds of pages and no answer.

On Topic: where can we find a solution?

Link to comment
Share on other sites

  • 0

I gave you a possible solution. Were you paying attention? If you want to use Linux as an OS, you may be expected to do your own troubleshooting. Well, really, you may be expected to do your own troubleshooting regardless of your OS, but we're more familiar with Windows and Mac OS here (Windows only, myself), so there you go.

Link to comment
Share on other sites

  • 0

Switching from OS in a datacenter is not just click and done. Also licenses are coming and other program's that doesn't work.... That isn"t a solution.

And it isn"t the Minecraft problem. Running Craftbukkit with 30+ plugins work's fine. It's a specific tekkit problem.

Link to comment
Share on other sites

  • 0

This is a "normal" block ID error, and is usually caused by a botched update. If it starts like this from a clean install, you may need to do some work on the mod files. Since you have Linux as an OS, and it's case-sensitive for file loading, unlike Windows, I suspect mod loading order may be causing your problems. Try renaming each of the mod files that doesn't start with a capital letter so it does. I also have no idea how MCMyAdmin might be affecting the server, so you'll want to speak with your host about that.

Tryed rename every mod in the mod map but doens't work. 0 mods start now with capital letter.

Link to comment
Share on other sites

  • 0

I found my problem.

Tendonsie this may work for you.

Was there a folder called config?

If there was empty out every file that was inside that folder into the folder that you start the server from.

There is a folder with "config".

Delete all files of that folder doesn't work.

What do you mean?

Link to comment
Share on other sites

  • 0

Idiot report

Being very familiar with Linux, but not the 'unzip' utility, I accidentally extracted the tekkit server into the current directory rather then the target folder. I then moved all files one by one (I thought) however I missed the two folders buildcraft/ and config/.

On executing, the server recreated those folders, so we didn't notice they were not the original. I deleted the auto=created buildcraft/ and config/, moved in the orphans, and it started correctly and set up spawn.

Honestly yours,

-atomhellinger

182 recipes

27 achievements

19:03:24 [iNFO] Starting minecraft server version 1.2.5

19:03:24 [iNFO] Attempting early MinecraftForge initialization

19:03:24 [iNFO] Completed early MinecraftForge initialization

19:03:24 [iNFO] Forge Mod Loader version 2.2.91.173 for Minecraft 1.2.5 loading

19:03:24 [iNFO] Loading mods from /c/serv_tekkit/linux_javatest/mods

19:03:25 [iNFO] Directory weaponmod contained no mods

19:03:25 [iNFO] Forge Mod Loader has loaded 38 mods

19:03:25 [iNFO] MinecraftForge v3.3.8.152 Initialized

 

19:03:25 [iNFO] MinecraftForge v3.3.8.152 Initialized

 

19:03:25 [iNFO] [WeaponMod] Properties file read succesfully!

19:03:25 [WARNING] Configuration for mod_ComputerCraft.enableAPI_http found value 0 outside acceptable range 4.9E-324,1.7976931348623157E308

19:03:25 [iNFO] Loading ComputerCraft: To change block IDs, modify config/mod_ComputerCraft.cfg

19:03:25 [iNFO] ComputerCraft: computerBlockID 207

19:03:25 [iNFO] ComputerCraft: diskDriveBlockID 208

19:03:25 [iNFO] ComputerCraft: diskItemID 4000

19:03:25 [iNFO] CONFLICT @ -49 item slot already occupied by dan200.computer.shared.ItemComputer@2334de35 while adding net.minecraft.server.ItemBlock@63e87ba1

19:03:25 [iNFO] ComputerCraft: Searching for RedPowerLib...

19:03:25 [iNFO] ComputerCraft: RedPowerLib and methods located.

19:03:25 [iNFO] CONFLICT @ -48 item slot already occupied by dan200.computer.shared.ItemPeripheral@76f08fe1 while adding net.minecraft.server.ItemBlock@2b7639c8

19:03:25 [iNFO] Initializing alchemy values for Equivalent Exchange..

19:03:25 [iNFO] NetherOres: loaded Macerator Recipes

19:03:25 [iNFO] Loading properties

19:03:25 [iNFO] Starting Minecraft server on *:25565

19:03:26 [iNFO] Loaded codechicken.wirelessredstone.core.CommandFreq

19:03:26 [iNFO] CONFLICT @ -15 item slot already occupied by net.minecraft.server.ItemBlock@1c06a62a while adding codechicken.enderstorage.ItemEnderChest@78871dc5

19:03:26 [iNFO] CONFLICT @ -204 item slot already occupied by net.minecraft.server.ItemWithAuxData@7fbee467 while adding net.minecraft.server.ItemMobSpawner@4d8567b6

19:03:26 [iNFO] [iC2] Config loaded from /c/serv_tekkit/linux_javatest/./config/IC2.cfg

19:03:27 [iNFO] RedPowerCore: MinecraftForge minor version mismatch, expecting 3.1.x, may lead to unexpected behavior

19:03:27 [iNFO] Starting BuildCraft 2.2.14

19:03:27 [iNFO] Copyright © SpaceToad, 2011

19:03:27 [iNFO] http://www.mod-buildcraft.com

19:03:27 [iNFO] CONFLICT @ 1237 item slot already occupied by ccSensors.shared.ItemWiFiTransmitter@4ebbfcba while adding ccSensors.shared.ItemWiFiTransmitter@17cd3fb8

19:03:27 [iNFO] CONFLICT @ -74 item slot already occupied by ccSensors.shared.ItemComputerSensorBlock@14bb1579 while adding net.minecraft.server.ItemBlock@67ec591

19:03:27 [iNFO] [ccSensors] INFO: Loading SensorModule: Buildcraft

19:03:27 [iNFO] [ccSensors] INFO: Loading SensorModule: IndustrialCraft2

19:03:27 [iNFO] [ccSensors] INFO: Loading SensorModule: Forestry

19:03:27 [iNFO] [ccSensors] INFO: mod_Forestry not found - SensorModule is disabled.

19:03:27 [iNFO] [ccSensors] INFO: Loading SensorModule: RedPower2

19:03:27 [iNFO] [ccSensors] INFO: Loading SensorModule: EquivalentExchange

19:03:27 [iNFO] [ccSensors] INFO: Loading SensorModule: APS

19:03:27 [iNFO] [ccSensors] INFO: mod_BuildcraftAPS not found - SensorModule is disabled.

19:03:27 [iNFO] [ccSensors] INFO: Loading SensorModule: APS

19:03:27 [iNFO] [ccSensors] INFO: mod_ThaumCraft not found - SensorModule is disabled.

19:03:27 [iNFO] CompactSolars: MinecraftForge minor version mismatch, expecting 3.2.x, may lead to unexpected behavior

19:03:27 [sEVERE] java.lang.IllegalArgumentException: Slot 189 is already occupied by ic2chargingbench.common.BlockChargingBench@332c88cc when adding buildcraft.additionalpipes.chunkloader.BlockChunkLoader@30c92353

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

19:03:27 [sEVERE]      at net.minecraft.server.Block.<init>(Block.java:201)

19:03:27 [sEVERE]      at net.minecraft.server.BlockContainer.<init>(BlockContainer.java:11)

19:03:27 [sEVERE]      at buildcraft.additionalpipes.chunkloader.BlockChunkLoader.<init>(BlockChunkLoader.java:16)

19:03:27 [sEVERE]      at net.minecraft.server.mod_AdditionalPipes.modsLoaded(mod_AdditionalPipes.java:259)

19:03:27 [sEVERE]      at cpw.mods.fml.common.modloader.ModLoaderModContainer.postInit(ModLoaderModContainer.java:357)

19:03:27 [sEVERE]      at cpw.mods.fml.common.Loader.postModInit(Loader.java:280)

19:03:27 [sEVERE]      at cpw.mods.fml.common.Loader.initializeMods(Loader.java:619)

19:03:27 [sEVERE]      at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142)

19:03:27 [sEVERE]      at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176)

19:03:27 [sEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)

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

19:03:27 [sEVERE] Unexpected exception

java.lang.IllegalArgumentException: Slot 189 is already occupied by ic2chargingbench.common.BlockChargingBench@332c88cc when adding buildcraft.additionalpipes.chunkloader.BlockChunkLoader@30c92353

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

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

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

        at buildcraft.additionalpipes.chunkloader.BlockChunkLoader.<init>(BlockChunkLoader.java:16)

        at net.minecraft.server.mod_AdditionalPipes.modsLoaded(mod_AdditionalPipes.java:259)

        at cpw.mods.fml.common.modloader.ModLoaderModContainer.postInit(ModLoaderModContainer.java:357)

        at cpw.mods.fml.common.Loader.postModInit(Loader.java:280)

        at cpw.mods.fml.common.Loader.initializeMods(Loader.java:619)

        at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142)

        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176)

        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)

        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

>save-all

19:10:26 [iNFO] Stopping server

19:10:26 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0

19:10:26 [sEVERE]      at java.util.ArrayList.rangeCheck(Unknown Source)

19:10:26 [sEVERE]      at java.util.ArrayList.get(Unknown Source)

19:10:26 [sEVERE]      at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:424)

19:10:26 [sEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)

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

19:10:26 [iNFO] Stopping server

Link to comment
Share on other sites

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