Thread: Login problem

Results 1 to 6 of 6
  1. #1 Login problem 
    Banned

    Join Date
    Nov 2010
    Age
    29
    Posts
    2,682
    Thanks given
    824
    Thanks received
    404
    Rep Power
    0
    Code:
    Error: T1 - 123,0 - 36,36
    prayerInterfaceType: 5608
    Error: T2 - 81,73,171 - 59,3087,3500 - -26,-47,-72,7,-1,16,-52,0,-1,-1,0,0,0,0,1,25,0,1,29,1,39,1,7,1,35,1,44,1,14,7,8,9,5,0,3,40,3,55,3,51,3,52,3,53,3,54,3,56,0,0,
    Error: T2 - 65,81,73 - 119,3087,3500 - 0,0,26,125,40,20,0,127,-100,67,-80,2,62,-96,-26,-64,9,-6,69,87,0,43,-21,17,44,0,-65,45,61,80,3,58,-79,3,-64,14,-40,4,-81,0,63,-1,49,-4,1,15,-7,64,-48,13,
    Exception in thread "Thread-4" java.lang.ArrayIndexOutOfBoundsException: 53836
    	at client.method101(client.java:8807)
    	at client.method96(client.java:8576)
    	at client.method114(client.java:9998)
    	at client.mainGameProcessor(client.java:3554)
    	at client.processGameLoop(client.java:2784)
    	at RSApplet.run(RSApplet.java:116)
    	at client.run(client.java:5232)
    	at java.lang.Thread.run(Unknown Source)

    Please help. This occurs upon logging in.
    Reply With Quote  
     

  2. #2  


    Major's Avatar
    Join Date
    Jan 2011
    Posts
    2,997
    Thanks given
    1,293
    Thanks received
    3,556
    Rep Power
    5000
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Mar 2011
    Posts
    222
    Thanks given
    32
    Thanks received
    24
    Rep Power
    0
    line 8807: Animation animation = Animation.anims[entity.anInt1517];
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Nov 2010
    Age
    29
    Posts
    2,682
    Thanks given
    824
    Thanks received
    404
    Rep Power
    0
    That doesn't help....
    Reply With Quote  
     

  5. #5  
    :doge:

    Join Date
    Jan 2009
    Posts
    3,758
    Thanks given
    221
    Thanks received
    817
    Rep Power
    2116
    check packets 65 and 81 and make sure they are right
    Reply With Quote  
     

  6. #6  
    Banned

    Join Date
    Nov 2010
    Age
    29
    Posts
    2,682
    Thanks given
    824
    Thanks received
    404
    Rep Power
    0
    Packet 65:

    case 65:
    updateNPCs(inStream, pktSize);
    pktType = -1;
    return true;

    Packet 81:

    case 81:
    updatePlayers(pktSize, inStream);
    aBoolean1080 = false;
    pktType = -1;
    return true;
    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. 614 Login problem.
    By Charlie in forum Help
    Replies: 1
    Last Post: 04-10-2011, 01:46 AM
  2. Login Problem?
    By nascarnate in forum Help
    Replies: 7
    Last Post: 02-27-2011, 01:13 AM
  3. 508/554 login problem
    By bracket in forum Help
    Replies: 6
    Last Post: 11-19-2009, 08:35 PM
  4. [546] Login problem
    By The Lizard King in forum Help
    Replies: 19
    Last Post: 06-06-2009, 05:21 PM
  5. Problem with Login on 317
    By ~ Zymus ~ in forum Help
    Replies: 2
    Last Post: 05-17-2009, 12:47 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •