Skip to content

Instantly share code, notes, and snippets.

@ProsperCraft
Created October 30, 2016 14:48
Show Gist options
  • Save ProsperCraft/8e25f3f3948dfda42467fe9336f57384 to your computer and use it in GitHub Desktop.
Save ProsperCraft/8e25f3f3948dfda42467fe9336f57384 to your computer and use it in GitHub Desktop.
[08:23:00] [Server thread/FATAL]: Error executing task
java.util.concurrent.ExecutionException: java.lang.NullPointerException
at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_111]
at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_111]
at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387) [ld.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
Caused by: java.lang.NullPointerException
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:213) ~[minecraft_server.1.10.2.jar:?]
at com.google.common.collect.ImmutableCollection$ArrayBasedBuilder.add(ImmutableCollection.java:339) ~[minecraft_server.1.10.2.jar:?]
at com.google.common.collect.ImmutableSet$Builder.add(ImmutableSet.java:480) ~[minecraft_server.1.10.2.jar:?]
at org.spongepowered.common.item.inventory.lens.impl.fabric.ContainerFabric.<init>(ContainerFabric.java:60) ~[ContainerFabric.class:1.10.2-2107-6.0.0-BETA-1856]
at org.spongepowered.common.item.inventory.lens.impl.fabric.ContainerFabric.<init>(ContainerFabric.java:49) ~[ContainerFabric.class:1.10.2-2107-6.0.0-BETA-1856]
at org.spongepowered.common.item.inventory.lens.impl.MinecraftFabric.of(MinecraftFabric.java:52) ~[MinecraftFabric.class:1.10.2-2107-6.0.0-BETA-1856]
at net.minecraft.inventory.Container.init(Container.java:92) ~[abd.class:?]
at net.minecraft.inventory.Container.detectAndSendChanges(Container.java:152) ~[abd.class:?]
at net.minecraft.inventory.Container.func_75142_b(Container.java:146) ~[abd.class:?]
at net.blay09.mods.cookingforblockheads.container.ContainerRecipeBook.func_75142_b(ContainerRecipeBook.java:147) ~[ContainerRecipeBook.class:?]
at net.minecraft.inventory.Container.func_75132_a(Container.java:133) ~[abd.class:?]
at net.minecraftforge.fml.common.network.internal.FMLNetworkHandler.openGui(FMLNetworkHandler.java:100) ~[FMLNetworkHandler.class:?]
at net.minecraft.entity.player.EntityPlayer.openGui(EntityPlayer.java:2494) ~[zs.class:?]
at net.blay09.mods.cookingforblockheads.block.BlockCookingTable.func_180639_a(BlockCookingTable.java:59) ~[BlockCookingTable.class:?]
at net.minecraft.server.management.PlayerInteractionManager.func_187251_a(PlayerInteractionManager.java:187) ~[lv.class:?]
at net.minecraft.network.NetHandlerPlayServer.redirect$onProcessRightClickBlock$zgo000(NetHandlerPlayServer.java:521) ~[me.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_184337_a(NetHandlerPlayServer.java:679) ~[me.class:?]
at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.func_148833_a(SourceFile:55) ~[jj.class:?]
at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.func_148833_a(SourceFile:11) ~[jj.class:?]
at org.spongepowered.common.network.PacketUtil.onProcessPacket(PacketUtil.java:123) ~[PacketUtil.class:1.10.2-2107-6.0.0-BETA-1856]
at net.minecraft.network.PacketThreadUtil$1.redirect$onProcessPacket$zjb000(SourceFile:39) ~[fl$1.class:?]
at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[fl$1.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_111]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_111]
at net.minecraft.util.Util.func_181617_a(SourceFile:45) ~[h.class:?]
... 5 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment