Jump to content

If u want help with create or develop L2J server look that!!!


Recommended Posts

Psyqq" post="1962845" timestamp="1319749601"]

If you want help with L2J develop/create server i can help you for free!!!!!

Community Ways

 


  • Skype
    • dev.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)

Link to comment
Share on other sites

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?
Link to comment
Share on other sites

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 :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...