Thread: [PI] Error when using special

Results 1 to 3 of 3
  1. #1 [PI] Error when using special 
    Banned

    Join Date
    Jul 2012
    Posts
    130
    Thanks given
    76
    Thanks received
    16
    Rep Power
    0
    Code:
    [7/23/12 12:29 AM]: java.lang.ArrayIndexOutOfBoundsException: 2046
    [7/23/12 12:29 AM]:     at server.model.players.CombatAssistant.activateSpecial(
    CombatAssistant.java:2021)
    [7/23/12 12:29 AM]:     at server.model.players.CombatAssistant.attackNpc(Combat
    Assistant.java:339)
    [7/23/12 12:29 AM]:     at server.model.players.Client.process(Client.java:572)
    [7/23/12 12:29 AM]:     at server.model.players.PlayerHandler.process(PlayerHand
    ler.java:137)
    [7/23/12 12:29 AM]:     at server.Server.main(Server.java:152)
    CombatAssistant.java:2021
    Code:
    c.hitDelay = checkHit(weapon);
    CombatAssistant.java:339
    Code:
    activateSpecial(c.playerEquipment[c.playerWeapon], i);
    Client.java:572
    Code:
    }
    PlayerHandler.java:137
    Code:
    players[i].process();
    Server.java:152
    Code:
    playerHandler.process();
    Reply With Quote  
     

  2. #2  
    Ignorance is always an excuse

    Mikee's Avatar
    Join Date
    Nov 2009
    Posts
    2,370
    Thanks given
    732
    Thanks received
    490
    Rep Power
    656
    Quote Originally Posted by Chuckee View Post
    Code:
    [7/23/12 12:29 AM]: java.lang.ArrayIndexOutOfBoundsException: 2046
    [7/23/12 12:29 AM]:     at server.model.players.CombatAssistant.activateSpecial(
    CombatAssistant.java:2021)
    [7/23/12 12:29 AM]:     at server.model.players.CombatAssistant.attackNpc(Combat
    Assistant.java:339)
    [7/23/12 12:29 AM]:     at server.model.players.Client.process(Client.java:572)
    [7/23/12 12:29 AM]:     at server.model.players.PlayerHandler.process(PlayerHand
    ler.java:137)
    [7/23/12 12:29 AM]:     at server.Server.main(Server.java:152)
    CombatAssistant.java:2021
    Code:
    c.hitDelay = checkHit(weapon);
    CombatAssistant.java:339
    Code:
    activateSpecial(c.playerEquipment[c.playerWeapon], i);
    Client.java:572
    Code:
    }
    PlayerHandler.java:137
    Code:
    players[i].process();
    Server.java:152
    Code:
    playerHandler.process();
    java.lang.ArrayIndexOutOfBoundsException is thrown to indicate that an array has been accessed with an 'illegal index' (meaning the index is either negative or greater than or equal to the size of the array).

    Did you edit files after getting this error?

    If you did then the pieces of code you posted won't be accurate... I'm guessing this because normally a single bracket(Client.java:572) isn't part of the chain of errors.



    The day Aj repped me, my life changed forever
    Quote Originally Posted by Aj View Post
    Rep++ for you
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Jul 2012
    Posts
    130
    Thanks given
    76
    Thanks received
    16
    Rep Power
    0
    Bump
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Special Error [PI]
    By Flaunter in forum Help
    Replies: 7
    Last Post: 02-25-2012, 09:31 PM
  2. [PI]Error when using special[PI]
    By don2012 in forum Help
    Replies: 5
    Last Post: 12-14-2011, 08:33 PM
  3. Special Attack Error
    By Faris in forum Help
    Replies: 5
    Last Post: 08-02-2011, 04:33 PM
  4. special error
    By Cloke in forum Help
    Replies: 1
    Last Post: 11-11-2008, 02:15 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •