This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
raywave's profile picture

[1.4.6][SSP]minecraft crashes after the mojang screen!

Started by raywave, 04 January 2013 - 04:33 AM
raywave #1
Posted 04 January 2013 - 05:33 AM
ive been having this crash after the mojang screen

Minecraft has crashed!
———————-

Minecraft has stopped running because it encountered a problem; Failed to start game

A full error report has been saved to C:\Users\Family\Desktop\Games\test minecraft\data\.minecraft\crash-reports\crash-2013-01-03_11.33.24-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash :(/>



— BEGIN ERROR REPORT e7936e0a ——–
Full report at:
C:\Users\Family\Desktop\Games\test minecraft\data\.minecraft\crash-reports\crash-2013-01-03_11.33.24-client.txt
Please show that file to Mojang, NOT just this screen!

Generated 03/01/13 11:33 AM

– System Details –
Details:
Minecraft Version: 1.4.6
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_10, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 409961688 bytes (390 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v7.25 FML v4.6.14.513 Minecraft Forge 6.5.0.481 5 mods loaded, 5 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML [Forge Mod Loader] (coremods) Unloaded->Constructed
Forge [Minecraft Forge] (coremods) Unloaded->Constructed
ComputerCraft [ComputerCraft] (ComputerCraft1.481.zip) Unloaded->Errored
CCTurtle [ComputerCraft Turtles] (ComputerCraft1.481.zip) Unloaded->Errored
LWJGL: 2.4.2
OpenGL: Intel(R) HD Graphics Family GL version 3.1.0 - Build 8.15.10.2598, Intel
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

java.lang.NullPointerException
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:445)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
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)
— END ERROR REPORT 7f74380f ———-



and this is what is in the forge log

