Jump to content
Returning Members: Password Reset Required ×

Recommended Posts

Posted

error 2024-03-10235634.thumb.png.bcd968e6aa0ef313b345d91e76ab904c.png

error

when 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());
       }

Posted
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?
Posted

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,

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...