Thread: PI Character Files

Results 1 to 5 of 5
  1. #1 PI Character Files 
    Registered Member

    Join Date
    Jun 2009
    Posts
    243
    Thanks given
    0
    Thanks received
    1
    Rep Power
    184
    Don't recall what I did wrong as I have set the client.java to its original state and I do not remember editing any other file.

    Basically, the account files (namehere.txt) is left blank and its a null error when the account is logged out.

    Reply With Quote  
     

  2. #2  
    Donator
    Unlucky4ever's Avatar
    Join Date
    Nov 2007
    Age
    27
    Posts
    524
    Thanks given
    46
    Thanks received
    72
    Rep Power
    37
    Try reading the errors and going where it says they happen...
    Reply With Quote  
     

  3. #3  
    Registered Member
    sadgrills's Avatar
    Join Date
    Dec 2009
    Age
    25
    Posts
    1,418
    Thanks given
    119
    Thanks received
    194
    Rep Power
    315
    First line is your error, 17.


    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Jan 2008
    Age
    28
    Posts
    1,380
    Thanks given
    76
    Thanks received
    384
    Rep Power
    962
    Quote Originally Posted by 'Detox View Post
    First line is your error, 17.
    No the array that is throwing the array index out of bounds does not support 17 indexs.

    Say i have:

    Code:
    private int[] example = new int[5];
    If i do:

    Code:
    System.out.println(example[6]);
    It will throw an array index of out bounds:6
    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    Jun 2009
    Posts
    243
    Thanks given
    0
    Thanks received
    1
    Rep Power
    184
    So can anyone help or not?
    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. okay need help with the character files :)
    By sean00197 in forum Help
    Replies: 3
    Last Post: 08-19-2010, 08:56 PM
  2. Character Files (PJA 459)
    By extra in forum Help
    Replies: 1
    Last Post: 07-28-2010, 10:54 AM
  3. character files?
    By sk8ter107 in forum Help
    Replies: 4
    Last Post: 08-01-2009, 10:28 PM
  4. Help With My Character Files...
    By Alwaysstuck1 in forum Configuration
    Replies: 9
    Last Post: 01-02-2009, 02:04 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
  •