Thread: How do I fix unhandled packets?

Results 1 to 7 of 7
  1. #1 How do I fix unhandled packets? 
    DallasTGM
    Guest
    I'm getting UN-handled packet 77, and 78 in my run prompt.
    How do I fix this?
     

  2. #2  
    Community Veteran

    Dexter Morgan's Avatar
    Join Date
    Nov 2008
    Age
    16
    Posts
    4,364
    Thanks given
    1,027
    Thanks received
    703
    Discord
    View profile
    Rep Power
    2991
    Search for

    Code:
    public static final int packetSizes[] = {
    and replace

    Code:
    6, 0, 2, 2, 8, 6, 0, -1, 0, 6, // 70
    with

    Code:
    6, 0, 2, 2, 8, 6, 1, 6, 0, 6, // 70
    If it doesnt fix then play around with it

    Code:
    6, 0, 2, 2, 8, 6, THIS, THIS, 0, 6, // 70
    change THIS from 1 - 8 try them all, I dont know what thing you actually added so i cant give you the correct 1,
    [Only registered and activated users can see links. ]
    Quote Originally Posted by UberNation View Post
    Did you update the quantum network sockets to match the polarity of the wilderness counter levels in the Boolean that divides the wilderness level by zero?
     

  3. #3  
    Banned

    Join Date
    Jul 2008
    Age
    26
    Posts
    5,826
    Thanks given
    1,301
    Thanks received
    197
    Rep Power
    0
    Quote Originally Posted by D E T R O I T View Post
    Search for

    Code:
    public static final int packetSizes[] = {
    and replace

    Code:
    6, 0, 2, 2, 8, 6, 0, -1, 0, 6, // 70
    with

    Code:
    6, 0, 2, 2, 8, 6, 1, 6, 0, 6, // 70
    If it doesnt fix then play around with it

    Code:
    6, 0, 2, 2, 8, 6, THIS, THIS, 0, 6, // 70
    change THIS from 1 - 8 try them all, I dont know what thing you actually added so i cant give you the correct 1,
    Fail. not even close.

    try adding this,

    Code:
    case ##:
    break;
    ## being the number of the packet.
     

  4. #4  
    Community Veteran

    Dexter Morgan's Avatar
    Join Date
    Nov 2008
    Age
    16
    Posts
    4,364
    Thanks given
    1,027
    Thanks received
    703
    Discord
    View profile
    Rep Power
    2991
    Quote Originally Posted by Blood Runna View Post
    Fail. not even close.

    try adding this,

    Code:
    case ##:
    break;
    ## being the number of the packet.

    I though he was talking about packet sizes

    You ment to have..


    Code:
            case 226:
            case 78:
            case 148:
            case 183:
            case 230:
            case 136:
            case 189:
            case 152:
            case 200:
            case 85:
            case 165:
            case 238:
            case 150:
            case 36:
            case 246:
            case 77:
                break;

    Under case 185:



    Code:
            case 226:
            case 78:
            case 148:
            case 183:
            case 230:
            case 136:
            case 189:
            case 152:
            case 200:
            case 85:
            case 165:
            case 238:
            case 150:
            case 36:
            case 246:
            case 77:
                break;
    Should be closing it.
    [Only registered and activated users can see links. ]
    Quote Originally Posted by UberNation View Post
    Did you update the quantum network sockets to match the polarity of the wilderness counter levels in the Boolean that divides the wilderness level by zero?
     

  5. #5  
    Banned

    Join Date
    Jul 2008
    Age
    26
    Posts
    5,826
    Thanks given
    1,301
    Thanks received
    197
    Rep Power
    0
    lol no, not under packet 185. thats buttons. he has a packet thats not declared, and the default it to print the id..
     

  6. #6  
    Community Veteran

    Dexter Morgan's Avatar
    Join Date
    Nov 2008
    Age
    16
    Posts
    4,364
    Thanks given
    1,027
    Thanks received
    703
    Discord
    View profile
    Rep Power
    2991
    Quote Originally Posted by Blood Runna View Post
    lol no, not under packet 185. thats buttons. he has a packet thats not declared, and the default it to print the id..

    Thats were i have it, And the last 5 sources what i use to code had it there.
    [Only registered and activated users can see links. ]
    Quote Originally Posted by UberNation View Post
    Did you update the quantum network sockets to match the polarity of the wilderness counter levels in the Boolean that divides the wilderness level by zero?
     

  7. #7  
    DallasTGM
    Guest
    Tryed that, and nothing fixed it. :/
    Any other ideas?
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Tags for this Thread

View Tag Cloud

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