Client disconnected (not in active process)
means that the server passed the client off to another process and therefore it is not in the active process anymore. This is normal for the world server to do because the player plays in the zone. So, the login server passes the client off to the world server. The world server handles character selection and when you hit enter world, the world server tells the launcher to startup the required zone if it isn't already and then passes the client to the zone server.
If the zone does not load the character within the specified timeout period, the client will get booted back to the login screen.
|