Digiza Posted September 16, 2012 Posted September 16, 2012 First off sorry if this is placed in the wrong place. ServerIP: None Testing on CENTOS BOX Server Rules: None Changes: IC2 Sapling ID changed to 251 due to conflict error Mods: Base Installation JAVA: 1.7.0_05-icedtea Hey there Guys / Girls, Im having issues on my CENTOS test box to load Tekkit 3.1.2, Had a initial error where there was ID conflict with Enderchest and IC2 but changed sapling to 251 and that cleared however now I'm having an odd error with the server and Wireless redstone it seems. Whats confusing is on windows box NO errors not even ID conflicts. but soon as on a UNIX enviroment there issues. 182 recipes 27 achievements 18:34:34 [iNFO] Starting minecraft server version 1.2.5 18:34:34 [iNFO] Attempting early MinecraftForge initialization 18:34:34 [iNFO] Completed early MinecraftForge initialization 18:34:34 [iNFO] Forge Mod Loader version 2.2.91.173 for Minecraft 1.2.5 loading 18:34:34 [iNFO] Loading mods from /Minecraft/mods 18:34:34 [iNFO] Directory weaponmod contained no mods 18:34:34 [iNFO] Forge Mod Loader has loaded 38 mods 18:34:34 [iNFO] MinecraftForge v3.3.8.152 Initialized 18:34:34 [iNFO] MinecraftForge v3.3.8.152 Initialized 18:34:34 [iNFO] [WeaponMod] Properties file read succesfully! 18:34:34 [WARNING] Configuration for mod_ComputerCraft.enableAPI_http found value 0 outside acceptable range 4.9E-324,1.7976931348623157E308 18:34:34 [iNFO] Loading ComputerCraft: To change block IDs, modify config/mod_ComputerCraft.cfg 18:34:34 [iNFO] ComputerCraft: computerBlockID 207 18:34:34 [iNFO] ComputerCraft: diskDriveBlockID 208 18:34:34 [iNFO] ComputerCraft: diskItemID 4000 18:34:34 [iNFO] CONFLICT @ -49 item slot already occupied by dan200.computer.shared.ItemComputer@59867b3a while adding net.minecraft.server.ItemBlock@c044ac1 18:34:34 [iNFO] ComputerCraft: Searching for RedPowerLib... 18:34:34 [iNFO] ComputerCraft: RedPowerLib and methods located. 18:34:34 [iNFO] CONFLICT @ -48 item slot already occupied by dan200.computer.shared.ItemPeripheral@38aa441a while adding net.minecraft.server.ItemBlock@325d2406 18:34:35 [iNFO] Initializing alchemy values for Equivalent Exchange.. 18:34:35 [iNFO] NetherOres: loaded Macerator Recipes 18:34:35 [iNFO] Loading properties 18:34:35 [iNFO] Starting Minecraft server on *:25565 18:34:36 [iNFO] Loaded codechicken.wirelessredstone.core.CommandFreq 18:34:36 [iNFO] CONFLICT @ -15 item slot already occupied by net.minecraft.server.ItemBlock@6bd4bee1 while adding codechicken.enderstorage.ItemEnderChest@5c3fdd15 18:34:36 [iNFO] CONFLICT @ -204 item slot already occupied by net.minecraft.server.ItemWithAuxData@1aea9900 while adding net.minecraft.server.ItemMobSpawner@1fe2dcce 18:34:36 [iNFO] [iC2] Config loaded from /Minecraft/./config/IC2.cfg 18:34:36 [sEVERE] java.lang.ExceptionInInitializerError 18:34:36 [sEVERE] at net.minecraft.server.WirelessRedstoneCore.initialize(WirelessRedstoneCore.java:49) 18:34:36 [sEVERE] at net.minecraft.server.mod_WirelessRedstoneCore.load(mod_WirelessRedstoneCore.java:12) 18:34:36 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351) 18:34:36 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:263) 18:34:36 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618) 18:34:36 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142) 18:34:36 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176) 18:34:36 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) 18:34:36 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 18:34:36 [sEVERE] Caused by: java.lang.ArrayIndexOutOfBoundsException: 1024 18:34:36 [sEVERE] at codechicken.core.ConfigFile.readLine(ConfigFile.java:158) 18:34:36 [sEVERE] at codechicken.core.ConfigFile.loadConfig(ConfigFile.java:68) 18:34:36 [sEVERE] at codechicken.core.ConfigFile.<init>(ConfigFile.java:41) 18:34:36 [sEVERE] at codechicken.wirelessredstone.core.SaveManager.<clinit>(SaveManager.java:33) 18:34:36 [sEVERE] ... 9 more 18:34:36 [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 I would prefer not having to delete mods... purly because that kind of defeats the purpose of using Tekkit to its fullest. and every solution I see here have been Debian build issues where JAVA version was at fault, or people just deleted the mod. Thanks in advance for any assist.
theprolo Posted September 16, 2012 Posted September 16, 2012 Yeah, it is the wrong place, but that's not a problem. Just put it here, someone probably knows how to help.
Digiza Posted September 16, 2012 Author Posted September 16, 2012 ah no idea how to move it sorry guys, dont want to repost and end up with bad rep for it.
theprolo Posted September 16, 2012 Posted September 16, 2012 Don't worry, just post another there. Nobody'll mind if it's just you correcting it.
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