View Single Post
  #1  
Old 12-12-2014, 02:57 AM
Bytebait
Sarnak
 
Join Date: Oct 2014
Location: Colorado
Posts: 74
Default Private Server - No Server in Server Select

The login log looks fine. I'm not seeing anything that is telling me it's not working. That's why I'm asking for any ideas on where to look. I read that the October PEQ could be the problem and to rebuild using August but I'm still running into the same problem.
Code:
[Debug] [12.11.14 - 23:48:10] Logging System Init.
[Debug] [12.11.14 - 23:48:10] Config System Init.
[Debug] [12.11.14 - 23:48:10] MySQL Database Init.
[Debug] [12.11.14 - 23:48:10] Encryption Initialize.
[Debug] [12.11.14 - 23:48:10] Encryption Loaded Successfully.
[Debug] [12.11.14 - 23:48:10] Server Manager Initialize.
[Network] [12.11.14 - 23:48:10] ServerManager listening on port 5999
[Debug] [12.11.14 - 23:48:10] Client Manager Initialize.
[Network] [12.11.14 - 23:48:10] ClientManager listening on Titanium stream.
[Network] [12.11.14 - 23:48:10] ClientManager listening on SoD stream.
[Debug] [12.11.14 - 23:48:10] Server Started.
[Network] [12.11.14 - 23:49:00] New SoD client connection from 167.245.157.34:51215
[Network] [12.11.14 - 23:49:00] Application packet received from client (size 14)
[Network] [12.11.14 - 23:49:00] Session ready received from client.
[Network] [12.11.14 - 23:49:00] Application packet received from client (size 28)
[Network] [12.11.14 - 23:49:00] Login received from client.
[Client] [12.11.14 - 23:49:00] User: Maggy
[Client] [12.11.14 - 23:49:00] Hash: 1a19c5401c05eaf691d664554e4c3023ea265dc4
[Network] [12.11.14 - 23:49:00] Application packet received from client (size 12)
[Network] [12.11.14 - 23:49:00] Server list request received from client.
[Network] [12.11.14 - 23:49:08] Client disconnected from the server, removing client.

The only thing I can think of would be my own misunderstanding of of the eqemu_config.xml LocalLogin config. What account info is it wanting? Do I leave it blank?
Code:
<loginserver>
                        <host>127.0.0.1</host>
                        <port>5998</port>
                        <account>root</account>
                        <password>MySQLPassword?</password>
                </loginserver>
Reply With Quote