Guest User

Untitled

a guest
Mar 23rd, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. [10:05:23] [Server thread/FATAL]: Error executing task
  2. java.util.concurrent.ExecutionException: java.lang.NullPointerException
  3. at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_161]
  4. at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_161]
  5. at net.minecraft.util.Util.func_181617_a(SourceFile:47) [h.class:?]
  6. at org.spongepowered.common.SpongeImplHooks.onUtilRunTask(SpongeImplHooks.java:276) [SpongeImplHooks.class:1.12.2-2611-7.1.0-BETA-2931]
  7. at net.minecraft.server.MinecraftServer.redirect$onRun$zjf000(MinecraftServer.java:4003) [MinecraftServer.class:?]
  8. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:721) [MinecraftServer.class:?]
  9. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
  10. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666) [MinecraftServer.class:?]
  11. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) [MinecraftServer.class:?]
  12. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
  13. Caused by: java.lang.NullPointerException
  14. at com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryShopkeepers.getTranslatedName(NPCRegistryShopkeepers.java:406) ~[NPCRegistryShopkeepers.class:?]
  15. at com.pixelmonmod.pixelmon.entities.npcs.NPCShopkeeper.getShopkeeperName(NPCShopkeeper.java:234) ~[NPCShopkeeper.class:?]
  16. at com.pixelmonmod.pixelmon.entities.npcs.NPCShopkeeper.sendItemsToPlayer(NPCShopkeeper.java:158) ~[NPCShopkeeper.class:?]
  17. at com.pixelmonmod.pixelmon.entities.npcs.NPCShopkeeper.interactWithNPC(NPCShopkeeper.java:139) ~[NPCShopkeeper.class:?]
  18. at com.pixelmonmod.pixelmon.entities.npcs.EntityNPC.func_184645_a(EntityNPC.java:351) ~[EntityNPC.class:?]
  19. at net.minecraft.entity.EntityLiving.func_184230_a(EntityLiving.java:1227) ~[vq.class:?]
  20. at net.minecraft.entity.player.EntityPlayer.func_190775_a(EntityPlayer.java:1199) ~[aed.class:?]
  21. at net.minecraft.network.NetHandlerPlayServer.func_147340_a(NetHandlerPlayServer.java:2550) ~[pa.class:?]
  22. at net.minecraft.network.play.client.CPacketUseEntity.func_148833_a(SourceFile:69) ~[li.class:?]
  23. at net.minecraft.network.play.client.CPacketUseEntity.func_148833_a(SourceFile:13) ~[li.class:?]
  24. at org.spongepowered.common.network.PacketUtil.onProcessPacket(PacketUtil.java:149) ~[PacketUtil.class:1.12.2-2611-7.1.0-BETA-2931]
  25. at net.minecraft.network.PacketThreadUtil$1.redirect$onProcessPacket$zla000(SourceFile:539) ~[hv$1.class:?]
  26. at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[hv$1.class:?]
  27. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_161]
  28. at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_161]
  29. at net.minecraft.util.Util.func_181617_a(SourceFile:46) ~[h.class:?]
  30. ... 7 more
Add Comment
Please, Sign In to add comment