Zenexer Posted March 10, 2013 Posted March 10, 2013 I seem to be having a config file problem. Here's the error that I get almost immediately after starting the server, with a fresh copy of Tekkit--no plugins, no mods, no changes, Oracle JRE 1.7.0u17: java.lang.IllegalArgumentException: Slot 176 is already occupied by ee.BlockEEPedestal@552a38da when adding buildcraft.transport.LegacyBlock@46fa9be4 at net.minecraft.server.Block.<init>(Block.java:181) at net.minecraft.server.BlockContainer.<init>(BlockContainer.java:6) at buildcraft.transport.LegacyBlock.<init>(LegacyBlock.java:13) at net.minecraft.server.BuildCraftTransport.initialize(BuildCraftTransport.java:132) at net.minecraft.server.mod_BuildCraftTransport.modsLoaded(mod_BuildCraftTransport.java:17) at cpw.mods.fml.common.modloader.ModLoaderModContainer.postInit(ModLoaderModContainer.java:357) at cpw.mods.fml.common.Loader.postModInit(Loader.java:280) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:619) 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) Then it just freezes and refuses to continue. After a while it crashes without warning. I can't find config files for either Equivalent Exchange or Buildcraft in the config folder. They're not in the client, either, so I can't copy them from there.
Zenexer Posted March 10, 2013 Author Posted March 10, 2013 mod_EE.props wasn't getting copied properly. New error. This time, there's a config, and it seems to look good, but the error indicates that the config isn't getting read. The block ID in the error is nowhere to be found in redpower.cfg--which, by the way, is in the right place. java.lang.RuntimeException: RedPowerCore: BlockID 155 occupied by buildcraft.builders.BlockFiller, autoAssign is disabled. at forge.MinecraftForge.killMinecraft(MinecraftForge.java:477) at eloraam.core.Config.getBlockID(Config.java:180) at net.minecraft.server.RedPowerControl.initialize(RedPowerControl.java:40) at net.minecraft.server.mod_RedPowerControl.initialize(mod_RedPowerControl.java:55) at net.minecraft.server.mod_RedPowerControl.modsLoaded(mod_RedPowerControl.java:31) at cpw.mods.fml.common.modloader.ModLoaderModContainer.postInit(ModLoaderModContainer.java:357) at cpw.mods.fml.common.Loader.postModInit(Loader.java:280) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:619) 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) Edit: Tekkit dislikes symlinks.
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