CostyKiller

errors

May 30th, 2021
735
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 4.80 KB | None | 0 0
  1. mai 30, 2021 6:56:21 P.M. org.l2jmobius.gameserver.model.actor.instance.PetInstance restore
  2. WARNING: Could not restore pet data for owner: PlayerInstance:CostyKiller[268486443] - Cannot invoke "org.l2jmobius.gameserver.model.itemcontainer.PetInventory.getPaperdollItem(int)" because "this._inventory" is null
  3. java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.itemcontainer.PetInventory.getPaperdollItem(int)" because "this._inventory" is null
  4.     at org.l2jmobius.gameserver.model.actor.instance.PetInstance.getWeapon(PetInstance.java:1278)
  5.     at org.l2jmobius.gameserver.network.serverpackets.AbstractNpcInfo$SummonInfo.<init>(AbstractNpcInfo.java:365)
  6.     at org.l2jmobius.gameserver.model.actor.Summon.lambda$updateAbnormalEffect$1(Summon.java:197)
  7.     at org.l2jmobius.gameserver.model.World.forEachVisibleObject(World.java:643)
  8.     at org.l2jmobius.gameserver.model.actor.Summon.updateAbnormalEffect(Summon.java:197)
  9.     at org.l2jmobius.gameserver.model.skills.BuffInfo.addAbnormalVisualEffects(BuffInfo.java:400)
  10.     at org.l2jmobius.gameserver.model.skills.BuffInfo.initializeEffects(BuffInfo.java:289)
  11.     at org.l2jmobius.gameserver.model.EffectList.add(EffectList.java:1411)
  12.     at org.l2jmobius.gameserver.model.skills.Skill.applyEffects(Skill.java:1379)
  13.     at org.l2jmobius.gameserver.model.actor.Creature.addSkill(Creature.java:5287)
  14.     at org.l2jmobius.gameserver.model.actor.Creature.<init>(Creature.java:360)
  15.     at org.l2jmobius.gameserver.model.actor.Creature.<init>(Creature.java:294)
  16.     at org.l2jmobius.gameserver.model.actor.Playable.<init>(Playable.java:65)
  17.     at org.l2jmobius.gameserver.model.actor.Summon.<init>(Summon.java:98)
  18.     at org.l2jmobius.gameserver.model.actor.instance.PetInstance.<init>(PetInstance.java:115)
  19.     at org.l2jmobius.gameserver.model.actor.instance.PetInstance.restore(PetInstance.java:851)
  20.     at org.l2jmobius.gameserver.model.actor.instance.PetInstance.spawnPet(PetInstance.java:241)
  21.     at handlers.effecthandlers.SummonPet.onStart(SummonPet.java:96)
  22.     at org.l2jmobius.gameserver.model.skills.Skill.applyEffectScope(Skill.java:1259)
  23.     at org.l2jmobius.gameserver.model.skills.Skill.applyEffects(Skill.java:1332)
  24.     at org.l2jmobius.gameserver.model.skills.Skill.applyEffects(Skill.java:1279)
  25.     at org.l2jmobius.gameserver.model.skills.Skill.activateSkill(Skill.java:1466)
  26.     at org.l2jmobius.gameserver.model.skills.Skill.activateSkill(Skill.java:1390)
  27.     at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5831)
  28.     at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5631)
  29.     at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:64)
  30.     at org.l2jmobius.commons.concurrent.RunnableWrapper.run(RunnableWrapper.java:38)
  31.     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
  32.     at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
  33.     at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
  34.     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  35.     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
  36.     at java.base/java.lang.Thread.run(Thread.java:832)
  37.  
  38. mai 30, 2021 6:56:21 P.M. org.l2jmobius.gameserver.model.actor.Creature callSkill
  39. WARNING: PlayerInstance: callSkill() failed.
  40. java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.instance.PetInstance.setShowSummonAnimation(boolean)" because "pet" is null
  41.     at handlers.effecthandlers.SummonPet.onStart(SummonPet.java:97)
  42.     at org.l2jmobius.gameserver.model.skills.Skill.applyEffectScope(Skill.java:1259)
  43.     at org.l2jmobius.gameserver.model.skills.Skill.applyEffects(Skill.java:1332)
  44.     at org.l2jmobius.gameserver.model.skills.Skill.applyEffects(Skill.java:1279)
  45.     at org.l2jmobius.gameserver.model.skills.Skill.activateSkill(Skill.java:1466)
  46.     at org.l2jmobius.gameserver.model.skills.Skill.activateSkill(Skill.java:1390)
  47.     at org.l2jmobius.gameserver.model.actor.Creature.callSkill(Creature.java:5831)
  48.     at org.l2jmobius.gameserver.model.actor.Creature.onMagicHitTimer(Creature.java:5631)
  49.     at org.l2jmobius.gameserver.model.actor.tasks.creature.MagicUseTask.run(MagicUseTask.java:64)
  50.     at org.l2jmobius.commons.concurrent.RunnableWrapper.run(RunnableWrapper.java:38)
  51.     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
  52.     at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
  53.     at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
  54.     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  55.     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
  56.     at java.base/java.lang.Thread.run(Thread.java:832)
  57.  
  58.  
Advertisement
Add Comment
Please, Sign In to add comment