ads2996 Posted June 26, 2013 Posted June 26, 2013 I copied over the mods folder and i get this error 27.06 00:29:22 [server] SEVERE at net.minecraft.server.mod_EnderStorage.load(mod_EnderStorage.java:17) 27.06 00:29:22 [server] SEVERE at codechicken.enderstorage.EnderStorageManager.initialize(EnderStorageManager.java:69) 27.06 00:29:22 [server] SEVERE at codechicken.enderstorage.BlockEnderChest.<init>(BlockEnderChest.java:29) 27.06 00:29:22 [server] SEVERE at net.minecraft.server.BlockContainer.<init>(BlockContainer.java:6) 27.06 00:29:22 [server] SEVERE at net.minecraft.server.Block.<init>(Block.java:181) 27.06 00:29:22 [server] SEVERE java.lang.IllegalArgumentException: Slot 178 is already occupied by ee.BlockEETorch@34d18542 when adding codechicken.enderstorage.BlockEnderChest@2783cb25 27.06 00:29:22 [server] INFO Loaded codechicken.wirelessredstone.core.CommandFreq 27.06 00:29:22 [Multicraft] Skipped 1 lines due to rate limit (30/s) any help greatly appreicated Quote
dwwojcik Posted June 26, 2013 Posted June 26, 2013 That looks like an Block ID conflict between the EE2 Interdiction torch and the Ender Storage Ender chest, both set to block ID 178. You need to copy the config folder over as well. Quote
ads2996 Posted June 27, 2013 Author Posted June 27, 2013 Hi, I I copied the configuration files over and I still get this error 27.06 13:16:49 [server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 27.06 13:16:49 [server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) 27.06 13:16:49 [server] INFO at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176) 27.06 13:16:49 [server] INFO at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142) 27.06 13:16:49 [server] INFO at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618) 27.06 13:16:49 [server] INFO at cpw.mods.fml.common.Loader.modInit(Loader.java:263) 27.06 13:16:49 [server] INFO at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351) 27.06 13:16:49 [server] INFO at net.minecraft.server.mod_EnderStorage.load(mod_EnderStorage.java:17) 27.06 13:16:49 [server] INFO at codechicken.enderstorage.EnderStorageManager.initialize(EnderStorageManager.java:69) 27.06 13:16:49 [server] INFO at codechicken.enderstorage.BlockEnderChest.<init>(BlockEnderChest.java:29) 27.06 13:16:49 [server] INFO at net.minecraft.server.BlockContainer.<init>(BlockContainer.java:6) 27.06 13:16:49 [server] INFO at net.minecraft.server.Block.<init>(Block.java:181) 27.06 13:16:49 [server] INFO java.lang.IllegalArgumentException: Slot 178 is already occupied by ee.BlockEETorch@34d18542 when adding codechicken.enderstorage.BlockEnderChest@2783cb25 27.06 13:16:49 [server] SEVERE Unexpected exception 27.06 13:16:49 [server] SEVERE at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 27.06 13:16:49 [server] SEVERE at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) 27.06 13:16:49 [server] SEVERE at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176) 27.06 13:16:49 [server] SEVERE at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142) 27.06 13:16:49 [server] SEVERE at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618) 27.06 13:16:49 [server] SEVERE at cpw.mods.fml.common.Loader.modInit(Loader.java:263) 27.06 13:16:49 [server] SEVERE at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351) 27.06 13:16:49 [server] SEVERE at net.minecraft.server.mod_EnderStorage.load(mod_EnderStorage.java:17) 27.06 13:16:49 [server] SEVERE at codechicken.enderstorage.EnderStorageManager.initialize(EnderStorageManager.java:69) 27.06 13:16:49 [server] SEVERE at codechicken.enderstorage.BlockEnderChest.<init>(BlockEnderChest.java:29) 27.06 13:16:49 [server] SEVERE at net.minecraft.server.BlockContainer.<init>(BlockContainer.java:6) 27.06 13:16:49 [server] SEVERE at net.minecraft.server.Block.<init>(Block.java:181) 27.06 13:16:49 [server] SEVERE java.lang.IllegalArgumentException: Slot 178 is already occupied by ee.BlockEETorch@34d18542 when adding codechicken.enderstorage.BlockEnderChest@2783cb25 27.06 13:16:49 [server] INFO Loaded codechicken.wirelessredstone.core.CommandFreq 27.06 13:16:49 [Multicraft] Skipped 1 lines due to rate limit (30/s) Quote
dwwojcik Posted June 27, 2013 Posted June 27, 2013 Umm... That's still the same error. I'm no expert, but I have dealt with this before and I believe this is the problem: 27.06 13:16:49 [server] SEVERE java.lang.IllegalArgumentException: Slot 178 is already occupied by ee.BlockEETorch_34d18542 when adding codechicken.enderstorage.BlockEnderChest_2783cb25 Did you double check the config copy job you did? Is the folder named correctly? Keep in mind I have never used a hosting provider before, I have only run servers on my own machine here at my home. Quote
planetguy Posted June 27, 2013 Posted June 27, 2013 That is a block ID conflict. Change the ender chest to use a different block ID in its config, and don't forget to update the client configs, too. Quote
ads2996 Posted June 27, 2013 Author Posted June 27, 2013 I see how it's an I'd conflict, but why do they only appear when I run it on a host. I deleted all the files on the server then only uploaded the mods folder. I receive these errors 27.06 19:43:19 [server] SEVERE at cpw.mods.fml.common.Loader.initializeMods(Loader.java:619) 27.06 19:43:19 [server] SEVERE at cpw.mods.fml.common.Loader.postModInit(Loader.java:280) 27.06 19:43:19 [server] SEVERE at cpw.mods.fml.common.modloader.ModLoaderModContainer.postInit(ModLoaderModContainer.java:357) 27.06 19:43:19 [server] SEVERE at net.minecraft.server.mod_AdditionalPipes.modsLoaded(mod_AdditionalPipes.java:259) 27.06 19:43:19 [server] SEVERE at buildcraft.additionalpipes.chunkloader.BlockChunkLoader.<init>(BlockChunkLoader.java:16) 27.06 19:43:19 [server] SEVERE at net.minecraft.server.BlockContainer.<init>(BlockContainer.java:11) 27.06 19:43:19 [server] SEVERE at net.minecraft.server.Block.<init>(Block.java:201) 27.06 19:43:19 [server] SEVERE at net.minecraft.server.Block.<init>(Block.java:181) 27.06 19:43:19 [server] SEVERE java.lang.IllegalArgumentException: Slot 189 is already occupied by ic2chargingbench.common.BlockChargingBench@40390b1d when adding buildcraft.additionalpipes Quote
Maxis010 Posted June 27, 2013 Posted June 27, 2013 If you have no configs the server will generate them, mods use predetermined item IDs which can then be changed via the config (assuming the author has added such options) If you have a conflict you must MANUALLY resolve these conflicts, this means go in to the config files and change the item IDs This has nothing to do with your host Quote
ads2996 Posted June 27, 2013 Author Posted June 27, 2013 I had already tried uploading the default configuration file from the Tekkit server. Zip and I still received errors my host them suggested only uploading only the mods so I did so. Then this happened Quote
dwwojcik Posted June 27, 2013 Posted June 27, 2013 You need to copy the config folder over as well. Like I said before. You will need these configs or else you will need to distribute the config files with the changes from the default that you made to everyone that wants to join your server. Quote
ads2996 Posted June 27, 2013 Author Posted June 27, 2013 I have it sorted know the problem was the lacking of the red power folder which contains its configuration. Thank you for your help and patience Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.