After a clean install of Minecraft, I downloaded Modloader directly from Risugami's post. This keeps happening. Anything I'm doing wrong here?
---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!
Time: 2/15/13 3:50 PM
Description: Exception occured in ModLoader
java.lang.ExceptionInInitializerError
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at ModLoader.addMod(ModLoader.java:371)
at ModLoader.readFromModFolder(ModLoader.java:1384)
at ModLoader.init(ModLoader.java:909)
at ModLoader.addAllRenderers(ModLoader.java:215)
at bbu.<init>(RenderManager.java:94)
at bbu.<clinit>(RenderManager.java:14)
at net.minecraft.client.Minecraft.a(SourceFile:259)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(SourceFile:515)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalArgumentException: Slot 191 is already occupied by [email protected] when adding [email protected]
at amq.<init>(SourceFile:404)
at amq.<init>(SourceFile:424)
at BlockTower.<init>(BlockTower.java:16)
at mod_Tower.<clinit>(mod_Tower.java:5)
... 16 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.4.7
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_05, Oracle Corporation
Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 384401328 bytes (366 MB) / 514523136 bytes (490 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: ModLoader, EntityRendererProxy, ModTextureStatic, ...]
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
ModLoader: Mods loaded: 3
ModLoader 1.4.7
mod_Blocks 1.1
mod_Biosphere 1.4.7
The Meaning of Life, the Universe, and Everything.
Join Date:
10/21/2011
Posts:
47
Minecraft:
chocolatecheese1
Member Details
Some block shares the ID 191 with farmland (I think its farmland) check the block.java file.Oh, it's BlockTower that shares it! change the ID's around and it should work fine!
The Meaning of Life, the Universe, and Everything.
Location:
Omnipresence
Join Date:
9/15/2011
Posts:
58
Location:
Tower of Fate
Minecraft:
caellyan
Member Details
There should be config folder allocated in .minecraft folder, it that folder you should find config files of the mods you have installed), open them with notepad or notepad++ and edit ID's, you can search on YouTube for help about that.
Rollback Post to RevisionRollBack
After a long long life, you find out that infinity is really not all that long.
To post a comment, please login or register a new account.
---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!
Time: 2/15/13 3:50 PM
Description: Exception occured in ModLoader
java.lang.ExceptionInInitializerError
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at ModLoader.addMod(ModLoader.java:371)
at ModLoader.readFromModFolder(ModLoader.java:1384)
at ModLoader.init(ModLoader.java:909)
at ModLoader.addAllRenderers(ModLoader.java:215)
at bbu.<init>(RenderManager.java:94)
at bbu.<clinit>(RenderManager.java:14)
at net.minecraft.client.Minecraft.a(SourceFile:259)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(SourceFile:515)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalArgumentException: Slot 191 is already occupied by [email protected] when adding [email protected]
at amq.<init>(SourceFile:404)
at amq.<init>(SourceFile:424)
at BlockTower.<init>(BlockTower.java:16)
at mod_Tower.<clinit>(mod_Tower.java:5)
... 16 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.4.7
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_05, Oracle Corporation
Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 384401328 bytes (366 MB) / 514523136 bytes (490 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: ModLoader, EntityRendererProxy, ModTextureStatic, ...]
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
ModLoader: Mods loaded: 3
ModLoader 1.4.7
mod_Blocks 1.1
mod_Biosphere 1.4.7
Sorry to be such a noob, but how would I be able to change the IDs around?
After a long long life, you find out that infinity is really not all that long.