EnterWorld: ArrayIndexOutOfBoundsException

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Starter
Posts: 484
Joined: Sat Jan 23, 2010 4:42 pm

EnterWorld: ArrayIndexOutOfBoundsException

Post by Starter »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 4430
L2JDP Revision Number: 7672

Im getting this here lateley:

Code: Select all

Client: [Character: ---[---] - Account: --- - IP: ---] - Failed running: [C] 03 EnterWorld - L2J Server Version: 4429M - DPRevision: Unsupported Custom Version. ; 25java.lang.ArrayIndexOutOfBoundsException: 25        at com.l2jserver.gameserver.model.itemcontainer.Inventory.setPaperdollItem(Inventory.java:969)        at com.l2jserver.gameserver.model.itemcontainer.Inventory.unEquipItemInSlot(Inventory.java:1110)        at com.l2jserver.gameserver.model.itemcontainer.Inventory.unEquipItemInSlotAndRecord(Inventory.java:1125)        at com.l2jserver.gameserver.model.L2ItemInstance.decreaseMana(L2ItemInstance.java:1245)        at com.l2jserver.gameserver.model.L2ItemInstance.decreaseMana(L2ItemInstance.java:1187)        at com.l2jserver.gameserver.network.clientpackets.EnterWorld.runImpl(EnterWorld.java:438)        at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:62)        at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:1001)        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)
???
I have promises to keep and miles to go before I sleep.
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: EnterWorld: ArrayIndexOutOfBoundsException

Post by janiii »

check your items table and the column loc_data for the number 25. check the item that has this slot assigned.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
Starter
Posts: 484
Joined: Sat Jan 23, 2010 4:42 pm

Re: EnterWorld: ArrayIndexOutOfBoundsException

Post by Starter »

janiii wrote:check your items table and the column loc_data for the number 25. check the item that has this slot assigned.
Ok thank you but what to do then? Change the slot to the correct one? How can that happen?^^
I have promises to keep and miles to go before I sleep.
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: EnterWorld: ArrayIndexOutOfBoundsException

Post by janiii »

try this query to get the problematic item:

Code: Select all

SELECT * FROM items WHERE loc = 'PAPERDOLL' AND loc_data > 24;
check what item it is, which slot does it belong to, etc.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
Starter
Posts: 484
Joined: Sat Jan 23, 2010 4:42 pm

Re: EnterWorld: ArrayIndexOutOfBoundsException

Post by Starter »

Its a talisman.^^

But this exception is only thrown by a talisman of one specific player. Another guy has it in the same slot and no exception. oO
I have promises to keep and miles to go before I sleep.
Post Reply