Jsnbrown1989

Untitled

Oct 13th, 2019
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.75 KB | None | 0 0
  1. [22:09:03] [Server thread/ERROR] [FML]: Exception caught during firing event com.pixelmonmod.pixelmon.api.events.CaptureEvent$SuccessfulCapture@3fda0439:
  2. java.lang.NullPointerException: null
  3. at net.dirtcraft.plugin.discordnotify.Utility.lambda$runPokemonPlaceholders$0(Utility.java:47) ~[Utility.class:?]
  4. at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_222]
  5. at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) ~[?:1.8.0_222]
  6. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_222]
  7. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_222]
  8. at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[?:1.8.0_222]
  9. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_222]
  10. at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566) ~[?:1.8.0_222]
  11. at net.dirtcraft.plugin.discordnotify.Utility.runPokemonPlaceholders(Utility.java:48) ~[Utility.class:?]
  12. at net.dirtcraft.plugin.discordnotify.Utility.runDefaultPlaceholders(Utility.java:29) ~[Utility.class:?]
  13. at net.dirtcraft.plugin.discordnotify.Events.CatchListener.onCatchEvent(CatchListener.java:32) ~[CatchListener.class:?]
  14. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_32_CatchListener_onCatchEvent_SuccessfulCapture.invoke(.dynamic) ~[?:?]
  15. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  16. at net.minecraftforge.fml.common.eventhandler.EventBus.forgeBridge$post(EventBus.java:752) [EventBus.class:?]
  17. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:702) [EventBus.class:?]
  18. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.catchPokemon(EntityEmptyPokeball.java:392) [EntityEmptyPokeball.class:?]
  19. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.func_70071_h_(EntityEmptyPokeball.java:326) [EntityEmptyPokeball.class:?]
  20. at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:167) [spongeforge-1.12.2-2838-7.1.7-RC3924.jar:1.12.2-2838-7.1.7-RC3924]
  21. at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zlg000(WorldServer.java:4740) [oo.class:?]
  22. at net.minecraft.world.World.func_72866_a(World.java:1993) [amu.class:?]
  23. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) [oo.class:?]
  24. at net.minecraft.world.World.func_72870_g(World.java:1955) [amu.class:?]
  25. at net.minecraft.world.WorldServer.func_72870_g(WorldServer.java:6738) [oo.class:?]
  26. at net.minecraft.world.World.func_72939_s(World.java:1759) [amu.class:?]
  27. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:3930) [oo.class:?]
  28. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) [MinecraftServer.class:?]
  29. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
  30. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
  31. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  32. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
  33. [22:09:03] [Server thread/ERROR] [FML]: Index: 1 Listeners:
  34. [22:09:03] [Server thread/ERROR] [FML]: 0: NORMAL
  35. [22:09:03] [Server thread/ERROR] [FML]: 1: ASM: net.dirtcraft.plugin.discordnotify.Events.CatchListener@789e45c onCatchEvent(Lcom/pixelmonmod/pixelmon/api/events/CaptureEvent$SuccessfulCapture;)V
  36. [22:09:03] [Server thread/ERROR] [FML]: 2: ASM: me.mrdaniel.researchquests.listeners.PixelmonListener@2a25949e onCatch(Lcom/pixelmonmod/pixelmon/api/events/CaptureEvent$SuccessfulCapture;)V
  37. [22:09:03] [Server thread/ERROR] [FML]: 3: ASM: io.github.tsecho.poketeams.eventlisteners.CatchPokemonListener@735656c5 onCapture(Lcom/pixelmonmod/pixelmon/api/events/CaptureEvent$SuccessfulCapture;)V
  38. [22:09:03] [Server thread/ERROR] [Sponge]: /***********************************************************************************************************************************/
  39. [22:09:03] [Server thread/ERROR] [Sponge]: /* Exception occurred during a PhaseState */
  40. [22:09:03] [Server thread/ERROR] [Sponge]: /***********************************************************************************************************************************/
  41. [22:09:03] [Server thread/ERROR] [Sponge]: /* Sponge's tracking system makes a best effort to not throw exceptions randomly */
  42. [22:09:03] [Server thread/ERROR] [Sponge]: /* but sometimes it is inevitable. In most cases, something else triggered this */
  43. [22:09:03] [Server thread/ERROR] [Sponge]: /* exception and Sponge prevented a crash by catching it. The following stacktrace */
  44. [22:09:03] [Server thread/ERROR] [Sponge]: /* can be used to help pinpoint the cause. */
  45. [22:09:03] [Server thread/ERROR] [Sponge]: /***********************************************************************************************************************************/
  46. [22:09:03] [Server thread/ERROR] [Sponge]: /* The PhaseState having an exception: Tick{Entity} */
  47. [22:09:03] [Server thread/ERROR] [Sponge]: /* The PhaseContext: */
  48. [22:09:03] [Server thread/ERROR] [Sponge]: /* org.spongepowered.asm.util.PrettyPrinter@7898fc8 */
  49. [22:09:03] [Server thread/ERROR] [Sponge]: /* */
  50. [22:09:03] [Server thread/ERROR] [Sponge]: /* StackTrace : */
  51. [22:09:03] [Server thread/ERROR] [Sponge]: /* java.lang.NullPointerException: null */
  52. [22:09:03] [Server thread/ERROR] [Sponge]: /* net.dirtcraft.plugin.discordnotify.Utility.lambda$runPokemonPlaceholders$0(Utility.java:47) */
  53. [22:09:03] [Server thread/ERROR] [Sponge]: /* java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) */
  54. [22:09:03] [Server thread/ERROR] [Sponge]: /* java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) */
  55. [22:09:03] [Server thread/ERROR] [Sponge]: /* java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) */
  56. [22:09:03] [Server thread/ERROR] [Sponge]: /* java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) */
  57. [22:09:03] [Server thread/ERROR] [Sponge]: /* java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) */
  58. [22:09:03] [Server thread/ERROR] [Sponge]: /* java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) */
  59. [22:09:03] [Server thread/ERROR] [Sponge]: /* java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566) */
  60. [22:09:03] [Server thread/ERROR] [Sponge]: /* net.dirtcraft.plugin.discordnotify.Utility.runPokemonPlaceholders(Utility.java:48) */
  61. [22:09:03] [Server thread/ERROR] [Sponge]: /* net.dirtcraft.plugin.discordnotify.Utility.runDefaultPlaceholders(Utility.java:29) */
  62. [22:09:03] [Server thread/ERROR] [Sponge]: /* net.dirtcraft.plugin.discordnotify.Events.CatchListener.onCatchEvent(CatchListener.java:32) */
  63. [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.ASMEventHandler_32_CatchListener_onCatchEvent_SuccessfulCapture.invoke(.dynamic) */
  64. [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) */
  65. [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.EventBus.forgeBridge$post(EventBus.java:752) */
  66. [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:702) */
  67. [22:09:03] [Server thread/ERROR] [Sponge]: /* com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.catchPokemon(EntityEmptyPokeball.java:392) */
  68. [22:09:03] [Server thread/ERROR] [Sponge]: /* com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.func_70071_h_(EntityEmptyPokeball.java:326) */
  69. [22:09:03] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:167) */
  70. [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zlg000(WorldServer.java:4740) */
  71. [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.func_72866_a(World.java:1993) */
  72. [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) */
  73. [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.func_72870_g(World.java:1955) */
  74. [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.func_72870_g(WorldServer.java:6738) */
  75. [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.func_72939_s(World.java:1759) */
  76. [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:3930) */
  77. [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) */
  78. [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) */
  79. [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) */
  80. [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) */
  81. [22:09:03] [Server thread/ERROR] [Sponge]: /* java.lang.Thread.run(Thread.java:748) */
  82. [22:09:03] [Server thread/ERROR] [Sponge]: /* */
  83. [22:09:03] [Server thread/ERROR] [Sponge]: /* Minecraft : 1.12.2 */
  84. [22:09:03] [Server thread/ERROR] [Sponge]: /* SpongeAPI : 7.1.0-13da4949c */
  85. [22:09:03] [Server thread/ERROR] [Sponge]: /* Sponge : 1.12.2-7.1.7-SNAPSHOT */
  86. [22:09:03] [Server thread/ERROR] [Sponge]: /* SpongeForge : 1.12.2-2838-7.1.7-RC3924 */
  87. [22:09:03] [Server thread/ERROR] [Sponge]: /* Minecraft Forge : 14.23.5.2838 */
  88. [22:09:03] [Server thread/ERROR] [Sponge]: /***********************************************************************************************************************************/
Advertisement
Add Comment
Please, Sign In to add comment