Jump to content

FATAL ERROR


TheShadow99

Recommended Posts

When I tried to open minecraft after copying the files from minecraft forge universal 1.5 (7.7.0.582), it didn't work. I checked and made sure that all of the files were present in the minecraft.jar. I am not sure what is going on. Here is the log.

 

2013-03-14 15:49:09 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.0.24.582 for Minecraft 1.5 loading

2013-03-14 15:49:09 [FINE] [ForgeModLoader] Enabling runtime deobfuscation

2013-03-14 15:49:09 [FINEST] [ForgeModLoader] All core mods are successfully located

2013-03-14 15:49:09 [FINEST] [ForgeModLoader] Discovering coremods

2013-03-14 15:49:09 [FINEST] [ForgeModLoader] Found a candidate coremod CodeChickenCore 0.7.3.jar

2013-03-14 15:49:09 [FINEST] [ForgeModLoader] Loading coremod CodeChickenCore 0.7.3.jar

2013-03-14 15:49:09 [FINEST] [ForgeModLoader] Loaded coremod CodeChickenCore 0.7.3.jar

2013-03-14 15:49:09 [FINEST] [ForgeModLoader] Found a candidate coremod NotEnoughItems 1.4.7.0.jar

2013-03-14 15:49:09 [FINEST] [ForgeModLoader] Loading coremod NotEnoughItems 1.4.7.0.jar

2013-03-14 15:49:09 [FINEST] [ForgeModLoader] Loaded coremod NotEnoughItems 1.4.7.0.jar

2013-03-14 15:49:09 [FINEST] [ForgeModLoader] Found library file argo-small-3.2.jar present and correct in lib dir

2013-03-14 15:49:09 [FINEST] [ForgeModLoader] Found library file guava-14.0-rc3.jar present and correct in lib dir

2013-03-14 15:49:09 [FINEST] [ForgeModLoader] Found library file asm-all-4.1.jar present and correct in lib dir

2013-03-14 15:49:10 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-148.jar present and correct in lib dir

2013-03-14 15:49:10 [FINEST] [ForgeModLoader] Found library file deobfuscation_data_1.5.zip present and correct in lib dir

2013-03-14 15:49:10 [FINEST] [ForgeModLoader] Found library file scala-library.jar present and correct in lib dir

2013-03-14 15:49:11 [iNFO] [sTDERR] Exception in thread "Thread-5" java.lang.RuntimeException: java.lang.NoClassDefFoundError: cpw/mods/fml/common/asm/ASMTransformer

2013-03-14 15:49:11 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:189)

2013-03-14 15:49:11 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:256)

2013-03-14 15:49:11 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:226)

2013-03-14 15:49:11 [iNFO] [sTDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)

2013-03-14 15:49:11 [iNFO] [sTDERR] at net.minecraft.Launcher.replace(Launcher.java:136)

2013-03-14 15:49:11 [iNFO] [sTDERR] at net.minecraft.Launcher$1.run(Launcher.java:79)

2013-03-14 15:49:11 [iNFO] [sTDERR] Caused by: java.lang.NoClassDefFoundError: cpw/mods/fml/common/asm/ASMTransformer

2013-03-14 15:49:11 [iNFO] [sTDERR] at java.lang.ClassLoader.defineClass1(Native Method)

2013-03-14 15:49:11 [iNFO] [sTDERR] at java.lang.ClassLoader.defineClass(Unknown Source)

2013-03-14 15:49:11 [iNFO] [sTDERR] at java.security.SecureClassLoader.defineClass(Unknown Source)

2013-03-14 15:49:11 [iNFO] [sTDERR] at java.net.URLClassLoader.defineClass(Unknown Source)

2013-03-14 15:49:11 [iNFO] [sTDERR] at java.net.URLClassLoader.access$100(Unknown Source)

2013-03-14 15:49:11 [iNFO] [sTDERR] at java.net.URLClassLoader$1.run(Unknown Source)

2013-03-14 15:49:11 [iNFO] [sTDERR] at java.net.URLClassLoader$1.run(Unknown Source)

