This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
mazetar's profile picture

SMP server side Block ID conflict

Started by mazetar, 29 April 2012 - 12:19 PM
mazetar #1
Posted 29 April 2012 - 02:19 PM
Hello!

I'm getting the following error message:

SEVERE] Unexpected exception
java.lang.IllegalArgumentException: Slot 208 is already occupied by dan200.computer.shared.BlockPeripheral@4fa49021

Even though my mod_ComputerCraft.cfg file is configured to set computer block ID to 230 and the Disk block to 231.
Is there any way I can fix this?

I'm using the most recent version of both Forge and Modloader both Downloaded today.
mazetar #2
Posted 29 April 2012 - 02:22 PM
It seems like its not reading the config file at all, I guess I need to let it use whatever IDs it wants and then re-configure the other mods around it until I find a fix to get it to change the IDs :)/>/>
cant_delete_account #3
Posted 29 April 2012 - 05:14 PM
Use the newest Forge version, Build #3.1.3.102.
It fixes MLProp issues. (the config system ComputerCraft uses)
SL7205 #4
Posted 14 June 2012 - 11:21 AM
You have to see this post.

http://www.computercraft.info/forums2/index.php?/topic/2123-what-you-have-to-do-or-see-when-your-minecraft-crashed/

Thank you.
SL7205