1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Outdated Client Error (raknet)

Discussion in 'Off-Topic' started by TheDiamondYT, Mar 14, 2018.

  1. TheDiamondYT

    TheDiamondYT Zombie

    Messages:
    298
    GitHub:
    TheDiamondYT1
    For some reason when using the official C++ RakNet for a server with protocol 201 and client protocol 201 it says outdated client. Anyone know why?

    Client version is 1.2.10

    EDIT: turns out octobyte answered it in IRC:

    Code:
    
    Yeah that's because the official RakNet client is outdated in terms of packets that Bedrock uses
    
    The unconnected pong is sent as 0x1C and not 0x02 or something
    
    0x1C carried the Motd https://github.com/JungleTree/MineRakNet/blob/m...
    
    I've been through this with you before I'm fairly certain
    
    It's highly recommended not to use the official RakNet in its current state too, because it is so outdated that it's vulnerable to heartbleed
    
    
     
    Last edited: Mar 15, 2018
  2. EdwardHamHam

    EdwardHamHam Skeleton

    Messages:
    962
    GitHub:
    edwardhamham
    Well the protocol version is both 201, but what client version is it on both sides?
     
  3. TheDiamondYT

    TheDiamondYT Zombie

    Messages:
    298
    GitHub:
    TheDiamondYT1
    1.2.10
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.