Jump to content
  • 0

[Solved]Unable to connect | malformed packet size = 3 | peer error closing connection


fooDaddy

Question

Posted

Hello everyone,

Let me start off by saying thank you for all the hard work that I see everyone has put into this. I am a novice developer with mainly java experience,

however I look forward to plugging into this project and helping however I can. I have started studying up on c++ (figure it will help with starting to write

code in NeuronC which is based of ANSI C @ work) and LUA I have managed to get mangosZero compiled and up and seemingly running with no errors,

however I have yet to actually be able to log in to the world. I am getting the following error.

mangosd output screen:

WorldSocket::handle_input_header: client sent malformed packet size = 3 , cmd = 1867972646

WorldSocket::handle_input: Peer error closing connection errno = Invalid argument

world-packet.log:

2015-01-18 19:05:21

SERVER:

SOCKET: 29

LENGTH: 4

OPCODE: SMSG_AUTH_CHALLENGE (0x01EC)

DATA:

C3 F6 12 28

Server is running Ubuntu 14.10 64bit

mangosZero and database pulled from location in the Updated Ubuntu guide for mangosZero

Client is 1.21.1 (build 5875)

Thanks in advance,

fooDaddy(Nick)

5 answers to this question

Recommended Posts

Posted

Hi, first off the guides are a little behind the times since we are on the brink of a new awesome release

- Master is Rel19

Can i suggest you grab the latest Rel20

git clone [url]https://github.com/mangoszero/server.git[/url] --recursive -b Rel20

and the Rel20 Database

git clone [url]https://github.com/mangoszero/database.git[/url] --recursive -b Rel20

and try those.

Posted

antz,

I recompiled with new pulls and I am getting the same error:

2015-01-20 03:18:37 ERROR:WorldSocket::handle_input_header: client sent malformed packet size = 3 , cmd = 1867972646

2015-01-20 03:18:37 WorldSocket::handle_input: Peer error closing connection errno = Invalid argument

2015-01-20 03:18:37

SERVER:

SOCKET: 29

LENGTH: 4

OPCODE: SMSG_AUTH_CHALLENGE (0x01EC)

DATA:

C5 B8 98 11

Any other ideas

fooDaddy

Posted

antz,

it appeared to be a bad client, I grabbed a new one and connected right away and all is well as far as I can tell. Now to jump in and see how I can contribute.

fooDaddy

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use