View Single Post
  #14  
Old 05-11-2010, 03:36 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by john smith View Post
i have this in my server log:

[Debug] [WORLD__CLIENT] New connection from 90.29.127.214:58965
[Debug] [NET__IDENT_TRACE] 90.29.127.214:58965: First opcode 0x4dd0 did not match expected 0x2792
[Debug] [NET__IDENT_TRACE] 90.29.127.214:58965: Tried patch 6.2_world, and it did not match.
[Debug] [NET__IDENT_TRACE] 90.29.127.214:58965: First opcode 0x4dd0 did not match expected 0x2ec9
[Debug] [NET__IDENT_TRACE] 90.29.127.214:58965: Tried patch 6.2_zone, and it did not match.
[Debug] [NET__IDENT_TRACE] 90.29.127.214:58965: First opcode matched 0x4dd0 and length matched 464
[Debug] [NET__IDENTIFY] Identified stream 90.29.127.214:58965 with signature Titanium_world
[Debug] [WORLD__CLIENT] Checking inbound connection 90.29.127.214 against BannedIPs table
[Debug] [WORLD__CLIENT] Connection 90.29.127.214 PASSED banned IPs check. Processing connection.


Looks like problem with patch 6.2, can explain my problem?
That is normal. The server is trying to identify which version of the EQ client you are using (6.2, Titanium, SoF, SoD, etc.). It checked for the 6.2 version first and didn't get a match, then it checked for Titanium and got a match and carried on as normal.
Reply With Quote