View Single Post
  #23  
Old 12-17-2015, 11:36 AM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

Okay this is where I need you to have world loading in a console (dos or bash) window so we can see if the loginserver is connecting to world. Actually have both up on a console so we can see what is going on. Should see some lines like this if it is working.

Code:
[Network] [12.15.15 - 07:17:01] New world server connection from 127.0.0.1:55173
[World] [12.15.15 - 07:17:01] Server Legacy of FrostStone(Legacy of FrostStone) successfully logged in.
[Network Trace] [12.15.15 - 07:17:01] ServerOP_LSAccountUpdate sent to world
[Network] [12.15.15 - 07:17:23] New world server connection from 192.168.0.*:40520
[Network] [12.15.15 - 07:17:23] World server disconnected from the server, removing server and freeing connection.
[Network] [12.15.15 - 07:17:25] New world server connection from 192.168.0.*:37241
[World] [12.15.15 - 07:17:25] Server Dragons Of Mist(Dragons Of Mist) successfully logged in.
[Network Trace] [12.15.15 - 07:17:25] ServerOP_LSAccountUpdate sent to world
[Network] [12.15.15 - 07:17:47] New world server connection from 192.168.0.*:42661
[World] [12.15.15 - 07:17:47] Server Legacy of FrostStone [TEST](Legacy of FrostStone [TEST]) successfully logged in.
[Network Trace] [12.15.15 - 07:17:47] ServerOP_LSAccountUpdate sent to world
[Network] [12.15.15 - 07:18:24] New world server connection from 192.168.0.*:42864
[World] [12.15.15 - 07:18:24] Server Chronicles Of Norrath(Chronicles Of Norrath) successfully logged in.
There could be some nice data in your log directory.
Reply With Quote