Thread: What is this issue? client connecting to server

Results 1 to 3 of 3
  1. #1 What is this issue? client connecting to server 
    Stand guard at the door of your mind

    Proto's Avatar
    Join Date
    Jul 2011
    Age
    29
    Posts
    1,234
    Thanks given
    152
    Thanks received
    413
    Rep Power
    462
    I feel bad/stupid for making this thead, but its 4am so idgaf

    Code:
    Exception in thread "Thread-3" java.lang.ArrayIndexOutOfBoundsException: 5
    	at ObjectDef.readValues(ObjectDef.java:337)
    	at ObjectDef.forID(ObjectDef.java:17)
    	at ObjectManager.method189(ObjectManager.java:1372)
    	at Client.method54(Client.java:2635)
    	at Client.loadingStages(Client.java:2606)
    	at Client.mainGameProcessor(Client.java:3026)
    	at Client.processGameLoop(Client.java:2213)
    	at RSApplet.run(RSApplet.java:175)
    	at Client.run(Client.java:4548)
    	at java.lang.Thread.run(Thread.java:722)
    Comes up when I try to login




    Reply With Quote  
     

  2. #2  
    oof


    Join Date
    Aug 2012
    Posts
    3,150
    Thanks given
    2,847
    Thanks received
    857
    Rep Power
    2260
    at ObjectDef.readValues(ObjectDef.java:337)
    at ObjectDef.forID(ObjectDef.java:17)
    at ObjectManager.method189(ObjectManager.java:1372)

    Looks like an Object is causing the problem. Where are you logging in at?
    Reply With Quote  
     

  3. #3  
    Stand guard at the door of your mind

    Proto's Avatar
    Join Date
    Jul 2011
    Age
    29
    Posts
    1,234
    Thanks given
    152
    Thanks received
    413
    Rep Power
    462
    edgeville, client is logics 474

    Quote Originally Posted by Byrone View Post
    at ObjectDef.readValues(ObjectDef.java:337)
    at ObjectDef.forID(ObjectDef.java:17)
    at ObjectManager.method189(ObjectManager.java:1372)

    Looks like an Object is causing the problem. Where are you logging in at?
    Exception in thread "Thread-3" java.lang.ArrayIndexOutOfBoundsException: 18180
    at Client.method50(Client.java:2457)
    at Client.method24(Client.java:807)
    at Client.loadingStages(Client.java:2614)
    at Client.mainGameProcessor(Client.java:3026)
    at Client.processGameLoop(Client.java:2213)
    at RSApplet.run(RSApplet.java:175)
    at Client.run(Client.java:4548)
    at java.lang.Thread.run(Thread.java:722)

    Changing the position of the characted gives that error ^




    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: 2
    Last Post: 02-13-2013, 01:12 PM
  2. Client Connecting to Server error.
    By Danrsps in forum Help
    Replies: 7
    Last Post: 12-24-2012, 04:31 AM
  3. Replies: 14
    Last Post: 11-11-2012, 01:10 AM
  4. Replies: 2
    Last Post: 12-22-2010, 04:01 AM
  5. what is this error, and how to fix?
    By Harley in forum Help
    Replies: 3
    Last Post: 04-25-2009, 02:31 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
  •