L2JMobius

Free Users => Solved/Invalid Bug Reports => Topic started by: Edoo on August 16, 2019, 10:20:01 AM

Title: error skils feo
Post by: Edoo on August 16, 2019, 10:20:01 AM
feo wizard, when using teleport skills behind your back or teleport forward, in the maze of kartiya solo, the server freezes, all monsters disappear and writes in the logs:

Code: [Select]
[16/08 10:13:27] GameTimeController
java.lang.NullPointerException
at org.l2jmobius.gameserver.model.actor.Npc.deleteMe(Npc.java:1174)
at org.l2jmobius.gameserver.model.World.disposeOutOfBoundsObject(World.java:765)
at org.l2jmobius.gameserver.model.World.getRegion(World.java:721)
at org.l2jmobius.gameserver.model.WorldObject.setXYZ(WorldObject.java:627)
at org.l2jmobius.gameserver.model.actor.Creature.updatePosition(Creature.java:3057)
at java.base/java.util.Collection.removeIf(Collection.java:544)
at org.l2jmobius.gameserver.GameTimeController.moveObjects(GameTimeController.java:133)
at org.l2jmobius.gameserver.GameTimeController.run(GameTimeController.java:159)

[16/08 10:13:29] World: Incorrect world region X: -1 Y: 170
[16/08 10:13:32] Deleting npc Hayuk NPCID[33613] from invalid location X:-294913 Y:87859 Z:-10714
[16/08 10:13:32] GameTimeController
java.lang.NullPointerException
at org.l2jmobius.gameserver.model.actor.Npc.deleteMe(Npc.java:1174)
at org.l2jmobius.gameserver.model.World.disposeOutOfBoundsObject(World.java:765)
at org.l2jmobius.gameserver.model.World.getRegion(World.java:721)
at org.l2jmobius.gameserver.model.WorldObject.setXYZ(WorldObject.java:627)
at org.l2jmobius.gameserver.model.actor.Creature.updatePosition(Creature.java:3057)
at java.base/java.util.Collection.removeIf(Collection.java:544)
at org.l2jmobius.gameserver.GameTimeController.moveObjects(GameTimeController.java:133)
at org.l2jmobius.gameserver.GameTimeController.run(GameTimeController.java:159)

[16/08 10:14:05] PlayerInstance:ФаерБол[268500488] callSkill() failed.
java.lang.NullPointerException
at org.l2jmobius.gameserver.model.actor.Npc.deleteMe(Npc.java:1174)
at org.l2jmobius.gameserver.model.spawns.NpcSpawnTemplate.lambda$despawn$2(NpcSpawnTemplate.java:421)
at java.base/java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4698)
at org.l2jmobius.gameserver.model.spawns.NpcSpawnTemplate.despawn(NpcSpawnTemplate.java:417)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1540)
at org.l2jmobius.gameserver.model.spawns.SpawnGroup.despawnAll(SpawnGroup.java:135)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1540)
at org.l2jmobius.gameserver.model.spawns.SpawnTemplate.despawnAll(SpawnTemplate.java:187)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1540)
at org.l2jmobius.gameserver.model.instancezone.Instance.removeNpcs(Instance.java:640)
at org.l2jmobius.gameserver.model.instancezone.Instance.destroy(Instance.java:721)
at org.l2jmobius.gameserver.model.instancezone.Instance.removePlayer(Instance.java:285)
at org.l2jmobius.gameserver.model.instancezone.Instance.onInstanceChange(Instance.java:963)
at org.l2jmobius.gameserver.model.WorldObject.setInstance(WorldObject.java:690)
at org.l2jmobius.gameserver.model.actor.Creature.teleToLocation(Creature.java:785)
at org.l2jmobius.gameserver.model.actor.Creature.teleToLocation(Creature.java:845)
at org.l2jmobius.gameserver.model.actor.Creature.teleToLocation(Creature.java:830)
at org.l2jmobius.gameserver.model.actor.Creature.teleToLocation(Creature.java:875)
at org.l2jmobius.gameserver.model.actor.Creature.teleToLocation(Creature.java:885)
at handlers.effecthandlers.Escape.instant(Escape.java:64)
at org.l2jmobius.gameserver.model.skills.Skill.applyEffectScope(Skill.java:1234)
at org.l2jmobius.gameserver.model.skills.Skill.applyEffects(Skill.java:1328)
at org.l2jmobius.gameserver.model.skills.Skill.applyEffects(Skill.java:1280)
at org.l2jmobius.gameserver.model.skills.Skill.activateSkill(Skill.java:1485)
at org.l2jmobius.gameserver.model.skills.Skill.activateSkill(Skill.java:1441)
at org.l2jmobius.gameserver.model.skills.SkillCaster.callSkill(SkillCaster.java:604)
at org.l2jmobius.gameserver.model.skills.SkillCaster.finishSkill(SkillCaster.java:515)
at org.l2jmobius.gameserver.model.skills.SkillCaster.run(SkillCaster.java:212)
at org.l2jmobius.commons.concurrent.RunnableWrapper.run(RunnableWrapper.java:42)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:835)

[16/08 10:14:41] PlayerInstance:ФаерБол[268500488] callSkill() failed.
java.lang.IllegalArgumentException: Integer value required, but not specified
at org.l2jmobius.gameserver.model.StatsSet.getIntArray(StatsSet.java:384)
at org.l2jmobius.gameserver.model.instancezone.InstanceTemplate.getExitLocation(InstanceTemplate.java:385)
at org.l2jmobius.gameserver.model.instancezone.Instance.getExitLocation(Instance.java:1089)
at org.l2jmobius.gameserver.instancemanager.MapRegionManager.getTeleToLocation(MapRegionManager.java:370)
at org.l2jmobius.gameserver.model.actor.Creature.teleToLocation(Creature.java:885)
at handlers.effecthandlers.Escape.instant(Escape.java:64)
at org.l2jmobius.gameserver.model.skills.Skill.applyEffectScope(Skill.java:1234)
at org.l2jmobius.gameserver.model.skills.Skill.applyEffects(Skill.java:1328)
at org.l2jmobius.gameserver.model.skills.Skill.applyEffects(Skill.java:1280)
at org.l2jmobius.gameserver.model.skills.Skill.activateSkill(Skill.java:1485)
at org.l2jmobius.gameserver.model.skills.Skill.activateSkill(Skill.java:1441)
at org.l2jmobius.gameserver.model.skills.SkillCaster.callSkill(SkillCaster.java:604)
at org.l2jmobius.gameserver.model.skills.SkillCaster.finishSkill(SkillCaster.java:515)
at org.l2jmobius.gameserver.model.skills.SkillCaster.run(SkillCaster.java:212)
at org.l2jmobius.commons.concurrent.RunnableWrapper.run(RunnableWrapper.java:42)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:835)

[16/08 10:17:12] deleteMe()
java.lang.NullPointerException
at org.l2jmobius.gameserver.model.actor.Npc.deleteMe(Npc.java:1174)
at org.l2jmobius.gameserver.model.spawns.NpcSpawnTemplate.lambda$despawn$2(NpcSpawnTemplate.java:421)
at java.base/java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4698)
at org.l2jmobius.gameserver.model.spawns.NpcSpawnTemplate.despawn(NpcSpawnTemplate.java:417)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1540)
at org.l2jmobius.gameserver.model.spawns.SpawnGroup.despawnAll(SpawnGroup.java:135)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1540)
at org.l2jmobius.gameserver.model.spawns.SpawnTemplate.despawnAll(SpawnTemplate.java:187)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1540)
at org.l2jmobius.gameserver.model.instancezone.Instance.removeNpcs(Instance.java:640)
at org.l2jmobius.gameserver.model.instancezone.Instance.destroy(Instance.java:721)
at org.l2jmobius.gameserver.model.instancezone.Instance.removePlayer(Instance.java:285)
at org.l2jmobius.gameserver.model.instancezone.Instance.onPlayerLogout(Instance.java:995)
at org.l2jmobius.gameserver.model.actor.instance.PlayerInstance.deleteMe(PlayerInstance.java:11070)
at org.l2jmobius.gameserver.network.Disconnection.deleteMe(Disconnection.java:137)
at org.l2jmobius.gameserver.network.clientpackets.RequestRestart.run(RequestRestart.java:64)
at org.l2jmobius.gameserver.network.clientpackets.RequestRestart.run(RequestRestart.java:34)
at org.l2jmobius.gameserver.network.GameClient.channelRead0(GameClient.java:139)
at org.l2jmobius.gameserver.network.GameClient.channelRead0(GameClient.java:66)
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284)
at io.netty.handler.codec.ByteToMessageCodec.channelRead(ByteToMessageCodec.java:103)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1434)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:965)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:646)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysPlain(NioEventLoop.java:546)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:500)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:460)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:835)
Title: Re: error skils feo
Post by: Mobius on August 16, 2019, 11:36:30 AM
What does this have to do with Feoh skills?
Title: Re: error skils feo
Post by: Edoo on August 16, 2019, 11:55:15 AM
I used the skill of moving behind the back or moving forward, and the server immediately issued this error ... and by the way, after that I couldn’t log into this character, it was back in the game ... it had some strange coordinates registered ... I had to register it manually Aden’s location to his base ... And how this relates to Feo’s skills, I don’t know ... but with each cast of these skills this error happens ... it happens in the dungeons ...
Title: Re: error skils feo
Post by: Mobius on September 04, 2019, 11:02:40 PM
Your bug report makes no sense.

How to report a bug
https://l2jmobius.org/forum/index.php?topic=1390