Results 1 to 5 of 5

Thread: Returning player with a (hopefully) small problem

  1. #1
    Registered User
    Join Date
    Aug 2016
    Posts
    6

    Returning player with a (hopefully) small problem

    Returned to EverQuest after a few years away and VERY pleasantly surprised to see that is still being updated. Many thanks to the maintainers

    ShowEQ seems to be having an issue with en expected size of something in a packet.. The compile went just fine, I'm using CentOS 6 on a lenovo. It looks like a common problem that could be solved by altering a value in one of the source files but I have no idea which value or file. Output from running showeq after zoning a couple of times between guild lobby and guild hall-

    [root@localhost ~]# showeq
    ShowEQ 5.13.10.37, released under the GPL.
    SINS 0.5, released under the GPL.
    All ShowEQ source code is Copyright (C) 2000-2010 by the respective ShowEQ Developers
    ShowEQ comes with NO WARRANTY.

    You may redistribute copies of ShowEQ under the terms of
    The GNU General Public License.
    See: http://www.gnu.org/copyleft/gpl.html for more details...

    For updates and information, please visit http://seq.sourceforge.net/
    ShowEQ 5.13.10.37, Built from 'main.cpp' on Jun 28 2016 at 03:22:08
    CVS: @(#) $Id: main.cpp 760 2012-03-10 05:17:33Z ngdeao $ $Name$
    Using GCC version: 4.4.7
    Using glibc version: 2.12
    Using Qt version: 3.3.8b
    Running on Linux release 2.6.32-642.1.1.el6.i686 for processor i686

    Using config file '/root/.showeq/showeq.xml'
    Loaded preferences file: /usr/local/share/showeq/seqdef.xml!
    Loaded preferences file: /root/.showeq/showeq.xml!
    Info: Listening for first client seen.
    Info: Initializing Packet Capture Thread:
    Info: Filtering packets on device eth0, searching for EQ client...
    Warning: Spells: Failed to open: '/usr/local/share/showeq/spells_us.txt'
    Warning: GuildMgr: Could not load guildsfile, /root/.showeq/tmp/guilds2.dat
    Info: Loading Filters from '/root'
    Info: Loading Zone Filter File: /root
    Info: Loading Zone Filter File: /root
    Info: Categories Reloaded
    Info: No Map found for zone 'unknown'!
    Info: Checked for all variants of 'unknown.map', 'unknown.txt', and 'unknown_1.txt'
    Info: in directories '/root/.showeq/maps' and '/usr/local/share/showeq/maps'!
    Warning: EQStr: Failed to open '/usr/local/share/showeq/eqstr_us.txt'
    Info: Listening for next client seen. (you must zone for this to work!)
    Info: Filtering packets on device eth0, searching for EQ client...
    Debug: PCAP Filter Set: udp[0:2] > 1024 and udp[2:2] > 1024 and ether proto 0x0800
    Info: Client Detected: 192.168.1.156
    Debug: PCAP Filter Set: (udp[0:2] = 9000 or udp[2:2] = 9000 or udp[0:2] = 9876 or udp[0:2] = 58174 or udp[2:2] = 58174) and host 192.168.1.156 and ether proto 0x0800
    Info: EQPacket: SessionRequest detected, pcap filter: EQ Client 192.168.1.156, Client port 58174. Server port 2255
    Warning: OP_Jump (0x5751) (dataLen: 268) doesn't match:
    Debug: PCAP Filter Set: udp[0:2] > 1024 and udp[2:2] > 1024 and ether proto 0x0800 and host 192.168.1.156
    Info: EQPacket: SessionDisconnect detected, awaiting next zone session, pcap filter: EQ Client 192.168.1.156
    Debug: PCAP Filter Set: (udp[0:2] = 9000 or udp[2:2] = 9000 or udp[0:2] = 9876 or udp[0:2] = 60150 or udp[2:2] = 60150) and host 192.168.1.156 and ether proto 0x0800
    Info: EQPacket: SessionRequest detected, pcap filter: EQ Client 192.168.1.156, Client port 60150. Server port 1728
    Warning: OP_Jump (0x5751) (dataLen: 268) doesn't match:
    Debug: PCAP Filter Set: udp[0:2] > 1024 and udp[2:2] > 1024 and ether proto 0x0800 and host 192.168.1.156
    Info: EQPacket: SessionDisconnect detected, awaiting next zone session, pcap filter: EQ Client 192.168.1.156
    Debug: PCAP Filter Set: (udp[0:2] = 9000 or udp[2:2] = 9000 or udp[0:2] = 9876 or udp[0:2] = 49614 or udp[2:2] = 49614) and host 192.168.1.156 and ether proto 0x0800
    Info: EQPacket: SessionRequest detected, pcap filter: EQ Client 192.168.1.156, Client port 49614. Server port 1361
    Warning: OP_Jump (0x5751) (dataLen: 268) doesn't match:



    It looks like something that is an easy fix, anyone know how to do it?

    Desummon

  2. #2
    Did you SEQ today? BlueAdept's Avatar
    Join Date
    Dec 2001
    Posts
    2,005

    Re: Returning player with a (hopefully) small problem

    Are you sure you are using the correct version? 5.13.10.37 is not the current version. 5.13.10.39 is the current. Did you get via the tarball or by svn?

    I have not really played in about 10 years but do usually login to test this when the patch is posted and I update the svn and tarball.
    Filters for ShowEQ can now be found here. filters-5xx-06-20-05.tar.gz

    ShowEQ file section is here. https://sourceforge.net/project/show...roup_id=10131#

    Famous Quotes:

    Ratt: WTF you talkin' about BA? (Ok.. that sounds like a bad combo of Diffrent Strokes and A-Team)

    Razzle: I showeq my wife

  3. #3
    Registered User
    Join Date
    Aug 2016
    Posts
    6

    Re: Returning player with a (hopefully) small problem

    Yep,that was it. Somehow got the old version instead of .39. It's working like a charm now =)

    I built a second box exactly like the first to try out the svn update method and I'm getting this output-

    Installing : perl-URI-1.40-2.el6.noarch 1/2
    Installing : subversion-1.6.11-15.el6_7.i686 2/2
    Verifying : perl-URI-1.40-2.el6.noarch 1/2
    Verifying : subversion-1.6.11-15.el6_7.i686 2/2

    Installed:
    subversion.i686 0:1.6.11-15.el6_7

    Dependency Installed:
    perl-URI.noarch 0:1.40-2.el6

    Complete!
    [root@localhost ~]# clear

    [root@localhost ~]# svn checkout http://svn.code.sf.net/p/seq/svn/showeq/trunk


    [root@localhost ~]# svn checkout http://svn.code.sf.net/p/seq/svn/showeq/trunk showeq-5.13.10.39
    A showeq-5.13.10.39/Makefile.dist
    A showeq-5.13.10.39/ROADMAP
    A showeq-5.13.10.39/AUTHORS
    A showeq-5.13.10.39/conf
    A showeq-5.13.10.39/conf/seqopcodes.dtd
    A showeq-5.13.10.39/conf/seqpref.dtd
    A showeq-5.13.10.39/conf/worldopcodes.xml
    A showeq-5.13.10.39/conf/seqdef.xml
    A showeq-5.13.10.39/conf/zoneopcodes.xml
    A showeq-5.13.10.39/conf/Makefile.am
    A showeq-5.13.10.39/conf/README
    A showeq-5.13.10.39/configure.in
    A showeq-5.13.10.39/src
    A showeq-5.13.10.39/src/db3conv.cpp
    A showeq-5.13.10.39/src/experiencelog.h
    A showeq-5.13.10.39/src/spawnmonitor.cpp
    A showeq-5.13.10.39/src/mapicondialog.ui
    A showeq-5.13.10.39/src/itemdbtool.cpp
    A showeq-5.13.10.39/src/weapons1.h
    A showeq-5.13.10.39/src/zones.h
    A showeq-5.13.10.39/src/weapons2b.h
    A showeq-5.13.10.39/src/messages.cpp
    A showeq-5.13.10.39/src/packetlog.cpp
    A showeq-5.13.10.39/src/messagefilterdialog.cpp
    A showeq-5.13.10.39/src/spawnlist2.h
    A showeq-5.13.10.39/src/combatlog.h
    A showeq-5.13.10.39/src/spellshell.h
    A showeq-5.13.10.39/src/map.cpp
    A showeq-5.13.10.39/src/datalocationmgr.h
    A showeq-5.13.10.39/src/compassframe.cpp
    A showeq-5.13.10.39/src/listspawn.cpp
    A showeq-5.13.10.39/src/spawnlist.cpp
    A showeq-5.13.10.39/src/mapicondialog.ui.h
    A showeq-5.13.10.39/src/decode.h
    A showeq-5.13.10.39/src/packetinfo.h
    A showeq-5.13.10.39/src/message.h
    A showeq-5.13.10.39/src/weapons27.h
    A showeq-5.13.10.39/src/messagefilter.cpp
    A showeq-5.13.10.39/src/drawmap.cpp
    A showeq-5.13.10.39/src/datetimemgr.cpp
    A showeq-5.13.10.39/src/netstream.cpp
    A showeq-5.13.10.39/src/db3conv.h
    A showeq-5.13.10.39/src/guild.cpp
    A showeq-5.13.10.39/src/gdbmconv.h
    A showeq-5.13.10.39/src/diagnosticmessageslight.cpp
    A showeq-5.13.10.39/src/compass.cpp
    A showeq-5.13.10.39/src/guildlist.h
    A showeq-5.13.10.39/src/combatlog.cpp
    A showeq-5.13.10.39/src/spellshell.cpp
    A showeq-5.13.10.39/src/statlist.h
    A showeq-5.13.10.39/src/util.cpp
    A showeq-5.13.10.39/src/messagefilterdialog.h
    A showeq-5.13.10.39/src/category.h
    A showeq-5.13.10.39/src/packetinfo.cpp
    A showeq-5.13.10.39/src/mapicon.cpp
    A showeq-5.13.10.39/src/spawnlog.cpp
    A showeq-5.13.10.39/src/cgiconv.h
    A showeq-5.13.10.39/src/spawnlistcommon.cpp
    A showeq-5.13.10.39/src/eqstr.cpp
    A showeq-5.13.10.39/src/messagefilter.h
    A showeq-5.13.10.39/src/gdbmconv.cpp
    A showeq-5.13.10.39/src/guildshell.h
    A showeq-5.13.10.39/src/vpacket.h
    A showeq-5.13.10.39/src/weapons2c.h
    A showeq-5.13.10.39/src/netstream.h
    A showeq-5.13.10.39/src/datetimemgr.h
    A showeq-5.13.10.39/src/statlist.cpp
    A showeq-5.13.10.39/src/itemdb.h
    A showeq-5.13.10.39/src/packetformat.cpp
    A showeq-5.13.10.39/src/zonemgr.cpp
    A showeq-5.13.10.39/src/filter.cpp
    A showeq-5.13.10.39/src/spawnshell.h
    A showeq-5.13.10.39/src/mapcore.cpp
    A showeq-5.13.10.39/src/packetstream.h
    A showeq-5.13.10.39/src/spells_en2spellsh.pl
    A showeq-5.13.10.39/src/mapicon.h
    A showeq-5.13.10.39/src/weapons28.h
    A showeq-5.13.10.39/src/spawn.h
    A showeq-5.13.10.39/src/spawnlog.h
    A showeq-5.13.10.39/src/showitem.cpp
    A showeq-5.13.10.39/src/group.h
    A showeq-5.13.10.39/src/player.h
    A showeq-5.13.10.39/src/eqstr.h
    A showeq-5.13.10.39/src/datalocationmgr.cpp
    A showeq-5.13.10.39/src/s_everquest.h
    A showeq-5.13.10.39/src/packetlog.h
    A showeq-5.13.10.39/src/diagnosticmessages.h
    A showeq-5.13.10.39/src/messagewindow.h
    A showeq-5.13.10.39/src/xmlpreferences.cpp
    A showeq-5.13.10.39/src/map.h
    A showeq-5.13.10.39/src/packetstream.cpp
    A showeq-5.13.10.39/src/message.cpp
    A showeq-5.13.10.39/src/everquest.h
    A showeq-5.13.10.39/src/Makefile.am
    A showeq-5.13.10.39/src/main.h
    A showeq-5.13.10.39/src/listitem.cpp
    A showeq-5.13.10.39/src/mapcore.h
    A showeq-5.13.10.39/src/spawnpointlist.cpp
    A showeq-5.13.10.39/src/guildlist.cpp
    A showeq-5.13.10.39/src/classes.h
    A showeq-5.13.10.39/src/interface.h
    A showeq-5.13.10.39/src/sortitem.cpp
    A showeq-5.13.10.39/src/weapons2d.h
    A showeq-5.13.10.39/src/filteredspawnlog.cpp
    A showeq-5.13.10.39/src/compass.h
    A showeq-5.13.10.39/src/spelllist.h
    A showeq-5.13.10.39/src/messageshell.h
    A showeq-5.13.10.39/src/util.h
    A showeq-5.13.10.39/src/seqwindow.h
    A showeq-5.13.10.39/src/xmlpreferences.h
    A showeq-5.13.10.39/src/cgiconv.cpp
    A showeq-5.13.10.39/src/experiencelog.cpp
    A showeq-5.13.10.39/src/showspawn.cpp
    A showeq-5.13.10.39/src/weapons29.h
    A showeq-5.13.10.39/src/guildshell.cpp
    A showeq-5.13.10.39/src/pointarray.h
    A showeq-5.13.10.39/src/point.h
    A showeq-5.13.10.39/src/fixpt.h
    A showeq-5.13.10.39/src/packetcapture.h
    A showeq-5.13.10.39/src/spawnlistcommon.h
    A showeq-5.13.10.39/src/races.h
    A showeq-5.13.10.39/src/spawnpointlist.h
    A showeq-5.13.10.39/src/crctab.h
    A showeq-5.13.10.39/src/itemdb.cpp
    A showeq-5.13.10.39/src/spawnmonitor.h
    A showeq-5.13.10.39/src/skills.h
    A showeq-5.13.10.39/src/spelllist.cpp
    A showeq-5.13.10.39/src/h2info.pl
    A showeq-5.13.10.39/src/terminal.h
    A showeq-5.13.10.39/src/spawnshell.cpp
    A showeq-5.13.10.39/src/netdiag.h
    A showeq-5.13.10.39/src/filter2xml.pl
    A showeq-5.13.10.39/src/seqlistview.h
    A showeq-5.13.10.39/src/compassframe.h
    A showeq-5.13.10.39/src/zonemgr.h
    A showeq-5.13.10.39/src/xmlconv.cpp
    A showeq-5.13.10.39/src/opcodetable.h
    A showeq-5.13.10.39/src/spawn.cpp
    A showeq-5.13.10.39/src/spawnlist.h
    A showeq-5.13.10.39/src/filter.h
    A showeq-5.13.10.39/src/packetcapture.cpp
    A showeq-5.13.10.39/src/player.cpp
    A showeq-5.13.10.39/src/group.cpp
    A showeq-5.13.10.39/src/bazaarlog.cpp
    A showeq-5.13.10.39/src/spells.cpp
    A showeq-5.13.10.39/src/dbcommon.h
    A showeq-5.13.10.39/src/weapons2a.h
    A showeq-5.13.10.39/src/guild.h
    A showeq-5.13.10.39/src/skilllist.cpp
    A showeq-5.13.10.39/src/netdiag.cpp
    A showeq-5.13.10.39/src/languages.h
    A showeq-5.13.10.39/src/terminal.cpp
    A showeq-5.13.10.39/src/packet.h
    A showeq-5.13.10.39/src/messagewindow.cpp
    A showeq-5.13.10.39/src/diagnosticmessages.cpp
    A showeq-5.13.10.39/src/log2raw.c
    A showeq-5.13.10.39/src/category.cpp
    A showeq-5.13.10.39/src/seqlistview.cpp
    A showeq-5.13.10.39/src/staticspells.h
    A showeq-5.13.10.39/src/deity.h
    A showeq-5.13.10.39/src/main.cpp
    A showeq-5.13.10.39/src/logger.h
    A showeq-5.13.10.39/src/filternotifications.h
    A showeq-5.13.10.39/src/editor.cpp
    A showeq-5.13.10.39/src/xmlconv.h
    A showeq-5.13.10.39/src/vpacket.cpp
    A showeq-5.13.10.39/src/packetfragment.h
    A showeq-5.13.10.39/src/filtermgr.h
    A showeq-5.13.10.39/src/interface.cpp
    A showeq-5.13.10.39/src/spawnlist2.cpp
    A showeq-5.13.10.39/src/packet.cpp
    A showeq-5.13.10.39/src/bazaarlog.h
    A showeq-5.13.10.39/src/spells.h
    A showeq-5.13.10.39/src/typenames.h
    A showeq-5.13.10.39/src/messageshell.cpp
    A showeq-5.13.10.39/src/messages.h
    A showeq-5.13.10.39/src/filteredspawnlog.h
    A showeq-5.13.10.39/src/skilllist.h
    A showeq-5.13.10.39/src/logger.cpp
    A showeq-5.13.10.39/src/filternotifications.cpp
    A showeq-5.13.10.39/src/seqwindow.cpp
    A showeq-5.13.10.39/src/weapons.h
    A showeq-5.13.10.39/src/packetformat.h
    A showeq-5.13.10.39/src/packetcommon.h
    A showeq-5.13.10.39/src/packetfragment.cpp
    A showeq-5.13.10.39/src/editor.h
    A showeq-5.13.10.39/src/filtermgr.cpp
    A showeq-5.13.10.39/ChangeLog
    A showeq-5.13.10.39/README.libEQ
    A showeq-5.13.10.39/config.guess
    A showeq-5.13.10.39/README
    A showeq-5.13.10.39/BUGS
    A showeq-5.13.10.39/INSTALL.newbies
    A showeq-5.13.10.39/showeq.1
    A showeq-5.13.10.39/doc
    A showeq-5.13.10.39/doc/map.html
    A showeq-5.13.10.39/doc/experience.txt
    A showeq-5.13.10.39/doc/configfile.doc
    A showeq-5.13.10.39/doc/map.txt
    A showeq-5.13.10.39/TODO
    A showeq-5.13.10.39/acinclude.m4
    A showeq-5.13.10.39/INSTALL
    A showeq-5.13.10.39/FAQ
    A showeq-5.13.10.39/COPYING
    A showeq-5.13.10.39/Makefile.am
    A showeq-5.13.10.39/NEWS
    A showeq-5.13.10.39/showeq.kdevelop
    U showeq-5.13.10.39
    Checked out revision 857.
    [root@localhost ~]# cd showeq-5.13.10.39
    [root@localhost showeq-5.13.10.39]# make -f Makefile.dist build
    Removing old files.......................................... done!
    Adding libtool support......................................make: *** [config.guess] Error 127
    [root@localhost showeq-5.13.10.39]# ./configure
    bash: ./configure: No such file or directory


    Any ideas what went wrong?

  4. #4
    Did you SEQ today? BlueAdept's Avatar
    Join Date
    Dec 2001
    Posts
    2,005

    Re: Returning player with a (hopefully) small problem

    Great glad I could help, with the initial problem. As for the other issue, Ill have to look into it. I am very green when it comes to SVN. I could very well have done something wrong. Ill try to pull it and see if I get the error. It is about a 20 step process to do a commit. I might have missed something.
    Last edited by BlueAdept; 08-15-2016 at 10:57 AM.
    Filters for ShowEQ can now be found here. filters-5xx-06-20-05.tar.gz

    ShowEQ file section is here. https://sourceforge.net/project/show...roup_id=10131#

    Famous Quotes:

    Ratt: WTF you talkin' about BA? (Ok.. that sounds like a bad combo of Diffrent Strokes and A-Team)

    Razzle: I showeq my wife

  5. #5
    Did you SEQ today? BlueAdept's Avatar
    Join Date
    Dec 2001
    Posts
    2,005

    Re: Returning player with a (hopefully) small problem

    I actually redownloaded from the svn and compiled. I did not get any errors. Are you sure you have libtool installed?
    Filters for ShowEQ can now be found here. filters-5xx-06-20-05.tar.gz

    ShowEQ file section is here. https://sourceforge.net/project/show...roup_id=10131#

    Famous Quotes:

    Ratt: WTF you talkin' about BA? (Ok.. that sounds like a bad combo of Diffrent Strokes and A-Team)

    Razzle: I showeq my wife

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On