Skip to content

Instantly share code, notes, and snippets.

@Terpo
Created March 14, 2017 12:31
Show Gist options
  • Save Terpo/f2acfd71844c05f62fdbf3b60b6b98fe to your computer and use it in GitHub Desktop.
Save Terpo/f2acfd71844c05f62fdbf3b60b6b98fe to your computer and use it in GitHub Desktop.
[13:26:45] [Client thread/INFO]: [STDERR]: java.lang.IllegalArgumentException: argument type mismatch
[13:26:45] [Client thread/INFO]: [STDERR]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[13:26:45] [Client thread/INFO]: [STDERR]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
[13:26:45] [Client thread/INFO]: [STDERR]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
[13:26:45] [Client thread/INFO]: [STDERR]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
[13:26:45] [Client thread/INFO]: [STDERR]: at hardcorequesting.quests.Quest$11.onClick(Quest.java:273)
[13:26:45] [Client thread/INFO]: [STDERR]: at hardcorequesting.quests.Quest.onClick(Quest.java:1196)
[13:26:45] [Client thread/INFO]: [STDERR]: at hardcorequesting.client.interfaces.GuiQuestBook.func_73864_a(GuiQuestBook.java:671)
[13:26:45] [Client thread/INFO]: [STDERR]: at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:542)
[13:26:45] [Client thread/INFO]: [STDERR]: at hardcorequesting.client.interfaces.GuiQuestBook.func_146274_d(GuiQuestBook.java:723)
[13:26:45] [Client thread/INFO]: [STDERR]: at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:510)
[13:26:45] [Client thread/INFO]: [STDERR]: at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1695)
[13:26:45] [Client thread/INFO]: [STDERR]: at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1056)
[13:26:45] [Client thread/INFO]: [STDERR]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:372)
[13:26:45] [Client thread/INFO]: [STDERR]: at net.minecraft.client.main.Main.main(SourceFile:124)
[13:26:45] [Client thread/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:26:45] [Client thread/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[13:26:45] [Client thread/INFO]: [STDERR]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[13:26:45] [Client thread/INFO]: [STDERR]: at java.lang.reflect.Method.invoke(Unknown Source)
[13:26:45] [Client thread/INFO]: [STDERR]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[13:26:45] [Client thread/INFO]: [STDERR]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[13:26:45] [Client thread/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:26:45] [Client thread/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[13:26:45] [Client thread/INFO]: [STDERR]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[13:26:45] [Client thread/INFO]: [STDERR]: at java.lang.reflect.Method.invoke(Unknown Source)
[13:26:45] [Client thread/INFO]: [STDERR]: at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236)
[13:26:45] [Client thread/INFO]: [STDERR]: at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297)
[13:26:45] [Client thread/INFO]: [STDERR]: at org.multimc.EntryPoint.listen(EntryPoint.java:162)
[13:26:45] [Client thread/INFO]: [STDERR]: at org.multimc.EntryPoint.main(EntryPoint.java:53)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment