Starting a new Tekkit 3.1.2 server on Ubuntu 12.04 throws [sEVERE] errors stating that there are item ID conflicts and a 'java.lang.ExceptionInInitializerError' from certain mods. I have tried removing the mods that are causing the errors, but that only returns more error messages. I have also successfully run the server (in the exact same way that I ran it on the Linux Server) on a Windows 7 machine.
Error Messages:
Error Log:
[iNFO] CONFLICT @ -49 item slot already occupied by dan200.computer.shared.ItemComputer@4178460d while adding net.minecraft.server.ItemBlock@3f3f210f
[iNFO] CONFLICT @ -48 item slot already occupied by dan200.computer.shared.ItemPeripheral@4f4db0e3 while adding net.minecraft.server.ItemBlock@75982fc1
[iNFO] CONFLICT @ -15 item slot already occupied by net.minecraft.server.ItemBlock@d24111a while adding codechicken.enderstorage.ItemEnderChest@3adec8b3
[iNFO] CONFLICT @ -204 item slot already occupied by net.minecraft.server.ItemWithAuxData@13e4a47e while adding net.minecraft.server.ItemMobSpawner@7eb5666
[iNFO] Config loaded from /opt/tekkit/./config/IC2.cfg
[sEVERE] java.lang.ExceptionInInitializerError
[sEVERE] at net.minecraft.server.WirelessRedstoneCore.initialize(WirelessRedstoneCore.java:49)
[sEVERE] at net.minecraft.server.mod_WirelessRedstoneCore.load(mod_WirelessRedstoneCore.java:12)
[sEVERE] at cpw.mods.fml.common.modloader.ModLoaderContainer.init(ModLoaderModContainer.java:351)
[sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:263)
[sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618)
[sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142)
[sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176)
[sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)
[sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
[sEVERE] Caused by: java.lang.ArraryIndexOutOfBoundsException: 1024
[sEVERE] at codechicken.core.ConfigFile.readline(ConfigFile.java:158)
[sEVERE] at codechicken.core.ConfigFile.load(mod_WirelessRedstoneCore.java:12)
[sEVERE] at codechicken.core.ConfigFile.<init>(ConfigFile.java:41)
[sEVERE] at codechicken.wirelessredstone.core.SaveManager.<clinit>(SaveManager.java:33)
[sEVERE] ... 9 more
[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.ModLoaderContainer.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.ArraryIndexOutOfBoundsException: 1024
at codechicken.core.ConfigFile.readline(ConfigFile.java:158)
at codechicken.core.ConfigFile.load(mod_WirelessRedstoneCore.java:12)
at codechicken.core.ConfigFile.<init>(ConfigFile.java:41)
at codechicken.wirelessredstone.core.SaveManager.<clinit>(SaveManager.java:33)
... 9 more
Question
SystemShocker
Title: Mod Conflicts on Ubuntu 12.04
Version: 3.1.2
OS: Linux Ubuntu 12.04 Server Edition 64-Bit
Java Version: JDK 1.7.0 64-Bit
Description of Problem:
Starting a new Tekkit 3.1.2 server on Ubuntu 12.04 throws [sEVERE] errors stating that there are item ID conflicts and a 'java.lang.ExceptionInInitializerError' from certain mods. I have tried removing the mods that are causing the errors, but that only returns more error messages. I have also successfully run the server (in the exact same way that I ran it on the Linux Server) on a Windows 7 machine.
Error Messages:
Error Log:
0 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