PDA

View Full Version : Itemdata.dbm Missing



speedyz06
02-17-2003, 09:35 PM
I know there have been several posts on this subject But this file is not being grnarated on a new install using red hat 8.0. The error message "File /usr/local/share/showeq/itemdata.dbm doesn't exist" Is being displayed My char shows up as well as the proper map and a bunch of unknown spawns these spawns do have a location and tracks. I did install as root and did "make" and make install and the file is not in the directory.[root@localhost root]# cd/usr/local/bin
bash: cd/usr/local/bin: No such file or directory
[root@localhost root]# showeq
ShowEQ 4.3.6, released under the GPL.
SINS 0.5, released under the GPL.
All ShowEQ source code is Copyright (C) 2000, 2001, 2002 by the respective ShowEQ Developers
Binary distribution without source code and resale are explictily NOT authorized by ANY party.
If you have paid for this software in any way, shape, or form, the person selling the
software is doing so in violation of the express wishes and intents of the authors of this product.

Please see http://seq.sourceforge.net for further information

Using config file '/usr/local/share/showeq/showeq.xml'
Loaded preferences file: /usr/local/share/showeq/seqdef.xml!
Loaded preferences file: /usr/local/share/showeq/showeq.xml!
Listening for client: 192.168.2.11
Initializing Packet Capture Thread:
Filtering packets on device eth0, IP host 192.168.2.11
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
Loaded map: '/usr/local/share/showeq/Nexus.map'
Can't find spawn point file /usr/local/share/showeq/nexus.sp
Loading, Please Wait... (Zone: 'nexus')
No Zone Specific filter file '/usr/local/share/showeq/filters_nexus.conf'.
Loading default '/usr/local/share/showeq/filters.conf'.
EQPacket: SEQClosing detected, awaiting next zone session, pcap filter: EQ Client 192.168.2.11
EQPacket::dispatchZoneData():CharProfileCode:Not Decoded
Loaded map: '/usr/local/share/showeq/Nexus.map'
No Zone Specific filter file '/usr/local/share/showeq/filters_nexus.conf'.
Loading default '/usr/local/share/showeq/filters.conf'.
TIME: 17:51 12/09/3172
EQ EPOCH OCCURRED AT 794509902 SECONDS POST UNIX EPOCH
CPlayerItems: count=125 size=58506 packetsize=468 expsize=468
No Zone Specific filter file '/usr/local/share/showeq/filters_nexus.conf'.
Loading default '/usr/local/share/showeq/filters.conf'.
WARNING: CompressedDoorSpawnCode (dataLen:53 != sizeof(doorStruct):52)!
GDBM Notice: GetEntry: gdbm_open failed on file '/usr/local/share/showeq/itemdata.dbm': File open error
File '/usr/local/share/showeq/itemdata.dbm' doesn't exist.
GDBM Notice: GetEntry: gdbm_open failed on file '/usr/local/share/showeq/itemdata.dbm': File open error
File '/usr/local/share/showeq/itemdata.dbm' doesn't exist.
Your player's id is 1564

Cryonic
02-17-2003, 10:26 PM
First:

cd/usr/local/bin is NOT the same as cd /usr/local/bin (notice the space between cd and /).

Second:

You installed SEQ for the first time, guess what, things like the item db haven't been made because nothing has been seen by SEQ yet. All-in-all looks like a normal startup sequence for SEQ.

speedyz06
02-17-2003, 11:01 PM
I did restart from the proper directory.

I have a list of unknown spawns but no gray dots until i select mob from the list.

Sorry for the nOOb question but how come no itemdata.dbm file? and no gray dots for all the unknown spawns.

datadog
02-18-2003, 03:21 AM
1. Right click on your map.. select Show/Unknown....
2. Enjoy your GPS
3. Make sure that the libEQ.a you are compiling with is correct
4. Make sure your sniffer is sending its data to the right place (IP/port)
5. Make sure you are using the correct offset..
6. Enjoy your skittles

speedyz06
02-18-2003, 08:48 PM
Thanks for the help works awsome ;)