luizadauto / aionxemu

Automatically exported from code.google.com/p/aionxemu
5 stars 6 forks source link

Error handling client (paintza111) message :[C] 0x93 CM_CASTSPELL #435

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Issues must affect Aion X Emu Files ONLY. Any revisions or altercations of
core files will not be supported here.

Core revision:305

Bug description:

What steps will reproduce the problem?:

What is the expected output?:

Please copy/paste errors below:

[ERROR 2554-06-06 22:13:12] gameserver.network.aion.AionClientPacket:71 - Error 
handling client (paintza111) message :[C] 0x93 CM_CASTSPELL
java.util.ConcurrentModificationException
    at java.util.TreeMap$PrivateEntryIterator.nextEntry(Unknown Source)
    at java.util.TreeMap$KeyIterator.next(Unknown Source)
    at gameserver.skillengine.effect.BufEffect.startEffect(BufEffect.java:110)
    at gameserver.skillengine.effect.BufEffect.startEffect(BufEffect.java:96)
    at gameserver.skillengine.model.Effect.startEffect(Effect.java:573)
    at gameserver.controllers.effect.EffectController.addEffect(EffectController.java:91)
    at gameserver.controllers.effect.PlayerEffectController.addEffect(PlayerEffectController.java:65)
    at gameserver.skillengine.model.Effect.addToEffectedController(Effect.java:711)
    at gameserver.skillengine.effect.BufEffect.applyEffect(BufEffect.java:64)
    at gameserver.skillengine.model.Effect.applyEffect(Effect.java:546)
    at gameserver.skillengine.model.Skill.endCast(Skill.java:435)
    at gameserver.skillengine.model.Skill.useSkill(Skill.java:277)
    at gameserver.controllers.PlayerController.useSkill(PlayerController.java:394)
    at gameserver.network.aion.clientpackets.CM_CASTSPELL.runImpl(CM_CASTSPELL.java:120)
    at gameserver.network.aion.AionClientPacket.run(AionClientPacket.java:64)
    at com.aionemu.commons.utils.concurrent.ExecuteWrapper.execute(ExecuteWrapper.java:54)
    at gameserver.taskmanager.FIFORunnableQueue.removeAndExecuteFirst(FIFORunnableQueue.java:28)
    at gameserver.taskmanager.FIFOExecutableQueue.run(FIFOExecutableQueue.java:65)
    at com.aionemu.commons.utils.concurrent.ExecuteWrapper.execute(ExecuteWrapper.java:54)
    at com.aionemu.commons.utils.concurrent.ExecuteWrapper.run(ExecuteWrapper.java:39)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

Original issue reported on code.google.com by wongtharavat on 6 Jun 2011 at 4:35

GoogleCodeExporter commented 8 years ago
Can you tell me the result of this error in game?

I mean, what happens when this error occurs?

Original comment by gga...@gmail.com on 7 Jun 2011 at 2:26

GoogleCodeExporter commented 8 years ago
I dont know the result of this errors yet. I never see this errors before, 
today, i found the same errors with the same player(paintza111) I also think 
about that maybe this player modified the client. Is it possible?

Original comment by wongtharavat on 8 Jun 2011 at 10:33

GoogleCodeExporter commented 8 years ago
Apply patch, test and report result.

Original comment by ZeroSign...@gmail.com on 8 Jun 2011 at 11:15

Attachments:

GoogleCodeExporter commented 8 years ago
still found error

Original comment by wongtharavat on 9 Jun 2011 at 1:11

GoogleCodeExporter commented 8 years ago
Post the error again with the patch applied please, thanks.

Original comment by langley....@gmail.com on 9 Jun 2011 at 1:47