Game core error: #0 0x081c6216 in _GLOBAL__sub_I_item_manager_read_tables.cpp () at length.h:716

In diesem Bereich sind Themen vom Themenersteller als erledigt zu markieren, wenn die Frage beantwortet oder das Problem gelöst wurde. Das Thema wird daraufhin automatisch geschlossen.
Klicke hierzu auf "Thema bearbeiten > Als erledigt markieren".
  • Hi,


    I successfully compiled my Game and DB file from the server source (Using Fliege files, I haven't modified anything!).

    When I try to start the server (sh index.sh) I get the following error:

    Code
    1. Illegal instruction (core dumped)

    So I changed the game and db makefiles by removing the '-march=-native' command from the cflag.

    Still didn't work and I get the error message from above.

    So now I tried to debug the game.core file and I get the following message:

    Code
    1. #0 0x081c6216 in _GLOBAL__sub_I_item_manager_read_tables.cpp () at length.h:716

    I opened my item_manager_read_tables.cpp file and went to line 716 ? (I don't understand 'at length.h:716', I guess it means line 716?)

    And I have the following if statement:

    Code
    1. if (iCount < 1)
    2. {
    3. M2_DELETE(pkLevelItemGroup);
    4. return false;
    5. }

    So does anyone have any idea what I am doing wrong / what I can do, to fix it ? Bitte melden Sie sich an, um dieses Bild zu sehen.


    Regards

  • SolitaryVoice1362

    Hat das Thema geschlossen
  • Dieses Thema enthält 3 weitere Beiträge, die nur für registrierte Benutzer sichtbar sind, bitte registrieren Sie sich oder melden Sie sich an um diese lesen zu können.