View Single Post
  #12  
Old 01-29-2011, 07:23 PM
chrismed0
Sarnak
 
Join Date: Aug 2010
Location: USA
Posts: 75
Default Patch files

thought all the "patch" files went into the EQEmu / utils folder (server directory)

do they go in the main server directory?

I'll try that see what it does....

(EDIT UPDATE)

ok looks more promissing now I copied the "patch" files into my main server directory...BUT getting this error now in the EQEmu\World.exe window...

Code:
Account Attempting to be created:(MyLoginUsername) 20
Error in CreateAccount query 'INSERT INTO account SET name='(MyLoginUsername)', status=2
0, lsaccount_id=178729, time_creation=UNIX_TIMESTAMP();' #1054: Unknown column '
time_creation' in 'field list'
[Debug] [WORLD__CLIENTLIST_ERR] Error adding local account for LS login: '(MyloginUsername)', duplicate name?
[Debug] [WORLD__CLIENT_ERR] NOCLE: Bad/Expired session key '178729'
I thought maybe it tried to create the account and because I was already in the database under the accounts that it came up with the "duplicate?" error but I deleted that record and I get the same error.

Also still have this error in the "0:sleeping" window and still not sure if that is something else or normal:

Code:
[Debug] Starting Log: logs/eqemu_debug_3788.log
[Debug] [LAUNCHER__INIT] Loading server configuration..
[Debug] [NET__WORLD] WorldConnection connect: Connecting to the server localhost
:9000 failed: TCPConnection::Connect(): connect() failed. Error: 10061
[Debug] [LAUNCHER__ERROR] worldserver.Connect() FAILED! Will retry.
[Debug] [LAUNCHER__INIT] Starting main loop...
[Debug] [NET__WORLD] Connected to World: localhost:9000
(EDIT UPDATE)

Ok after seeing this post:
http://www.eqemulator.org/forums/sho...+account+Login

I decided to try what was one of the lasts replies on that page. Got me logged on but I run into more errors once it starts loading..
Code:
[Debug] [WORLD__CLIENT_ERR] 2032: 0a 37 5e 32 31 5e 33 37 - 0a 31 31 5e 32 30 0d
 0a  | .7^21^37.11^20..
[Debug] [WORLD__CLIENT_ERR] 2048: 5e 31 35 5e 31 39 5e 32 -
     | ^15^19^2
[Debug] Unable to convert EQ opcode 0x5d24 to an Application opcode.
[Debug] [WORLD__CLIENT_ERR] chrismed0: Received unknown EQApplicationPacket
[Debug] [WORLD__CLIENT_ERR] [OpCode OP_Unknown (0x5d24) Size=2056]
[Debug] [WORLD__CLIENT_ERR] 0000: f9 e1 be 08 c1 c8 00 00 - 59 13 00 00 72 2d 00
 00  | ........Y...r-..
[Debug] [WORLD__CLIENT_ERR] 0016: 61 26 00 00 80 06 00 00 - c6 2c 00 00 0c 00 00
 00  | a&.......,......
[Debug] [WORLD__CLIENT_ERR] 0032: 16 0a 00 00 58 2d 00 00 - e2 0b 00 00 62 10 00
 00  | ....X-......b...
[Debug] [WORLD__CLIENT_ERR] 0048: c6 31 00 00 8b 2a 00 00 - a4 08 00 00 df 09 00
I forgot to mention (DOH) I had gotten several error messages about some of the .sql files I tried to load into the database..
1711
1719
1720
1723_required
1736_optional
1802_required

Listed above isn't the entire file name .. just enough to let you know what files I'm getting errors from when I try to source them in
Reply With Quote