Thread: Client error...

Results 1 to 3 of 3
  1. #1 Client error... 
    Registered Member
    Join Date
    Jun 2013
    Posts
    75
    Thanks given
    4
    Thanks received
    7
    Rep Power
    11
    Hello,

    I got this client error when i start the client.

    Code:
    Divine Syndicate 2.0 is loading..
    java.lang.NegativeArraySizeException
            at client.drawLogo(client.java:3987)
            at client.startUp(client.java:9062)
            at RSApplet.run(RSApplet.java:33)
            at client.run(client.java:6087)
            at java.lang.Thread.run(Unknown Source)
    Error: loaderror Starting up 20
    Please can anyone help me (fast) ?
    Reply With Quote  
     

  2. #2  
    Member
    Join Date
    Sep 2012
    Age
    27
    Posts
    172
    Thanks given
    22
    Thanks received
    7
    Rep Power
    0
    Read...
    Code:
    java.lang.NegativeArraySizeException
    Code:
    at client.drawLogo(client.java:3987)
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jun 2013
    Posts
    75
    Thanks given
    4
    Thanks received
    7
    Rep Power
    11
    yes, i know...

    Code:
    			int ai[] = new int[sprite.myWidth];
    			for(int j = 1; j < sprite.myHeight; j++) {
    				for(int k = 1; k < sprite.myWidth; k++)
    					ai[k] = sprite.myPixels[(sprite.myWidth - k - 1) + sprite.myWidth * j];
    				System.arraycopy(ai, 1, sprite.myPixels, sprite.myWidth * j, sprite.myWidth);
    IDK WHAT TO CHANGE!
    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. Client Error
    By bloodargon in forum Help
    Replies: 0
    Last Post: 11-03-2008, 02:19 AM
  2. Grr Client Error
    By Zelion29 in forum RS 503+ Client & Server
    Replies: 3
    Last Post: 09-16-2008, 06:07 AM
  3. Client Error, Freezes Client
    By xX Chris Xx in forum RS2 Client
    Replies: 0
    Last Post: 08-23-2008, 05:14 PM
  4. stupid client error
    By demonswrath in forum RS2 Client
    Replies: 2
    Last Post: 12-19-2007, 09:44 PM
  5. client error
    By demonswrath in forum RS2 Client
    Replies: 0
    Last Post: 12-19-2007, 08:27 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
  •