Jump to content

Recommended Posts

Posted

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

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

Posted

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?
Posted

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

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..