Jump to content

SShadowS

Members
  • Posts

    3
  • Joined

  • Last visited

About SShadowS

  • Birthday 10/28/1980

SShadowS's Achievements

Dirt

Dirt (1/9)

0

Reputation

  1. Title: Item 241 conflict in Tekkit 3.1 server Version: 3.0.3/3.0.4 OS: Debian 3.2.0-3-amd64 Java Version: 1.7.0_05 Description of Problem: Conflict at startup with new server files (Upgrade from 3.0.4, deleted the entire mods lib before copying) Error Messages: Had to remove EnderStorage to get it working. Error Log: 2012-07-20 13:29:15 [sEVERE] java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@307dea47 when adding ic2.common.BlockRubSapling@1a9ff430 2012-07-20 13:29:15 [sEVERE] at net.minecraft.server.Block.<init>(Block.java:181) 2012-07-20 13:29:15 [sEVERE] at net.minecraft.server.BlockFlower.<init>(SourceFile:11) 2012-07-20 13:29:15 [sEVERE] at net.minecraft.server.BlockFlower.<init>(SourceFile:19) 2012-07-20 13:29:15 [sEVERE] at net.minecraft.server.BlockSapling.<init>(BlockSapling.java:18) 2012-07-20 13:29:15 [sEVERE] at ic2.common.BlockRubSapling.<init>(BlockRubSapling.java:14) 2012-07-20 13:29:15 [sEVERE] at net.minecraft.server.mod_IC2.load(mod_IC2.java:286) 2012-07-20 13:29:15 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351) 2012-07-20 13:29:15 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:263) 2012-07-20 13:29:15 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618) 2012-07-20 13:29:15 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142) 2012-07-20 13:29:15 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176) 2012-07-20 13:29:15 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) 2012-07-20 13:29:15 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2012-07-20 13:29:15 [sEVERE] Unexpected exception java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@307dea47 when adding ic2.common.BlockRubSapling@1a9ff430 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)
  2. Title: WirelessRedstone bug Version: 3.0.3/3.0.4 OS: Debian Java Version: JRE 1.7.0_05 Description of Problem: Server wont start Tekkit 3.1 Error Messages: Had to remove RedstoneWireless for it to start. Error Log: 2012-07-20 12:25:59 [sEVERE] java.lang.ExceptionInInitializerError 2012-07-20 12:25:59 [sEVERE] at net.minecraft.server.WirelessRedstoneCore.initialize(WirelessRedstoneCore.java:49) 2012-07-20 12:25:59 [sEVERE] at net.minecraft.server.mod_WirelessRedstoneCore.load(mod_WirelessRedstoneCore.java:12) 2012-07-20 12:25:59 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351) 2012-07-20 12:25:59 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:263) 2012-07-20 12:25:59 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618) 2012-07-20 12:25:59 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142) 2012-07-20 12:25:59 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176) 2012-07-20 12:25:59 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) 2012-07-20 12:25:59 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2012-07-20 12:25:59 [sEVERE] Caused by: java.lang.ArrayIndexOutOfBoundsException: 1024 2012-07-20 12:25:59 [sEVERE] at codechicken.core.ConfigFile.readLine(ConfigFile.java:158) 2012-07-20 12:25:59 [sEVERE] at codechicken.core.ConfigFile.loadConfig(ConfigFile.java:68) 2012-07-20 12:25:59 [sEVERE] at codechicken.core.ConfigFile.<init>(ConfigFile.java:41) 2012-07-20 12:25:59 [sEVERE] at codechicken.wirelessredstone.core.SaveManager.<clinit>(SaveManager.java:33) 2012-07-20 12:25:59 [sEVERE] ... 9 more 2012-07-20 12:25:59 [sEVERE] Unexpected exception java.lang.ExceptionInInitializerError at net.minecraft.server.WirelessRedstoneCore.initialize(WirelessRedstoneCore.java:49) at net.minecraft.server.mod_WirelessRedstoneCore.load(mod_WirelessRedstoneCore.java:12) 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) Caused by: java.lang.ArrayIndexOutOfBoundsException: 1024 at codechicken.core.ConfigFile.readLine(ConfigFile.java:158) at codechicken.core.ConfigFile.loadConfig(ConfigFile.java:68) at codechicken.core.ConfigFile.<init>(ConfigFile.java:41) at codechicken.wirelessredstone.core.SaveManager.<clinit>(SaveManager.java:33) ... 9 more
  3. Did you guys have to disable EnderChest and WirelessRedpower to get the new server started to? I had a couple of conflict else so the server wouldn't start.
×
×
  • Create New...