I start up my MC and it has worked many times before and now i click play and it loads and then it goes away and the launcher screen comes back up? I go to my Development Console and the only Error i get is this
ERROR]: Game ended with bad state (exit code 1)
then takes me to the [game output] tab and says
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/logging/log4j/LogManager
at bao.<clinit>(SourceFile:84)
at net.minecraft.client.main.Main.main(SourceFile:72)
Caused by: java.lang.ClassNotFoundException: org.apache.logging.log4j.LogManager
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 sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 2 more
ERROR]: Game ended with bad state (exit code 1)
then takes me to the [game output] tab and says
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/logging/log4j/LogManager
at bao.<clinit>(SourceFile:84)
at net.minecraft.client.main.Main.main(SourceFile:72)
Caused by: java.lang.ClassNotFoundException: org.apache.logging.log4j.LogManager
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 sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 2 more
Help please.