Jump to content

Question

Posted

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:

>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

Link to pastebin of log: http://pastebin.com/G5aBk86p

5 answers to this question

Recommended Posts

  • 0
Posted

The EE Pedastal and the Buildcraft Legacy Block are trying to occupy the same spot. Sounds like one of the config files got messed up and is using the default block placements, might want to back up your server world (if any) and try a reinstall, if that doesn't work you are going to have to manually go in and reallocate block IDs.

  • 0
Posted

Ok I tried re installing but it didn't work. Were do I go to change the block ids?

You make sure to grab a new copy of the server zip to reinstall from? The configuration files you need to change are in the config folder, but I seem to have got it to set up right on my computer from just a new server zip.

  • 0
Posted

Yea I downloaded it from the website again and it still didn't work and in the config folder which files? (sorry im a noob =( ) I looked at all the buildcraft.cfg files and the ee.cfg file and all they have is

#

#Sat Mar 03 23:07:48 PST 2012

checksum=0

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