Bug: Stuck on Load screen MAC

  • Hey guys,


    I have tried to install industrycraft so many different ways.


    It always gets stuck on the Done Loading screen


    Anyone got any ideas on how to make it work? I have tried many different youtube viedos as well.

  • Run this tool to get a crash report.


    https://github.com/downloads/m…craftError/MCErrorV26.jar

    How do I run that tool I tried




    Java MCErrorV26.jar Exception in thread "main" java.lang.NoClassDefFoundError: MCErrorV26/jarCaused by: java.lang.ClassNotFoundException: MCErrorV26.jar at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

  • This is what it output



    Checking for Minecraft launcher (minecrafterr.jar) in /Users/ashleyhughes/Library/Application Support/minecraft/minecrafterr.jar
    Minecraft launcher found!
    Starting launcher...
    Exception in thread "main" java.lang.NoClassDefFoundError: Support/minecraft/minecrafterr/jar
    Caused by: java.lang.ClassNotFoundException: Support.minecraft.minecrafterr.jar
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    Error report complete.


    Here's my guess as to what went wrong:


    Hm, I can't seem to figure it out.
    If your client failed to load press Paste Error and show that link to #Risucraft on esper.net
    Posting to pastebin.com...
    http://pastebin.com/VCjf1DKq

  • Or this? This one should work. The quotes are very important.


    cd "/Users/ashleyhughes/Library/Application Support/minecraft/bin"
    java -Djava.library.path=natives -cp 'minecraft.jar;lwjgl.jar;lwjgl_util.jar;jinput.jar' net.minecraft.client.Minecraft

  • Or this? This one should work. The quotes are very important.


    cd "/Users/ashleyhughes/Library/Application Support/minecraft/bin"
    java -Djava.library.path=natives -cp 'minecraft.jar;lwjgl.jar;lwjgl_util.jar;jinput.jar' net.minecraft.client.Minecraft

    Returns this


    cpe-58-165-209-77:bin ashleyhughes$ java -Djava.library.path=natives -cp 'minecraft.jar;lwjgl.jar;lwjgl_util.jar;jinput.jar' net.minecraft.client.Minecraft
    Exception in thread "main" java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
    Caused by: java.lang.ClassNotFoundException: net.minecraft.client.Minecraft
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

  • And this last one:


    cd "/Users/ashleyhughes/Library/Application Support/minecraft/bin"
    java -Djava.library.path=natives -cp minecraft.jar;lwjgl.jar;lwjgl_util.jar;jinput.jar net.minecraft.client.Minecraft


    If it fails, your minecraft.jar is messed up, use the launcher to redownload it.

  • It looks like you are in the right directory (the cd command, seeing the "bin" in the message) yet java can't find the net.minecraft.client.Minecraft class in the jar (NoClassDefFoundError). You say the default launcher "gets stuck on the Done Loading screen" so you didn't rename the minecraft.jar, or it would download a new one. Just to make sure: you didn't rename it to "Minecraft.jar" (upper case) [no idea how java+mac would react to that. don't do it].


    mmh... maybe you managed to create a corrupted jar archive while adding modloader and forge. Did you uncompress it to a folder, deleted META-INF, add the new files, then compress the folder instead of the files in it?
    That would result in a .jar with the folder in it, which has the files in it, instead of a jar with the files in it and would produce the error you get.


    Please delete your minecraft.jar, start the launcher so it downloads a fresh one and then follow the instructions given here by Risugami to the letter, with the exception of also adding forge during point 3.

  • I dont know how I am corrupting it as I do following the instructions on the modloader page, makes it easy when it opens the jar up for you in the temp folder.


    I think i might try and get a older version on forge as it seams to be where all my problems steam from