Results 1 to 6 of 6

Thread: runnig error now that it compiles

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    36

    runnig error now that it compiles

    GuildMgr: new guildsfile written
    GuildMgr: guildsfile loaded
    WARNING: CharProfileCode (006b) (dataLen:3926 != sizeof(charProfileStruct):14302)!
    Player::backfill():
    Segmentation fault


    what might be causing this
    I have had Showeq running fine before the last patch
    I have run the patch and compiled

    any ideas

  2. #2
    Registered User
    Join Date
    Oct 2002
    Posts
    235

    never searches

    This man must never click the search button.

    Asterof, your problem is a VERY well know problem.
    It has been fixed and there have been several posts by others who don't want to search either. I suggest you learn to search.

  3. #3
    Registered User
    Join Date
    Oct 2002
    Posts
    235

    good mood

    I guess I am in a very good mood, maybe Asterof will learn from this.

    I did a search, the second thread on the list was the thread. There were only 4 items on the list. Here is the link:

    http://seq.sourceforge.net/forums/sh...&threadid=3627

    You know it will fix the problem just by looking at the charProfileStruct listed in that post.

    Also, the majority of these type of crashes are due to interpretation of codes inside player structures. This can be eliminated by range checking all entries (or at the very least limiting the sevfaulting ones.) The reason for the crash is entries have moved around and there may be reads OUTSIDE the bounds of the structure OR an entry inside the structure may be used as an INDEX into another array ShowEQ maintains internally. If this index is "out of range", then you may also segfault.

  4. #4
    Registered User
    Join Date
    Feb 2002
    Posts
    36

    thread search

    know what to search for is the problem
    did you search for "segmentation fault" or what
    knowing what the problem is helps to when searching
    Thanks

  5. #5
    Registered User
    Join Date
    Oct 2002
    Posts
    107
    There's not limit on the amount of searches you can do

    So when you do one and it doesnt come back with what you need you can try again!

    I guess I am in a very good mood
    Indeed you must be! hehe

  6. #6
    Registered User
    Join Date
    Dec 2001
    Posts
    752

    Re: good mood

    Originally posted by fester
    I guess I am in a very good mood
    ROFL
    -- Lord Crush

    Greater Faydark has to be cleaned from all Elves !

    This is a HOTKEY !!!

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