- Joined
- Nov 2, 2004
- Messages
- 6
- Reaction score
- 0
hi guys, i got some errors when i try to sell or move items
here is the log
am I did something wrong or is a bug?
here is the log
Code:
[ERROR 2010-08-13 00:12:37] com.aionemu.gameserver.network.aion.AionClientPacket:82 - Error handling client (user) message :[C] 0x5F CM_DELETE_ITEM
java.lang.NullPointerException
at com.aionemu.gameserver.network.aion.clientpackets.CM_DELETE_ITEM.runImpl(CM_DELETE_ITEM.java:55)
at com.aionemu.gameserver.network.aion.AionClientPacket.run(AionClientPacket.java:74)
at com.aionemu.commons.utils.concurrent.ExecuteWrapper.execute(ExecuteWrapper.java:61)
at com.aionemu.gameserver.taskmanager.FIFORunnableQueue.removeAndExecuteFirst(FIFORunnableQueue.java:28)
at com.aionemu.gameserver.taskmanager.FIFOExecutableQueue.run(FIFOExecutableQueue.java:73)
at com.aionemu.commons.utils.concurrent.ExecuteWrapper.execute(ExecuteWrapper.java:61)
at com.aionemu.commons.utils.concurrent.ExecuteWrapper.run(ExecuteWrapper.java:42)
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)
[ERROR 2010-08-13 00:12:40] com.aionemu.gameserver.network.aion.AionClientPacket:82 - Error handling client (user) message :[C] 0x5F CM_DELETE_ITEM
java.lang.NullPointerException
at com.aionemu.gameserver.network.aion.clientpackets.CM_DELETE_ITEM.runImpl(CM_DELETE_ITEM.java:55)
at com.aionemu.gameserver.network.aion.AionClientPacket.run(AionClientPacket.java:74)
at com.aionemu.commons.utils.concurrent.ExecuteWrapper.execute(ExecuteWrapper.java:61)
at com.aionemu.gameserver.taskmanager.FIFORunnableQueue.removeAndExecuteFirst(FIFORunnableQueue.java:28)
at com.aionemu.gameserver.taskmanager.FIFOExecutableQueue.run(FIFOExecutableQueue.java:73)
at com.aionemu.commons.utils.concurrent.ExecuteWrapper.execute(ExecuteWrapper.java:61)
at com.aionemu.commons.utils.concurrent.ExecuteWrapper.run(ExecuteWrapper.java:42)
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)
[ERROR 2010-08-13 00:28:42] com.aionemu.gameserver.network.aion.AionClientPacket:82 - Error handling client (user) message :[C] 0x07 CM_MOVE_ITEM
java.lang.NullPointerException
at com.aionemu.gameserver.utils.PacketSendUtility.sendPacket(PacketSendUtility.java:67)
at com.aionemu.gameserver.model.gameobjects.player.Storage.sendUpdateItemPacket(Storage.java:490)
at com.aionemu.gameserver.model.gameobjects.player.Storage.increaseItemCount(Storage.java:481)
at com.aionemu.gameserver.services.ItemService.moveItem(ItemService.java:420)
at com.aionemu.gameserver.network.aion.clientpackets.CM_MOVE_ITEM.runImpl(CM_MOVE_ITEM.java:68)
at com.aionemu.gameserver.network.aion.AionClientPacket.run(AionClientPacket.java:74)
at com.aionemu.commons.utils.concurrent.ExecuteWrapper.execute(ExecuteWrapper.java:61)
at com.aionemu.gameserver.taskmanager.FIFORunnableQueue.removeAndExecuteFirst(FIFORunnableQueue.java:28)
at com.aionemu.gameserver.taskmanager.FIFOExecutableQueue.run(FIFOExecutableQueue.java:73)
at com.aionemu.commons.utils.concurrent.ExecuteWrapper.execute(ExecuteWrapper.java:61)
at com.aionemu.commons.utils.concurrent.ExecuteWrapper.run(ExecuteWrapper.java:42)
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)
[ERROR 2010-08-13 00:31:09] com.aionemu.gameserver.network.aion.AionClientPacket:82 - Error handling client (user) message :[C] 0x07 CM_MOVE_ITEM
java.lang.NullPointerException
at com.aionemu.gameserver.utils.PacketSendUtility.sendPacket(PacketSendUtility.java:67)
at com.aionemu.gameserver.model.gameobjects.player.Storage.sendDeleteItemPacket(Storage.java:498)
at com.aionemu.gameserver.model.gameobjects.player.Storage.removeFromBag(Storage.java:220)
at com.aionemu.gameserver.services.ItemService.moveItem(ItemService.java:423)
at com.aionemu.gameserver.network.aion.clientpackets.CM_MOVE_ITEM.runImpl(CM_MOVE_ITEM.java:68)
at com.aionemu.gameserver.network.aion.AionClientPacket.run(AionClientPacket.java:74)
at com.aionemu.commons.utils.concurrent.ExecuteWrapper.execute(ExecuteWrapper.java:61)
at com.aionemu.gameserver.taskmanager.FIFORunnableQueue.removeAndExecuteFirst(FIFORunnableQueue.java:28)
at com.aionemu.gameserver.taskmanager.FIFOExecutableQueue.run(FIFOExecutableQueue.java:73)
at com.aionemu.commons.utils.concurrent.ExecuteWrapper.execute(ExecuteWrapper.java:61)
at com.aionemu.commons.utils.concurrent.ExecuteWrapper.run(ExecuteWrapper.java:42)
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)
am I did something wrong or is a bug?

