Advertisement
VOrlando520

Untitled

Dec 27th, 2020
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.48 KB | None | 0 0
  1. > /********************************************************************************************************************************/
  2. /* Exception occurred during a PhaseState */
  3. /********************************************************************************************************************************/
  4. /* Sponge's tracking system makes a best */
  5. /* effort to not throw exceptions randomly */
  6. /* but sometimes it is inevitable. In most */
  7. /* cases, something else triggered this */
  8. /* exception and Sponge prevented a crash */
  9. /* by catching it. The following stacktrace */
  10. /* can be used to help pinpoint the cause. */
  11. /********************************************************************************************************************************/
  12. /* The PhaseState having an exception: Tick{Entity} */
  13. /* The PhaseContext: */
  14. /* org.spongepowered.asm.util.PrettyPrinter@7c93e84c */
  15. /* */
  16. /* StackTrace : */
  17. /* java.lang.NullPointerException: null */
  18. /* com.lypaka.legendarygenerator.Listeners.CaptureListener.onCatch(CaptureListener.java:39) */
  19. /* net.minecraftforge.fml.common.eventhandler.ASMEventHandler_42_CaptureListener_onCatch_SuccessfulCapture.invoke(.dynamic) */
  20. /* net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) */
  21. /* net.minecraftforge.fml.common.eventhandler.EventBus.forgeBridge$post(EventBus.java:756) */
  22. /* net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:706) */
  23. /* com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.catchPokemon(EntityEmptyPokeball.java:411) */
  24. /* com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.func_70071_h_(EntityEmptyPokeball.java:325) */
  25. /* org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:167) */
  26. /* net.minecraft.world.WorldServer.redirect$zll000$onCallEntityUpdate(WorldServer.java:4761) */
  27. /* net.minecraft.world.World.func_72866_a(World.java:1996) */
  28. /* net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) */
  29. /* net.minecraft.world.World.func_72870_g(World.java:1958) */
  30. /* net.minecraft.world.WorldServer.func_72870_g(WorldServer.java:6842) */
  31. /* net.minecraft.world.World.func_72939_s(World.java:1762) */
  32. /* net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:3931) */
  33. /* net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) */
  34. /* net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) */
  35. /* net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) */
  36. /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) */
  37. /* java.lang.Thread.run(Thread.java:748) */
  38. /* */
  39. /* Minecraft : 1.12.2 */
  40. /* SpongeAPI : 7.3-7127e0882 */
  41. /* Sponge : 1.12.2-7.3.0 */
  42. /* SpongeForge : 1.12.2-2838-7.3.0 */
  43. /* Minecraft Forge : 14.23.5.2847 */
  44. /********************************************************************************************************************************/
  45. [15:39:48] [Server thread/ERROR] [FML]: Exception caught during firing event com.pixelmonmod.pixelmon.api.events.CaptureEvent$SuccessfulCapture@70d93734:
  46. java.lang.NullPointerException: null
  47. at com.lypaka.legendarygenerator.Listeners.CaptureListener.onCatch(CaptureListener.java:39) ~[CaptureListener.class:?]
  48. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_42_CaptureListener_onCatch_SuccessfulCapture.invoke(.dynamic) ~[?:?]
  49. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  50. at net.minecraftforge.fml.common.eventhandler.EventBus.forgeBridge$post(EventBus.java:756) [EventBus.class:?]
  51. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:706) [EventBus.class:?]
  52. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.catchPokemon(EntityEmptyPokeball.java:411) [EntityEmptyPokeball.class:8.1.2]
  53. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.func_70071_h_(EntityEmptyPokeball.java:325) [EntityEmptyPokeball.class:8.1.2]
  54. at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:167) [spongeforge-1.12.2-2838-7.3.0.jar:1.12.2-2838-7.3.0]
  55. at net.minecraft.world.WorldServer.redirect$zll000$onCallEntityUpdate(WorldServer.java:4761) [oo.class:?]
  56. at net.minecraft.world.World.func_72866_a(World.java:1996) [amu.class:?]
  57. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) [oo.class:?]
  58. at net.minecraft.world.World.func_72870_g(World.java:1958) [amu.class:?]
  59. at net.minecraft.world.WorldServer.func_72870_g(WorldServer.java:6842) [oo.class:?]
  60. at net.minecraft.world.World.func_72939_s(World.java:1762) [amu.class:?]
  61. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:3931) [oo.class:?]
  62. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) [MinecraftServer.class:?]
  63. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
  64. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
  65. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  66. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_275]
  67. >
  68. [15:39:48] [Server thread/ERROR] [FML]: Index: 1 Listeners:
  69. >
  70. [15:39:48] [Server thread/ERROR] [FML]: 0: NORMAL
  71. >
  72. [15:39:48] [Server thread/ERROR] [FML]: 1: ASM: com.lypaka.legendarygenerator.Listeners.CaptureListener@6db89983 onCatch(Lcom/pixelmonmod/pixelmon/api/events/CaptureEvent$SuccessfulCapture;)V
  73. >
  74. [15:39:48] [Server thread/ERROR] [FML]: 2: ASM: com.xpgaming.pixelhunt.listeners.CaptureListener@6ef5d70f onPokemonCapture(Lcom/pixelmonmod/pixelmon/api/events/CaptureEvent$SuccessfulCapture;)V
  75. >
  76. [15:39:48] [Server thread/ERROR] [FML]: 3: ASM: de.waterdu.aquaskills.hooks.listeners.HookListeners@411fdd19 eventListener(Lcom/pixelmonmod/pixelmon/api/events/CaptureEvent$SuccessfulCapture;)V
  77. >
  78. [15:39:48] [Server thread/ERROR] [FML]: 4: ASM: pt.licious.kecleontextures.events.Events@6cdae9fb onCapture(Lcom/pixelmonmod/pixelmon/api/events/CaptureEvent$SuccessfulCapture;)V
  79. >
  80. [15:39:48] [Server thread/ERROR] [FML]: 5: ASM: pt.licious.pixelscape.events.Events@34fc8210 onSuccessfulCapture(Lcom/pixelmonmod/pixelmon/api/events/CaptureEvent$SuccessfulCapture;)V
  81. >
  82. [15:39:48] [Server thread/ERROR] [FML]: 6: ASM: pt.licious.radioklink.events.Events@6fcbd582 onPixelmonCatch(Lcom/pixelmonmod/pixelmon/api/events/CaptureEvent$SuccessfulCapture;)V
  83. >
  84. [15:39:48] [Server thread/ERROR] [FML]: 7: ASM: io.github.teitss.pixelmoney.listeners.CaptureListener@2800fabe onSuccessfulCapture(Lcom/pixelmonmod/pixelmon/api/events/CaptureEvent$SuccessfulCapture;)V
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement