Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 08-24-2011, 04:17 PM
Zen Hamster
Fire Beetle
 
Join Date: Aug 2011
Posts: 11
Default client was destroyed before reaching connected state

I'm trying to set up a server using a fresh install of Titanium. Everything seemed to be working fine, but after character creation I can't log in. I'm getting an unusual error message:

[08.24. - 16:12:05] [WORLD__CLIENT] New client from 127.0.0.1:58103
[08.24. - 16:12:05] Client 'Grogg' was destroyed before reaching the connected state:
[08.24. - 16:12:05] Client sent initial zone packet, but we never got their player info from the database.

I haven't the foggiest idea where to go from here. Any thoughts would be most appreciated.
Reply With Quote
  #2  
Old 08-24-2011, 04:40 PM
Zen Hamster
Fire Beetle
 
Join Date: Aug 2011
Posts: 11
Default

Naturally 20 minutes after I post I find a possible solution. I need to source the sql updates. Through the command prompt is there a way to batch source? Can I navigate to the sql updates folder and say source *.* ?

Scratch that, sourcing the sql files didn't help.
Reply With Quote
  #3  
Old 08-24-2011, 05:16 PM
Zen Hamster
Fire Beetle
 
Join Date: Aug 2011
Posts: 11
Default

SUCCESS!

If anyone else has this problem, run a new query in Navicat with the following:

ALTER TABLE `account` ADD `time_creation` INT UNSIGNED DEFAULT '0' NOT NULL AFTER `suspendeduntil`;
UPDATE `account` SET `time_creation` = UNIX_TIMESTAMP() WHERE `time_creation` = 0;
Reply With Quote
  #4  
Old 08-25-2011, 05:54 PM
sorvani
Dragon
 
Join Date: May 2010
Posts: 965
Default

You started with an old database. yuo should have used the most current DB in the DB svn.

Your specific issue is well known and very well documented all over this forum in relatoin to db_rev1751
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 06:30 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3