Advertisement
phantum

Pech Crash?

Jul 21st, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.98 KB | None | 0 0
  1. /**********************************************************************************************************/
  2. [20:02:04] [Server thread/ERROR] [Sponge]: /**********************************************************************************************************/
  3. [20:02:04] [Server thread/ERROR] [Sponge]: /* Exception occurred during a PhaseState */
  4. [20:02:04] [Server thread/ERROR] [Sponge]: /**********************************************************************************************************/
  5. [20:02:04] [Server thread/ERROR] [Sponge]: /* Sponge's tracking system makes a best effort to not throw exceptions randomly */
  6. [20:02:04] [Server thread/ERROR] [Sponge]: /* but sometimes it is inevitable. In most cases, something else triggered this */
  7. [20:02:04] [Server thread/ERROR] [Sponge]: /* exception and Sponge prevented a crash by catching it. The following stacktrace */
  8. [20:02:04] [Server thread/ERROR] [Sponge]: /* can be used to help pinpoint the cause. */
  9. [20:02:04] [Server thread/ERROR] [Sponge]: /**********************************************************************************************************/
  10. [20:02:04] [Server thread/ERROR] [Sponge]: /* The PhaseState having an exception: Tick{Entity} */
  11. [20:02:04] [Server thread/ERROR] [Sponge]: /* The PhaseContext: */
  12. [20:02:04] [Server thread/ERROR] [Sponge]: /* - Source: EntityPech['Pech Forager'/69914, l='world', x=-950.14, y=72.00, z=98.24] */
  13. [20:02:04] [Server thread/ERROR] [Sponge]: /* org.spongepowered.asm.util.PrettyPrinter@17e61bd */
  14. [20:02:04] [Server thread/ERROR] [Sponge]: /* */
  15. [20:02:04] [Server thread/ERROR] [Sponge]: /* StackTrace : */
  16. [20:02:04] [Server thread/ERROR] [Sponge]: /* java.lang.NoClassDefFoundError: thaumcraft/common/lib/utils/InventoryUtils */
  17. [20:02:04] [Server thread/ERROR] [Sponge]: /* thaumcraft.common.entities.monster.EntityPech.canPickup(EntityPech.java:690) */
  18. [20:02:04] [Server thread/ERROR] [Sponge]: /* thaumcraft.common.entities.ai.pech.AIPechItemEntityGoto.func_75250_a(AIPechItemEntityGoto.java:44) */
  19. [20:02:04] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:94) */
  20. [20:02:04] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:763) */
  21. [20:02:04] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2359) */
  22. [20:02:04] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577) */
  23. [20:02:04] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.monster.EntityMob.func_70636_d(EntityMob.java:45) */
  24. [20:02:04] [Server thread/ERROR] [Sponge]: /* thaumcraft.common.entities.monster.EntityPech.func_70636_d(EntityPech.java:334) */
  25. [20:02:04] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2179) */
  26. [20:02:04] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295) */
  27. [20:02:04] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:50) */
  28. [20:02:04] [Server thread/ERROR] [Sponge]: /* thaumcraft.common.entities.monster.EntityPech.func_70071_h_(EntityPech.java:667) */
  29. [20:02:04] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:167) */
  30. [20:02:04] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zle000(WorldServer.java:4811) */
  31. [20:02:04] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.func_72866_a(World.java:6361) */
  32. [20:02:04] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) */
  33. [20:02:04] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.func_72870_g(World.java:1955) */
  34. [20:02:04] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.func_72939_s(World.java:8004) */
  35. [20:02:04] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:3935) */
  36. [20:02:04] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) */
  37. [20:02:04] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) */
  38. [20:02:04] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) */
  39. [20:02:04] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) */
  40. [20:02:04] [Server thread/ERROR] [Sponge]: /* java.lang.Thread.run(Thread.java:748) */
  41. [20:02:04] [Server thread/ERROR] [Sponge]: /* */
  42. [20:02:04] [Server thread/ERROR] [Sponge]: /* Minecraft : 1.12.2 */
  43. [20:02:04] [Server thread/ERROR] [Sponge]: /* SpongeAPI : 7.1.0-240a43e70 */
  44. [20:02:04] [Server thread/ERROR] [Sponge]: /* Sponge : 1.12.2-7.1.7-SNAPSHOT */
  45. [20:02:04] [Server thread/ERROR] [Sponge]: /* SpongeForge : 1.12.2-2838-7.1.7-RC3848 */
  46. [20:02:04] [Server thread/ERROR] [Sponge]: /* Minecraft Forge : 14.23.5.2836 */
  47. [20:02:04] [Server thread/ERROR] [Sponge]: /**********************************************************************************************************/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement