Jump to content

[1.4.4-1.4.5]My mod can't loaded


KururuLABO

Recommended Posts

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.

Link to comment
Share on other sites

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

 

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • @bluedisgusted That actually fully fixed it, thank you so much
    • Hi, I would like to know how to create multiple hitboxes for the player like the ender dragon. I've searched everywhere but I haven't found anything.
    • FOLKWIN EXPERT RECOVERY is the crypto hero we all need in the ongoing battle against cryptocurrency theft. With the rise in popularity of digital assets like Bitcoin and Ethereum, crypto crime has also been on the rise as hackers look to steal funds stored in virtual wallets. Many a crypto investor has fallen victim to clever scams and hacking schemes that drain wallets of their precious coins. But fear not, for FOLKWIN EXPERT RECOVERY has arrived as a beacon of hope for those who have had their hard-earned crypto stolen. This service is like a superhero for tracking down lost or stolen cryptocurrency, utilizing their advanced forensic technology and expertise to follow the blockchain paper trail and identify where your funds have gone. Their team of ethical hackers act like detectives, piecing together crypto transactions and unmasking the thieves behind complex cybercrimes. No case is too difficult for FOLKWIN EXPERT RECOVERY; they have recovered millions in stolen crypto assets from around the globe. Their mission is to reunite victims with their lost funds and bring criminals who prey on cryptocurrency investors to justice. With their help, those who have been robbed of their digital fortunes now have a crypto guardian to call upon in their time of need. FOLKWIN EXPERT RECOVERY gives victims the hope that all is not lost forever when crypto theft occurs.For support, Contact details is: TELEGRAM: @FOLKWIN_EXPERT_RECOVERY, EMAIL: FOLKWINEXPERTRECOVERY at TECH-CENTER dot COM, WEBSITE: WWW.FOLKWINEXPERTRECOVERY.COM .  are the heroes we need in the ongoing battle to make cryptocurrency ownership safe and secure for all. Get FOLKWIN EXPERT RECOVERY on your side when you have issues like this by dialing: Do this and thank me later. God Blessings to all, I'm forever grateful oh God for the successful recovery. I recommend FOLKWIN EXPERT RECOVERY the best ever and i'm so happy i got all my lost money back. Best Regards. Pamela K Ingram.
    • Made it work. As a note, one of the times it didn't recognize the recipe cause the MOD_ID constant I was using somewhere was NOT referencing my MOD_ID but rather another static variable with the same name. Maybe OP is having a similar problem
    • What exactly is the issue?
  • Topics

×
×
  • Create New...

Important Information

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