Skip to content

Instantly share code, notes, and snippets.

@litjohn50
Created March 23, 2021 17:12
Show Gist options
  • Save litjohn50/811fd5105db34efbb20827e87b0d55e5 to your computer and use it in GitHub Desktop.
Save litjohn50/811fd5105db34efbb20827e87b0d55e5 to your computer and use it in GitHub Desktop.
create boat contraption wierd gamerule error crashes server on load.
[23Mar2021 10:01:22.164] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Added Flammables!
[23Mar2021 10:01:22.169] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Added strippable Blocks...
[23Mar2021 10:01:22.173] [main/INFO] [corgiaoc.byg.BYG/]: BYG: "Load Complete" Event Complete!
[23Mar2021 10:02:04.384] [main/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[23Mar2021 10:02:04.402] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
[23Mar2021 10:02:04.402] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:39)
[23Mar2021 10:02:04.402] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
[23Mar2021 10:02:04.402] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
[23Mar2021 10:02:04.402] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.Launcher.run(Launcher.java:82)
[23Mar2021 10:02:04.402] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
[23Mar2021 10:02:04.402] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63)
[23Mar2021 10:02:04.402] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60)
[23Mar2021 10:02:04.403] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.server.ServerMain.main(ServerMain.java:57)
[23Mar2021 10:02:04.403] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: Caused by: java.lang.reflect.InvocationTargetException
[23Mar2021 10:02:04.403] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[23Mar2021 10:02:04.403] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[23Mar2021 10:02:04.403] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23Mar2021 10:02:04.403] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.reflect.Method.invoke(Method.java:498)
[23Mar2021 10:02:04.403] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:51)
[23Mar2021 10:02:04.403] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
[23Mar2021 10:02:04.403] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: ... 7 more
[23Mar2021 10:02:04.403] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: Caused by: java.lang.ExceptionInInitializerError
[23Mar2021 10:02:04.404] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at net.minecraft.server.Main.main(Main.java:109)
[23Mar2021 10:02:04.404] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: ... 13 more
[23Mar2021 10:02:04.404] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: Caused by: java.lang.NullPointerException
[23Mar2021 10:02:04.404] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: at net.minecraft.world.GameRules.func_226684_a_(SourceFile:120)
[23Mar2021 10:02:04.404] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: at com.google.common.collect.CollectCollectors.lambda$toImmutableMap$1(CollectCollectors.java:59)
[23Mar2021 10:02:04.404] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: at java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169)
[23Mar2021 10:02:04.404] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: at java.util.TreeMap$EntrySpliterator.forEachRemaining(TreeMap.java:2969)
[23Mar2021 10:02:04.404] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
[23Mar2021 10:02:04.404] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
[23Mar2021 10:02:04.404] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
[23Mar2021 10:02:04.404] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
[23Mar2021 10:02:04.405] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566)
[23Mar2021 10:02:04.405] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: at net.minecraft.world.GameRules.<init>(SourceFile:120)
[23Mar2021 10:02:04.405] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: at net.minecraft.server.MinecraftServer.<clinit>(MinecraftServer.java:162)
[23Mar2021 10:02:04.405] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: ... 14 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment