Results 1 to 15 of 46

Thread: Showeq 6 and Raspberry Pi 4

Hybrid View

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

    Re: Showeq 6 and Raspberry Pi 4

    Seg faults happen occasionally. SEQ isnt perfect. Make sure you are updated to the newest version. Occasionally I will forget to updated and it will seg. What is the segfault? If it continues to happen, post the output of the seg fault. Be sure to XXX ip addresses and names, if any.

    Not multiple instances of SEQ, I meant multiple instances of EQ
    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

  2. #2
    Registered User
    Join Date
    Sep 2020
    Posts
    23

    Re: Showeq 6 and Raspberry Pi 4

    Quote Originally Posted by BlueAdept View Post
    Seg faults happen occasionally. SEQ isnt perfect. Make sure you are updated to the newest version. Occasionally I will forget to updated and it will seg. What is the segfault? If it continues to happen, post the output of the seg fault. Be sure to XXX ip addresses and names, if any.

    Not multiple instances of SEQ, I meant multiple instances of EQ
    Yeah I get you. Your advice definitely reduced the frequency by alot. Been playing for hours today and havent got any segfaults

  3. #3
    Registered User
    Join Date
    Dec 2019
    Posts
    36

    Re: Showeq 6 and Raspberry Pi 4

    Quote Originally Posted by Shinigami View Post
    Yeah I get you. Your advice definitely reduced the frequency by alot. Been playing for hours today and havent got any segfaults
    Heya Shinigami, pay attention what you are doing when the seg fault happens. I'm also running on centos 7, and whenever I add someone or drop someone from a task (/kickp t) to kick everyone from the task or even if i drop a group mission, i get a seg fault. Also When I camp out in POK for the night and i bring in my bazaar mule, it detects the bazaar and seg faults. My buddy is running the same thing and whenever he does anything with tasks, he also seg faults.

  4. #4
    Registered User
    Join Date
    Sep 2020
    Posts
    23

    Re: Showeq 6 and Raspberry Pi 4

    Quote Originally Posted by kkmonte View Post
    Heya Shinigami, pay attention what you are doing when the seg fault happens. I'm also running on centos 7, and whenever I add someone or drop someone from a task (/kickp t) to kick everyone from the task or even if i drop a group mission, i get a seg fault. Also When I camp out in POK for the night and i bring in my bazaar mule, it detects the bazaar and seg faults. My buddy is running the same thing and whenever he does anything with tasks, he also seg faults.
    I think you're onto something. It's been happening to me every time I kick task as well. and for BA, there's no reported error in terminal. It goes straight from lines of tracked EQ logs to "Segmentation fault"

  5. #5
    Administrator
    Join Date
    Oct 2019
    Posts
    507

    Re: Showeq 6 and Raspberry Pi 4

    To aid in troubleshooting, please do the following:


    1. Ensure that ShowEQ is built with debug support. This is the default, so unless you run ./configure with the --disable-debug switch, you should already have debugging enabled.


    2. Enable core dumps. Immediately before you run ShowEQ (in the same terminal session, and as the same user used to run ShowEQ), run
    Code:
     # ulimit -c unlimited

    3. Run ShowEQ & play EQ until you get a crash. This should leave a file called "core" (or similar) in the directory where you ran ShowEQ.


    4. Install GDB if it isn't already installed, and load the core file into GDB.
    Code:
     # gdb  showeq core
    5. Generate a backtrace from the core
    Code:
     # bt full
    6. Copy/paste it into a file (there will be several pages) and PM or email ([email protected]) it to me.

    Thanks.

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