Blank server screen
Hey All,
I am trying to setup a local server, and this is my fourth and final round of trying to do it. This time around I am using the documentation concerning compiling the project. Of course that documentation doesn't deal with database setup, so I am also having to use a mixture of about 3-4 other guides I think.
Here is where I am currently at:
- World.exe is launching successfully
- EQEmuLoginServer is registering successful login of the world server.
- EQEmuLoginServer is registering successful communication with my local client
From the client I can log in, but it seems that "any" login is accepted regardless of it being valid or not. All login attempts are transferred to the server page where it is blank and displays 0 expansions.
My assumption is that there is a communication problem between the client and the login server, but the feedback from the login server suggests its communicating. Unfortunately, I have no way of knowing if it is correctly communicating. Here is the response from the EQEmuLoginServer:
[Debug] [11.10.12 - 10:58:38] Logging System Init.
[Debug] [11.10.12 - 10:58:38] Config System Init.
[Debug] [11.10.12 - 10:58:38] MySQL Database Init.
[Debug] [11.10.12 - 10:58:38] Encryption Initialize.
[Debug] [11.10.12 - 10:58:38] Encryption Loaded Successfully.
[Debug] [11.10.12 - 10:58:38] Server Manager Initialize.
[Network] [11.10.12 - 10:58:38] ServerManager listening on port 5998
[Debug] [11.10.12 - 10:58:38] Client Manager Initialize.
[Network] [11.10.12 - 10:58:38] ClientManager listening on Titanium stream.
[Network] [11.10.12 - 10:58:38] ClientManager listening on SoD stream.
[Debug] [11.10.12 - 10:58:38] Server Started.
[Network] [11.10.12 - 10:58:45] New world server connection from 127.0.0.1:58368
[Network Error] [11.10.12 - 10:58:45] Handle_NewLSInfo error, remote address was null, defaulting to stream address 127.0.0.1.
[World] [11.10.12 - 10:58:45] Server eq(eq) successfully logged in.
[Network Trace] [11.10.12 - 10:58:45] ServerOP_LSAccountUpdate sent to world
[Network] [11.10.12 - 10:59:08] New Titanium client connection from 127.0.0.1:58232
[Network] [11.10.12 - 10:59:08] Application packet recieved from client (size 14)
[Network] [11.10.12 - 10:59:08] Session ready recieved from client.
[Network] [11.10.12 - 10:59:08] Application packet recieved from client (size 12)
[Network] [11.10.12 - 10:59:08] Server list request recieved from client.
[Network] [11.10.12 - 10:59:11] Client disconnected from the server, removing client.
|