Jump to content

thecow275

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by thecow275

  1. I am dumb had accidentally downloaded mekanism-*-ALL.jar instead of the core module causing the modular modules to have identical info to the mekanism all jar file which is unmodular and crashing due to that being uncompatible
  2. Cant tell which mod is crashing as debug.log is useless doesnt tell jar name that crashes loader so if anyone here can do anything to help here is the log debug.log and the same file as gist https://gist.github.com/thecow275/e8e735a599860494425af094b9cf2c57
  3. part of my mistake calling it a Coremod what i meant is that it is a API/Library and a mod using it sorry about that Draco18s that fixed it thanks i didnt know that if the mods have the same com.mainmodclassname.modpart it would need that value as example because my mods start with com.thecow275 it causes this issue if there is no value in the @Instance in this case the String MODIDCOWCORE2 and on the other the String MODIDELEC is reguired so i wouldnt need this fix if it would be for example com.thecow275.electrica and com.thecow.thecowcore then this fix and that string wouldnt be reguired in the @Instance part
  4. the reason i am splitting my mod into 2 parts so that if someone wants only the core functionality like the power api and item block creation api without it being so heavy some older computers cant run it also if they only want the basic compatibility between IC2 and lets say some new mod using my mods power api without my mod as it being too heavy in the future so they would only take ThecowCore and leave electrica and plantic (upcoming) out to keep it less heavy and bam they would have electricity API converter and the Block/Item Creation Kit Api for use to be used by other mods perhaps their new mod they just made using ThecowCore BICK API (Block/Item Creation Kit API) and ThecowCore power API
  5. so i have split my mod to make my coremod and the "electrica" separate parts to make an api but iam getting an error that i cant understand at all i have tried editing the main classes of both but with no luck at all here is the error so what the heck is going on all i can understand is java.lang.IllegalArgumentException: Can not set static com.thecow275.electrica.Main field com.thecow275.electrica.Main.instance to com.thecow275.thecowcore.Main but what does this mean here both of the main classes how is it that i feel like I am dumb and dont know what i broke
  6. So i have a issue with my items not rendering correctly and being black and purple and i have tried changing values names json files etch and not working so if someone would help me i have the source code here https://github.com/TheAnimatronicFox/thecow275-s-Electrica/tree/master/src/main
  7. I think that the thing is that really needed code was removed or something (yes this is my post but this is the thing what i think)
  8. so there is the ForgeModloader-Client-0 here (i use newest version of forge for minecraft 1.4.5) 2012-11-24 21:38:36 [iNFO] [ForgeModLoader] Forge Mod Loader version 4.4.4.442 for Minecraft 1.4.4 loading 2012-11-24 21:38:36 [FINEST] [ForgeModLoader] All core mods are successfully located 2012-11-24 21:38:36 [FINEST] [ForgeModLoader] Discovering coremods 2012-11-24 21:38:36 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir 2012-11-24 21:38:36 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir 2012-11-24 21:38:36 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir 2012-11-24 21:38:36 [FINEST] [ForgeModLoader] Running coremod plugins 2012-11-24 21:38:36 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin 2012-11-24 21:38:36 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully 2012-11-24 21:38:36 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin 2012-11-24 21:38:36 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully 2012-11-24 21:38:36 [FINEST] [ForgeModLoader] Validating minecraft 2012-11-24 21:38:37 [sEVERE] [ForgeModLoader] This version of FML is built for Minecraft 1.4.4, we have detected Minecraft 1.4.5 in your minecraft jar file 2012-11-24 21:38:37 [iNFO] [sTDOUT] A CRITICAL PROBLEM OCCURED INITIALIZING MINECRAFT - LIKELY YOU HAVE AN INCORRECT VERSION FOR THIS FML 2012-11-24 21:38:41 [iNFO] [sTDERR] Exception in thread "Thread-5" java.lang.RuntimeException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException 2012-11-24 21:38:41 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:175) 2012-11-24 21:38:41 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:242) 2012-11-24 21:38:41 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212) 2012-11-24 21:38:41 [iNFO] [sTDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:28) 2012-11-24 21:38:41 [iNFO] [sTDERR] at net.minecraft.Launcher.replace(Launcher.java:136) 2012-11-24 21:38:41 [iNFO] [sTDERR] at net.minecraft.Launcher$1.run(Launcher.java:79) 2012-11-24 21:38:41 [iNFO] [sTDERR] Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException 2012-11-24 21:38:41 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:290) 2012-11-24 21:38:41 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155) 2012-11-24 21:38:41 [iNFO] [sTDERR] ... 5 more 2012-11-24 21:38:41 [iNFO] [sTDERR] Caused by: java.lang.reflect.InvocationTargetException 2012-11-24 21:38:41 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2012-11-24 21:38:41 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2012-11-24 21:38:41 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2012-11-24 21:38:41 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2012-11-24 21:38:41 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:282) 2012-11-24 21:38:41 [iNFO] [sTDERR] ... 6 more 2012-11-24 21:38:41 [iNFO] [sTDERR] Caused by: cpw.mods.fml.common.LoaderException 2012-11-24 21:38:41 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.<init>(Loader.java:175) 2012-11-24 21:38:41 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.instance(Loader.java:150) 2012-11-24 21:38:41 [iNFO] [sTDERR] ... 11 more and yes i noticed that its marked 1.4.4 but i use the newest forge for minecraft 1.4.5 so why its crashing only when forge installed or with mods like tmi are installed too
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.