2013-01-03 11:33:11 [INFO] [ForgeModLoader] Forge Mod Loader version 4.6.14.513 for Minecraft 1.4.6 loading
2013-01-03 11:33:11 [FINEST] [ForgeModLoader] All core mods are successfully located
2013-01-03 11:33:11 [FINEST] [ForgeModLoader] Discovering coremods
2013-01-03 11:33:11 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir
2013-01-03 11:33:11 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir
2013-01-03 11:33:11 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir
2013-01-03 11:33:11 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-147.jar present and correct in lib dir
2013-01-03 11:33:11 [FINEST] [ForgeModLoader] Running coremod plugins
2013-01-03 11:33:11 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin
2013-01-03 11:33:11 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d
2013-01-03 11:33:11 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully
2013-01-03 11:33:11 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin
2013-01-03 11:33:11 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully
2013-01-03 11:33:11 [FINEST] [ForgeModLoader] Validating minecraft
2013-01-03 11:33:12 [FINEST] [ForgeModLoader] Minecraft validated, launching…
2013-01-03 11:33:13 [INFO] [STDOUT] 27 achievements
2013-01-03 11:33:13 [INFO] [STDOUT] 210 recipes
2013-01-03 11:33:13 [INFO] [STDOUT] LWJGL Version: 2.4.2
2013-01-03 11:33:13 [INFO] [ForgeModLoader] Attempting early MinecraftForge initialization
2013-01-03 11:33:13 [INFO] [STDOUT] MinecraftForge v6.5.0.481 Initialized
2013-01-03 11:33:13 [INFO] [ForgeModLoader] MinecraftForge v6.5.0.481 Initialized
2013-01-03 11:33:13 [INFO] [STDOUT] Replaced 84 ore recipies
2013-01-03 11:33:13 [INFO] [ForgeModLoader] Completed early MinecraftForge initialization
2013-01-03 11:33:13 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]
2013-01-03 11:33:14 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes
2013-01-03 11:33:14 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Family\Desktop\Games\test minecraft\data\.minecraft\bin\lwjgl.jar
2013-01-03 11:33:14 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Family\Desktop\Games\test minecraft\data\.minecraft\bin\jinput.jar
2013-01-03 11:33:14 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Family\Desktop\Games\test minecraft\data\.minecraft\bin\lwjgl_util.jar
2013-01-03 11:33:14 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Family\Desktop\Games\test minecraft\data\.minecraft\bin\minecraft.jar, examining for mod candidates
2013-01-03 11:33:14 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Family\Desktop\Games\test minecraft\data\.minecraft\lib\argo-2.25.jar
2013-01-03 11:33:14 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Family\Desktop\Games\test minecraft\data\.minecraft\lib\guava-12.0.1.jar
2013-01-03 11:33:14 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Family\Desktop\Games\test minecraft\data\.minecraft\lib\asm-all-4.0.jar
2013-01-03 11:33:14 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Family\Desktop\Games\test minecraft\data\.minecraft\lib\bcprov-jdk15on-147.jar
2013-01-03 11:33:14 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully
2013-01-03 11:33:14 [INFO] [ForgeModLoader] Searching C:\Users\Family\Desktop\Games\test minecraft\data\.minecraft\mods for mods
2013-01-03 11:33:14 [FINE] [ForgeModLoader] Found a candidate zip or jar file ComputerCraft1.481.zip
2013-01-03 11:33:14 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods
2013-01-03 11:33:14 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file
2013-01-03 11:33:14 [FINE] [ForgeModLoader] Examining file ComputerCraft1.481.zip for potential mods
2013-01-03 11:33:14 [FINER] [ForgeModLoader] Located mcmod.info file in file ComputerCraft1.481.zip
2013-01-03 11:33:14 [FINE] [ForgeModLoader] Identified an FMLMod type mod dan200.CCTurtle
2013-01-03 11:33:14 [FINEST] [ForgeModLoader] Parsed dependency info : [] [ComputerCraft] []
2013-01-03 11:33:14 [FINE] [ForgeModLoader] Identified an FMLMod type mod dan200.ComputerCraft
2013-01-03 11:33:14 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] []
2013-01-03 11:33:14 [INFO] [ForgeModLoader] Forge Mod Loader has identified 5 mods to load
2013-01-03 11:33:14 [FINE] [ForgeModLoader] Received a system property request ''
2013-01-03 11:33:14 [FINE] [ForgeModLoader] System property request managing the state of 0 mods
2013-01-03 11:33:14 [FINE] [ForgeModLoader] After merging, found state information for 0 mods
2013-01-03 11:33:14 [FINE] [ForgeModLoader] Activating mod mcp
2013-01-03 11:33:14 [FINE] [ForgeModLoader] Activating mod FML
2013-01-03 11:33:14 [FINE] [ForgeModLoader] Activating mod Forge
2013-01-03 11:33:14 [FINE] [ForgeModLoader] Enabling mod CCTurtle
2013-01-03 11:33:14 [FINE] [ForgeModLoader] Activating mod CCTurtle
2013-01-03 11:33:14 [FINE] [ForgeModLoader] Enabling mod ComputerCraft
2013-01-03 11:33:14 [FINE] [ForgeModLoader] Activating mod ComputerCraft
2013-01-03 11:33:14 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied
2013-01-03 11:33:14 [FINE] [ForgeModLoader] All mod requirements are satisfied
2013-01-03 11:33:14 [FINE] [ForgeModLoader] Sorting mods into an ordered list
2013-01-03 11:33:14 [FINE] [ForgeModLoader] Mod sorting completed successfully
2013-01-03 11:33:14 [FINE] [ForgeModLoader] Mod sorting data:
2013-01-03 11:33:14 [FINE] [ForgeModLoader] ComputerCraft(ComputerCraft:1.481): ComputerCraft1.481.zip ()
2013-01-03 11:33:14 [FINE] [ForgeModLoader] CCTurtle(ComputerCraft Turtles:1.481): ComputerCraft1.481.zip (after:ComputerCraft)
2013-01-03 11:33:14 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod mcp
2013-01-03 11:33:14 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod mcp
2013-01-03 11:33:14 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod FML
2013-01-03 11:33:14 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod FML
2013-01-03 11:33:14 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod Forge
2013-01-03 11:33:14 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod Forge
2013-01-03 11:33:14 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod ComputerCraft
2013-01-03 11:33:14 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod ComputerCraft
2013-01-03 11:33:14 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod CCTurtle
2013-01-03 11:33:14 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod CCTurtle
2013-01-03 11:33:14 [FINE] [ForgeModLoader] Mod signature data:
2013-01-03 11:33:14 [FINE] [ForgeModLoader] mcp(Minecraft Coder Pack:7.25): minecraft.jar (NO VALID CERTIFICATE FOUND)
2013-01-03 11:33:14 [FINE] [ForgeModLoader] FML(Forge Mod Loader:4.6.14.513): coremods (de4cf8a3f3bc15635810044c39240bf96804ea7d)
2013-01-03 11:33:14 [FINE] [ForgeModLoader] Forge(Minecraft Forge:6.5.0.481): coremods (NO VALID CERTIFICATE FOUND)
2013-01-03 11:33:14 [FINE] [ForgeModLoader] ComputerCraft(ComputerCraft:1.481): ComputerCraft1.481.zip (NO VALID CERTIFICATE FOUND)
2013-01-03 11:33:14 [FINE] [ForgeModLoader] CCTurtle(ComputerCraft Turtles:1.481): ComputerCraft1.481.zip (NO VALID CERTIFICATE FOUND)
2013-01-03 11:33:14 [SEVERE] [ForgeModLoader] Fatal errors were detected during the transition from CONSTRUCTING to PREINITIALIZATION. Loading cannot continue
2013-01-03 11:33:14 [SEVERE] [ForgeModLoader]
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML [Forge Mod Loader] (coremods) Unloaded->Constructed
Forge [Minecraft Forge] (coremods) Unloaded->Constructed
ComputerCraft [ComputerCraft] (ComputerCraft1.481.zip) Unloaded->Errored
CCTurtle [ComputerCraft Turtles] (ComputerCraft1.481.zip) Unloaded->Errored
2013-01-03 11:33:14 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
2013-01-03 11:33:14 [SEVERE] [ForgeModLoader] Caught exception from ComputerCraft
java.lang.NullPointerException
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:445)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
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-03 11:33:14 [SEVERE] [ForgeModLoader] Caught exception from CCTurtle
java.lang.NullPointerException
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:445)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
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-03 11:33:14 [INFO] [STDERR] java.lang.NullPointerException
2013-01-03 11:33:14 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:445)
2013-01-03 11:33:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-01-03 11:33:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-01-03 11:33:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-01-03 11:33:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-01-03 11:33:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2013-01-03 11:33:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-01-03 11:33:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2013-01-03 11:33:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2013-01-03 11:33:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2013-01-03 11:33:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
2013-01-03 11:33:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-01-03 11:33:14 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-01-03 11:33:14 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-01-03 11:33:14 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-01-03 11:33:14 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2013-01-03 11:33:14 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-01-03 11:33:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2013-01-03 11:33:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2013-01-03 11:33:14 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2013-01-03 11:33:14 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
2013-01-03 11:33:14 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
2013-01-03 11:33:14 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)
2013-01-03 11:33:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:410)
2013-01-03 11:33:14 [INFO] [STDERR] at asq.a(SourceFile:56)
2013-01-03 11:33:14 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:744)

