PDA

View Full Version : RH7.2 ShowEQ dont do anything



Outlaw111
11-16-2002, 03:04 PM
####################################
cablemodem
|
(eth0)
Server(showeq) 192.168.0.2
(eth1)
|
Hub (No switch i swear)
|
Everquest 192.168.0.10
####################################

./showeq eth1 --ip-address=192.168.0.10

The installation of SEQ worked really fine, without a single problem. But ShowEQ just dont do anything :(

Can anyone help me pls?


Using config file '/usr/local/share/showeq/showeq.xml'
Loaded preferences file: /usr/local/share/showeq/seqdef.xml!
Unable to open file: /usr/local/share/showeq/showeq.xml!
Listening for client: 192.168.0.10
Initializing Packet Capture Thread:
Filtering packets on device eth0, IP host 192.168.0.10
Loading filters from '/usr/local/share/showeq/filters.conf'
No Zone Specific filter file '/usr/local/share/showeq/filters_unknown.conf'.
Loading default '/usr/local/share/showeq/filters.conf'.
GuildMgr: WARNING - could not load guildsfile, /usr/local/share/showeq/guilds2.dat
Categories Reloaded
Error opening map file '/usr/local/share/showeq/unknown.map'!
Opcode Logging Mask: 0 0 0

Mr. Suspicious
11-16-2002, 03:56 PM
Using config file '/usr/local/share/showeq/showeq.xml'
Loaded preferences file: /usr/local/share/showeq/seqdef.xml!
Unable to open file: /usr/local/share/showeq/showeq.xml!
Listening for client: 192.168.0.10
Initializing Packet Capture Thread:
Filtering packets on device eth0, IP host 192.168.0.10
Loading filters from '/usr/local/share/showeq/filters.conf'
No Zone Specific filter file '/usr/local/share/showeq/filters_unknown.conf'.
Loading default '/usr/local/share/showeq/filters.conf'.
GuildMgr: WARNING - could not load guildsfile, /usr/local/share/showeq/guilds2.dat
Categories Reloaded
Error opening map file '/usr/local/share/showeq/unknown.map'!
Opcode Logging Mask: 0 0 0

No error there at all, your showeq works as intended.

baelang
11-16-2002, 04:51 PM
how is your keysniffer set up?

fee
11-16-2002, 04:52 PM
The problem is you are passing bad command line arguments.

BAD ./showeq eth1 --ip-address=192.168.0.10

You have two methods to get this working.

1) just run showeq and use the menus to set the appropriate network interface(device) and client IP, or simply let showeq automatically detect the eq client.

2) use correct command line arguments, run showeq --help to display the full listing.

So the correct command line for what you are attempting would look like this




# showeq --net-interface=eth1 --ip-address=192.168.0.10



Why you would want to use command line to specify this is beyond me when you could set it once via the menu then save your preferences and never have to touch it again.

fee

Outlaw111
11-16-2002, 06:00 PM
Thx all it work nice now, but i got a last problem. All mobs in the zone are flaged as unkown :( Also my statts are taged as ??.

I have saved the libEQ.a in my /usr/lib/ directory. My SEQ is in /seq/ShowEQ.

Is this ok, or what is wrong with the unknown thing?

Ahh well, whats the deal with the Input Session Key?

thx for help.

Cryonic
11-16-2002, 06:32 PM
READ THE LAST TWO WEEKS WORTH OF POSTS BOTH HERE AND IN THE ANNOUNCEMENTS FORUM.

Outlaw111
11-16-2002, 06:37 PM
sorry i havent use showeq since 2.x or so.

I got it thx