2013-01-18 22:27:54 [INFO] [ForgeModLoader] Forge Mod Loader version 4.7.4.520 for Minecraft 1.4.7 loading
2013-01-18 22:27:54 [FINEST] [ForgeModLoader] All core mods are successfully located
2013-01-18 22:27:54 [FINEST] [ForgeModLoader] Discovering coremods
2013-01-18 22:27:54 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir
2013-01-18 22:27:54 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir
2013-01-18 22:27:54 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir
2013-01-18 22:27:54 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-147.jar present and correct in lib dir
2013-01-18 22:27:54 [FINEST] [ForgeModLoader] Running coremod plugins
2013-01-18 22:27:54 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin
2013-01-18 22:27:54 [SEVERE] [ForgeModLoader] FML appears to be missing any signature data. This is not a good thing
2013-01-18 22:27:54 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully
2013-01-18 22:27:54 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin
2013-01-18 22:27:54 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully
2013-01-18 22:27:54 [FINEST] [ForgeModLoader] Validating minecraft
2013-01-18 22:27:54 [FINEST] [ForgeModLoader] Minecraft validated, launching...
2013-01-18 22:27:56 [INFO] [STDOUT] 27 achievements
2013-01-18 22:27:56 [INFO] [STDOUT] 210 recipes
2013-01-18 22:27:56 [INFO] [STDOUT] Setting user: cartrellcarter, 3676522884195265667
2013-01-18 22:27:56 [INFO] [STDOUT] LWJGL Version: 2.4.2
2013-01-18 22:27:57 [INFO] [ForgeModLoader] Attempting early MinecraftForge initialization
2013-01-18 22:27:57 [INFO] [STDOUT] MinecraftForge v6.6.0.497 Initialized
2013-01-18 22:27:57 [INFO] [ForgeModLoader] MinecraftForge v6.6.0.497 Initialized
2013-01-18 22:27:57 [INFO] [STDOUT] Replaced 84 ore recipies
2013-01-18 22:27:57 [INFO] [ForgeModLoader] Completed early MinecraftForge initialization
2013-01-18 22:27:57 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]
2013-01-18 22:27:57 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes
2013-01-18 22:27:57 [FINE] [ForgeModLoader] Skipping known library file C:\Users\james\AppData\Roaming\.minecraft\bin\lwjgl.jar
2013-01-18 22:27:57 [FINE] [ForgeModLoader] Skipping known library file C:\Users\james\AppData\Roaming\.minecraft\bin\jinput.jar
2013-01-18 22:27:57 [FINE] [ForgeModLoader] Skipping known library file C:\Users\james\AppData\Roaming\.minecraft\bin\lwjgl_util.jar
2013-01-18 22:27:57 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\james\AppData\Roaming\.minecraft\bin\minecraft.jar, examining for mod candidates
2013-01-18 22:27:57 [FINE] [ForgeModLoader] Skipping known library file C:\Users\james\AppData\Roaming\.minecraft\lib\argo-2.25.jar
2013-01-18 22:27:57 [FINE] [ForgeModLoader] Skipping known library file C:\Users\james\AppData\Roaming\.minecraft\lib\guava-12.0.1.jar
2013-01-18 22:27:57 [FINE] [ForgeModLoader] Skipping known library file C:\Users\james\AppData\Roaming\.minecraft\lib\asm-all-4.0.jar
2013-01-18 22:27:57 [FINE] [ForgeModLoader] Skipping known library file C:\Users\james\AppData\Roaming\.minecraft\lib\bcprov-jdk15on-147.jar
2013-01-18 22:27:57 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully
2013-01-18 22:27:57 [INFO] [ForgeModLoader] Searching C:\Users\james\AppData\Roaming\.minecraft\mods for mods
2013-01-18 22:27:57 [FINE] [ForgeModLoader] Found a candidate zip or jar file DivineRPG1.2.6.jar
2013-01-18 22:27:57 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods
2013-01-18 22:27:57 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file
2013-01-18 22:27:59 [FINE] [ForgeModLoader] Examining file DivineRPG1.2.6.jar for potential mods
2013-01-18 22:27:59 [WARNING] [ForgeModLoader] Zip file DivineRPG1.2.6.jar failed to read properly, it will be ignored
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.(Unknown Source)
at java.util.zip.ZipFile.(Unknown Source)
at java.util.zip.ZipFile.(Unknown Source)
at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:29)
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:335)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:458)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)
at net.minecraft.client.Minecraft.a(Minecraft.java:410)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:744)
at java.lang.Thread.run(Unknown Source)
2013-01-18 22:27:59 [INFO] [ForgeModLoader] Forge Mod Loader has identified 3 mods to load
2013-01-18 22:27:59 [FINE] [ForgeModLoader] Received a system property request ''
2013-01-18 22:27:59 [FINE] [ForgeModLoader] System property request managing the state of 0 mods
2013-01-18 22:27:59 [FINE] [ForgeModLoader] After merging, found state information for 0 mods
2013-01-18 22:27:59 [FINE] [ForgeModLoader] Activating mod mcp
2013-01-18 22:27:59 [FINE] [ForgeModLoader] Activating mod FML
2013-01-18 22:27:59 [FINE] [ForgeModLoader] Activating mod Forge
2013-01-18 22:27:59 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied
2013-01-18 22:27:59 [FINE] [ForgeModLoader] All mod requirements are satisfied
2013-01-18 22:27:59 [FINE] [ForgeModLoader] Sorting mods into an ordered list
2013-01-18 22:27:59 [FINE] [ForgeModLoader] Mod sorting completed successfully
2013-01-18 22:27:59 [FINE] [ForgeModLoader] Mod sorting data:
2013-01-18 22:27:59 [INFO] [ForgeModLoader] FML has found a non-mod file DivineRPG1.2.6.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
2013-01-18 22:27:59 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod mcp
2013-01-18 22:27:59 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod mcp
2013-01-18 22:27:59 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod FML
2013-01-18 22:27:59 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod FML
2013-01-18 22:27:59 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod Forge
2013-01-18 22:27:59 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod Forge
2013-01-18 22:27:59 [FINE] [ForgeModLoader] Mod signature data:
2013-01-18 22:27:59 [FINE] [ForgeModLoader] mcp(Minecraft Coder Pack:7.26): minecraft.jar (NO VALID CERTIFICATE FOUND)
2013-01-18 22:27:59 [FINE] [ForgeModLoader] FML(Forge Mod Loader:4.7.4.520): coremods (NO VALID CERTIFICATE FOUND)
2013-01-18 22:27:59 [FINE] [ForgeModLoader] Forge(Minecraft Forge:6.6.0.497): coremods (NO VALID CERTIFICATE FOUND)
2013-01-18 22:27:59 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod mcp
2013-01-18 22:27:59 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod mcp
2013-01-18 22:27:59 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod FML
2013-01-18 22:27:59 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod FML
2013-01-18 22:27:59 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod Forge
2013-01-18 22:27:59 [INFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
2013-01-18 22:27:59 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod Forge
2013-01-18 22:27:59 [INFO] [STDOUT] Starting up SoundSystem...
2013-01-18 22:27:59 [INFO] [STDOUT] Initializing LWJGL OpenAL
2013-01-18 22:27:59 [INFO] [STDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
2013-01-18 22:28:00 [INFO] [STDOUT] OpenAL initialized.
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod mcp
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod mcp
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod FML
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod FML
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod Forge
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod Forge
2013-01-18 22:28:00 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod mcp
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sending event IMCEvent to mod mcp
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sent event IMCEvent to mod mcp
2013-01-18 22:28:00 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod FML
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sending event IMCEvent to mod FML
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sent event IMCEvent to mod FML
2013-01-18 22:28:00 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod Forge
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sending event IMCEvent to mod Forge
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sent event IMCEvent to mod Forge
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod mcp
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod mcp
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod FML
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod FML
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod Forge
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod Forge
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod mcp
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod mcp
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod FML
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod FML
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod Forge
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod Forge
2013-01-18 22:28:00 [INFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 3 mods
2013-01-18 22:28:07 [INFO] [STDOUT] Stopping!
2013-01-18 22:28:07 [INFO] [STDOUT] SoundSystem shutting down...
2013-01-18 22:28:07 [INFO] [STDOUT] Author: Paul Lamb, www.paulscode.com
Something else I noticed is that the divinerpg file has a winrar icon on it not the java one like I see in tutorial videos and i dont know how to change it
2013-01-18 22:27:54 [FINEST] [ForgeModLoader] All core mods are successfully located
2013-01-18 22:27:54 [FINEST] [ForgeModLoader] Discovering coremods
2013-01-18 22:27:54 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir
2013-01-18 22:27:54 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir
2013-01-18 22:27:54 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir
2013-01-18 22:27:54 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-147.jar present and correct in lib dir
2013-01-18 22:27:54 [FINEST] [ForgeModLoader] Running coremod plugins
2013-01-18 22:27:54 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin
2013-01-18 22:27:54 [SEVERE] [ForgeModLoader] FML appears to be missing any signature data. This is not a good thing
2013-01-18 22:27:54 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully
2013-01-18 22:27:54 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin
2013-01-18 22:27:54 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully
2013-01-18 22:27:54 [FINEST] [ForgeModLoader] Validating minecraft
2013-01-18 22:27:54 [FINEST] [ForgeModLoader] Minecraft validated, launching...
2013-01-18 22:27:56 [INFO] [STDOUT] 27 achievements
2013-01-18 22:27:56 [INFO] [STDOUT] 210 recipes
2013-01-18 22:27:56 [INFO] [STDOUT] Setting user: cartrellcarter, 3676522884195265667
2013-01-18 22:27:56 [INFO] [STDOUT] LWJGL Version: 2.4.2
2013-01-18 22:27:57 [INFO] [ForgeModLoader] Attempting early MinecraftForge initialization
2013-01-18 22:27:57 [INFO] [STDOUT] MinecraftForge v6.6.0.497 Initialized
2013-01-18 22:27:57 [INFO] [ForgeModLoader] MinecraftForge v6.6.0.497 Initialized
2013-01-18 22:27:57 [INFO] [STDOUT] Replaced 84 ore recipies
2013-01-18 22:27:57 [INFO] [ForgeModLoader] Completed early MinecraftForge initialization
2013-01-18 22:27:57 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]
2013-01-18 22:27:57 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes
2013-01-18 22:27:57 [FINE] [ForgeModLoader] Skipping known library file C:\Users\james\AppData\Roaming\.minecraft\bin\lwjgl.jar
2013-01-18 22:27:57 [FINE] [ForgeModLoader] Skipping known library file C:\Users\james\AppData\Roaming\.minecraft\bin\jinput.jar
2013-01-18 22:27:57 [FINE] [ForgeModLoader] Skipping known library file C:\Users\james\AppData\Roaming\.minecraft\bin\lwjgl_util.jar
2013-01-18 22:27:57 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\james\AppData\Roaming\.minecraft\bin\minecraft.jar, examining for mod candidates
2013-01-18 22:27:57 [FINE] [ForgeModLoader] Skipping known library file C:\Users\james\AppData\Roaming\.minecraft\lib\argo-2.25.jar
2013-01-18 22:27:57 [FINE] [ForgeModLoader] Skipping known library file C:\Users\james\AppData\Roaming\.minecraft\lib\guava-12.0.1.jar
2013-01-18 22:27:57 [FINE] [ForgeModLoader] Skipping known library file C:\Users\james\AppData\Roaming\.minecraft\lib\asm-all-4.0.jar
2013-01-18 22:27:57 [FINE] [ForgeModLoader] Skipping known library file C:\Users\james\AppData\Roaming\.minecraft\lib\bcprov-jdk15on-147.jar
2013-01-18 22:27:57 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully
2013-01-18 22:27:57 [INFO] [ForgeModLoader] Searching C:\Users\james\AppData\Roaming\.minecraft\mods for mods
2013-01-18 22:27:57 [FINE] [ForgeModLoader] Found a candidate zip or jar file DivineRPG1.2.6.jar
2013-01-18 22:27:57 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods
2013-01-18 22:27:57 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file
2013-01-18 22:27:59 [FINE] [ForgeModLoader] Examining file DivineRPG1.2.6.jar for potential mods
2013-01-18 22:27:59 [WARNING] [ForgeModLoader] Zip file DivineRPG1.2.6.jar failed to read properly, it will be ignored
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.(Unknown Source)
at java.util.zip.ZipFile.(Unknown Source)
at java.util.zip.ZipFile.(Unknown Source)
at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:29)
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:335)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:458)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)
at net.minecraft.client.Minecraft.a(Minecraft.java:410)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:744)
at java.lang.Thread.run(Unknown Source)
2013-01-18 22:27:59 [INFO] [ForgeModLoader] Forge Mod Loader has identified 3 mods to load
2013-01-18 22:27:59 [FINE] [ForgeModLoader] Received a system property request ''
2013-01-18 22:27:59 [FINE] [ForgeModLoader] System property request managing the state of 0 mods
2013-01-18 22:27:59 [FINE] [ForgeModLoader] After merging, found state information for 0 mods
2013-01-18 22:27:59 [FINE] [ForgeModLoader] Activating mod mcp
2013-01-18 22:27:59 [FINE] [ForgeModLoader] Activating mod FML
2013-01-18 22:27:59 [FINE] [ForgeModLoader] Activating mod Forge
2013-01-18 22:27:59 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied
2013-01-18 22:27:59 [FINE] [ForgeModLoader] All mod requirements are satisfied
2013-01-18 22:27:59 [FINE] [ForgeModLoader] Sorting mods into an ordered list
2013-01-18 22:27:59 [FINE] [ForgeModLoader] Mod sorting completed successfully
2013-01-18 22:27:59 [FINE] [ForgeModLoader] Mod sorting data:
2013-01-18 22:27:59 [INFO] [ForgeModLoader] FML has found a non-mod file DivineRPG1.2.6.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
2013-01-18 22:27:59 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod mcp
2013-01-18 22:27:59 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod mcp
2013-01-18 22:27:59 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod FML
2013-01-18 22:27:59 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod FML
2013-01-18 22:27:59 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod Forge
2013-01-18 22:27:59 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod Forge
2013-01-18 22:27:59 [FINE] [ForgeModLoader] Mod signature data:
2013-01-18 22:27:59 [FINE] [ForgeModLoader] mcp(Minecraft Coder Pack:7.26): minecraft.jar (NO VALID CERTIFICATE FOUND)
2013-01-18 22:27:59 [FINE] [ForgeModLoader] FML(Forge Mod Loader:4.7.4.520): coremods (NO VALID CERTIFICATE FOUND)
2013-01-18 22:27:59 [FINE] [ForgeModLoader] Forge(Minecraft Forge:6.6.0.497): coremods (NO VALID CERTIFICATE FOUND)
2013-01-18 22:27:59 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod mcp
2013-01-18 22:27:59 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod mcp
2013-01-18 22:27:59 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod FML
2013-01-18 22:27:59 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod FML
2013-01-18 22:27:59 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod Forge
2013-01-18 22:27:59 [INFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
2013-01-18 22:27:59 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod Forge
2013-01-18 22:27:59 [INFO] [STDOUT] Starting up SoundSystem...
2013-01-18 22:27:59 [INFO] [STDOUT] Initializing LWJGL OpenAL
2013-01-18 22:27:59 [INFO] [STDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
2013-01-18 22:28:00 [INFO] [STDOUT] OpenAL initialized.
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod mcp
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod mcp
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod FML
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod FML
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod Forge
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod Forge
2013-01-18 22:28:00 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod mcp
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sending event IMCEvent to mod mcp
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sent event IMCEvent to mod mcp
2013-01-18 22:28:00 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod FML
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sending event IMCEvent to mod FML
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sent event IMCEvent to mod FML
2013-01-18 22:28:00 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod Forge
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sending event IMCEvent to mod Forge
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sent event IMCEvent to mod Forge
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod mcp
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod mcp
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod FML
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod FML
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod Forge
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod Forge
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod mcp
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod mcp
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod FML
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod FML
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod Forge
2013-01-18 22:28:00 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod Forge
2013-01-18 22:28:00 [INFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 3 mods
2013-01-18 22:28:07 [INFO] [STDOUT] Stopping!
2013-01-18 22:28:07 [INFO] [STDOUT] SoundSystem shutting down...
2013-01-18 22:28:07 [INFO] [STDOUT] Author: Paul Lamb, www.paulscode.com
-
View User Profile
-
View Posts
-
Send Message
Moderator