View Single Post
  #11  
Old 01-25-2013, 07:14 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by Goth View Post
Zone Debug
Code:
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2792
That doesn't look like a RoF client connection to me, the first opcode should be:
Code:
[Debug] [NET__IDENT_TRACE] 192.168.1.48:65414: First opcode 0x47a6 did not match expected 0x2792
And zone should match on this:
Code:
[Debug] [NET__IDENT_TRACE] 192.168.1.48:65414: First opcode matched 0x1665 and length matched 76
[Debug] [NET__IDENTIFY] Identified stream 192.168.1.48:65414 with signature RoF_zone
Your log says it is detecting Underfoot, but the number of NET_IDENT_TRACE messages suggest something is not right.

Is this the RoF client from Steam ?

Post the first few lines of the logs/dbg.txt file in your EQ client directory.

RoF should say this:
Code:
[Fri Jan 25 22:35:59 2013]00000:Starting EverQuest (Built Dec 10 2012 17:35:44)
Do you have a patch_RoF.conf file in the same directory as your world/zone executables ? Although from your logs, I don't think that is the issue.
Reply With Quote