Necro Posted October 27, 2011 Posted October 27, 2011 If you want help with L2J develop/create server i can help you for free!!!!! Community Ways Skypedev.psyqq Hotmail dev.psyqq@hotmail.com Send Me PM
`NeverMore Posted October 29, 2011 Posted October 29, 2011 Community Ways ? can you explain this better plZ?
Malzahax Posted October 29, 2011 Posted October 29, 2011 Psyqq" post="1962845" timestamp="1319749601"] If you want help with L2J develop/create server i can help you for free!!!!! Community Ways Skypedev.psyqq Hotmail dev.psyqq@hotmail.com Send Me PM i want help can you solve me an error? Exception in thread "GeneralSTPool-5" java.lang.ArrayIndexOutOfBoundsException: -1 at java.util.Vector.elementData(Unknown Source) at java.util.Vector.get(Unknown Source) at com.proc.gameserver.model.actor.instance.L2PcInstance$3.run(L2PcInstance.java:6110) at com.proc.gameserver.thread.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:91) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
`NeverMore Posted October 29, 2011 Posted October 29, 2011 i want help can you solve me an error? Exception in thread "GeneralSTPool-5" java.lang.ArrayIndexOutOfBoundsException: -1 at java.util.Vector.elementData(Unknown Source) at java.util.Vector.get(Unknown Source) at com.proc.gameserver.model.actor.instance.L2PcInstance$3.run(L2PcInstance.java:6110) at com.proc.gameserver.thread.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:91) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) haha lolled ... when you take this error?
Malzahax Posted October 29, 2011 Posted October 29, 2011 haha lolled ... when you take this error? secret 8)
vampir Posted October 29, 2011 Posted October 29, 2011 its just array out of bounds, probably u made something like that: Integer[] x = new Integer[2]; x[2] = 5; Show what u have got in L2PcInstance class at 6110 line :)
Recommended Posts