Jump to content

KingeJulien

Members
  • Posts

    6
  • Joined

  • Last visited

About KingeJulien

  • Birthday 11/10/1993

KingeJulien's Achievements

Dirt

Dirt (1/9)

0

Reputation

  1. 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
  2. Title: Tekkit Server not working on Linux Version: 3.1.1 OS: Debian GNU/Linux 6.0 Java Version: java 7 Description of Problem: Server mixes up item IDs, giving multiple items to one ID. Especially ID 241 Error Messages: Changing the IDs in the config file does not solve the problem, as reinstalling the server doesnt solve it either. Error Log: 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.&lt;init&gt;(Block.java:181) 2012-07-31 09:16:58 [sEVERE]at net.minecraft.server.BlockFlower.&lt;init&gt;(SourceFile:11) 2012-07-31 09:16:58 [sEVERE]at net.minecraft.server.BlockFlower.&lt;init&gt;(SourceFile:19) 2012-07-31 09:16:58 [sEVERE]at net.minecraft.server.BlockSapling.&lt;init&gt;(BlockSapling.java:18) 2012-07-31 09:16:58 [sEVERE]at ic2.common.BlockRubSapling.&lt;init&gt;(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.&lt;init&gt;(Block.java:181) at net.minecraft.server.BlockFlower.&lt;init&gt;(SourceFile:11) at net.minecraft.server.BlockFlower.&lt;init&gt;(SourceFile:19) at net.minecraft.server.BlockSapling.&lt;init&gt;(BlockSapling.java:18) at ic2.common.BlockRubSapling.&lt;init&gt;(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)
  3. thanks for the file, but it dindt work. Can u give me your whole server without the map?
  4. My problem is that on every launch it regenerates the whole config and by this always getting the error on id 241
  5. Nope doesnt work, but thanks for the help. Do you run your server on Linux?
  6. 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
×
×
  • Create New...