Been trying to figure out what I'm doing wrong, hoping someone more experienced than me can help me out. I'm trying to mod minecraft in 1.2.5, don't ask why. Anyway I noticed ID conflicts are very annoying. I am relatively experienced with this because I made a giant modpack in 1.6.4 and their were plenty of ID conflicts. The only problem is in 1.2.5, minecraft handles ID conflicts differently. Instead of saying check idconflicts.txt where it tells me everything that's conflicting and gives me a list of free ID's to use, it crashes and only tells me 1 conflicting ID at a time with no list of free ID's. I tried to download ID resolver and had trouble getting it to work but I finally got it to work. I told it to fix all ID's from this mod and the game crashed after 10 seconds. Here is my crash log.
java.lang.NullPointerException
at ModLoader.addArmor(ModLoader.java:191)
at mod_IC2.load(mod_IC2.java:279)
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 f73b2e9 ----------
I have many other problems but this is the most pressing. Anyone have any idea what to do? If not do you at least know another way for me to switch ID's easily?
Update: I fixed this problem by resetting the configs. But now I'm getting ID conflicts. Is their a way to change them and not doing them 1 by 1?
Hi,
Been trying to figure out what I'm doing wrong, hoping someone more experienced than me can help me out. I'm trying to mod minecraft in 1.2.5, don't ask why. Anyway I noticed ID conflicts are very annoying. I am relatively experienced with this because I made a giant modpack in 1.6.4 and their were plenty of ID conflicts. The only problem is in 1.2.5, minecraft handles ID conflicts differently. Instead of saying check idconflicts.txt where it tells me everything that's conflicting and gives me a list of free ID's to use, it crashes and only tells me 1 conflicting ID at a time with no list of free ID's. I tried to download ID resolver and had trouble getting it to work but I finally got it to work. I told it to fix all ID's from this mod and the game crashed after 10 seconds. Here is my crash log.
java.lang.NullPointerException
at ModLoader.addArmor(ModLoader.java:191)
at mod_IC2.load(mod_IC2.java:279)
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 f73b2e9 ----------
I have many other problems but this is the most pressing. Anyone have any idea what to do? If not do you at least know another way for me to switch ID's easily?
Update: I fixed this problem by resetting the configs. But now I'm getting ID conflicts. Is their a way to change them and not doing them 1 by 1?
Post the entire crash report.
Fixed crashing. Need help with ID conflicts now :/