Skip to content

Instantly share code, notes, and snippets.

@Unh0lyTigg
Created March 5, 2016 00:36
Show Gist options
  • Save Unh0lyTigg/4f8efff01ef3d29c634e to your computer and use it in GitHub Desktop.
Save Unh0lyTigg/4f8efff01ef3d29c634e to your computer and use it in GitHub Desktop.
[16:27:27] [main/INFO]: Extra: [--noCoreSearch, --tweakClass, xyz.unh0lytigg.jsoncrops.tweaker.JCTweaker]
[16:27:27] [main/INFO]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/Robert/.gradle/caches/minecraft/assets, --assetIndex, 1.9, --accessToken{REDACTED}, --version, 1.9, --noCoreSearch, --tweakClass, xyz.unh0lytigg.jsoncrops.tweaker.JCTweaker]
[16:27:27] [main/INFO]: Loading tweak class name xyz.unh0lytigg.jsoncrops.tweaker.JCTweaker
[16:27:27] [main/INFO]: Using primary tweak class name xyz.unh0lytigg.jsoncrops.tweaker.JCTweaker
[16:27:27] [main/INFO]: Calling tweak class xyz.unh0lytigg.jsoncrops.tweaker.JCTweaker
Hello from JCTweaker
[16:27:27] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[16:27:27] [main/ERROR]: Unable to launch
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