Skip to content

Instantly share code, notes, and snippets.

@falseresync
Created July 14, 2019 13:45
Show Gist options
  • Save falseresync/cfaa649aa4afceecf89e0cf814e42c21 to your computer and use it in GitHub Desktop.
Save falseresync/cfaa649aa4afceecf89e0cf814e42c21 to your computer and use it in GitHub Desktop.
Exception in thread "Client thread" [16:38:08] [main/INFO]: [STDERR]: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
[16:38:08] [main/INFO]: [STDERR]: at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:172)
[16:38:08] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:129)
[16:38:08] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)
[16:38:08] [main/INFO]: [STDERR]: Caused by: java.lang.reflect.InvocationTargetException
[16:38:08] [main/INFO]: [STDERR]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[16:38:08] [main/INFO]: [STDERR]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[16:38:08] [main/INFO]: [STDERR]: at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[16:38:08] [main/INFO]: [STDERR]: at java.base/java.lang.reflect.Method.invoke(Method.java:567)
[16:38:08] [main/INFO]: [STDERR]: at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:170)
[16:38:08] [main/INFO]: [STDERR]: ... 2 more
[16:38:08] [main/INFO]: [STDERR]: Caused by: java.lang.NoSuchMethodError: net.minecraft.util.crash.CrashReportSection.method_577(Ljava/lang/String;Lnet/minecraft/util/crash/CrashCallable;)Lnet/minecraft/util/crash/CrashReportSection;
[16:38:08] [main/INFO]: [STDERR]: at net.minecraft.util.crash.CrashReport.handler$fillSystemDetails$zeg000(CrashReport.java:539)
[16:38:08] [main/INFO]: [STDERR]: at net.minecraft.util.crash.CrashReport.fillSystemDetails(CrashReport.java:68)
[16:38:08] [main/INFO]: [STDERR]: at net.minecraft.util.crash.CrashReport.<init>(CrashReport.java:38)
[16:38:08] [main/INFO]: [STDERR]: at net.minecraft.util.crash.CrashReport.create(CrashReport.java:259)
[16:38:08] [main/INFO]: [STDERR]: at net.minecraft.client.MinecraftClient.start(MinecraftClient.java:370)
[16:38:08] [main/INFO]: [STDERR]: at net.minecraft.client.main.Main.main(Main.java:126)
[16:38:08] [main/INFO]: [STDERR]: ... 7 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment