Results 1 to 11 of 11

Thread: 5-15-11 ShowEQ segmentation faults

  1. #1
    Registered User
    Join Date
    Jun 2002
    Posts
    84

    5-15-11 ShowEQ segmentation faults

    Getting segmentation faults. I loads up the zone and a ton of mobs called DOOR:xxxx.xxxx.xx. odd

  2. #2
    Registered User
    Join Date
    Apr 2011
    Posts
    20

    Re: 5-15-11 ShowEQ segmentation faults

    Interesting... I'm not getting any segfaults, but I do see the door things and other odd objects being listed in the spawnlist. I'm working on those entries now as I'm rather bored. lol

    Edit 1: Um, for some bizarre reason doors are being shown in the spawn list window (more accurately Spawn List 2) and no tweak I perform to the source code seems to make them go away. The struct for doors is correct, the opcode is correct, so there's nothing strange going on there. But I can't make them go away.

    Edit 2: I am getting some bizarre spawns I'm getting in some zones (commonlands and West Freeport so far) which have no name, levels that are out of whack (the ones in freeport were showing as 79, and the one in commonlands is 75) , have unknown race, and a class of 0 with their positions all being 0,0,0. They're coming from OP_ZoneEntry and its structs, but there are decoded packets in the stream now that appear to be gibberish when decoded. Does anybody have an idea on this one?
    Last edited by Kalastrom; 05-16-2011 at 03:55 AM.

  3. #3
    Registered User
    Join Date
    May 2009
    Posts
    45

    Re: 5-15-11 ShowEQ segmentation faults

    I just finished a fresh ubuntu install and applied all the latest seq patches, and downloaded a fresh copy of EQ to go along with this free account time. I'll take a look at this later today and see if I can figure it out if you don't solve the puzzle first.

  4. #4
    Registered User
    Join Date
    Apr 2011
    Posts
    20

    Re: 5-15-11 ShowEQ segmentation faults

    Nothing yet, both issues just make no sense (only the doors issue isn't that important, just irritating on a small level).

  5. #5
    Registered User
    Join Date
    May 2009
    Posts
    45

    Re: 5-15-11 ShowEQ segmentation faults

    I'm not sure what your segfault problem is gaingreen. I would suspect a bad opcode, maybe a type when you were applying changes or you missed one. I'm not having any segfault problems.

    Doors are decoding properly and as far as I know always have been in the spawn list when it's not filtered. As for mystery mobs with odd high levels and UNKNOWN types etc, those have been in freeport since it was revamped I think. Not sure what they're for, I always figured they were used as some kind of trigger for emotes, animations or something. Who knows but freeport has been jacked up for a long time in that regard.

    On the other hand, it does look like something fundamental changed with global chat packets. The global channels don't seem to be decoded at all anymore from server to client. The reason why is above my head really so maybe someone who knows the packet code will come along and tell us what broke.

    I have a feeling it is related to beefed-up security but maybe not.

  6. #6
    Registered User
    Join Date
    Jun 2002
    Posts
    84

    Re: 5-15-11 ShowEQ segmentation faults

    Ok, ill check my ops codes, I got MySEQ, but i like my linux one better

  7. #7
    Registered User
    Join Date
    Apr 2011
    Posts
    20

    Re: 5-15-11 ShowEQ segmentation faults

    Oh. Okay, so everything is working properly then apart from the 'special' chat channels which I've never seen decoded.

  8. #8
    Registered User
    Join Date
    May 2009
    Posts
    45

    Re: 5-15-11 ShowEQ segmentation faults

    I suppose its possible global channels weren't decoded before. It's been a few months since I played with SEQ and I just thought I remembered seeing them in the console. Either way, they're not critical to the function of SEQ so I suppose it doesn't really matter.

  9. #9
    Registered User
    Join Date
    Jun 2009
    Posts
    3

    Re: 5-15-11 ShowEQ segmentation faults

    I am getting the segfults here too..was working fine until the last patch...does it every time when zoning

    Warning: OP_ZoneEntry (0x2d6) (dataLen: 76) doesn't match: sizeof(ClientZoneEntryStruct):68
    Warning: OP_PlayerProfile (0x6022) (dataLen: 28856) doesn't match: sizeof(charProfileStruct):28536
    Segmentation fault

  10. #10
    Registered User
    Join Date
    Nov 2010
    Posts
    5

    Re: 5-15-11 ShowEQ segmentation faults

    in everquest.h in the playerProfileStruct i changed
    /*10572*/ uint8_t unknown10572[1280];
    to
    /*10572*/ uint8_t unknown10572[1600];

    That seems to get ShowEQ running again.

  11. #11
    Registered User
    Join Date
    Jun 2009
    Posts
    3

    Re: 5-15-11 ShowEQ segmentation faults

    thanks Railsmurf.
    That stopped the seg faults

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