if you are a reading this post then you either A. a Modder or B. someone who is bored, either way I need a little bit of help and feedback over here. I'm trying to to get a bunch of mods that normally don't work together when using the standard drag and drop installation by the means of Id Resolver and I managed to get all the Id's to not conflict and work together without crashing on startup but when I have Nei installed and I try to load a world I get this pathing error
at anyrate from what I can tell this has to do with altering something before hand Id wise and now nei's crating recipe detection handler can't pick something up or another; something possibly like that from what I can tell but obviously I'm not entirely sure. This is where you come in, I need help finding what could be creating this error and how to fix it. if more data is required to deduce the problems just say and I'll post it either in an edit or in another post. (I'll most likely put the list of mods in a later post once I have the list nice and tidy)
Anyways thank you for your time and your feedback is much appreciated!
I'm having trouble making your post out, but if you're saying that you have an issue with using ID Resolver with NEI installed (viceversa), I too, am getting an error:
---- Minecraft Crash Report ----
// Would you like a cupcake?
Time: 11/26/12 4:00 AM
Description: Failed to start game
java.util.MissingFormatArgumentException: Format specifier '5b'
at java.util.Formatter.format(Unknown Source)
at java.util.Formatter.format(Unknown Source)
at java.lang.String.format(Unknown Source)
at cpw.mods.fml.relauncher.FMLRelaunchLog.log(FMLRelaunchLog.java:183)
at cpw.mods.fml.common.FMLLog.log(FMLLog.java:12)
at cpw.mods.fml.common.FMLLog.severe(FMLLog.java:22)
at cpw.mods.fml.common.LoadController.transition(LoadController.java:97)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:481)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:151)
at net.minecraft.client.Minecraft.a(Minecraft.java:424)
at net.minecraft.client.Minecraft.run(Minecraft.java:756)
at java.lang.Thread.run(Unknown Source)
This only seems to happen when ID Resolver is loaded with NEI, and I cant seem to figure out why. I googled this error, and the top link brought me to this page. Heh, came here looking for an answer. Oh well.
I'm affraid that may not be the case seeing as your your error report details a completely different error verses mine, at anyrate I recommend starting a different post detailing what went wrong leading up to your error and creating a list of the other mods your using. also if you could delete your post so to not derail the topic ae my support question that would be much appreciated
if you are a reading this post then you either A. a Modder or B. someone who is bored, either way I need a little bit of help and feedback over here. I'm trying to to get a bunch of mods that normally don't work together when using the standard drag and drop installation by the means of Id Resolver and I managed to get all the Id's to not conflict and work together without crashing on startup but when I have Nei installed and I try to load a world I get this pathing error
Unexpected error
java.lang.NoSuchMethodError: codechicken.nei.recipe.TemplateRecipeHandler$RecipeTransferRect.<init>(Lcodechicken/nei/recipe/TemplateRecipeHandler;Ljava/awt/Rectangle;Ljava/lang/String;[Ljava/lang/Object;)V
at ic2.neiIntegration.common.GradualRecipeHandler.loadTransferRects(GradualRecipeHandler.java:106)
at codechicken.nei.recipe.TemplateRecipeHandler.<init>(TemplateRecipeHandler.java:312)
at ic2.neiIntegration.common.GradualRecipeHandler.<init>(GradualRecipeHandler.java:25)
at ic2.neiIntegration.common.NEIIC2Config.loadConfig(NEIIC2Config.java:21)
at codechicken.nei.NEIClientConfig.loadConfig(NEIClientConfig.java:695)
at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:294)
at codechicken.nei.ClientPacketHandler.handleSMPCheck(ClientPacketHandler.java:121)
at codechicken.nei.ClientPacketHandler.handlePacket(ClientPacketHandler.java:26)
at codechicken.core.PacketCustom$ClientPacketHander.handle(PacketCustom.java:79)
at codechicken.core.PacketCustom$CustomPacketHandler.onPacketData(PacketCustom.java:48)
at cpw.mods.fml.common.network.NetworkRegistry.handlePacket(NetworkRegistry.java:249)
at cpw.mods.fml.common.network.NetworkRegistry.handleCustomPacket(NetworkRegistry.java:239)
at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:78)
at axz.a(NetClientHandler.java:1344)
at dj.a(SourceFile:59)
at cf.b(MemoryConnection.java:79)
at net.minecraft.client.Minecraft.l(Minecraft.java:1913)
at net.minecraft.client.Minecraft.J(Minecraft.java:858)
at net.minecraft.client.Minecraft.run(Minecraft.java:783)
at java.lang.Thread.run(Unknown Source)
at anyrate from what I can tell this has to do with altering something before hand Id wise and now nei's crating recipe detection handler can't pick something up or another; something possibly like that from what I can tell but obviously I'm not entirely sure. This is where you come in, I need help finding what could be creating this error and how to fix it. if more data is required to deduce the problems just say and I'll post it either in an edit or in another post. (I'll most likely put the list of mods in a later post once I have the list nice and tidy)
Anyways thank you for your time and your feedback is much appreciated!
Post your full forge log: ForgeModLoader-client-0.log from in the minecraft folder. It'll help more then just the snippet.
alright will replace the standard log one moment
---------------------------------------------------------------------
changed crash report to forge log and used paste bin seeing as the log was too long for the forums
I'm pretty dang tired right now, so this could just be nonsense, but it look like your coremods are arguing, I'd guess you need to trick them into installing in a different order and see if that fixes anything. (or it could just be that they are conflicting)
Try adding an 'm' into the name of 'CodeChickenCore 0.6.10.jar' so 'mCodeChickenCore 0.6.10.jar' That should load it after the others, but before nei.
It may also be the other way, and you need to bump treecap to loading after CCC so that CCC loads before anything else.
Also. There have been some issues with Magic Launcher lately. If you are using that perhaps try multiMC instead, or manually installing everything.
[Added forge log to Paste bin] http://pastebin.com/tcn53pXU
at anyrate from what I can tell this has to do with altering something before hand Id wise and now nei's crating recipe detection handler can't pick something up or another; something possibly like that from what I can tell but obviously I'm not entirely sure. This is where you come in, I need help finding what could be creating this error and how to fix it. if more data is required to deduce the problems just say and I'll post it either in an edit or in another post. (I'll most likely put the list of mods in a later post once I have the list nice and tidy)
Anyways thank you for your time and your feedback is much appreciated!
This only seems to happen when ID Resolver is loaded with NEI, and I cant seem to figure out why. I googled this error, and the top link brought me to this page. Heh, came here looking for an answer. Oh well.
-
View User Profile
-
View Posts
-
Send Message
Retired StaffPost your full forge log: ForgeModLoader-client-0.log from in the minecraft folder. It'll help more then just the snippet.
---------------------------------------------------------------------
changed crash report to forge log and used paste bin seeing as the log was too long for the forums
-
View User Profile
-
View Posts
-
Send Message
Retired StaffTry adding an 'm' into the name of 'CodeChickenCore 0.6.10.jar' so 'mCodeChickenCore 0.6.10.jar' That should load it after the others, but before nei.
It may also be the other way, and you need to bump treecap to loading after CCC so that CCC loads before anything else.
Also. There have been some issues with Magic Launcher lately. If you are using that perhaps try multiMC instead, or manually installing everything.