Thread: Error when connecting to server

Results 1 to 3 of 3
  1. #1 Error when connecting to server 
    Registered Member
    Join Date
    Mar 2016
    Posts
    6
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    When I try connect to my server I get the message in console: "Encrypted id != 10"..

    Is my server blocking the client I am trying to use? I am really not sure.. I am very noob... (only started a few days ago)

    Can anyone help?
    Thanks
    Reply With Quote  
     

  2. #2  
    Owner of New World-PK
    Vinny PKs's Avatar
    Join Date
    Dec 2015
    Posts
    166
    Thanks given
    119
    Thanks received
    53
    Rep Power
    0
    Please, I literally right click and selected what you asked for, and found it in less than a second on Google Search.


    http://www.rune-server.org/runescape...bling-rsa.html

    oh well, some people are just rebellious.



    Also here.


    "
    Well.. use your head. Try to solve it out in steps.
    First, where is this getting called from?
    You said its saying "Encrypted id! =10" so lets go ahead and search for "Encrypted id! =10"
    Well, I found the class of RS2LoginProtocolDecoder.
    Now I look. Inside that I see the simple lines:
    Code:
    if ((in.get() & 0xff) != 10) {
    System.out.println("Encrypted id != 10.");
    session.close();
    return false;
    }
    There you go. You just found where its getting called from.

    Soo if you do NOT want that, you can just comment it out.
    I would suggest keeping it."

    - BryceTheCoder 2013


    Best regards,


    Vinny
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Mar 2016
    Posts
    6
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by doflamingo pkz View Post
    Please, I literally right click and selected what you asked for, and found it in less than a second on Google Search.


    http://www.rune-server.org/runescape...bling-rsa.html

    oh well, some people are just rebellious.



    Also here.


    "
    Well.. use your head. Try to solve it out in steps.
    First, where is this getting called from?
    You said its saying "Encrypted id! =10" so lets go ahead and search for "Encrypted id! =10"
    Well, I found the class of RS2LoginProtocolDecoder.
    Now I look. Inside that I see the simple lines:
    Code:
    if ((in.get() & 0xff) != 10) {
    System.out.println("Encrypted id != 10.");
    session.close();
    return false;
    }
    There you go. You just found where its getting called from.

    Soo if you do NOT want that, you can just comment it out.
    I would suggest keeping it."

    - BryceTheCoder 2013


    Best regards,


    Vinny
    Could you help explain what I should do exactly? It says I can just "comment" it out, but that he suggests keeping it...
    If I take it out will it work? Or do I need to do something else..

    Like I said I am a beginner..
    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. Replies: 0
    Last Post: 02-15-2015, 12:19 PM
  2. website error when connecting to site
    By Savy2007 in forum Chat
    Replies: 0
    Last Post: 04-16-2014, 06:33 PM
  3. 742; Errors when connecting to the source
    By Chryonic in forum Help
    Replies: 15
    Last Post: 12-23-2013, 12:50 AM
  4. Replies: 3
    Last Post: 12-18-2012, 12:20 AM
  5. Replies: 0
    Last Post: 08-29-2009, 05:49 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
  •