Skip to content

Instantly share code, notes, and snippets.

@psxlover
Created June 18, 2012 00:56
Show Gist options
  • Select an option

  • Save psxlover/2946242 to your computer and use it in GitHub Desktop.

Select an option

Save psxlover/2946242 to your computer and use it in GitHub Desktop.
Instance started with command: C:\Program Files\Java\jre7\bin\java.exe -Xmx4096m -Xms512m -cp "C:\Users\Alex\Downloads\multimc" MultiMCLauncher "C:\Users\Alex\Downloads\multimc\instances\Fml_test2\.minecraft" "Offline" Offline
Loading jars...
Loading URL: file:/C:/Users/Alex/Downloads/multimc/instances/Fml_test2/.minecraft/bin/minecraft.jar
Loading URL: file:/C:/Users/Alex/Downloads/multimc/instances/Fml_test2/.minecraft/bin/lwjgl.jar
Loading URL: file:/C:/Users/Alex/Downloads/multimc/instances/Fml_test2/.minecraft/bin/lwjgl_util.jar
Loading URL: file:/C:/Users/Alex/Downloads/multimc/instances/Fml_test2/.minecraft/bin/jinput.jar
Loading natives...
Exception in thread "main" java.lang.NoClassDefFoundError: net/minecraft/src/GuiScreen
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Unknown Source)
at java.lang.Class.getDeclaredFields(Unknown Source)
at MultiMCLauncher.main(MultiMCLauncher.java:61)
Caused by: java.lang.ClassNotFoundException: net.minecraft.src.GuiScreen
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 4 more
Instance exited with code: 1
Crash detected!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment