Jump to content
  • 0

Crash after Mojang loading screen - Slot 241 already occupied by....


Skippy12

Question

Title: Crash after Mojang loading screen - Slot 241 already occupied by....

Version: 3.1.2

OS: Windows 7 Home Premium

Java Version: Version 7 UPdate 9

Description of Problem:

Whenever I start Tekkit, I login and get to the Mojang loading screen fine. BUt then, when it should change to the menu screen, instead I get a window with mod-load and error text.

Vanilla Minecraft still works fine.

Error Messages:

Error Log:


Minecraft has crashed!      

      ----------------------      



Minecraft has stopped running because it encountered a problem.









--- BEGIN ERROR REPORT 1f2e317e --------

Generated 24/11/12 11:11



Minecraft: Minecraft 1.2.5

OS: Windows 7 (amd64) version 6.1

Java: 1.7.0_04, Oracle Corporation

VM: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

LWJGL: 2.4.2

OpenGL: GeForce GT 240M/PCI/SSE2 version 3.0.0, NVIDIA Corporation



java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@447d62ec when adding ic2.common.BlockRubSapling@3e99715

	at pb.<init>(Block.java:251)

	at qk.<init>(SourceFile:11)

	at qk.<init>(SourceFile:19)

	at zc.<init>(SourceFile:19)

	at ic2.common.BlockRubSapling.<init>(BlockRubSapling.java:24)

	at mod_IC2.load(mod_IC2.java:224)

	at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:356)

	at cpw.mods.fml.common.Loader.modInit(Loader.java:273)

	at cpw.mods.fml.common.Loader.initializeMods(Loader.java:628)

	at cpw.mods.fml.client.FMLClientHandler.onLoadComplete(FMLClientHandler.java:223)

	at net.minecraft.client.Minecraft.a(Minecraft.java:429)

	at net.minecraft.client.Minecraft.run(Minecraft.java:738)

	at java.lang.Thread.run(Unknown Source)

--- END ERROR REPORT df734071 ----------

Link to comment
Share on other sites

16 answers to this question

Recommended Posts

  • 0

it is a conflict with the item ids, you can just go into the tekkit folder and change the numbers in the config files, looks like the conflict is enderchests and ic2, but chances are you may have more

you can try deleting and redownload as suggested but the error could occur again or occur with other items

Link to comment
Share on other sites

  • 0

start menu, in the run box type %appdata% press enter a window should open

open .techniclauncher

open tekkit

open config

open the config file in that location that belongs to the mod causing the issue and change the item id, can be opened in notepad

a way to find conflicts and test for open id numbers that can be used

start menu, in run box type cmd

in black cmd window type cd %appdata%/.techniclauncher/tekkit/config press enter

type find "NUMBER" *.* press enter

this will search all the config files for any line containing the number you enter in the " " and display it, and the " " is required

Link to comment
Share on other sites

  • 0

you should have no problem joining servers, some mods care about the ids and if they do you will get a message about the item ids not matching the server, but i havnt had an issue with tekkit when ids are changed

also when you do the first run with a tekkit server some of the mods assign ids at that point from a range

you can test it by first running a server and then removing the configs and doing it again, you will notice differences in some of the mods configs

also it makes it interesting when trying to move world saves from one server to another server that has different ids

Link to comment
Share on other sites

  • 0

Thanks for the suggestions guys. Still locked out at this point. I've tried the following:

  • Changing the block ID for EnderChest or/and Rubber Tree Saplings (both are set to 241)
  • Deleting the EnderChest block ID to reset to default
  • Deleting technic and minecraft launchers and re-downloading fresh

When I change the block ID numbers (to 251 - after checking that was open using Magister's thread above), the new crash erro info I got was as follows. Any further suggestions you can offer will be great appreciated.

Cheers

Minecraft has crashed!

----------------------

Minecraft has stopped running because it encountered a problem.

--- BEGIN ERROR REPORT d5c6c7fe --------

Generated 27/11/12 19:36

Minecraft: Minecraft 1.2.5

OS: Windows 7 (amd64) version 6.1

Java: 1.7.0_04, Oracle Corporation

VM: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

LWJGL: 2.4.2

OpenGL: GeForce GT 240M/PCI/SSE2 version 3.0.0, NVIDIA Corporation

java.lang.NullPointerException

at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:356)

at cpw.mods.fml.common.Loader.modInit(Loader.java:273)

at cpw.mods.fml.common.Loader.initializeMods(Loader.java:628)

at cpw.mods.fml.client.FMLClientHandler.onLoadComplete(FMLClientHandler.java:223)

at net.minecraft.client.Minecraft.a(Minecraft.java:429)

at net.minecraft.client.Minecraft.run(Minecraft.java:738)

at java.lang.Thread.run(Unknown Source)

--- END ERROR REPORT 4d02f8d2 ----------

Link to comment
Share on other sites

  • 0

clearing the cache can be done from the launcher, should be in the options menu near the login

it will require you to redownload all the game data afte

java.lang.NullPointerException

generally points to duplicat item ids, when you change an id make sure you dont change it to one of a vanillia item as it will not be listed in the config files

http://www.minecraftwiki.net/wiki/Data_values

Link to comment
Share on other sites

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