2013-03-14 15:49:11 [iNFO] [sTDERR] at java.security.AccessController.doPrivileged(Native Method)

2013-03-14 15:49:11 [iNFO] [sTDERR] at java.net.URLClassLoader.findClass(Unknown Source)

2013-03-14 15:49:11 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:133)

2013-03-14 15:49:11 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2013-03-14 15:49:11 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2013-03-14 15:49:11 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.registerTransformer(RelaunchClassLoader.java:95)

2013-03-14 15:49:11 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:270)

2013-03-14 15:49:11 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:169)

2013-03-14 15:49:11 [iNFO] [sTDERR] ... 5 more

2013-03-14 15:49:11 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.ASMTransformer

2013-03-14 15:49:11 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:210)

2013-03-14 15:49:11 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2013-03-14 15:49:11 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2013-03-14 15:49:11 [iNFO] [sTDERR] ... 20 more

2013-03-14 15:49:11 [iNFO] [sTDERR] Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/event/Event

2013-03-14 15:49:11 [iNFO] [sTDERR] at net.minecraftforge.transformers.EventTransformer.buildEvents(EventTransformer.java:59)

2013-03-14 15:49:11 [iNFO] [sTDERR] at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:35)

2013-03-14 15:49:11 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:277)

2013-03-14 15:49:11 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:198)

2013-03-14 15:49:11 [iNFO] [sTDERR] ... 22 more

2013-03-14 15:49:11 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: net.minecraftforge.event.Event

2013-03-14 15:49:11 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:210)

2013-03-14 15:49:11 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2013-03-14 15:49:11 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2013-03-14 15:49:11 [iNFO] [sTDERR] ... 26 more

2013-03-14 15:49:11 [iNFO] [sTDERR] Caused by: java.lang.AbstractMethodError

2013-03-14 15:49:11 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:277)

2013-03-14 15:49:11 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:198)

2013-03-14 15:49:11 [iNFO] [sTDERR] ... 28 more

 

 

Anybody, please help.

Link to comment
Share on other sites

Logs shouldnt even need to ask for it

2013-03-14 16:15:25 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.0.24.582 for Minecraft 1.5 loading

2013-03-14 16:15:25 [FINE] [ForgeModLoader] Enabling runtime deobfuscation

2013-03-14 16:15:25 [FINEST] [ForgeModLoader] All core mods are successfully located

2013-03-14 16:15:25 [FINEST] [ForgeModLoader] Discovering coremods

2013-03-14 16:15:25 [FINEST] [ForgeModLoader] Found library file argo-small-3.2.jar present and correct in lib dir

2013-03-14 16:15:25 [FINEST] [ForgeModLoader] Found library file guava-14.0-rc3.jar present and correct in lib dir

2013-03-14 16:15:25 [FINEST] [ForgeModLoader] Found library file asm-all-4.1.jar present and correct in lib dir

2013-03-14 16:15:25 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-148.jar present and correct in lib dir

2013-03-14 16:15:25 [FINEST] [ForgeModLoader] Found library file deobfuscation_data_1.5.zip present and correct in lib dir

2013-03-14 16:15:25 [FINEST] [ForgeModLoader] Found library file scala-library.jar present and correct in lib dir

2013-03-14 16:15:25 [FINEST] [ForgeModLoader] Running coremod plugins

2013-03-14 16:15:25 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin

