Description of Problem: When running the server I get a error
message that says slot 176 is already occupied
Error Messages:
>java.lang.IllegalArgumentException: Slot 176 is already occupied by ee.BlockEEPedestal@52b12fef when adding buildcraft.transport.LegacyBlock@6ec21e52
at net.minecraft.server.Block.<init>(Block.java:175)
at net.minecraft.server.BlockContainer.<init>(BlockContainer.java:12)
at buildcraft.transport.LegacyBlock.<init>(LegacyBlock.java:14)
at net.minecraft.server.BuildCraftTransport.initialize(BuildCraftTransport.java:130)
at net.minecraft.server.mod_BuildCraftTransport.ModsLoaded(mod_BuildCraftTransport.java:14)
at net.minecraft.server.ModLoader.init(ModLoader.java:706)
at net.minecraft.server.ModLoader.Init(ModLoader.java:1357)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:102)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:411)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
14:39:58 [sEVERE] Unexpected exception
java.lang.IllegalArgumentException: Slot 176 is already occupied by ee.BlockEEPedestal@52b12fef when adding buildcraft.transport.LegacyBlock@6ec21e52
at net.minecraft.server.Block.<init>(Block.java:175)
at net.minecraft.server.BlockContainer.<init>(BlockContainer.java:12)
at buildcraft.transport.LegacyBlock.<init>(LegacyBlock.java:14)
at net.minecraft.server.BuildCraftTransport.initialize(BuildCraftTransport.java:130)
at net.minecraft.server.mod_BuildCraftTransport.ModsLoaded(mod_BuildCraftTransport.java:14)
at net.minecraft.server.ModLoader.init(ModLoader.java:706)
at net.minecraft.server.ModLoader.Init(ModLoader.java:1357)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:102)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:411)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
>java.lang.RuntimeException: ModLoader has failed to initialize.
at net.minecraft.server.ModLoader.ThrowException(ModLoader.java:1292)
at net.minecraft.server.ModLoader.init(ModLoader.java:715)
at net.minecraft.server.ModLoader.Init(ModLoader.java:1357)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:102)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:411)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
Caused by: java.lang.IllegalArgumentException: Slot 176 is already occupied by ee.BlockEEPedestal@52b12fef when adding buildcraft.transport.LegacyBlock@6ec21e52
at net.minecraft.server.Block.<init>(Block.java:175)
at net.minecraft.server.BlockContainer.<init>(BlockContainer.java:12)
at buildcraft.transport.LegacyBlock.<init>(LegacyBlock.java:14)
at net.minecraft.server.BuildCraftTransport.initialize(BuildCraftTransport.java:130)
at net.minecraft.server.mod_BuildCraftTransport.ModsLoaded(mod_BuildCraftTransport.java:14)
at net.minecraft.server.ModLoader.init(ModLoader.java:706)
... 4 more
Question
Birdman33573
Launcher/pack Version: 2.1.1
Operating System: Ubuntu
Version of Java:1.7
Description of Problem: When running the server I get a error
message that says slot 176 is already occupied
Error Messages:
Link to pastebin of log: http://pastebin.com/G5aBk86p
5 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