KingeJulien Posted July 31, 2012 Posted July 31, 2012 Hi guys, I have been playing IC2 and buildcraft now for a long time and i did always mod server myself. im quite happy i found tekkit, but currently its kind of annoying me. So if i run a tekkit server on my PC it works perfectly fine. But when i upload all files to my root server and bash the launch.sh it gives me following error: 2012-07-31 09:13:35 [iNFO] Starting minecraft server version 1.2.5 ....... 2012-07-31 09:16:58 [iNFO] [iC2] Config loaded from /home/mc2/./config/IC2.cfg 2012-07-31 09:16:58 [sEVERE] java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@c26154b when adding ic2.common.BlockRubSapling@183ff528 2012-07-31 09:16:58 [sEVERE]at net.minecraft.server.Block.<init>(Block.java:181) 2012-07-31 09:16:58 [sEVERE]at net.minecraft.server.BlockFlower.<init>(SourceFile:11) 2012-07-31 09:16:58 [sEVERE]at net.minecraft.server.BlockFlower.<init>(SourceFile:19) 2012-07-31 09:16:58 [sEVERE]at net.minecraft.server.BlockSapling.<init>(BlockSapling.java:18) 2012-07-31 09:16:58 [sEVERE]at ic2.common.BlockRubSapling.<init>(BlockRubSapling.java:14) 2012-07-31 09:16:58 [sEVERE]at net.minecraft.server.mod_IC2.load(mod_IC2.java:289) 2012-07-31 09:16:58 [sEVERE]at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351) 2012-07-31 09:16:58 [sEVERE]at cpw.mods.fml.common.Loader.modInit(Loader.java:263) 2012-07-31 09:16:58 [sEVERE]at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618) 2012-07-31 09:16:58 [sEVERE]at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142) 2012-07-31 09:16:58 [sEVERE]at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176) 2012-07-31 09:16:58 [sEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) 2012-07-31 09:16:58 [sEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2012-07-31 09:16:58 [sEVERE] Unexpected exception java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@c26154b when adding ic2.common.BlockRubSapling@183ff528 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-07-31 09:17:47 [sEVERE] null java.io.IOException: Input/output error at java.io.FileInputStream.readBytes(Native Method) at java.io.FileInputStream.read(FileInputStream.java:242) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read(BufferedInputStream.java:254) at java.io.FilterInputStream.read(FilterInputStream.java:83) at jline.console.ConsoleReader$1.read(ConsoleReader.java:167) at jline.internal.InputStreamReader.read(InputStreamReader.java:267) at jline.internal.InputStreamReader.read(InputStreamReader.java:204) at jline.console.ConsoleReader.readCharacter(ConsoleReader.java:995) at jline.console.ConsoleReader.readLine(ConsoleReader.java:1167) at net.minecraft.server.ThreadCommandReader.run(ThreadCommandReader.java:31) (end of server.log) Okay it is clearly visible that slot 241 (blockrubsapling) is occupied by the enderstoragechest. so I changed the enderstorage.cfg and gave her the id 178. Now upon restarting the server it gives me the exact same error and as I look up the enderstorage.cfg, the server changed the enderchests id again to 241. Thank you for your time Quote
pokeybit Posted July 31, 2012 Posted July 31, 2012 Same problem, I assume those cfg files are generated on first run from the mod zip files hence not being able to manually change the values for either 'blockRubSapling=241' or 'block.id=241'. However ... I copied my config file folder from my previous working server into the new folder and poof! as if by magic. I suggest you try the same :) Quote
KingeJulien Posted July 31, 2012 Author Posted July 31, 2012 Nope doesnt work, but thanks for the help. Do you run your server on Linux? Quote
KingeJulien Posted July 31, 2012 Author Posted July 31, 2012 My problem is that on every launch it regenerates the whole config and by this always getting the error on id 241 Quote
pokeybit Posted July 31, 2012 Posted July 31, 2012 Yeah it was doing that for me also. It is just the way the cookie crumbles. If you would like to try replacing all your files in the config folder with the ones in this zip file http://78.129.236.127/config.zip . It is the ones that work fine for my 3.1.2. I hope it helps. Quote
KingeJulien Posted August 1, 2012 Author Posted August 1, 2012 thanks for the file, but it dindt work. Can u give me your whole server without the map? 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.