Title: Severe Server Error - Linux - Prevents startup - Tekkit 3.1.1
Version: 3.0.3/3.0.4
OS: Linux
Java Version: 1.7.0_05
Description of Problem:
Fresh Tekkit installation has block ID conflicts that prevent successful startup of a server on Linux.
Error Messages:
[sEVERE] java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@53a57a when adding ic2.common.BlockRubSapling@194f2e8
23:16:38 [sEVERE] Unexpected exception
java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@53a57a when adding ic2.common.BlockRubSapling@194f2e8
Error Log:
****@****:/srv/autism/Tekkit_Test_Server$ ./launch.sh
182 recipes
27 achievements
23:16:36 [iNFO] Starting minecraft server version 1.2.5
23:16:36 [iNFO] Attempting early MinecraftForge initialization
23:16:36 [iNFO] Completed early MinecraftForge initialization
23:16:36 [iNFO] Forge Mod Loader version 2.2.91.162 for Minecraft 1.2.5 loading
23:16:36 [iNFO] Loading mods from /srv/autism/Tekkit_Test_Server/mods
23:16:36 [iNFO] Directory weaponmod contained no mods
23:16:36 [iNFO] Forge Mod Loader has loaded 36 mods
23:16:36 [iNFO] MinecraftForge v3.3.8.152 Initialized
23:16:36 [iNFO] MinecraftForge v3.3.8.152 Initialized
23:16:36 [iNFO] [WeaponMod] Properties file read succesfully!
23:16:36 [WARNING] Configuration for mod_ComputerCraft.enableAPI_http found value 0 outside acceptable range 4.9E-324,1.7976931348623157E308
23:16:36 [iNFO] Loading ComputerCraft: To change block IDs, modify config/mod_ComputerCraft.cfg
23:16:36 [iNFO] ComputerCraft: computerBlockID 207
23:16:36 [iNFO] ComputerCraft: diskDriveBlockID 208
23:16:36 [iNFO] ComputerCraft: diskItemID 4000
23:16:36 [iNFO] CONFLICT @ -49 item slot already occupied by dan200.computer.shared.ItemComputer@1db7aae while adding net.minecraft.server.ItemBlock@536ac6
23:16:36 [iNFO] ComputerCraft: Searching for RedPowerLib...
23:16:36 [iNFO] ComputerCraft: RedPowerLib and methods located.
23:16:36 [iNFO] CONFLICT @ -48 item slot already occupied by dan200.computer.shared.ItemPeripheral@481df6 while adding net.minecraft.server.ItemBlock@a71830
23:16:36 [iNFO] Initializing alchemy values for Equivalent Exchange..
23:16:37 [iNFO] NetherOres: loaded Macerator Recipes
23:16:37 [iNFO] Loading properties
23:16:37 [iNFO] Starting Minecraft server on *:25565
23:16:38 [iNFO] Loaded codechicken.wirelessredstone.core.CommandFreq
23:16:38 [iNFO] CONFLICT @ -15 item slot already occupied by net.minecraft.server.ItemBlock@893bd6 while adding codechicken.enderstorage.ItemEnderChest@1b77ca0
23:16:38 [iNFO] CONFLICT @ -204 item slot already occupied by net.minecraft.server.ItemWithAuxData@16f7d42 while adding net.minecraft.server.ItemMobSpawner@88968a
23:16:38 [iNFO] [iC2] Config loaded from /srv/autism/Tekkit_Test_Server/./config/IC2.cfg
23:16:38 [sEVERE] java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@53a57a when adding ic2.common.BlockRubSapling@194f2e8
23:16:38 [sEVERE] at net.minecraft.server.Block.<init>(Block.java:181)
23:16:38 [sEVERE] at net.minecraft.server.BlockFlower.<init>(SourceFile:11)
23:16:38 [sEVERE] at net.minecraft.server.BlockFlower.<init>(SourceFile:19)
23:16:38 [sEVERE] at net.minecraft.server.BlockSapling.<init>(BlockSapling.java:18)
23:16:38 [sEVERE] at ic2.common.BlockRubSapling.<init>(BlockRubSapling.java:14)
23:16:38 [sEVERE] at net.minecraft.server.mod_IC2.load(mod_IC2.java:286)
23:16:38 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351)
23:16:38 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:263)
23:16:38 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618)
23:16:38 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142)
23:16:38 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176)
23:16:38 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)
23:16:38 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
23:16:38 [sEVERE] Unexpected exception
java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@53a57a when adding ic2.common.BlockRubSapling@194f2e8
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)
>
Question
LaoShanLong
Title: Severe Server Error - Linux - Prevents startup - Tekkit 3.1.1
Version: 3.0.3/3.0.4
OS: Linux
Java Version: 1.7.0_05
Description of Problem:
Fresh Tekkit installation has block ID conflicts that prevent successful startup of a server on Linux.
Error Messages:
[sEVERE] java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@53a57a when adding ic2.common.BlockRubSapling@194f2e8
23:16:38 [sEVERE] Unexpected exception
java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@53a57a when adding ic2.common.BlockRubSapling@194f2e8
Error Log:
23 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