Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::General Support

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

Reply
 
Thread Tools Display Modes
  #1  
Old 08-06-2009, 09:22 PM
gibroni
Hill Giant
 
Join Date: Jun 2009
Location: glendale
Posts: 193
Default eqemulogin server

Hello, i have set up server and having it running with one issue i cannot figure out. i am using eqemuloginserver public and i can see my server, but when i try to log in eq crashes and i get this statement in my program.

Account Attemtping to create= username 20
error in create account query, INSERT INTO account SET name = username, status=20, LS account_id = 123456, field minilogin_ip doesnt have a default value.

[debug] [world_clientlist_err] error adding local account for LS login = username. bad/expired seesion key 123456



any help solving this issues so myself and other could click on my server and be able to join it?

i have seen a few posts with same problem, but no answers to them.
Reply With Quote
  #2  
Old 01-01-2011, 10:26 PM
dcds1
Fire Beetle
 
Join Date: Dec 2010
Location: Michigan
Posts: 3
Default

I am having the exact same problem. I have tried redoing my server 4 times and still have the same problem. Did you ever figure out a solution? Thanks for any information you might have.
Reply With Quote
  #3  
Old 01-01-2011, 10:42 PM
dcds1
Fire Beetle
 
Join Date: Dec 2010
Location: Michigan
Posts: 3
Default

Here is the error I am getting on the world box.

Account Attempting to be created:dcds2 20
Error in CreateAccount query 'INSERT INTO account SET name='dcds2', status=20, l
saccount_id=3, time_creation=UNIX_TIMESTAMP();' #1054: Unknown column 'time_crea
tion' in 'field list'
[Debug] [WORLD__CLIENTLIST_ERR] Error adding local account for LS login: 'dcds2'
, duplicate name?
[Debug] [WORLD__CLIENT_ERR] NOCLE: Bad/Expired session key '3'
Reply With Quote
  #4  
Old 01-02-2011, 02:27 AM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

You need to run this SQL against your database. It is from 1711_account_restricted_aa.sql. You may also be missing other updates.

ALTER TABLE `altadv_vars` ADD `account_time_required` INT UNSIGNED DEFAULT '0' NOT NULL AFTER `clientver`;
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;

If the first line causes an error, then you should only run the last two lines.
Reply With Quote
  #5  
Old 01-02-2011, 04:08 AM
dcds1
Fire Beetle
 
Join Date: Dec 2010
Location: Michigan
Posts: 3
Default

Thank you very much. That solved my problem.
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 03:04 AM.


 

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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3