error on starting services

Results 1 to 3 of 3
  1. #1
    Proficient Member Alterity is offline
    MemberRank
    Nov 2012 Join Date
    ItalyLocation
    152Posts

    error on starting services

    service WorldSvr_01_01 restart
    Shutting down WorldSvr_01_01: [FAILED]
    Starting WorldSvr_01_01: [ OK ]
    [root@AH7 ~]# ACE_ASSERT: file Game/GameSystem.cpp, line 1595 assertion failed for 'script.Load( cValue, "Mobs" )'.Aborting...
    some1 know how to fix it? :|


  2. #2

  3. #3
    Breaker of Codes GoldenHeaven is offline
    MemberRank
    Jan 2010 Join Date
    271Posts

    Re: error on starting services

    Quote Originally Posted by Alterity View Post
    service WorldSvr_01_01 restart
    Shutting down WorldSvr_01_01: [FAILED]
    Starting WorldSvr_01_01: [ OK ]
    [root@AH7 ~]# ACE_ASSERT: file Game/GameSystem.cpp, line 1595 assertion failed for 'script.Load( cValue, "Mobs" )'.Aborting...
    some1 know how to fix it? :|
    If you still want the fix know:
    From Ep3 Source
    // --------------------------------------------------------------------------
    pf.GetPathString(SERVER_NAME, "CommonIniPath", "", cValue, sizeof(cValue));
    pf.SetPathName(cValue);
    pf.GetPathString("Global", "Mobs", "", cValue, sizeof(cValue));
    // --------------------------------------------------------------------------

    if (!script.Load(cValue, "Mobs"))
    ASSERT(0);
    This mean its trying to read Common.ini under [Global] and looking for the line Mobs=Data\Mobs.scp which is probably missing from there or Mobs.scp missing



Advertisement