Advertisement
Guest User

SM - server crash - from log

a guest
Jul 15th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.73 KB | None | 0 0
  1. [20:40:53] [Server thread/ERROR]: Encountered an unexpected exception
  2. net.minecraft.util.ReportedException: Ticking entity
  3.     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1003) ~[MinecraftServer.class:?]
  4.     at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432) ~[lt.class:?]
  5.     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841) ~[MinecraftServer.class:?]
  6.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693) [MinecraftServer.class:?]
  7.     at java.lang.Thread.run(Thread.java:745) [?:1.8.0_74]
  8. Caused by: java.lang.NullPointerException
  9.     at toast.specialMobs.entity.EntitySpecialFishHook.onImpact(EntitySpecialFishHook.java:190) ~[EntitySpecialFishHook.class:?]
  10.     at toast.specialMobs.entity.EntitySpecialFishHook.func_70071_h_(EntitySpecialFishHook.java:150) ~[EntitySpecialFishHook.class:?]
  11.     at net.minecraft.world.World.func_72866_a(World.java:2740) ~[ahb.class:?]
  12.     at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:877) ~[mt.class:?]
  13.     at net.minecraft.world.World.func_72870_g(World.java:2678) ~[ahb.class:?]
  14.     at net.minecraft.world.World.func_72939_s(World.java:2480) ~[ahb.class:?]
  15.     at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:673) ~[mt.class:?]
  16.     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:986) ~[MinecraftServer.class:?]
  17.     ... 4 more
  18. [20:40:53] [Server thread/ERROR]:   Cause of unexpected exception was
  19. java.lang.NullPointerException
  20.     at toast.specialMobs.entity.EntitySpecialFishHook.onImpact(EntitySpecialFishHook.java:190) ~[EntitySpecialFishHook.class:?]
  21.     at toast.specialMobs.entity.EntitySpecialFishHook.func_70071_h_(EntitySpecialFishHook.java:150) ~[EntitySpecialFishHook.class:?]
  22.     at net.minecraft.world.World.func_72866_a(World.java:2740) ~[ahb.class:?]
  23.     at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:877) ~[mt.class:?]
  24.     at net.minecraft.world.World.func_72870_g(World.java:2678) ~[ahb.class:?]
  25.     at net.minecraft.world.World.func_72939_s(World.java:2480) ~[ahb.class:?]
  26.     at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:673) ~[mt.class:?]
  27.     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:986) ~[MinecraftServer.class:?]
  28.     at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432) ~[lt.class:?]
  29.     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841) ~[MinecraftServer.class:?]
  30.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693) [MinecraftServer.class:?]
  31.     at java.lang.Thread.run(Thread.java:745) [?:1.8.0_74]
  32. [20:40:53] [Server thread/ERROR]: This crash report has been saved to: /hlserver/27134/./crash-reports/crash-2016-07-15_20.40.53-server.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement