Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.50 KB | None | 0 0
  1. > /*******************************************************************************************************************************************************************/
  2. /* Exception occurred during a PhaseState */
  3. /*******************************************************************************************************************************************************************/
  4. /* Sponge's tracking system makes a best effort to not throw exceptions randomly */
  5. /* but sometimes it is inevitable. In most cases, something else triggered this */
  6. /* exception and Sponge prevented a crash by catching it. The following stacktrace */
  7. /* can be used to help pinpoint the cause. */
  8. /*******************************************************************************************************************************************************************/
  9. /* The PhaseState having an exception: EntityTickPhase */
  10. /* The PhaseContext: */
  11. /* - Owner: EntityPlayerMP['OwnerOfMojang'/71, l='world', x=-2727.28, y=57.00, z=-3199.82] */
  12. /* - Source: EntityEmptyPokeball['Master Ball'/114, l='world', x=-2740.00, y=59.05, z=-3220.00] */
  13. /* - CapturedBlockPosition: CaptureBlockPos{pos=null, world=Optional.empty} */
  14. /* org.spongepowered.asm.util.PrettyPrinter@10db854a */
  15. /*******************************************************************************************************************************************************************/
  16. /* StackTrace: */
  17. /* java.lang.ClassCastException: com.pixelmonmod.pixelmon.api.pokemon.Pokemon cannot be cast to com.pixelmonmod.pixelmon.entities.pixelmon.stats.links.PokemonLink */
  18. /* com.jatti.listener.TrainPokemon.onBattleEnd(TrainPokemon.java:112) */
  19. /* net.minecraftforge.fml.common.eventhandler.ASMEventHandler_99_TrainPokemon_onBattleEnd_BattleEndEvent.invoke(.dynamic) */
  20. /* net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) */
  21. /* net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:747) */
  22. /* net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:697) */
  23. /* com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.endBattle(BattleControllerBase.java:737) */
  24. /* com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.endBattle(BattleControllerBase.java:630) */
  25. /* com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.storeCapture(EntityEmptyPokeball.java:343) */
  26. /* com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.func_70071_h_(EntityEmptyPokeball.java:308) */
  27. /* org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157) */
  28. /* net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmc000(WorldServer.java:2978) */
  29. /* net.minecraft.world.World.func_72866_a(World.java:4157) */
  30. /* net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) */
  31. /* net.minecraft.world.World.func_72870_g(World.java:1955) */
  32. /* net.minecraft.world.World.func_72939_s(World.java:6599) */
  33. /* net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2290) */
  34. /* net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) */
  35. /* net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) */
  36. /* net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) */
  37. /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) */
  38. /* java.lang.Thread.run(Thread.java:748) */
  39. /* Phases Remaining: */
  40. /* */
  41. /* Minecraft : 1.12.2 */
  42. /* SpongeAPI : 7.1.0-005d9ff6 */
  43. /* Sponge : 1.12.2-7.1.6-SNAPSHOT */
  44. /* SpongeForge : 1.12.2-2768-7.1.6-RC3561 */
  45. /* Minecraft Forge : 14.23.5.2768 */
  46. /*******************************************************************************************************************************************************************/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement