Jump to content

Recommended Posts

Posted

My kids have been after me for a while to get them able to play mods on Minecraft 1.5, so I've tried to get Forge running for the past few days.  I've tried with 582, 586 and 591 now and the error I get is the same.

 

I've done a clean Minecraft install on another computer and have no mods on it, only added Forge to the Minecraft.jar file and deleted the MOJANG files from the META-INF directory.

 

I've searched extensively and haven't found a relevant answer to this problem.

 

Here is the log, any help would be appreciated.

 

 

 

2013-03-17 12:14:14 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.0.25.591 for Minecraft 1.5 loading

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

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

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

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

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

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

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

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

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

2013-03-17 12:14:14 [FINEST] [ForgeModLoader] Running coremod plugins

2013-03-17 12:14:14 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin

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

2013-03-17 12:14:15 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully

2013-03-17 12:14:15 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin

2013-03-17 12:14:15 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully

2013-03-17 12:14:15 [FINEST] [ForgeModLoader] Validating minecraft

2013-03-17 12:14:15 [FINEST] [ForgeModLoader] Minecraft validated, launching...

2013-03-17 12:14:17 [iNFO] [sTDOUT] 229 recipes

2013-03-17 12:14:17 [iNFO] [sTDOUT] 27 achievements

2013-03-17 12:14:17 [iNFO] [sTDOUT] FMLRelauncher.relaunchApplet

2013-03-17 12:14:17 [iNFO] [sTDERR] java.lang.reflect.InvocationTargetException

2013-03-17 12:14:17 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-03-17 12:14:17 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-03-17 12:14:17 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

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

2013-03-17 12:14:17 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:244)

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

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

2013-03-17 12:14:17 [iNFO] [sTDERR] at net.minecraft.Launcher.replace(Launcher.java:136)

2013-03-17 12:14:17 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-03-17 12:14:17 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-03-17 12:14:17 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

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

2013-03-17 12:14:17 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:274)

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

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

2013-03-17 12:14:17 [iNFO] [sTDERR] at net.minecraft.Launcher.replace(Launcher.java:136)

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

2013-03-17 12:14:17 [iNFO] [sTDERR] Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/ThreadClientSleep

2013-03-17 12:14:17 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.func_71389_H(Minecraft.java:306)

2013-03-17 12:14:17 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.<init>(Minecraft.java:295)

2013-03-17 12:14:17 [iNFO] [sTDERR] at net.minecraft.client.MinecraftAppletImpl.<init>(SourceFile:38)

2013-03-17 12:14:17 [iNFO] [sTDERR] at net.minecraft.client.MinecraftApplet.fmlInitReentry(MinecraftApplet.java:32)

2013-03-17 12:14:17 [iNFO] [sTDERR] ... 17 more

2013-03-17 12:14:17 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: net.minecraft.client.ThreadClientSleep

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

2013-03-17 12:14:17 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2013-03-17 12:14:17 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2013-03-17 12:14:17 [iNFO] [sTDERR] ... 21 more

2013-03-17 12:14:17 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException

2013-03-17 12:14:17 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:199)

2013-03-17 12:14:17 [iNFO] [sTDERR] ... 23 more

2013-03-17 12:14:17 [iNFO] [sTDERR] Exception in thread "Thread-7" java.lang.RuntimeException: java.lang.reflect.InvocationTargetException

2013-03-17 12:14:17 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:284)

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

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

2013-03-17 12:14:17 [iNFO] [sTDERR] at net.minecraft.Launcher.replace(Launcher.java:136)

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

2013-03-17 12:14:17 [iNFO] [sTDERR] Caused by: java.lang.reflect.InvocationTargetException

2013-03-17 12:14:17 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-03-17 12:14:17 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-03-17 12:14:17 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

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

2013-03-17 12:14:17 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:274)

2013-03-17 12:14:17 [iNFO] [sTDERR] ... 4 more

2013-03-17 12:14:17 [iNFO] [sTDERR] Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException

2013-03-17 12:14:17 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:251)

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

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

2013-03-17 12:14:17 [iNFO] [sTDERR] at net.minecraft.Launcher.replace(Launcher.java:136)

2013-03-17 12:14:17 [iNFO] [sTDERR] ... 9 more

2013-03-17 12:14:17 [iNFO] [sTDERR] Caused by: java.lang.reflect.InvocationTargetException

2013-03-17 12:14:17 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-03-17 12:14:17 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-03-17 12:14:17 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

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

2013-03-17 12:14:17 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:244)

2013-03-17 12:14:17 [iNFO] [sTDERR] ... 12 more

2013-03-17 12:14:17 [iNFO] [sTDERR] Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/ThreadClientSleep

2013-03-17 12:14:17 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.func_71389_H(Minecraft.java:306)

2013-03-17 12:14:17 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.<init>(Minecraft.java:295)

2013-03-17 12:14:17 [iNFO] [sTDERR] at net.minecraft.client.MinecraftAppletImpl.<init>(SourceFile:38)

2013-03-17 12:14:17 [iNFO] [sTDERR] at net.minecraft.client.MinecraftApplet.fmlInitReentry(MinecraftApplet.java:32)

2013-03-17 12:14:17 [iNFO] [sTDERR] ... 17 more

2013-03-17 12:14:17 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: net.minecraft.client.ThreadClientSleep

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

2013-03-17 12:14:17 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2013-03-17 12:14:17 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2013-03-17 12:14:17 [iNFO] [sTDERR] ... 21 more

2013-03-17 12:14:17 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException

2013-03-17 12:14:17 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:199)

2013-03-17 12:14:17 [iNFO] [sTDERR] ... 23 more

 

 

Posted

Try build #592, and if you still get it add '-Dfml.debugClassLoading=true -Dfml.debugClassLoadingFiner=true' to your command line and post the logs.

 

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

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.