ahmedsuffian / aionxemu

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

gameserver.network.aion.AionClientPacket:71 - Error handling client (lightlife) message : java.lang.ArrayIndexOutOfBoundsException: 4 #252

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Core revision:
r243

Bug description:
[ERROR 2011-04-06 18:24:41] gameserver.network.aion.AionClientPacket:71 - Error 
handling client (lightlife) message :
java.lang.ArrayIndexOutOfBoundsException: 4
        at gameserver.services.StigmaService.isPossibleEquippedStigma(StigmaService.java:237)
        at gameserver.services.StigmaService.onPlayerLogin(StigmaService.java:165)
        at gameserver.network.aion.clientpackets.CM_ENTER_WORLD.enterWorld(CM_ENTER_WORLD.java:169)
        at gameserver.network.aion.clientpackets.CM_ENTER_WORLD.runImpl(CM_ENTER_WORLD.java:143)
        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(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:662)

What steps will reproduce the problem?:
when trying to login

Original issue reported on code.google.com by wildsisop@gmail.com on 6 Apr 2011 at 2:38

GoogleCodeExporter commented 9 years ago
that player has advenced_stigma_slot_size = 6, I don't know how. seems server 
somehow put this value there

Original comment by wildsisop@gmail.com on 6 Apr 2011 at 2:42

GoogleCodeExporter commented 9 years ago
when I change this to 4 or 5 and player relogs, he again get  
advenced_stigma_slot_size = 6

Original comment by wildsisop@gmail.com on 6 Apr 2011 at 3:39

GoogleCodeExporter commented 9 years ago
Stop Game Server and run these queries:
http://aionxemu.com/viewtopic.php?f=6&t=293&start=40#p3062

Then apply patch and report results:

Original comment by ZeroSign...@gmail.com on 7 Apr 2011 at 11:49

Attachments:

GoogleCodeExporter commented 9 years ago
Reverted status to Started as fix has not been committed.

Original comment by ZeroSign...@gmail.com on 7 Apr 2011 at 12:24

GoogleCodeExporter commented 9 years ago
problem is fixed after restart and applying queryes.
but anyway, that player has played for months without problems, and suddently 
he got advenced_stigma_slot_size = 6

Original comment by wildsisop@gmail.com on 12 Apr 2011 at 10:53

GoogleCodeExporter commented 9 years ago
Committed Revision 259.

Original comment by ZeroSign...@gmail.com on 18 Apr 2011 at 3:12