So, I'm getting this error in World.exe after I click Play to log in to my server:
Code:
[12.12. - 12:31:40] [NET__IDENT_TRACE] 127.0.0.1:52710: First opcode 0x6c3c did not match expected 0x2792
[12.12. - 12:31:40] [NET__IDENT_TRACE] 127.0.0.1:52710: Tried patch 6.2_world, and it did not match.
[12.12. - 12:31:40] [NET__IDENT_TRACE] 127.0.0.1:52710: First opcode 0x6c3c did not match expected 0x2ec9
[12.12. - 12:31:40] [NET__IDENT_TRACE] 127.0.0.1:52710: Tried patch 6.2_zone, and it did not match.
[12.12. - 12:31:40] [NET__IDENT_TRACE] 127.0.0.1:52710: First opcode 0x6c3c did not match expected 0x4dd0
[12.12. - 12:31:40] [NET__IDENT_TRACE] 127.0.0.1:52710: Tried patch Titanium_world, and it did not match.
[12.12. - 12:31:40] [NET__IDENT_TRACE] 127.0.0.1:52710: First opcode 0x6c3c did not match expected 0x7213
[12.12. - 12:31:40] [NET__IDENT_TRACE] 127.0.0.1:52710: Tried patch Titanium_zone, and it did not match.
[12.12. - 12:31:40] [NET__IDENT_TRACE] 127.0.0.1:52710: First opcode matched 0x6c3c and length matched 464
[12.12. - 12:31:40] [NET__IDENTIFY] Identified stream 127.0.0.1:52710 with signature SoF_world
[12.12. - 12:31:40] [WORLD__CLIENT] Checking inbound connection 127.0.0.1 against BannedIPs table
[12.12. - 12:31:40] [WORLD__CLIENT] Connection 127.0.0.1 PASSED banned IPs check. Processing connection.
[12.12. - 12:31:40] [WORLD__CLIENTLIST_ERR]
Error in CreateAccount query 'INSERT INTO account SET name='[login name]', status=0, lsaccount_id=1,
time_creation=UNIX_TIMESTAMP();' #1054: Unknown column 'time_creation' in 'field_list'
Error adding local account for LS login: '[login name]', duplicate name?
[12.12. - 12:31:40] [WORLD__CLIENT_ERR] NOCLE: Bad/Expired session key '1'
I'm using a freshly installed Secrets of Faydwer client and a freshly installed server using the database rev1751. I've noticed that if I use these opcodes (in login_opcodes_sod.conf)
Code:
#EQEmu Public Login Server OPCodes
OP_SessionReady=0x0001
OP_Login=0x0002
OP_ServerListRequest=0x0004
OP_PlayEverquestRequest=0x000d
OP_PlayEverquestResponse=0x0022
OP_ChatMessage=0x0017
OP_LoginAccepted=0x0018
OP_ServerListResponse=0x0019
OP_Poll=0x0029
OP_EnterChat=0x000f
OP_PollResponse=0x0011
my server doesn't show up on server select, but if I change them to this (found in login_opcodes.conf):
Code:
#EQEmu Public Login Server OPCodes
OP_SessionReady=0x0001
OP_Login=0x0002
OP_ServerListRequest=0x0004
OP_PlayEverquestRequest=0x000d
OP_PlayEverquestResponse=0x0021
OP_ChatMessage=0x0016
OP_LoginAccepted=0x0017
OP_ServerListResponse=0x0018
OP_Poll=0x0029
OP_EnterChat=0x000f
OP_PollResponse=0x0011
My server shows up but I get these errors and EQ just hangs on a black screen.
Not sure what else would be useful info. Thanks for any help.