Thread: Opening bank causes log out [VALIUS]

Results 1 to 6 of 6
  1. #1 Opening bank causes log out [VALIUS] 
    Registered Member
    Join Date
    Jan 2022
    Age
    28
    Posts
    8
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    I'm running The valius source importeded into intellij
    Whenever i try to use the bank command or any bank it logs the player out and gives the following error

    java.lang.ArrayIndexOutOfBoundsException: 352
    Error: T2 - 53,171,34 - 2416,3092,3512 - 21,6,2,88,0,1,-39,46,0,1,-70,-126,0,1,-94,-127,0,2,96,-128,0,1,-101,46,0,-1,67,1,-77,61,100,3,0,3,-35,-127,0,6,118,-127,0,1,48,51,0,1,-41,-127,0,1,
    at com.client.Client.parsePacket(Client.java:17276)
    at com.client.Client.mainGameProcessor(Client.java:42 86)
    at com.client.Client.processGameLoop(Client.java:3457 )
    at com.client.Client.run(Client.java:6555)
    at java.lang.Thread.run(Thread.java:748)
    T2 - 53,171,34 - 2416,3092,3512 - 21,6,2,88,0,1,-39,46,0,1,-70,-126,0,1,-94,-127,0,2,96,-128,0,1,-101,46,0,-1,67,1,-77,61,100,3,0,3,-35,-127,0,6,118,-127,0,1,48,51,0,1,-41,-127,0,1,

    any ideas?
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jan 2022
    Posts
    105
    Thanks given
    25
    Thanks received
    106
    Rep Power
    0
    the error points you to client.java check what's inside (client.java line 17276)
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jan 2022
    Age
    28
    Posts
    8
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by XLR8 View Post
    the error points you to client.java check what's inside (client.java line 17276)


    java.lang.ArrayIndexOutOfBoundsException: 352Error: T2 - 53,171,34 - 2404,3094,3514 - 21,6,2,88,0,0,-128,0,0,0,-128,0,0,0,-128,0,0,0,-128,0,0,0,-128,0,0,0,-128,0,0,0,-128,0,0,0,-128,0,0,0,-128,0,0,0,-128,0,0,0,-128,0,0,0,

    at com.client.Client.parsePacket(Client.java:17276)
    at com.client.Client.mainGameProcessor(Client.java:42 86)
    at com.client.Client.processGameLoop(Client.java:3457 )
    at com.client.Client.run(Client.java:6555)
    at java.lang.Thread.run(Thread.java:748)

    I tried to fix what intellij said to od and i inserted 352 instead, and then it wouldnt even let me log in.
    Here are the lines and the errors idk

    17276 class9_1.inv[j22] = inStream.readLEUShortA();
    4286 if (!parsePacket())
    3457 mainGameProcessor();
    6555 processGameLoop();
    748 target.run();

    No idea what to do the error comes on the client side of intellij and not the server side
    Reply With Quote  
     

  4. #4  
    Registered Member x's Avatar
    Join Date
    May 2019
    Posts
    195
    Thanks given
    61
    Thanks received
    54
    Rep Power
    63
    Quote Originally Posted by who cares1 View Post
    java.lang.ArrayIndexOutOfBoundsException: 352Error: T2 - 53,171,34 - 2404,3094,3514 - 21,6,2,88,0,0,-128,0,0,0,-128,0,0,0,-128,0,0,0,-128,0,0,0,-128,0,0,0,-128,0,0,0,-128,0,0,0,-128,0,0,0,-128,0,0,0,-128,0,0,0,-128,0,0,0,

    at com.client.Client.parsePacket(Client.java:17276)
    at com.client.Client.mainGameProcessor(Client.java:42 86)
    at com.client.Client.processGameLoop(Client.java:3457 )
    at com.client.Client.run(Client.java:6555)
    at java.lang.Thread.run(Thread.java:748)

    I tried to fix what intellij said to od and i inserted 352 instead, and then it wouldnt even let me log in.
    Here are the lines and the errors idk

    17276 class9_1.inv[j22] = inStream.readLEUShortA();
    4286 if (!parsePacket())
    3457 mainGameProcessor();
    6555 &nbsprocessGameLoop();
    748 target.run();

    No idea what to do the error comes on the client side of intellij and not the server side
    Max Bank size is 352 on most servers.
    Index out of bounds refers to the value being "too big" for what is defined aka 352. Anything over that value is considered out of bounds.
    Clear your bank or make a new character. Be careful when using commands that add stuff to your bank to avoid this in the future.
    ▼▼▼ Click to checkout DarkScape a World PvP server in the works! ▼▼▼
    Attached image
    Reply With Quote  
     

  5. #5  
    Community Veteran


    Arch337's Avatar
    Join Date
    Sep 2008
    Posts
    2,950
    Thanks given
    210
    Thanks received
    349
    Rep Power
    1376
    I would suggest to make sure that you can't add more stuff to the bank if it is full.
    If you fancy, just make it add items until the bank is full (352 slots).


    "A fail act is something you do regular, but a dumb act is something you can learn from"
    Spoiler for Problem?:
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Jan 2022
    Age
    28
    Posts
    8
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    So I deleted all the character files, and I traced back to the source i downloaded, and replaced the lines with the errors, with the original text. I've done everything I can, I changed it to 352 for the bank size and it made it to where I couldn't even log in. Pretty lost and no idea what to do. Please help and thanks

    still in need of help bad please
    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. Replies: 9
    Last Post: 03-01-2021, 08:26 PM
  2. Client logs out when I bank
    By kurloz in forum Help
    Replies: 3
    Last Post: 09-13-2020, 07:34 PM
  3. Replies: 30
    Last Post: 05-08-2013, 08:11 PM
  4. T2 errors - Logging in + opening bank/interfaces
    By Gr1nderscape in forum Help
    Replies: 2
    Last Post: 06-08-2012, 10:26 AM
  5. Replies: 9
    Last Post: 06-09-2010, 09:48 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
  •