Thread: Membership system error ;\

Results 1 to 2 of 2
  1. #1 Membership system error ;\ 
    Donator Market Banned Market Banned



    Join Date
    Apr 2008
    Age
    29
    Posts
    966
    Thanks given
    211
    Thanks received
    152
    Rep Power
    203
    Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1
    at server.loadMembers(server.java:137)
    at server.main(server.java:170)
    Press any key to continue . . .

    This shows everytime i run the server after adding a member before i add a member its fine.
    Does anyone know how i could fix this ? Help is much appreciated.
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jul 2008
    Age
    26
    Posts
    5,826
    Thanks given
    1,301
    Thanks received
    197
    Rep Power
    0
    how do we fix it? Theres nothing to fix. code please
    it LOOKS like you did something like
    public int[] members;

    and your trying to do
    members[1]

    when members[] dosent have that. try like members = new int[200] or something
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •