Log in

View Full Version : error on connecting to loginserver


yingyugang01
04-12-2012, 05:22 AM
I am trying to run server in eqemuloginserver, and encounter below error:
anyone can give some advice ?

[Debug] [04.12.12 - 17:18:27] Logging System Init.
[Debug] [04.12.12 - 17:18:27] Config System Init.
[Debug] [04.12.12 - 17:18:27] MySQL Database Init.
[Debug] [04.12.12 - 17:18:27] Encryption Initialize.
[Debug] [04.12.12 - 17:18:27] Encryption Loaded Successfully.
[Debug] [04.12.12 - 17:18:27] Server Manager Initialize.
[Network] [04.12.12 - 17:18:27] ServerManager listening on port 5997
[Debug] [04.12.12 - 17:18:27] Client Manager Initialize.
[Network] [04.12.12 - 17:18:27] ClientManager listening on Titanium stream.
[Network] [04.12.12 - 17:18:27] ClientManager listening on SoD stream.
[Debug] [04.12.12 - 17:18:27] Server Started.
[Network] [04.12.12 - 17:19:17] New world server connection from 127.0.0.1:2837
[Network Error] [04.12.12 - 17:19:17] Recieved application packet from server that had an unknown operation code 0x1000.

Harcourt
04-13-2012, 07:20 PM
Not every opcode is used by the server, but this does not affect gameplay. I have no clue about opcode 1000, but is this causing problems?

lerxst2112
04-13-2012, 07:37 PM
I would assume it's this:

#define ServerOP_LSInfo 0x1000


I don't see it in any of my log files, but if it isn't causing you a problem I'd ignore it. If you do have a problem, describe the problem as a random paste from a log file is often not enough to determine what might be going wrong.

yingyugang01
04-14-2012, 01:32 AM
I have install the server as tutoril again. now it's ok