Skip to content

Instantly share code, notes, and snippets.

@NeusFear
Last active July 14, 2019 00:49
Show Gist options
  • Save NeusFear/0f727d3d206412463ef4b2d93e709a0e to your computer and use it in GitHub Desktop.
Save NeusFear/0f727d3d206412463ef4b2d93e709a0e to your computer and use it in GitHub Desktop.
biome builder
[19:22:13] [main/INFO]: [STDERR]: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
[19:22:13] [main/INFO]: [STDERR]: at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:172)
[19:22:13] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:129)
[19:22:13] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)
[19:22:13] [main/INFO]: [STDERR]: Caused by: java.lang.reflect.InvocationTargetException
[19:22:13] [main/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[19:22:13] [main/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[19:22:13] [main/INFO]: [STDERR]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[19:22:13] [main/INFO]: [STDERR]: at java.lang.reflect.Method.invoke(Method.java:498)
[19:22:13] [main/INFO]: [STDERR]: at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:170)
[19:22:13] [main/INFO]: [STDERR]: ... 2 more
[19:22:13] [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;
[19:22:13] [main/INFO]: [STDERR]: at net.minecraft.util.crash.CrashReport.handler$fillSystemDetails$zdl000(CrashReport.java:539)
[19:22:13] [main/INFO]: [STDERR]: at net.minecraft.util.crash.CrashReport.fillSystemDetails(CrashReport.java:62)
[19:22:13] [main/INFO]: [STDERR]: at net.minecraft.util.crash.CrashReport.<init>(CrashReport.java:37)
[19:22:13] [main/INFO]: [STDERR]: at net.minecraft.util.crash.CrashReport.create(CrashReport.java:292)
[19:22:13] [main/INFO]: [STDERR]: at net.minecraft.client.MinecraftClient.start(MinecraftClient.java:397)
[19:22:13] [main/INFO]: [STDERR]: at net.minecraft.client.main.Main.main(Main.java:154)
[19:22:13] [main/INFO]: [STDERR]: ... 7 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment