View Single Post
  #50  
Old 11-28-2010, 09:58 PM
Ciraith
Fire Beetle
 
Join Date: Dec 2009
Location: USA
Posts: 6
Default

Got a question regarding an error I ran into while trying to setup my server.

I can log in remotely and get as far as the character creation screen but when I try to enter the world I get the following errors in the log files.

The errors state:

"Client discconnected (not active in process)"

"New Client from 192.168.1.100"
"Client 'Pucr' was destroyed before reaching the connected state:"
"Client sent initial zone packet, but we never got their player info from the database."

Any ideas on where to look?

The database settings in the eqemu_config file look fine i guess

<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>xxxxx</password>
<db>peq</db>
</database>


Im running the peq database rev 1667 and the latest eqemu server
Reply With Quote