View Single Post
  #6  
Old 10-24-2007, 07:36 AM
Tiberius
Fire Beetle
 
Join Date: Oct 2007
Posts: 7
Default

With Secret's help, I noticed that my ls_accountid was set to null. I changed that to not-null and set the value to 1. I also made sure I had the correct opcodes.conf file. Unfortunately, I still got the same error.

Any clues?

Code:
[Debug] [WORLD__CLIENT] New connection from 192.168.1.51:3174
[Debug] [NET__IDENT_TRACE] 192.168.1.51:3174: First opcode 0x4dd0 did not match
expected 0x2792
[Debug] [NET__IDENT_TRACE] 192.168.1.51:3174: Tried patch 6.2_world, and it did
not match.
[Debug] [NET__IDENT_TRACE] 192.168.1.51:3174: First opcode 0x4dd0 did not match
expected 0x2ec9
[Debug] [NET__IDENT_TRACE] 192.168.1.51:3174: Tried patch 6.2_zone, and it did n
ot match.
[Debug] [NET__IDENT_TRACE] 192.168.1.51:3174: First opcode matched 0x4dd0 and le
ngth matched 464
[Debug] [NET__IDENTIFY] Identified stream 192.168.1.51:3174 with signature Titan
ium_world
[Debug] [WORLD__CLIENT] New client from 192.168.1.51:3174
[Debug] [WORLD__CLIENT_ERR] : ID is 0.  Is this server connected to minilogin?
[Debug] [WORLD__CLIENT_ERR] : Could not find a minilogin account, verify ip addr
ess logging into minilogin is the same that is in your account table.
Reply With Quote