can someone help?
Cloudy #2
Posted 04 January 2013 - 06:28 AM
Update your forge. 481 is a bit broken. You can find a new update at http://files.minecraftforge.net/
raywave #3
Posted 04 January 2013 - 07:07 AM
which one do i choose?
0_3
and where can i manually dl the lib files for it?

edit:i tried using my old lib files and i got this forge log thingy

2013-01-03 13:20:30 [INFO] [ForgeModLoader] Forge Mod Loader version 4.7.4.520 for Minecraft 1.4.7 loading
2013-01-03 13:20:30 [FINEST] [ForgeModLoader] All core mods are successfully located
2013-01-03 13:20:30 [FINEST] [ForgeModLoader] Discovering coremods
2013-01-03 13:20:30 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir
2013-01-03 13:20:30 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir
2013-01-03 13:20:30 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir
2013-01-03 13:20:30 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-147.jar present and correct in lib dir
2013-01-03 13:20:30 [FINEST] [ForgeModLoader] Running coremod plugins
2013-01-03 13:20:30 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin
2013-01-03 13:20:30 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d
2013-01-03 13:20:30 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully
2013-01-03 13:20:30 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin
2013-01-03 13:20:30 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully
2013-01-03 13:20:30 [FINEST] [ForgeModLoader] Validating minecraft
2013-01-03 13:20:30 [SEVERE] [ForgeModLoader] This version of FML is built for Minecraft 1.4.7, we have detected Minecraft 1.4.6 in your minecraft jar file
2013-01-03 13:20:30 [INFO] [STDOUT] A CRITICAL PROBLEM OCCURED INITIALIZING MINECRAFT - LIKELY YOU HAVE AN INCORRECT VERSION FOR THIS FML
2013-01-03 13:20:33 [INFO] [STDERR] Exception in thread "Thread-5" java.lang.RuntimeException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
2013-01-03 13:20:33 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:175)
2013-01-03 13:20:33 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:242)
2013-01-03 13:20:33 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
2013-01-03 13:20:33 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2013-01-03 13:20:33 [INFO] [STDERR] at net.minecraft.Launcher.replace(Launcher.java:134)
2013-01-03 13:20:33 [INFO] [STDERR] at net.minecraft.Launcher$1.run(Launcher.java:78)
2013-01-03 13:20:33 [INFO] [STDERR] Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
2013-01-03 13:20:33 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:291)
2013-01-03 13:20:33 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
2013-01-03 13:20:33 [INFO] [STDERR] … 5 more
2013-01-03 13:20:33 [INFO] [STDERR] Caused by: java.lang.reflect.InvocationTargetException
2013-01-03 13:20:33 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-01-03 13:20:33 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-01-03 13:20:33 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-01-03 13:20:33 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-01-03 13:20:33 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:283)
2013-01-03 13:20:33 [INFO] [STDERR] … 6 more
2013-01-03 13:20:33 [INFO] [STDERR] Caused by: cpw.mods.fml.common.LoaderException
2013-01-03 13:20:33 [INFO] [STDERR] at cpw.mods.fml.common.Loader.<init>(Loader.java:176)
2013-01-03 13:20:33 [INFO] [STDERR] at cpw.mods.fml.common.Loader.instance(Loader.java:151)
2013-01-03 13:20:33 [INFO] [STDERR] … 11 more
doodle9008 #4
Posted 08 January 2013 - 11:11 AM
your running fml version for minecraft 1.4.7 and your minecraft version is 1.4.6, you need an older version of forge.