TT61 Posted August 21, 2012 Posted August 21, 2012 Title: Can't launch tekkit on Debian/Linux 32bit Version: 3.1.2 OS: Debian/Linux 32bit Java Version: 1.7.0_06 Description of Problem: I can't launch tekkit on Debian/Linux 32bit Error Messages: Error Log: 2012-08-21 19:12:31 [iNFO] CONFLICT @ -15 item slot already occupied by net.minecraft.server.ItemBlock@a556cf while adding codechicken.enderstorage.ItemEnderChest@e6619b 2012-08-21 19:12:31 [FINER] Initializing mod_NotEnoughItems 2012-08-21 19:12:31 [iNFO] CONFLICT @ -204 item slot already occupied by net.minecraft.server.ItemWithAuxData@26ea08 while adding net.minecraft.server.ItemMobSpawner@cec6c9 2012-08-21 19:12:31 [FINER] Initializing mod_BuildCraftEnergy 2012-08-21 19:12:31 [FINER] Initializing mod_BuildCraftCore 2012-08-21 19:12:31 [FINER] Initializing mod_IC2 2012-08-21 19:12:31 [iNFO] [iC2] Config loaded from /home/robert/rmc/./config/IC2.cfg 2012-08-21 19:12:31 [sEVERE] java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@d3b591 when adding ic2.common.BlockRubSapling@13567f1 2012-08-21 19:12:31 [sEVERE] at net.minecraft.server.Block.<init>(Block.java:181) 2012-08-21 19:12:31 [sEVERE] at net.minecraft.server.BlockFlower.<init>(SourceFile:11) 2012-08-21 19:12:31 [sEVERE] at net.minecraft.server.BlockFlower.<init>(SourceFile:19) 2012-08-21 19:12:31 [sEVERE] at net.minecraft.server.BlockSapling.<init>(BlockSapling.java:18) 2012-08-21 19:12:31 [sEVERE] at ic2.common.BlockRubSapling.<init>(BlockRubSapling.java:14) 2012-08-21 19:12:31 [sEVERE] at net.minecraft.server.mod_IC2.load(mod_IC2.java:289) 2012-08-21 19:12:31 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351) 2012-08-21 19:12:31 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:263) 2012-08-21 19:12:31 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618) 2012-08-21 19:12:31 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142) 2012-08-21 19:12:31 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176) 2012-08-21 19:12:31 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) 2012-08-21 19:12:31 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2012-08-21 19:12:31 [sEVERE] Unexpected exception java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@d3b591 when adding ic2.common.BlockRubSapling@13567f1 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:289) 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) 2012-08-21 19:13:12 [iNFO] Stopping server 2012-08-21 19:13:12 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
0 Dr.NotThatEvil Posted August 21, 2012 Posted August 21, 2012 We are talking about a server right ? I have the same problem running tekkit on my Ubuntu server 32bit with 2 gb of ram. I use java 7 so that is not the problem.
0 kaosjr Posted August 21, 2012 Posted August 21, 2012 it looks like there is a problem with IC2, i read the error log twice Block id conflict with enderstorage here is the part of the code java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@d3b591 when adding ic2.common.BlockRubSapling@13567f1 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:289) 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) 2012-08-21 19:13:12 [iNFO] Stopping server
0 Dr.NotThatEvil Posted August 22, 2012 Posted August 22, 2012 So why does the exact same server work on my windows 7 machine and on my ubuntu server there is a id conflict. kind of weird
0 ben657 Posted August 22, 2012 Posted August 22, 2012 Delete your enderstorage config and restart. This will probably give way to another error which contains wireless redstone, so delete that config too. EDIT: just fyi, the reason is that linux uses different line endings than windows or mac, making reading configs odd if they have not been created on the system.
0 Dr.NotThatEvil Posted August 22, 2012 Posted August 22, 2012 i just deleted the ender storage mod and the wireless redstone mod and it works now i did not try deleting the configs i will try that now Edit: Sorry but deleting the configs din't help deleting the mods Enderstorage and Wireless redstone did work.
0 tanki123 Posted August 22, 2012 Posted August 22, 2012 dont just delete the configs as it will generate them back to the same conflicting block ids. Instead try to modify the block ids to stop the conflicts. Modify it to somewhere like 1000+ id as mostly around there the ids are all blank
0 Dr.NotThatEvil Posted August 24, 2012 Posted August 24, 2012 i searched on the forums and i think i know what the problem is. if you upload your server files using winscp the config files will get messed up upload your files with filezila trough FTP and it will not mess things up
Question
TT61
Title: Can't launch tekkit on Debian/Linux 32bit
Version: 3.1.2
OS: Debian/Linux 32bit
Java Version: 1.7.0_06
Description of Problem:
I can't launch tekkit on Debian/Linux 32bit
Error Messages:
Error Log:
7 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now