2013-03-14 16:15:26 [iNFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d

2013-03-14 16:15:26 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully

2013-03-14 16:15:26 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin

2013-03-14 16:15:26 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully

2013-03-14 16:15:26 [FINEST] [ForgeModLoader] Validating minecraft

2013-03-14 16:15:26 [FINEST] [ForgeModLoader] Minecraft validated, launching...

2013-03-14 16:15:29 [iNFO] [sTDOUT] 229 recipes

2013-03-14 16:15:29 [iNFO] [sTDOUT] 27 achievements

2013-03-14 16:15:29 [iNFO] [Minecraft-Client] Setting user: ultimateshadow99

2013-03-14 16:15:29 [iNFO] [sTDOUT] (Session ID is 3541323765046950254)

2013-03-14 16:15:29 [iNFO] [Minecraft-Client] LWJGL Version: 2.4.2

2013-03-14 16:15:31 [iNFO] [MinecraftForge] Attempting early MinecraftForge initialization

2013-03-14 16:15:31 [iNFO] [sTDOUT] MinecraftForge v7.7.0.582 Initialized

2013-03-14 16:15:31 [iNFO] [ForgeModLoader] MinecraftForge v7.7.0.582 Initialized

2013-03-14 16:15:32 [iNFO] [sTDOUT] Replaced 85 ore recipies

2013-03-14 16:15:32 [iNFO] [MinecraftForge] Completed early MinecraftForge initialization

2013-03-14 16:15:32 [iNFO] [ForgeModLoader] Reading custom logging properties from C:\Users\Jaimyoung\AppData\Roaming\.minecraft\config\logging.properties

2013-03-14 16:15:32 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL

2013-03-14 16:15:32 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]

2013-03-14 16:15:32 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes

2013-03-14 16:15:32 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Jaimyoung\AppData\Roaming\.minecraft\bin\lwjgl.jar

2013-03-14 16:15:32 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Jaimyoung\AppData\Roaming\.minecraft\bin\jinput.jar

2013-03-14 16:15:32 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Jaimyoung\AppData\Roaming\.minecraft\bin\lwjgl_util.jar

2013-03-14 16:15:32 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Jaimyoung\AppData\Roaming\.minecraft\bin\minecraft.jar, examining for mod candidates

2013-03-14 16:15:32 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Jaimyoung\AppData\Roaming\.minecraft\lib\argo-small-3.2.jar

2013-03-14 16:15:32 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Jaimyoung\AppData\Roaming\.minecraft\lib\guava-14.0-rc3.jar

2013-03-14 16:15:32 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Jaimyoung\AppData\Roaming\.minecraft\lib\asm-all-4.1.jar

2013-03-14 16:15:32 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Jaimyoung\AppData\Roaming\.minecraft\lib\bcprov-jdk15on-148.jar

2013-03-14 16:15:32 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Jaimyoung\AppData\Roaming\.minecraft\lib\deobfuscation_data_1.5.zip

2013-03-14 16:15:32 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Jaimyoung\AppData\Roaming\.minecraft\lib\scala-library.jar

2013-03-14 16:15:32 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully

2013-03-14 16:15:32 [iNFO] [ForgeModLoader] Searching C:\Users\Jaimyoung\AppData\Roaming\.minecraft\mods for mods

2013-03-14 16:15:32 [FINE] [ForgeModLoader] Found a candidate zip or jar file BiblioCraft[v1.1.2].zip

2013-03-14 16:15:32 [FINE] [ForgeModLoader] Found a candidate zip or jar file DamageIndicators[1.4.7]2.4.8.zip

2013-03-14 16:15:32 [FINE] [ForgeModLoader] Found a candidate zip or jar file DivineRPG-1.3.0.4.jar

2013-03-14 16:15:32 [FINE] [ForgeModLoader] Found a candidate zip or jar file DivineRPG1.2.8.jar

2013-03-14 16:15:32 [FINE] [ForgeModLoader] Found a candidate zip or jar file Jerrys Mod.jar

2013-03-14 16:15:32 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods

2013-03-14 16:15:32 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file

2013-03-14 16:15:33 [FINE] [ForgeModLoader] Examining file BiblioCraft[v1.1.2].zip for potential mods

2013-03-14 16:15:33 [FINER] [ForgeModLoader] Located mcmod.info file in file BiblioCraft[v1.1.2].zip

2013-03-14 16:15:33 [FINE] [ForgeModLoader] Identified an FMLMod type mod jds.bibliocraft.BiblioCraft

2013-03-14 16:15:33 [FINEST] [biblioCraft] Parsed dependency info : [] [] []

