Jump to content

Recommended Posts

Posted

Hi,

I want to make tekkit server (3.1.2). But when i'm turning server on it makes crash:

182 recipes

27 achievements

10:22:19 [iNFO] Starting minecraft server version 1.2.5

10:22:19 [iNFO] Attempting early MinecraftForge initialization

10:22:19 [iNFO] Completed early MinecraftForge initialization

10:22:19 [iNFO] Forge Mod Loader version 2.2.91.173 for Minecraft 1.2.5 loading

10:22:20 [iNFO] Loading mods from /root/Lul/mods

10:22:20 [iNFO] Directory weaponmod contained no mods

10:22:20 [iNFO] Forge Mod Loader has loaded 38 mods

10:22:20 [iNFO] MinecraftForge v3.3.8.152 Initialized

10:22:20 [iNFO] MinecraftForge v3.3.8.152 Initialized

10:22:20 [iNFO] [WeaponMod] Properties file read succesfully!

10:22:20 [WARNING] Configuration for mod_ComputerCraft.enableAPI_http found value 0 outside acceptable range 4.9E-324,1.7976931348623157E308

10:22:20 [iNFO] Loading ComputerCraft: To change block IDs, modify config/mod_ComputerCraft.cfg

10:22:20 [iNFO] ComputerCraft: computerBlockID 207

10:22:20 [iNFO] ComputerCraft: diskDriveBlockID 208

10:22:20 [iNFO] ComputerCraft: diskItemID 4000

10:22:20 [iNFO] CONFLICT @ -49 item slot already occupied by dan200.computer.shared.ItemComputer@1ecab7c while adding net.minecraft.server.ItemBlock@ee6315

10:22:20 [iNFO] ComputerCraft: Searching for RedPowerLib...

10:22:20 [iNFO] ComputerCraft: RedPowerLib and methods located.

10:22:20 [iNFO] CONFLICT @ -48 item slot already occupied by dan200.computer.shared.ItemPeripheral@2b0e7b while adding net.minecraft.server.ItemBlock@c3da75

10:22:20 [iNFO] Initializing alchemy values for Equivalent Exchange..

10:22:20 [iNFO] NetherOres: loaded Macerator Recipes

10:22:20 [iNFO] Loading properties

10:22:20 [iNFO] Starting Minecraft server on 5.39.60.97:25565

10:22:21 [iNFO] Loaded codechicken.wirelessredstone.core.CommandFreq

10:22:21 [iNFO] CONFLICT @ -15 item slot already occupied by net.minecraft.server.ItemBlock@18a1c83 while adding codechicken.enderstorage.ItemEnderChest@55e052

10:22:21 [iNFO] CONFLICT @ -204 item slot already occupied by net.minecraft.server.ItemWithAuxData@1371ddd while adding net.minecraft.server.ItemMobSpawner@189d449

10:22:21 [iNFO] [iC2] Config loaded from /root/Lul/./config/IC2.cfg

10:22:21 [sEVERE] java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@24f7a0 when adding ic2.common.BlockRubSapling@fd4839

10:22:21 [sEVERE] at net.minecraft.server.Block.<init>(Block.java:181)

10:22:21 [sEVERE] at net.minecraft.server.BlockFlower.<init>(SourceFile:11)

10:22:21 [sEVERE] at net.minecraft.server.BlockFlower.<init>(SourceFile:19)

10:22:21 [sEVERE] at net.minecraft.server.BlockSapling.<init>(BlockSapling.java:18)

10:22:21 [sEVERE] at ic2.common.BlockRubSapling.<init>(BlockRubSapling.java:14)

10:22:21 [sEVERE] at net.minecraft.server.mod_IC2.load(mod_IC2.java:289)

10:22:21 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351)

10:22:21 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:263)

10:22:21 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618)

10:22:21 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142)

10:22:21 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176)

10:22:21 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)

10:22:21 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

10:22:21 [sEVERE] Unexpected exception

java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@24f7a0 when adding ic2.common.BlockRubSapling@fd4839

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)

I don't know how to fix "java.lang.IllegalArgumentException: Slot 241 is already occupied by " I tried to reinstall it but it do nothing. (Sorry for my bad english)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...