Jump to content
  • 0

Question

Posted

Title: Ubuntu Tekkit start up failure

Version: 3.1.2

OS: Ubuntu 12.04 LTS

Java Version: 1.7.0_05

Description of Problem:

When trying to start up a Tekkit server I always get an error. It works perfectly fine if I try to set up a Tekkit server on my home windows machine.

Error Messages:

Error Log:


2012-08-22 11:31:02 [FINER] Initializing mod_WirelessRedstoneCore

2012-08-22 11:31:02 [sEVERE] java.lang.ExceptionInInitializerError

2012-08-22 11:31:02 [sEVERE] 	at net.minecraft.server.WirelessRedstoneCore.initialize(WirelessRedstoneCore.java:49)

2012-08-22 11:31:02 [sEVERE] 	at net.minecraft.server.mod_WirelessRedstoneCore.load(mod_WirelessRedstoneCore.java:12)

2012-08-22 11:31:02 [sEVERE] 	at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351)

2012-08-22 11:31:02 [sEVERE] 	at cpw.mods.fml.common.Loader.modInit(Loader.java:263)

2012-08-22 11:31:02 [sEVERE] 	at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618)

2012-08-22 11:31:02 [sEVERE] 	at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142)

2012-08-22 11:31:02 [sEVERE] 	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176)

2012-08-22 11:31:02 [sEVERE] 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)

2012-08-22 11:31:02 [sEVERE] 	at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

2012-08-22 11:31:02 [sEVERE] Caused by: java.lang.ArrayIndexOutOfBoundsException: 1024

2012-08-22 11:31:02 [sEVERE] 	at codechicken.core.ConfigFile.readLine(ConfigFile.java:158)

2012-08-22 11:31:02 [sEVERE] 	at codechicken.core.ConfigFile.loadConfig(ConfigFile.java:68)

2012-08-22 11:31:02 [sEVERE] 	at codechicken.core.ConfigFile.<init>(ConfigFile.java:41)

2012-08-22 11:31:02 [sEVERE] 	at codechicken.wirelessredstone.core.SaveManager.<clinit>(SaveManager.java:33)

2012-08-22 11:31:02 [sEVERE] 	... 9 more

2012-08-22 11:31:02 [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 answers to this question

Recommended Posts

  • 0
Posted

I had this problem, what worked for me was just deleting the wireless redstone config and restarting, this lets it generate it on its own.

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...