Thread: Random Error On CMD

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 Random Error On CMD 
    Officially Retired


    Join Date
    Oct 2007
    Age
    30
    Posts
    5,454
    Thanks given
    558
    Thanks received
    122
    Rep Power
    1364
    Code:
    [8/26/10 6:38 PM]: java.lang.ArrayIndexOutOfBoundsException: 658511732
    [8/26/10 6:38 PM]:      at server.world.ItemHandler.createGroundItem(ItemHandler
    .java:170)
    [8/26/10 6:38 PM]:      at server.model.items.ItemAssistant.dropAllItemsPVP(Item
    Assistant.java:325)
    [8/26/10 6:38 PM]:      at server.model.players.PlayerAssistant.giveLife(PlayerA
    ssistant.java:1124)
    [8/26/10 6:38 PM]:      at server.model.players.Client.process(Client.java:705)
    [8/26/10 6:38 PM]:      at server.model.players.PlayerHandler.process(PlayerHand
    ler.java:145)
    [8/26/10 6:38 PM]:      at server.Server.main(Server.java:163)
    what is all about?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jun 2010
    Posts
    84
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    from the years of coding rsps, i have yet to see a error like that. lol
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    May 2008
    Posts
    140
    Thanks given
    39
    Thanks received
    13
    Rep Power
    176
    ArrayIndexOutOfBoundsException (Java 2 Platform SE v1.4.2)

    It basically means you're trying to access an index in an array that is beyond the array's capacity.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jul 2010
    Posts
    72
    Thanks given
    0
    Thanks received
    1
    Rep Power
    14
    CRTL+F for 658511732 and find out what's going on would be your best bet
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Oct 2009
    Posts
    438
    Thanks given
    29
    Thanks received
    108
    Rep Power
    0
    Quote Originally Posted by Dretiu View Post
    ArrayIndexOutOfBoundsException (Java 2 Platform SE v1.4.2)

    It basically means you're trying to access an index in an array that is beyond the array's capacity.
    That. :trollface:
    Reply With Quote  
     

  6. #6  
    Registered Member
    Core's Avatar
    Join Date
    Sep 2007
    Posts
    4,194
    Thanks given
    11
    Thanks received
    393
    Rep Power
    1985
    Errors are not random, they always have a cause.
    Reply With Quote  
     

  7. #7  
    Officially Retired


    Join Date
    Oct 2007
    Age
    30
    Posts
    5,454
    Thanks given
    558
    Thanks received
    122
    Rep Power
    1364
    Quote Originally Posted by Core View Post
    Errors are not random, they always have a cause.
    inside my server file there no walkinghalder.java weird. a random
    Reply With Quote  
     

  8. #8  
    Registered Member

    Join Date
    May 2008
    Posts
    140
    Thanks given
    39
    Thanks received
    13
    Rep Power
    176
    Quote Originally Posted by Stew™ View Post
    inside my server file there no walkinghalder.java weird. a random
    What does that have to do with anything?
    Reply With Quote  
     

  9. #9  
    Registered Member
    Core's Avatar
    Join Date
    Sep 2007
    Posts
    4,194
    Thanks given
    11
    Thanks received
    393
    Rep Power
    1985
    The JVM reads the class file, not the java file.
    Reply With Quote  
     

  10. #10  
    Officially Retired


    Join Date
    Oct 2007
    Age
    30
    Posts
    5,454
    Thanks given
    558
    Thanks received
    122
    Rep Power
    1364
    nvm i fixed them. thank anyway guys.
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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
  •