Skip to content

Instantly share code, notes, and snippets.

@Unh0lyTigg
Created March 5, 2016 00:22
Show Gist options
  • Save Unh0lyTigg/727bda40c5960d3d2133 to your computer and use it in GitHub Desktop.
Save Unh0lyTigg/727bda40c5960d3d2133 to your computer and use it in GitHub Desktop.
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_60]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_60]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_60]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_60]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_60]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_60]
at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
at GradleStart.main(GradleStart.java:26) [start/:?]
Caused by: joptsimple.MissingRequiredOptionException: Missing required option(s) ['accessToken', 'version']
at joptsimple.OptionParser.ensureRequiredOptions(OptionParser.java:375) ~[OptionParser.class:?]
at joptsimple.OptionParser.parse(OptionParser.java:365) ~[OptionParser.class:?]
at net.minecraft.client.main.Main.main(Main.java:51) ~[Main.class:?]
... 12 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment