Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [22:09:03] [Server thread/ERROR] [FML]: Exception caught during firing event com.pixelmonmod.pixelmon.api.events.CaptureEvent$SuccessfulCapture@3fda0439:
- java.lang.NullPointerException: null
- at net.dirtcraft.plugin.discordnotify.Utility.lambda$runPokemonPlaceholders$0(Utility.java:47) ~[Utility.class:?]
- at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_222]
- at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) ~[?:1.8.0_222]
- at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_222]
- at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_222]
- at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[?:1.8.0_222]
- at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_222]
- at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566) ~[?:1.8.0_222]
- at net.dirtcraft.plugin.discordnotify.Utility.runPokemonPlaceholders(Utility.java:48) ~[Utility.class:?]
- at net.dirtcraft.plugin.discordnotify.Utility.runDefaultPlaceholders(Utility.java:29) ~[Utility.class:?]
- at net.dirtcraft.plugin.discordnotify.Events.CatchListener.onCatchEvent(CatchListener.java:32) ~[CatchListener.class:?]
- at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_32_CatchListener_onCatchEvent_SuccessfulCapture.invoke(.dynamic) ~[?:?]
- at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
- at net.minecraftforge.fml.common.eventhandler.EventBus.forgeBridge$post(EventBus.java:752) [EventBus.class:?]
- at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:702) [EventBus.class:?]
- at com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.catchPokemon(EntityEmptyPokeball.java:392) [EntityEmptyPokeball.class:?]
- at com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.func_70071_h_(EntityEmptyPokeball.java:326) [EntityEmptyPokeball.class:?]
- 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]
- at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zlg000(WorldServer.java:4740) [oo.class:?]
- at net.minecraft.world.World.func_72866_a(World.java:1993) [amu.class:?]
- at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) [oo.class:?]
- at net.minecraft.world.World.func_72870_g(World.java:1955) [amu.class:?]
- at net.minecraft.world.WorldServer.func_72870_g(WorldServer.java:6738) [oo.class:?]
- at net.minecraft.world.World.func_72939_s(World.java:1759) [amu.class:?]
- at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:3930) [oo.class:?]
- at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) [MinecraftServer.class:?]
- at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
- at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
- at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
- [22:09:03] [Server thread/ERROR] [FML]: Index: 1 Listeners:
- [22:09:03] [Server thread/ERROR] [FML]: 0: NORMAL
- [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
- [22:09:03] [Server thread/ERROR] [FML]: 2: ASM: me.mrdaniel.researchquests.listeners.PixelmonListener@2a25949e onCatch(Lcom/pixelmonmod/pixelmon/api/events/CaptureEvent$SuccessfulCapture;)V
- [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
- [22:09:03] [Server thread/ERROR] [Sponge]: /***********************************************************************************************************************************/
- [22:09:03] [Server thread/ERROR] [Sponge]: /* Exception occurred during a PhaseState */
- [22:09:03] [Server thread/ERROR] [Sponge]: /***********************************************************************************************************************************/
- [22:09:03] [Server thread/ERROR] [Sponge]: /* Sponge's tracking system makes a best effort to not throw exceptions randomly */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* but sometimes it is inevitable. In most cases, something else triggered this */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* exception and Sponge prevented a crash by catching it. The following stacktrace */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* can be used to help pinpoint the cause. */
- [22:09:03] [Server thread/ERROR] [Sponge]: /***********************************************************************************************************************************/
- [22:09:03] [Server thread/ERROR] [Sponge]: /* The PhaseState having an exception: Tick{Entity} */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* The PhaseContext: */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* org.spongepowered.asm.util.PrettyPrinter@7898fc8 */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* StackTrace : */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* java.lang.NullPointerException: null */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* net.dirtcraft.plugin.discordnotify.Utility.lambda$runPokemonPlaceholders$0(Utility.java:47) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* net.dirtcraft.plugin.discordnotify.Utility.runPokemonPlaceholders(Utility.java:48) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* net.dirtcraft.plugin.discordnotify.Utility.runDefaultPlaceholders(Utility.java:29) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* net.dirtcraft.plugin.discordnotify.Events.CatchListener.onCatchEvent(CatchListener.java:32) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.ASMEventHandler_32_CatchListener_onCatchEvent_SuccessfulCapture.invoke(.dynamic) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.EventBus.forgeBridge$post(EventBus.java:752) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:702) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.catchPokemon(EntityEmptyPokeball.java:392) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.func_70071_h_(EntityEmptyPokeball.java:326) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:167) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zlg000(WorldServer.java:4740) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.func_72866_a(World.java:1993) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.func_72870_g(World.java:1955) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.func_72870_g(WorldServer.java:6738) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.func_72939_s(World.java:1759) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:3930) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* java.lang.Thread.run(Thread.java:748) */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* Minecraft : 1.12.2 */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* SpongeAPI : 7.1.0-13da4949c */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* Sponge : 1.12.2-7.1.7-SNAPSHOT */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* SpongeForge : 1.12.2-2838-7.1.7-RC3924 */
- [22:09:03] [Server thread/ERROR] [Sponge]: /* Minecraft Forge : 14.23.5.2838 */
- [22:09:03] [Server thread/ERROR] [Sponge]: /***********************************************************************************************************************************/
Advertisement
Add Comment
Please, Sign In to add comment