2013-03-14 16:15:33 [FINE] [ForgeModLoader] Examining file DamageIndicators[1.4.7]2.4.8.zip for potential mods

2013-03-14 16:15:33 [FINE] [ForgeModLoader] The mod container DamageIndicators[1.4.7]2.4.8.zip appears to be missing an mcmod.info file

2013-03-14 16:15:33 [FINE] [ForgeModLoader] Identified a class DamageIndicators.mod_DamageIndicatorsMod following modloader naming convention but not directly a BaseMod or currently seen subclass

2013-03-14 16:15:33 [FINE] [ForgeModLoader] Identified an FMLMod type mod DamageIndicators.mod_DamageIndicatorsMod

2013-03-14 16:15:33 [FINEST] [DamageIndicatorsMod] Parsed dependency info : [] [] []

2013-03-14 16:15:33 [iNFO] [ForgeModLoader] Attempting to reparse the mod container DamageIndicators[1.4.7]2.4.8.zip

2013-03-14 16:15:33 [FINE] [ForgeModLoader] Examining file DamageIndicators[1.4.7]2.4.8.zip for potential mods

2013-03-14 16:15:33 [FINE] [ForgeModLoader] The mod container DamageIndicators[1.4.7]2.4.8.zip appears to be missing an mcmod.info file

2013-03-14 16:15:33 [FINE] [ForgeModLoader] Identified a class DamageIndicators.mod_DamageIndicatorsMod following modloader naming convention but not directly a BaseMod or currently seen subclass

2013-03-14 16:15:33 [FINE] [ForgeModLoader] Identified an FMLMod type mod DamageIndicators.mod_DamageIndicatorsMod

2013-03-14 16:15:33 [FINEST] [DamageIndicatorsMod] Parsed dependency info : [] [] []

2013-03-14 16:15:33 [FINE] [ForgeModLoader] Examining file DivineRPG-1.3.0.4.jar for potential mods

2013-03-14 16:15:33 [FINE] [ForgeModLoader] The mod container DivineRPG-1.3.0.4.jar appears to be missing an mcmod.info file

2013-03-14 16:15:33 [FINE] [ForgeModLoader] Identified an FMLMod type mod xolova.blued00r.divinerpg.DivineRPG

2013-03-14 16:15:33 [FINEST] [DivineRPG] Parsed dependency info : [] [] []

2013-03-14 16:15:34 [FINE] [ForgeModLoader] Examining file DivineRPG1.2.8.jar for potential mods

2013-03-14 16:15:34 [FINE] [ForgeModLoader] The mod container DivineRPG1.2.8.jar appears to be missing an mcmod.info file

2013-03-14 16:15:34 [FINE] [ForgeModLoader] Identified an FMLMod type mod xolova.blued00r.divinerpg.DivineRPG

2013-03-14 16:15:34 [FINEST] [DivineRPG] Parsed dependency info : [] [] []

2013-03-14 16:15:35 [FINE] [ForgeModLoader] Examining file Jerrys Mod.jar for potential mods

2013-03-14 16:15:35 [FINER] [ForgeModLoader] Located mcmod.info file in file Jerrys Mod.jar

2013-03-14 16:15:35 [FINE] [ForgeModLoader] Identified an FMLMod type mod ModEditor.Jerrys_Mod.Jerrys_Mod

2013-03-14 16:15:35 [FINEST] [ModEditor_Jerrys Mod] Parsed dependency info : [] [] []

2013-03-14 16:15:35 [sEVERE] [ForgeModLoader] Found a duplicate mod DivineRPG at [C:\Users\Jaimyoung\AppData\Roaming\.minecraft\mods\DivineRPG-1.3.0.4.jar, C:\Users\Jaimyoung\AppData\Roaming\.minecraft\mods\DivineRPG1.2.8.jar]

2013-03-14 16:15:36 [iNFO] [sTDOUT] Starting up SoundSystem...

2013-03-14 16:15:36 [iNFO] [sTDOUT] Initializing LWJGL OpenAL

2013-03-14 16:15:36 [iNFO] [sTDOUT]    (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)

2013-03-14 16:15:36 [iNFO] [sTDOUT] OpenAL initialized.

2013-03-14 16:15:39 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/lava_flow.txt

2013-03-14 16:15:39 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/water_flow.txt

2013-03-14 16:15:39 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/fire_0.txt

2013-03-14 16:15:39 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/fire_1.txt

2013-03-14 16:15:39 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/lava.txt

2013-03-14 16:15:39 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/portal.txt

2013-03-14 16:15:39 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/water.txt

2013-03-14 16:15:41 [iNFO] [Minecraft-Client] Found animation info for: textures/items/clock.txt

2013-03-14 16:15:41 [iNFO] [Minecraft-Client] Found animation info for: textures/items/compass.txt

2013-03-14 16:16:06 [iNFO] [Minecraft-Client] Stopping!

2013-03-14 16:16:06 [iNFO] [sTDOUT] SoundSystem shutting down...

2013-03-14 16:16:06 [iNFO] [sTDOUT]    Author: Paul Lamb, www.paulscode.com

 

Wierd

 

Link to comment
Share on other sites

2013-03-14 16:15:35 [sEVERE] [ForgeModLoader] Found a duplicate mod DivineRPG at [C:\Users\Jaimyoung\AppData\Roaming\.minecraft\mods\DivineRPG-1.3.0.4.jar, C:\Users\Jaimyoung\AppData\Roaming\.minecraft\mods\DivineRPG1.2.8.jar]

OK got rid of duplicate still black screen

 

Link to comment
Share on other sites

2013-03-14 16:15:35 [sEVERE] [ForgeModLoader] Found a duplicate mod DivineRPG at [C:\Users\Jaimyoung\AppData\Roaming\.minecraft\mods\DivineRPG-1.3.0.4.jar, C:\Users\Jaimyoung\AppData\Roaming\.minecraft\mods\DivineRPG1.2.8.jar]

OK got rid of duplicate still black screen

Here's the log

 

2013-03-14 18:10:17 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.0.24.582 for Minecraft 1.5 loading

2013-03-14 18:10:17 [FINE] [ForgeModLoader] Enabling runtime deobfuscation

2013-03-14 18:10:17 [FINEST] [ForgeModLoader] All core mods are successfully located

2013-03-14 18:10:17 [FINEST] [ForgeModLoader] Discovering coremods

2013-03-14 18:10:17 [FINEST] [ForgeModLoader] Found library file argo-small-3.2.jar present and correct in lib dir

2013-03-14 18:10:17 [FINEST] [ForgeModLoader] Found library file guava-14.0-rc3.jar present and correct in lib dir

2013-03-14 18:10:17 [FINEST] [ForgeModLoader] Found library file asm-all-4.1.jar present and correct in lib dir

2013-03-14 18:10:17 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-148.jar present and correct in lib dir

2013-03-14 18:10:17 [FINEST] [ForgeModLoader] Found library file deobfuscation_data_1.5.zip present and correct in lib dir

2013-03-14 18:10:18 [FINEST] [ForgeModLoader] Found library file scala-library.jar present and correct in lib dir

2013-03-14 18:10:18 [FINEST] [ForgeModLoader] Running coremod plugins

2013-03-14 18:10:18 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin

2013-03-14 18:10:18 [iNFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d

2013-03-14 18:10:18 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully

2013-03-14 18:10:18 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin

2013-03-14 18:10:18 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully

2013-03-14 18:10:18 [FINEST] [ForgeModLoader] Validating minecraft

2013-03-14 18:10:19 [FINEST] [ForgeModLoader] Minecraft validated, launching...

2013-03-14 18:10:21 [iNFO] [sTDOUT] 229 recipes

2013-03-14 18:10:21 [iNFO] [sTDOUT] 27 achievements

2013-03-14 18:10:21 [iNFO] [Minecraft-Client] Setting user: ultimateshadow99

2013-03-14 18:10:21 [iNFO] [sTDOUT] (Session ID is 5163206772264235226)

2013-03-14 18:10:21 [iNFO] [Minecraft-Client] LWJGL Version: 2.4.2

2013-03-14 18:10:23 [iNFO] [MinecraftForge] Attempting early MinecraftForge initialization

2013-03-14 18:10:23 [iNFO] [sTDOUT] MinecraftForge v7.7.0.582 Initialized

2013-03-14 18:10:23 [iNFO] [ForgeModLoader] MinecraftForge v7.7.0.582 Initialized

2013-03-14 18:10:23 [iNFO] [sTDOUT] Replaced 85 ore recipies

2013-03-14 18:10:23 [iNFO] [MinecraftForge] Completed early MinecraftForge initialization

2013-03-14 18:10:23 [iNFO] [ForgeModLoader] Reading custom logging properties from C:\Users\Jaimyoung\AppData\Roaming\.minecraft\config\logging.properties

2013-03-14 18:10:23 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL

2013-03-14 18:10:23 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]

2013-03-14 18:10:23 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes

2013-03-14 18:10:23 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Jaimyoung\AppData\Roaming\.minecraft\bin\lwjgl.jar

2013-03-14 18:10:23 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Jaimyoung\AppData\Roaming\.minecraft\bin\jinput.jar

2013-03-14 18:10:23 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Jaimyoung\AppData\Roaming\.minecraft\bin\lwjgl_util.jar

2013-03-14 18:10:23 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Jaimyoung\AppData\Roaming\.minecraft\bin\minecraft.jar, examining for mod candidates

2013-03-14 18:10:23 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Jaimyoung\AppData\Roaming\.minecraft\lib\argo-small-3.2.jar

2013-03-14 18:10:23 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Jaimyoung\AppData\Roaming\.minecraft\lib\guava-14.0-rc3.jar

2013-03-14 18:10:23 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Jaimyoung\AppData\Roaming\.minecraft\lib\asm-all-4.1.jar

2013-03-14 18:10:23 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Jaimyoung\AppData\Roaming\.minecraft\lib\bcprov-jdk15on-148.jar

2013-03-14 18:10:23 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Jaimyoung\AppData\Roaming\.minecraft\lib\deobfuscation_data_1.5.zip

2013-03-14 18:10:23 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Jaimyoung\AppData\Roaming\.minecraft\lib\scala-library.jar

2013-03-14 18:10:23 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully

2013-03-14 18:10:23 [iNFO] [ForgeModLoader] Searching C:\Users\Jaimyoung\AppData\Roaming\.minecraft\mods for mods

2013-03-14 18:10:23 [FINE] [ForgeModLoader] Found a candidate zip or jar file DivineRPG-1.3.0.4.jar

2013-03-14 18:10:23 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods

2013-03-14 18:10:23 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file

2013-03-14 18:10:24 [FINE] [ForgeModLoader] Examining file DivineRPG-1.3.0.4.jar for potential mods

2013-03-14 18:10:24 [FINE] [ForgeModLoader] The mod container DivineRPG-1.3.0.4.jar appears to be missing an mcmod.info file

2013-03-14 18:10:24 [FINE] [ForgeModLoader] Identified an FMLMod type mod xolova.blued00r.divinerpg.DivineRPG

2013-03-14 18:10:24 [FINEST] [DivineRPG] Parsed dependency info : [] [] []

2013-03-14 18:10:24 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load

2013-03-14 18:10:24 [FINER] [ForgeModLoader] Received a system property request ''

2013-03-14 18:10:24 [FINER] [ForgeModLoader] System property request managing the state of 0 mods

2013-03-14 18:10:24 [FINE] [ForgeModLoader] After merging, found state information for 0 mods

2013-03-14 18:10:24 [FINE] [ForgeModLoader] Reloading logging properties from C:\Users\Jaimyoung\AppData\Roaming\.minecraft\config\logging.properties

2013-03-14 18:10:24 [FINE] [ForgeModLoader] Reloaded logging properties

2013-03-14 18:10:24 [FINE] [mcp] Mod Logging channel mcp configured at default level.

2013-03-14 18:10:24 [iNFO] [mcp] Activating mod mcp

2013-03-14 18:10:24 [FINE] [FML] Mod Logging channel FML configured at default level.

2013-03-14 18:10:24 [iNFO] [FML] Activating mod FML

2013-03-14 18:10:24 [FINE] [Forge] Mod Logging channel Forge configured at default level.

2013-03-14 18:10:24 [iNFO] [Forge] Activating mod Forge

2013-03-14 18:10:24 [FINE] [DivineRPG] Enabling mod DivineRPG

2013-03-14 18:10:24 [FINE] [DivineRPG] Mod Logging channel DivineRPG configured at default level.

2013-03-14 18:10:24 [iNFO] [DivineRPG] Activating mod DivineRPG

2013-03-14 18:10:24 [FINER] [ForgeModLoader] Verifying mod requirements are satisfied

2013-03-14 18:10:24 [FINER] [ForgeModLoader] All mod requirements are satisfied

2013-03-14 18:10:25 [FINER] [ForgeModLoader] Sorting mods into an ordered list

2013-03-14 18:10:25 [FINER] [ForgeModLoader] Mod sorting completed successfully

2013-03-14 18:10:25 [FINE] [ForgeModLoader] Mod sorting data

2013-03-14 18:10:25 [FINE] [ForgeModLoader] DivineRPG(DivineRPG:1.3.0.1): DivineRPG-1.3.0.4.jar ()

2013-03-14 18:10:25 [FINEST] [mcp] Sending event FMLConstructionEvent to mod mcp

2013-03-14 18:10:25 [FINEST] [mcp] Sent event FMLConstructionEvent to mod mcp

2013-03-14 18:10:25 [FINEST] [FML] Sending event FMLConstructionEvent to mod FML

2013-03-14 18:10:25 [FINEST] [FML] Sent event FMLConstructionEvent to mod FML

2013-03-14 18:10:25 [FINEST] [Forge] Sending event FMLConstructionEvent to mod Forge

2013-03-14 18:10:25 [FINEST] [Forge] Sent event FMLConstructionEvent to mod Forge

2013-03-14 18:10:25 [FINEST] [DivineRPG] Sending event FMLConstructionEvent to mod DivineRPG

2013-03-14 18:10:25 [iNFO] [sTDERR] Exception in thread "Minecraft main thread" java.lang.VerifyError: (class: xolova/blued00r/divinerpg/DivineRPG, method: load signature: (Lcpw/mods/fml/common/event/FMLInitializationEvent;)V) Bad type in putfield/putstatic

2013-03-14 18:10:25 [iNFO] [sTDERR] at java.lang.Class.forName0(Native Method)

2013-03-14 18:10:25 [iNFO] [sTDERR] at java.lang.Class.forName(Unknown Source)

2013-03-14 18:10:25 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:446)

2013-03-14 18:10:25 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-03-14 18:10:25 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-03-14 18:10:25 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-03-14 18:10:25 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2013-03-14 18:10:25 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

2013-03-14 18:10:25 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-03-14 18:10:25 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

2013-03-14 18:10:25 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

2013-03-14 18:10:25 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)

2013-03-14 18:10:25 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)

2013-03-14 18:10:25 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-03-14 18:10:25 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-03-14 18:10:25 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-03-14 18:10:25 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2013-03-14 18:10:25 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

2013-03-14 18:10:25 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-03-14 18:10:25 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

2013-03-14 18:10:25 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

2013-03-14 18:10:25 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)

2013-03-14 18:10:25 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)

2013-03-14 18:10:25 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:494)

2013-03-14 18:10:25 [iNFO] [sTDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)

2013-03-14 18:10:25 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:406)

2013-03-14 18:10:25 [iNFO] [sTDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)

2013-03-14 18:10:25 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:728)

2013-03-14 18:10:25 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

 

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



×
×
  • Create New...

Important Information

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