Results 1 to 5 of 5

Thread: a little help please

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    24

    a little help please

    Should the SVN build work?

    I'm returning after several years and trying to get SEQ running again. I'm running it in vm workstation on Fedora Core 19, installed packages from INSTALL and INSTALL.newbie. I'm able to successfully do ./configure && make && make install. SEQ opens up and I've set the -I option to my adapter. Turned on session tracking and entered the IP of my eq machine but i'm not getting anything. As a test I ran wireshark on the seq box it could see all traffic to and from my eq computer so feel pretty confident I've identified the right adapter.

    any ideas on what I can try next or any information that I can supply that might be helpful in finding the problem?


    Also on maps, I downloaded the full map pack from map fiend. Do the scripts from the mapping forum still work as intended? I haven't tried them yet as I'm not the most savy at scripting and I'm not sure if they were still viable.

    Thanks!

    Additional info: After zoning several times seq did crash and here's what was on the console

    [root@fedora32 showeq]# showeq -i eno16777736
    ShowEQ 5.13.10.15, 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.15, Built from 'main.cpp' on Oct 1 2013 at 10:49:08
    CVS: @(#) $Id: main.cpp 760 2012-03-10 05:17:33Z ngdeao $ $Name$
    Using GCC version: 4.8.1
    Using glibc version: 2.17
    Using Qt version: 3.3.8b
    Running on Linux release 3.9.5-301.fc19.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 client: 192.168.1.53
    Info: Initializing Packet Capture Thread:
    Info: Filtering packets on device eno16777736, IP host 192.168.1.53
    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 '/showeq'
    Info: Loading Zone Filter File: /showeq
    Info: Loading Zone Filter File: /showeq
    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 client: 192.168.1.53
    Info: Initializing Packet Capture Thread:
    Info: Filtering packets on device eno16777736, IP host 192.168.1.53
    Debug: PCAP Filter Set: (udp[0:2] = 9000 or udp[2:2] = 9000 or udp[0:2] = 9876 or udp[0:2] = 61003 or udp[2:2] = 61003) and host 192.168.1.53 and ether proto 0x0800
    Info: EQPacket: SessionRequest detected, pcap filter: EQ Client 192.168.1.53, Client port 61003. Server port 20060
    Info: Listening for next client seen. (you must zone for this to work!)
    Info: Filtering packets on device eno16777736, 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.53
    Debug: PCAP Filter Set: (udp[0:2] = 9000 or udp[2:2] = 9000 or udp[0:2] = 9876 or udp[0:2] = 49937 or udp[2:2] = 49937) and host 192.168.1.53 and ether proto 0x0800
    Info: EQPacket: SessionRequest detected, pcap filter: EQ Client 192.168.1.53, Client port 49937. Server port 1887
    Warning: SEQ: Giving up on finding arq 004b in stream client-zone cache, skipping!
    Warning: SEQ: Giving up on finding arq 004c in stream client-zone cache, skipping!
    Warning: SEQ: Giving up on finding arq 004d in stream client-zone cache, skipping!
    Warning: SEQ: Giving up on finding arq 004e in stream client-zone cache, skipping!
    Warning: SEQ: Giving up on finding arq 004f in stream client-zone cache, skipping!
    Warning: SEQ: Giving up on finding arq 0050 in stream client-zone cache, skipping!
    Warning: SEQ: Giving up on finding arq 0051 in stream client-zone cache, skipping!
    Warning: SEQ: Giving up on finding arq 0052 in stream client-zone cache, skipping!
    Warning: SEQ: Giving up on finding arq 0053 in stream client-zone cache, skipping!
    Warning: SEQ: Giving up on finding arq 0054 in stream client-zone cache, skipping!
    Warning: SEQ: Giving up on finding arq 0055 in stream client-zone cache, skipping!
    Warning: SEQ: Giving up on finding arq 0056 in stream client-zone cache, skipping!
    Warning: SEQ: Giving up on finding arq 0057 in stream client-zone cache, skipping!
    Warning: SEQ: Giving up on finding arq 0058 in stream client-zone cache, skipping!
    Warning: SEQ: Giving up on finding arq 0059 in stream client-zone cache, skipping!
    Warning: SEQ: Giving up on finding arq 005a in stream client-zone cache, skipping!
    Warning: SEQ: Giving up on finding arq 005b in stream client-zone cache, skipping!
    Warning: SEQ: Giving up on finding arq 005c in stream client-zone cache, skipping!
    Warning: OP_ExpUpdate (0x7814) (dataLen: 4) doesn't match:
    Warning: SEQ: Giving up on finding arq 11b7 in stream zone-client cache, skipping!
    Warning: SEQ: Giving up on finding arq 15d2 in stream zone-client cache, skipping!
    Warning: !!!! EQPacketFragmentSequence::addFragment(): buffer overflow adding in new fragment to buffer with seq 1b22 on stream 3, opcode 30b1. Buffer is size 1219573 and has been filled up to 1219337, but tried to add 505 more!
    Last edited by notaguru; 10-01-2013 at 09:07 PM. Reason: More info

  2. #2
    Registered User
    Join Date
    May 2013
    Posts
    13

    Re: a little help please

    Quote Originally Posted by notaguru View Post
    Should the SVN build work?
    I don't believe it has been updated since last patch.

  3. #3
    Registered User
    Join Date
    Dec 2001
    Posts
    24

    Re: a little help please

    Ah Ok, should I use the tarball instead?

    Or is SEQ just not working now?

  4. #4
    Registered User
    Join Date
    May 2013
    Posts
    13

    Re: a little help please

    Quote Originally Posted by notaguru View Post
    Ah Ok, should I use the tarball instead?

    Or is SEQ just not working now?
    Not working

  5. #5
    Registered User
    Join Date
    Dec 2001
    Posts
    24

    Re: a little help please

    Well bummer!

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