Thread: Login out of bounds

Results 1 to 5 of 5
  1. #1 Login out of bounds 
    Banned
    Join Date
    Jun 2014
    Posts
    126
    Thanks given
    32
    Thanks received
    20
    Rep Power
    0
    Upon login, the client prints out:
    Code:
    107
    97
    108
    101
    101
    109
    107
    97
    108
    101
    101
    109
    Error: Class279_Sub31.method2816:25 Class279_Sub34.readMapdata:190 Class65.method745:387 client.method97:148 client.method82:1865 Applet_Sub1.method77:144 Applet_Sub1.run:306 java.lang.Thread.run | java.lang.ArrayIndexOutOfBoundsException: 128 | [1)3432,3640,104,104|2)0,3222,3222|3)1|4)0|5)1|6)765,503|7)false|8)0|9)false|10)false|11)false|12)true|13)881|14)6]
    error_game_crash
    I was creating a project from scratch, I got that, instinctively I looked over my Mapdata, there is nothing wrong with it. I've now even used the exact same Mapdata class, along with the same sendMapRegion method, and it's still giving me this. This is coming from sendMapRegion (I assume)
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    May 2011
    Age
    29
    Posts
    2,246
    Thanks given
    2,469
    Thanks received
    1,120
    Rep Power
    943
    'from scratch'
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Banned
    Join Date
    Jun 2014
    Posts
    126
    Thanks given
    32
    Thanks received
    20
    Rep Power
    0
    Quote Originally Posted by Tylurr View Post
    'from scratch'
    Yeah more or less, using Netty, either way that's not related
    Reply With Quote  
     

  5. #4  
    Community Veteran



    Join Date
    Jan 2008
    Posts
    3,444
    Thanks given
    46
    Thanks received
    973
    Rep Power
    4748
    From experience it probably the height you sending in the region packet on login.

    You probably not reading enough/Tomany bytes dueing the login stage so any bytes you send after if will not reading correctly.
    Reply With Quote  
     

  6. #5  
    Banned
    Join Date
    Jun 2014
    Posts
    126
    Thanks given
    32
    Thanks received
    20
    Rep Power
    0
    Quote Originally Posted by Flamable View Post
    From experience it probably the height you sending in the region packet on login.

    You probably not reading enough/Tomany bytes dueing the login stage so any bytes you send after if will not reading correctly.
    But I've looked over it so many times now (in comparison to the original source)
    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. [SHARDS]Array out of bounds
    By Cody. in forum Help
    Replies: 5
    Last Post: 08-22-2009, 07:48 PM
  2. array out of bounds
    By pureiiipker in forum Help
    Replies: 1
    Last Post: 07-03-2009, 06:45 PM
  3. Some wierd out of bounds?
    By Dust R I P in forum Help
    Replies: 19
    Last Post: 06-03-2009, 04:35 PM
  4. Out of bounds
    By Hexagon in forum Help
    Replies: 0
    Last Post: 05-16-2009, 04:34 PM
  5. Map Data out of bounds wtf?
    By Delifed in forum Help
    Replies: 3
    Last Post: 05-04-2009, 12:26 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
  •