Posted November 28, 201212 yr i use minecraftforge 1.4.4 and 1.4.5 1.4.4 = minecraftforge-universal-6.3.0.372 [Recommended] 1.4.5 = minecraftforge-universal-1.4.5-6.4.0.0397 [Recommended] then reofuscate and install in %appdata% i get this error 2555-11-29 00:47:25 [iNFO] [ForgeModLoader] Forge Mod Loader version 4.4.4.442 for Minecraft 1.4.4 loading 2555-11-29 00:47:25 [FINEST] [ForgeModLoader] All core mods are successfully located 2555-11-29 00:47:25 [FINEST] [ForgeModLoader] Discovering coremods 2555-11-29 00:47:25 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir 2555-11-29 00:47:25 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir 2555-11-29 00:47:25 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir 2555-11-29 00:47:25 [FINEST] [ForgeModLoader] Running coremod plugins 2555-11-29 00:47:25 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin 2555-11-29 00:47:25 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully 2555-11-29 00:47:25 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin 2555-11-29 00:47:25 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully 2555-11-29 00:47:25 [FINEST] [ForgeModLoader] Validating minecraft 2555-11-29 00:47:25 [FINEST] [ForgeModLoader] Minecraft validated, launching... 2555-11-29 00:47:26 [iNFO] [sTDOUT] 27 achievements 2555-11-29 00:47:26 [iNFO] [sTDOUT] 208 recipes 2555-11-29 00:47:26 [iNFO] [sTDOUT] Setting user: KururuLABO, 12345 2555-11-29 00:47:26 [iNFO] [sTDOUT] LWJGL Version: 2.4.2 2555-11-29 00:47:27 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization 2555-11-29 00:47:27 [iNFO] [sTDOUT] MinecraftForge v6.3.0.372 Initialized 2555-11-29 00:47:27 [iNFO] [ForgeModLoader] MinecraftForge v6.3.0.372 Initialized 2555-11-29 00:47:27 [iNFO] [sTDOUT] Replaced 84 ore recipies 2555-11-29 00:47:27 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization 2555-11-29 00:47:27 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer] 2555-11-29 00:47:27 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes 2555-11-29 00:47:27 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Kururu\AppData\Roaming\.minecraft\bin\lwjgl.jar 2555-11-29 00:47:27 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Kururu\AppData\Roaming\.minecraft\bin\jinput.jar 2555-11-29 00:47:27 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Kururu\AppData\Roaming\.minecraft\bin\lwjgl_util.jar 2555-11-29 00:47:27 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Kururu\AppData\Roaming\.minecraft\bin\minecraft.jar, examining for mod candidates 2555-11-29 00:47:27 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Kururu\AppData\Roaming\.minecraft\lib\argo-2.25.jar 2555-11-29 00:47:27 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Kururu\AppData\Roaming\.minecraft\lib\guava-12.0.1.jar 2555-11-29 00:47:27 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Kururu\AppData\Roaming\.minecraft\lib\asm-all-4.0.jar 2555-11-29 00:47:27 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully 2555-11-29 00:47:27 [iNFO] [ForgeModLoader] Searching C:\Users\Kururu\AppData\Roaming\.minecraft\mods for mods 2555-11-29 00:47:27 [FINE] [ForgeModLoader] Found a candidate zip or jar file Mymod.zip 2555-11-29 00:47:27 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods 2555-11-29 00:47:27 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file 2555-11-29 00:47:27 [FINE] [ForgeModLoader] Examining file MyMod.zip for potential mods 2555-11-29 00:47:27 [FINE] [ForgeModLoader] The mod container MyMod.zip appears to be missing an mcmod.info file 2555-11-29 00:47:27 [WARNING] [ForgeModLoader] Zip file MyMod.zip failed to read properly, it will be ignored java.lang.IllegalArgumentException: MALFORMED at java.util.zip.ZipCoder.toString(Unknown Source) at java.util.zip.ZipFile.getZipEntry(Unknown Source) at java.util.zip.ZipFile.access$900(Unknown Source) at java.util.zip.ZipFile$1.nextElement(Unknown Source) at java.util.zip.ZipFile$1.nextElement(Unknown Source) at java.util.Collections.list(Unknown Source) at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:43) at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:30) at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:52) at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:103) at cpw.mods.fml.common.Loader.identifyMods(Loader.java:334) at cpw.mods.fml.common.Loader.loadMods(Loader.java:457) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:150) 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) 2555-11-29 00:47:27 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 3 mods to load 2555-11-29 00:47:27 [FINE] [ForgeModLoader] Received a system property request '' 2555-11-29 00:47:27 [FINE] [ForgeModLoader] System property request managing the state of 0 mods 2555-11-29 00:47:27 [FINE] [ForgeModLoader] After merging, found state information for 0 mods 2555-11-29 00:47:27 [FINE] [ForgeModLoader] Activating mod mcp 2555-11-29 00:47:27 [FINE] [ForgeModLoader] Activating mod FML 2555-11-29 00:47:27 [FINE] [ForgeModLoader] Activating mod Forge 2555-11-29 00:47:27 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied 2555-11-29 00:47:27 [FINE] [ForgeModLoader] All mod requirements are satisfied 2555-11-29 00:47:27 [FINE] [ForgeModLoader] Sorting mods into an ordered list 2555-11-29 00:47:27 [FINE] [ForgeModLoader] Mod sorting completed successfully 2555-11-29 00:47:27 [FINE] [ForgeModLoader] Mod sorting data: 2555-11-29 00:47:27 [iNFO] [ForgeModLoader] FML has found a non-mod file MyMod.zip in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. 2555-11-29 00:47:27 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod mcp 2555-11-29 00:47:27 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod mcp 2555-11-29 00:47:27 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod FML 2555-11-29 00:47:27 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod FML 2555-11-29 00:47:27 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod Forge 2555-11-29 00:47:27 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod Forge 2555-11-29 00:47:27 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod mcp 2555-11-29 00:47:27 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod mcp 2555-11-29 00:47:27 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod FML 2555-11-29 00:47:27 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod FML 2555-11-29 00:47:27 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod Forge 2555-11-29 00:47:27 [iNFO] [ForgeModLoader] Configured a dormant chunk cache size of 0 2555-11-29 00:47:27 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod Forge 2555-11-29 00:47:28 [iNFO] [sTDOUT] Starting up SoundSystem... 2555-11-29 00:47:28 [iNFO] [sTDOUT] Initializing LWJGL OpenAL 2555-11-29 00:47:28 [iNFO] [sTDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) 2555-11-29 00:47:28 [iNFO] [sTDOUT] OpenAL initialized. 2555-11-29 00:47:28 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod mcp 2555-11-29 00:47:28 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod mcp 2555-11-29 00:47:28 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod FML 2555-11-29 00:47:28 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod FML 2555-11-29 00:47:28 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod Forge 2555-11-29 00:47:28 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod Forge 2555-11-29 00:47:28 [FINER] [ForgeModLoader] Sending event IMCEvent to mod mcp 2555-11-29 00:47:28 [FINER] [ForgeModLoader] Sent event IMCEvent to mod mcp 2555-11-29 00:47:28 [FINER] [ForgeModLoader] Sending event IMCEvent to mod FML 2555-11-29 00:47:28 [FINER] [ForgeModLoader] Sent event IMCEvent to mod FML 2555-11-29 00:47:28 [FINER] [ForgeModLoader] Sending event IMCEvent to mod Forge 2555-11-29 00:47:28 [FINER] [ForgeModLoader] Sent event IMCEvent to mod Forge 2555-11-29 00:47:28 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod mcp 2555-11-29 00:47:28 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod mcp 2555-11-29 00:47:28 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod FML 2555-11-29 00:47:28 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod FML 2555-11-29 00:47:28 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod Forge 2555-11-29 00:47:28 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod Forge 2555-11-29 00:47:28 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod mcp 2555-11-29 00:47:28 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod mcp 2555-11-29 00:47:28 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod FML 2555-11-29 00:47:28 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod FML 2555-11-29 00:47:28 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod Forge 2555-11-29 00:47:28 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod Forge 2555-11-29 00:47:28 [iNFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 3 mods 2555-11-29 00:47:29 [iNFO] [sTDOUT] Stopping! 2555-11-29 00:47:29 [iNFO] [sTDOUT] SoundSystem shutting down... 2555-11-29 00:47:29 [iNFO] [sTDOUT] Author: Paul Lamb, www.paulscode.com if i run in eclipse source can use.
November 28, 201212 yr If you read the error it says that you need an mcmod.info file within your .zip maybe you should add one
November 28, 201212 yr Author If you read the error it says that you need an mcmod.info file within your .zip maybe you should add one yes in mymod.zip already have mcmod.info if i insert mymod in minecraft.jar will get this error 2555-11-29 02:08:59 [iNFO] [ForgeModLoader] Forge Mod Loader version 4.5.2.459 for Minecraft 1.4.5 loading 2555-11-29 02:08:59 [FINEST] [ForgeModLoader] All core mods are successfully located 2555-11-29 02:08:59 [FINEST] [ForgeModLoader] Discovering coremods 2555-11-29 02:08:59 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir 2555-11-29 02:08:59 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir 2555-11-29 02:08:59 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir 2555-11-29 02:09:00 [FINEST] [ForgeModLoader] Running coremod plugins 2555-11-29 02:09:00 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin 2555-11-29 02:09:00 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully 2555-11-29 02:09:00 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin 2555-11-29 02:09:00 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully 2555-11-29 02:09:00 [FINEST] [ForgeModLoader] Validating minecraft 2555-11-29 02:09:00 [FINEST] [ForgeModLoader] Minecraft validated, launching... 2555-11-29 02:09:00 [iNFO] [sTDOUT] 27 achievements 2555-11-29 02:09:01 [iNFO] [sTDOUT] 208 recipes 2555-11-29 02:09:01 [iNFO] [sTDOUT] Setting user: KururuLABO, 12345 2555-11-29 02:09:01 [iNFO] [sTDOUT] LWJGL Version: 2.4.2 2555-11-29 02:09:02 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization 2555-11-29 02:09:02 [iNFO] [sTDOUT] MinecraftForge v6.4.0.397 Initialized 2555-11-29 02:09:02 [iNFO] [ForgeModLoader] MinecraftForge v6.4.0.397 Initialized 2555-11-29 02:09:02 [iNFO] [sTDOUT] Replaced 84 ore recipies 2555-11-29 02:09:02 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization 2555-11-29 02:09:02 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer] 2555-11-29 02:09:02 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes 2555-11-29 02:09:02 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Kururu\AppData\Roaming\.minecraft\bin\lwjgl.jar 2555-11-29 02:09:02 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Kururu\AppData\Roaming\.minecraft\bin\jinput.jar 2555-11-29 02:09:02 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Kururu\AppData\Roaming\.minecraft\bin\lwjgl_util.jar 2555-11-29 02:09:02 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Kururu\AppData\Roaming\.minecraft\bin\minecraft.jar, examining for mod candidates 2555-11-29 02:09:02 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Kururu\AppData\Roaming\.minecraft\lib\argo-2.25.jar 2555-11-29 02:09:02 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Kururu\AppData\Roaming\.minecraft\lib\guava-12.0.1.jar 2555-11-29 02:09:02 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Kururu\AppData\Roaming\.minecraft\lib\asm-all-4.0.jar 2555-11-29 02:09:02 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully 2555-11-29 02:09:02 [iNFO] [ForgeModLoader] Searching C:\Users\Kururu\AppData\Roaming\.minecraft\mods for mods 2555-11-29 02:09:02 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods 2555-11-29 02:09:02 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file 2555-11-29 02:09:02 [WARNING] [ForgeModLoader] Zip file minecraft.jar failed to read properly, it will be ignored java.lang.IllegalArgumentException: MALFORMED at java.util.zip.ZipCoder.toString(Unknown Source) at java.util.zip.ZipFile.getZipEntry(Unknown Source) at java.util.zip.ZipFile.access$900(Unknown Source) at java.util.zip.ZipFile$1.nextElement(Unknown Source) at java.util.zip.ZipFile$1.nextElement(Unknown Source) at java.util.Collections.list(Unknown Source) at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:43) at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:30) at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:52) at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:103) at cpw.mods.fml.common.Loader.identifyMods(Loader.java:334) at cpw.mods.fml.common.Loader.loadMods(Loader.java:457) 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) 2555-11-29 02:09:02 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 3 mods to load 2555-11-29 02:09:02 [FINE] [ForgeModLoader] Received a system property request '' 2555-11-29 02:09:02 [FINE] [ForgeModLoader] System property request managing the state of 0 mods 2555-11-29 02:09:02 [FINE] [ForgeModLoader] After merging, found state information for 0 mods 2555-11-29 02:09:02 [FINE] [ForgeModLoader] Activating mod mcp 2555-11-29 02:09:02 [FINE] [ForgeModLoader] Activating mod FML 2555-11-29 02:09:02 [FINE] [ForgeModLoader] Activating mod Forge 2555-11-29 02:09:02 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied 2555-11-29 02:09:02 [FINE] [ForgeModLoader] All mod requirements are satisfied 2555-11-29 02:09:02 [FINE] [ForgeModLoader] Sorting mods into an ordered list 2555-11-29 02:09:02 [FINE] [ForgeModLoader] Mod sorting completed successfully 2555-11-29 02:09:02 [FINE] [ForgeModLoader] Mod sorting data: 2555-11-29 02:09:02 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod mcp 2555-11-29 02:09:02 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod mcp 2555-11-29 02:09:02 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod FML 2555-11-29 02:09:02 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod FML 2555-11-29 02:09:02 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod Forge 2555-11-29 02:09:02 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod Forge 2555-11-29 02:09:02 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod mcp 2555-11-29 02:09:02 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod mcp 2555-11-29 02:09:02 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod FML 2555-11-29 02:09:02 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod FML 2555-11-29 02:09:02 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod Forge 2555-11-29 02:09:02 [iNFO] [ForgeModLoader] Configured a dormant chunk cache size of 0 2555-11-29 02:09:02 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod Forge 2555-11-29 02:09:02 [iNFO] [sTDOUT] Starting up SoundSystem... 2555-11-29 02:09:02 [iNFO] [sTDOUT] Initializing LWJGL OpenAL 2555-11-29 02:09:02 [iNFO] [sTDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) 2555-11-29 02:09:02 [iNFO] [sTDOUT] OpenAL initialized. 2555-11-29 02:09:03 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod mcp 2555-11-29 02:09:03 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod mcp 2555-11-29 02:09:03 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod FML 2555-11-29 02:09:03 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod FML 2555-11-29 02:09:03 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod Forge 2555-11-29 02:09:03 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod Forge 2555-11-29 02:09:03 [FINER] [ForgeModLoader] Sending event IMCEvent to mod mcp 2555-11-29 02:09:03 [FINER] [ForgeModLoader] Sent event IMCEvent to mod mcp 2555-11-29 02:09:03 [FINER] [ForgeModLoader] Sending event IMCEvent to mod FML 2555-11-29 02:09:03 [FINER] [ForgeModLoader] Sent event IMCEvent to mod FML 2555-11-29 02:09:03 [FINER] [ForgeModLoader] Sending event IMCEvent to mod Forge 2555-11-29 02:09:03 [FINER] [ForgeModLoader] Sent event IMCEvent to mod Forge 2555-11-29 02:09:03 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod mcp 2555-11-29 02:09:03 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod mcp 2555-11-29 02:09:03 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod FML 2555-11-29 02:09:03 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod FML 2555-11-29 02:09:03 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod Forge 2555-11-29 02:09:03 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod Forge 2555-11-29 02:09:03 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod mcp 2555-11-29 02:09:03 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod mcp 2555-11-29 02:09:03 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod FML 2555-11-29 02:09:03 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod FML 2555-11-29 02:09:03 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod Forge 2555-11-29 02:09:03 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod Forge 2555-11-29 02:09:03 [iNFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 3 mods
November 28, 201212 yr 2555-11-29 00:47:27 [WARNING] [ForgeModLoader] Zip file MyMod.zip failed to read properly, it will be ignored java.lang.IllegalArgumentException: MALFORMED 2555-11-29 02:09:02 [WARNING] [ForgeModLoader] Zip file minecraft.jar failed to read properly, it will be ignored java.lang.IllegalArgumentException: MALFORMED Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! | mah twitter This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.