Unable to launch
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/world/World
at net.minecraft.client.main.Main.main(SourceFile:72)
... 6 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.world.World
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 7 more
Caused by: java.lang.IndexOutOfBoundsException
at org.objectweb.asm.tree.InsnList.get(Unknown Source)
at micdoodle8.mods.miccore.MicdoodleTransformer.transformWorld(MicdoodleTransformer.java:1817)
at micdoodle8.mods.miccore.MicdoodleTransformer.transformVanilla(MicdoodleTransformer.java:504)
at micdoodle8.mods.miccore.MicdoodleTransformer.transform(MicdoodleTransformer.java:375)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 9 more
Without a full crash log or a list of mods it may be difficult to determine
t does look like though that 'micdoodle' may be a cause of your problem, but the only google search I can find for this is a 'micdoodlecore for galaticraft', so I'm guessing you've got that mod installed.
Usually I would suggest starting from scratch by starting with a vanilla minecraft installation
> checking that runs OK
> then add one mod at a time (unless the mod required support mods as well - in which case add those all together)
> re-running to make sure the game doesn't crash ...repeat for each mod
- once game crashes - you'll know which mod is causing your problem.
If you have a LOT of mods already installed (I know some players can have 100's of them), I would suggest removing the micdoodle (& any associated mods) first & seeing if the game runs OK... if it does then you'll know exactly whats mod is the problem
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I Have lots errors with my mods here they are
Unable to launch
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/world/World
at net.minecraft.client.main.Main.main(SourceFile:72)
... 6 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.world.World
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 7 more
Caused by: java.lang.IndexOutOfBoundsException
at org.objectweb.asm.tree.InsnList.get(Unknown Source)
at micdoodle8.mods.miccore.MicdoodleTransformer.transformWorld(MicdoodleTransformer.java:1817)
at micdoodle8.mods.miccore.MicdoodleTransformer.transformVanilla(MicdoodleTransformer.java:504)
at micdoodle8.mods.miccore.MicdoodleTransformer.transform(MicdoodleTransformer.java:375)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 9 more
Exception in thread "main" <log4j:Event logger="STDERR" timestamp="1542855840424" level="INFO" thread="main">
<log4j:Message><![CDATA[[java.lang.Throwable$WrappedPrintStream:println:748]: cpw.mods.fml.relauncher.FMLSecurityManager$ExitTrappedException]]></log4j:Message>
</log4j:Event>
expected <
Process crashed with exit code 1
Without a full crash log or a list of mods it may be difficult to determine
t does look like though that 'micdoodle' may be a cause of your problem, but the only google search I can find for this is a 'micdoodlecore for galaticraft', so I'm guessing you've got that mod installed.
Usually I would suggest starting from scratch by starting with a vanilla minecraft installation
> checking that runs OK
> then add one mod at a time (unless the mod required support mods as well - in which case add those all together)
> re-running to make sure the game doesn't crash ...repeat for each mod
- once game crashes - you'll know which mod is causing your problem.
If you have a LOT of mods already installed (I know some players can have 100's of them), I would suggest removing the micdoodle (& any associated mods) first & seeing if the game runs OK... if it does then you'll know exactly whats mod is the problem