Jump to content
  • 0

Tekkit [3.1.1] Item conflicts not allowing server to start.


Question

Posted

Title: Tekkit [3.1.1] Item conflicts not allowing server to start.

Version: 3.0.3/3.0.4

OS: Debian linux, "squeeze" (dont remember the specific release.)

Java Version: Oracle java 7, Update 4

Description of Problem:

Just updated my server to Tekkit 3.1.1, when launching I get two types of errors. I've seen a thread on a similar problem, but the answer was that it doesnt matter, and can be ignored. This is not the case, as it does not allow the server to start, and causes the terminal to freeze.

Error Messages:

Error1:

CONFLICT @ -15 item slot already occupied by net.minecraft.server.ItemBlock@1dc0fec while adding codechicken.enderstorage.ItemEnderChest@16994fe8

Error2:

Unexpected exception

java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@75371ddd when adding ic2.common.BlockRubSapling@7589d449

Error Log:


root@minecraft:/home/rex/minecraft/Tekkit# ./launch.sh

    182 recipes

    27 achievements

    11:04:49 [iNFO] Starting minecraft server version 1.2.5

    11:04:49 [iNFO] Attempting early MinecraftForge initialization

    11:04:49 [iNFO] Completed early MinecraftForge initialization

    11:04:49 [iNFO] Forge Mod Loader version 2.2.91.162 for Minecraft 1.2.5 loading

    11:04:49 [iNFO] Loading mods from /home/rex/minecraft/Tekkit/mods

    11:04:50 [iNFO] Directory weaponmod contained no mods

    11:04:50 [iNFO] Forge Mod Loader has loaded 36 mods

    11:04:50 [iNFO] MinecraftForge v3.3.8.152 Initialized

     

    11:04:50 [iNFO] MinecraftForge v3.3.8.152 Initialized

     

    11:04:50 [iNFO] [WeaponMod] Properties file read succesfully!

    11:04:50 [WARNING] Configuration for mod_ComputerCraft.enableAPI_http found value 0 outside acceptable range 4.9E-324,1.7976931348623157E308

    11:04:50 [iNFO] Loading ComputerCraft: To change block IDs, modify config/mod_ComputerCraft.cfg

    11:04:50 [iNFO] ComputerCraft: computerBlockID 207

    11:04:50 [iNFO] ComputerCraft: diskDriveBlockID 208

    11:04:50 [iNFO] ComputerCraft: diskItemID 4000

    11:04:50 [iNFO] CONFLICT @ -49 item slot already occupied by dan200.computer.shared.ItemComputer@7eb79ed4 while adding net.minecraft.server.ItemBlock@491cb14a

    11:04:50 [iNFO] ComputerCraft: Searching for RedPowerLib...

    11:04:50 [iNFO] ComputerCraft: RedPowerLib and methods located.

    11:04:50 [iNFO] CONFLICT @ -48 item slot already occupied by dan200.computer.shared.ItemPeripheral@5ebd81bf while adding net.minecraft.server.ItemBlock@6b915330

    11:04:50 [iNFO] Initializing alchemy values for Equivalent Exchange..

    11:04:50 [iNFO] NetherOres: loaded Macerator Recipes

    11:04:50 [iNFO] Loading properties

    11:04:50 [iNFO] Starting Minecraft server on *:25565

    11:04:52 [iNFO] Loaded codechicken.wirelessredstone.core.CommandFreq

    11:04:52 [iNFO] CONFLICT @ -15 item slot already occupied by net.minecraft.server.ItemBlock@1dc0fec while adding codechicken.enderstorage.ItemEnderChest@16994fe8

    11:04:52 [iNFO] CONFLICT @ -204 item slot already occupied by net.minecraft.server.ItemWithAuxData@533144f4 while adding net.minecraft.server.ItemMobSpawner@47a619d7

    11:04:52 [iNFO] [iC2] Config loaded from /home/rex/minecraft/Tekkit/./config/IC2.cfg

    11:04:52 [sEVERE] java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@75371ddd when adding ic2.common.BlockRubSapling@7589d449

    11:04:52 [sEVERE]       at net.minecraft.server.Block.<init>(Block.java:181)

    11:04:52 [sEVERE]       at net.minecraft.server.BlockFlower.<init>(SourceFile:11)

    11:04:52 [sEVERE]       at net.minecraft.server.BlockFlower.<init>(SourceFile:19)

    11:04:52 [sEVERE]       at net.minecraft.server.BlockSapling.<init>(BlockSapling.java:18)

    11:04:52 [sEVERE]       at ic2.common.BlockRubSapling.<init>(BlockRubSapling.java:14)

    11:04:52 [sEVERE]       at net.minecraft.server.mod_IC2.load(mod_IC2.java:286)

    11:04:52 [sEVERE]       at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351)

    11:04:52 [sEVERE]       at cpw.mods.fml.common.Loader.modInit(Loader.java:263)

    11:04:52 [sEVERE]       at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618)

    11:04:52 [sEVERE]       at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142)

    11:04:52 [sEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176)

    11:04:52 [sEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)

    11:04:52 [sEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

    11:04:52 [sEVERE] Unexpected exception

    java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@75371ddd when adding ic2.common.BlockRubSapling@7589d449

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

            at net.minecraft.server.BlockFlower.<init>(SourceFile:11)

            at net.minecraft.server.BlockFlower.<init>(SourceFile:19)

            at net.minecraft.server.BlockSapling.<init>(BlockSapling.java:18)

            at ic2.common.BlockRubSapling.<init>(BlockRubSapling.java:14)

            at net.minecraft.server.mod_IC2.load(mod_IC2.java:286)

            at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351)

            at cpw.mods.fml.common.Loader.modInit(Loader.java:263)

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

            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)

    >

     

     

    #### After this, the terminal becomes unresponsive, and the server does not start.

    #### JAVA: oracle java 1.7_4

    #### OS: debian linux, "squeeze"

8 answers to this question

Recommended Posts

  • 0
Posted

I have this same error as seen in oe of the other threads about this issue.

I have already removed wireless redstone cause I didn't care much about that, I do want the enderstorage however.

I removed it anyway and now it gives error on forcefield block ID...

is the next step to remove that too, instead of fixing the underlying issue?

2008-02-06 00:11:00 [sEVERE] java.lang.IllegalArgumentException: Slot 255 is already occupied by mffs.BlockForceField@13d380dc when adding buildcraft.transport.LegacyBlock@22b0f5af

2008-02-06 00:11:00 [sEVERE]    at net.minecraft.server.Block.<init>(Block.java:181)

2008-02-06 00:11:00 [sEVERE]    at net.minecraft.server.BlockContainer.<init>(BlockContainer.java:6)

2008-02-06 00:11:00 [sEVERE]    at buildcraft.transport.LegacyBlock.<init>(LegacyBlock.java:13)

2008-02-06 00:11:00 [sEVERE]    at net.minecraft.server.BuildCraftTransport.initialize(BuildCraftTransport.java:132)

2008-02-06 00:11:00 [sEVERE]    at net.minecraft.server.mod_BuildCraftTransport.modsLoaded(mod_BuildCraftTransport.java:17)

2008-02-06 00:11:00 [sEVERE]    at cpw.mods.fml.common.modloader.ModLoaderModContainer.postInit(ModLoaderModContainer.java:357)

2008-02-06 00:11:00 [sEVERE]    at cpw.mods.fml.common.Loader.postModInit(Loader.java:280)

2008-02-06 00:11:00 [sEVERE]    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:619)

2008-02-06 00:11:00 [sEVERE]    at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142)

2008-02-06 00:11:00 [sEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176)

2008-02-06 00:11:00 [sEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)

2008-02-06 00:11:00 [sEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

2008-02-06 00:11:00 [sEVERE] Unexpected exception

java.lang.IllegalArgumentException: Slot 255 is already occupied by mffs.BlockForceField@13d380dc when adding buildcraft.transport.LegacyBlock@22b0f5af

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

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

    at buildcraft.transport.LegacyBlock.<init>(LegacyBlock.java:13)

    at net.minecraft.server.BuildCraftTransport.initialize(BuildCraftTransport.java:132)

    at net.minecraft.server.mod_BuildCraftTransport.modsLoaded(mod_BuildCraftTransport.java:17)

    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)

2008-02-06 00:11:14 [iNFO] Stopping server

2008-02-06 00:11:14 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0

2008-02-06 00:11:14 [sEVERE]    at java.util.ArrayList.rangeCheck(Unknown Source)

2008-02-06 00:11:14 [sEVERE]    at java.util.ArrayList.get(Unknown Source)

2008-02-06 00:11:14 [sEVERE]    at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:424)

2008-02-06 00:11:14 [sEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)

2008-02-06 00:11:14 [sEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

2008-02-06 00:11:14 [iNFO] Stopping server

2008-02-06 00:11:14 [sEVERE] Exception in thread "Thread-3"

2008-02-06 00:11:14 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0

  • 0
Posted

Any time you start the server it changes the ender chests from 178 to 241. You can turn it off and load the server without it, but it will just change it again. Even if it's already been loaded previously, reenabling ender chests causes it to change the ID.

I'm not sure if the problem is with the mods from chickenbones themselves, or some other mod installed which changes IDs, but it's causing conflicts and it only seems to occur on linux machines, with chickenbone's mods. I've had the exact same thing happen trying to run feed the beast SMP.

  • 0
Posted

for devs/mods/admins info, what Blizzard did is what I have also done, 3.0.4 won't run without removing wireless redstone first.

and 3.1.1 seems to be impossible to get working, at all.

a FRESH install, on linux, with java 7 update 5, clean start directly unzipped from the tekkit zip, gets a [sEVERE] item id conflict and crashes.

  • 0
Posted

for devs/mods/admins info, what Blizzard did is what I have also done, 3.0.4 won't run without removing wireless redstone first.

and 3.1.1 seems to be impossible to get working, at all.

a FRESH install, on linux, with java 7 update 5, clean start directly unzipped from the tekkit zip, gets a [sEVERE] item id conflict and crashes.

Unzipping the downloaded zip from within the archive(from the command line) (winscp messed it up for me) fixed all of the stalling problems, and the errors are bypassed.

  • 0
Posted

Removing the conflicting mods and config files for them mods will not fix the problem. All your doing is applying is a band-aide for an underling problem.

So here's the problem you remove one mod and then another and then another until the errors are gone thus limiting what you can do on your server.

Then the players on your server become dissatisfied and start looking for a new server to play on because it has all the mods installed and offers more than your's.

Pretty soon you have a dead server with no player population besides you.

Which is what I'm trying to avoid by fixing the conflicts one at a time just to keep my players happy on my small server.

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