kennylovecode Posted March 10, 2024 Posted March 10, 2024 error errorwhen i setup 5017 source, account server work fine ...but game server accept connection but can not receive data ....didn't execute this code protected override void Received(Client actor, ReadOnlySpan<byte> packet) { this.Processor.Queue(actor, packet.ToArray()); } Quote
Spirited Posted March 11, 2024 Posted March 11, 2024 Hm, weird. You don't get a MsgConnect on the game server side, but you get the connect event? What language is the client you're using? Quote
kennylovecode Posted March 11, 2024 Author Posted March 11, 2024 Hm, weird. You don't get a MsgConnect on the game server side, but you get the connect event? What language is the client you're using?Solved it, it's because of the issue with Conquere.exe. The downloaded client cannot log in directly. I downloaded the Conquere.exe file for COPSV6 from ELPVP, Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.