When launching the server on my ubuntu box (11.10 x86_64) I get a block ID error of the following:
java.lang.IllegalArgumentException: Slot 241 is already occupied by ic2.common.BlockRubSapling@15b08736 when adding codechicken.enderchest.BlockEnderChest@787cf559
Java HotSpot 64-Bit Server VM (build 22.0-b10, mixed mode)
NOTE : "1-industrialcraft2-1.70-cb1.1R4-r2.zip" I added the "1-" in an attempt to see if it was an issue with load order. With the zip name unmodified, the same error occurs, but ic2.common.BlockRubSapling and codechicken.enderchest.BlockEnderChest are reversed.
I can take the same set of files, copy them to my windows 7 box, and run the server without issue. Server was previously hosting a 1.1.4 tekkit server and was cleared out and repurposed for 2.0.
If I'm missing something glaring, please send me off with a slap to the head :-\
edit: appended "Slot 241 is already occupied" to subject.
Question
tabbek
When launching the server on my ubuntu box (11.10 x86_64) I get a block ID error of the following:
java.lang.IllegalArgumentException: Slot 241 is already occupied by ic2.common.BlockRubSapling@15b08736 when adding codechicken.enderchest.BlockEnderChest@787cf559
server.log @ http://pastebin.com/9mNZdG6G
ModLoader.log @ http://pastebin.com/bpanCPBZ
~$ which java
/usr/bin/java
~$ java -version
java version "1.7.0_02"
Java SE Runtime Environment (build 1.7.0_02-b13)
Java HotSpot 64-Bit Server VM (build 22.0-b10, mixed mode)
NOTE : "1-industrialcraft2-1.70-cb1.1R4-r2.zip" I added the "1-" in an attempt to see if it was an issue with load order. With the zip name unmodified, the same error occurs, but ic2.common.BlockRubSapling and codechicken.enderchest.BlockEnderChest are reversed.
I can take the same set of files, copy them to my windows 7 box, and run the server without issue. Server was previously hosting a 1.1.4 tekkit server and was cleared out and repurposed for 2.0.
If I'm missing something glaring, please send me off with a slap to the head :-\
edit: appended "Slot 241 is already occupied" to subject.
19 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