Howdy pardner!

These here forums are read-only. Click here to go to the new forums, where you can actually post and stuff!

Sorry for the inconvenience

-Andrew

Hi, I'm having some trouble getting the CPE negotiation working on my MCLawl fork. Im having a hard time specifically with figuring out how to wait until I receive the ExtInfo and ExtEntry packets from the client before I continue with the login process. Would anyone be willing to take a look at my code, or does anyone know how I can do this? I'm kind of lost.

Thanks,

727021

I figured out a way to do it, but now whenever I connect to my server, classicube disconnects me and says "Unhandled Message ID: 67"

sounds like you're not reading the packets right, not reading enough or something, thus causing that error to occur.

As for waiting until they have sent all of them, just after each extentry, look at how many you've recevied. If it's the same as the client claims to support in the extinfo, then continue the login process there.

Example: Hypercube Packets

Thanks, I got this fixed. I just had some packet lengths off by 1.

🛑 This thread has been set to read-only due to inactivity. 🛑