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 07-05-2011, 02:20 PM
permaxx
Fire Beetle
 
Join Date: Sep 2007
Posts: 5
Default Error adding local account for LS login...

Hello all,
I have just got together a public server i was working on when i went to try and log in for the first time and got Error adding local account for LS login... for 2 different accounts. If someone could point me in the right direction to get this fixed that would be great.

Here is my World.exe

[Debug] [WORLD__CLIENT] New connection from 127.0.0.1:4812
[Debug] [NET__IDENT_TRACE] 127.0.0.1:4812: First opcode 0x4dd0 did not match exp
ected 0x2792
[Debug] [NET__IDENT_TRACE] 127.0.0.1:4812: Tried patch 6.2_world, and it did not
match.
[Debug] [NET__IDENT_TRACE] 127.0.0.1:4812: First opcode 0x4dd0 did not match exp
ected 0x2ec9
[Debug] [NET__IDENT_TRACE] 127.0.0.1:4812: Tried patch 6.2_zone, and it did not
match.
[Debug] [NET__IDENT_TRACE] 127.0.0.1:4812: First opcode matched 0x4dd0 and lengt
h matched 464
[Debug] [NET__IDENTIFY] Identified stream 127.0.0.1:4812 with signature Titanium
_world
[Debug] [WORLD__CLIENT] Checking inbound connection 127.0.0.1 against BannedIPs
table
[Debug] [WORLD__CLIENT] Connection 127.0.0.1 PASSED banned IPs check. Processin
g connection.
Account Attempting to be created:permaxx 0
Error in CreateAccount query 'INSERT INTO account SET name='permaxx', status=0,
lsaccount_id=94791, time_creation=UNIX_TIMESTAMP();' #1054: Unknown column 'time
_creation' in 'field list'
[Debug] [WORLD__CLIENTLIST_ERR] Error adding local account for LS login: 'permax
x', duplicate name?
[Debug] [WORLD__CLIENT_ERR] NOCLE: Bad/Expired session key '94791'
[Debug] [WORLD__CLIENT] New connection from 127.0.0.1:4817
[Debug] [NET__IDENT_TRACE] 127.0.0.1:4817: First opcode 0x4dd0 did not match exp
ected 0x2792
[Debug] [NET__IDENT_TRACE] 127.0.0.1:4817: Tried patch 6.2_world, and it did not
match.
[Debug] [NET__IDENT_TRACE] 127.0.0.1:4817: First opcode 0x4dd0 did not match exp
ected 0x2ec9
[Debug] [NET__IDENT_TRACE] 127.0.0.1:4817: Tried patch 6.2_zone, and it did not
match.
[Debug] [NET__IDENT_TRACE] 127.0.0.1:4817: First opcode matched 0x4dd0 and lengt
h matched 464
[Debug] [NET__IDENTIFY] Identified stream 127.0.0.1:4817 with signature Titanium
_world
[Debug] [WORLD__CLIENT] Checking inbound connection 127.0.0.1 against BannedIPs
table
[Debug] [WORLD__CLIENT] Connection 127.0.0.1 PASSED banned IPs check. Processin
g connection.
Account Attempting to be created:equinox 0
Error in CreateAccount query 'INSERT INTO account SET name='equinox', status=0,
lsaccount_id=94792, time_creation=UNIX_TIMESTAMP();' #1054: Unknown column 'time
_creation' in 'field list'
[Debug] [WORLD__CLIENTLIST_ERR] Error adding local account for LS login: 'equino
x', duplicate name?
[Debug] [WORLD__CLIENT_ERR] NOCLE: Bad/Expired session key '94792'


thx you
Reply With Quote
  #2  
Old 07-05-2011, 02:24 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

You need to source in this SQL to your database to add the missing column:

Code:
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
  #3  
Old 07-05-2011, 02:53 PM
permaxx
Fire Beetle
 
Join Date: Sep 2007
Posts: 5
Default

thx you very much!!!!!!!!! worked like a charm
Reply With Quote
  #4  
Old 07-25-2011, 12:22 AM
tollen
Fire Beetle
 
Join Date: Feb 2011
Posts: 10
Default

i have the same error but not sure I'm source in the sql you posted correctly cause i get and failed error when doing so.
Quote:
mysql>source ALTER TABLE 'account' ADD 'time_creation' INT UNSIGNED DEFAULT '0' NOT NULL AFTER 'suspendeduntil';
ERROR:
Failed to open file 'ALTER TABLE 'account' ADD 'time_creation' INT UNSIGNED DEFAULT '0' NOT NULL AFTER 'suspendeduntil' ', error: 2
if i leave source off the front I get

Quote:
ERROR 1064 <42000>: you have an error in your sql syntax; check the manual that corresponds to your mysql server version for the right syntax to use near ' 'account' ADD 'time_creation' INT UNSIGNED DEFAULT '0' NOT NULL AFTER 'suspended' at line 1
Reply With Quote
  #5  
Old 07-25-2011, 01:39 AM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default

Don't use source and you are using the wrong ` marks. Copy and paste his block directly.
Reply With Quote
  #6  
Old 07-25-2011, 01:46 AM
tollen
Fire Beetle
 
Join Date: Feb 2011
Posts: 10
Default

yeah I just got it working! now the fun part...
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 09:09 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3