[EctoplasMJ] Errors

Results 1 to 9 of 9
  1. #1
    Member ectoplasMJ is offline
    MemberRank
    Jan 2014 Join Date
    61Posts

    [EctoplasMJ] Errors

    Hello all, and thanks.

    Error :

    SOLVED :
    Quote Originally Posted by SOLVED BY JAVAZ97
    Errors : 2 - 27/03/14 [SOLVED]

    I get this error when I try compile warz (EclipseStudio) Using thailand source

    http://gyazo.com/f9bfcdb8ef74c3583d37cda0516931b1

    Error is : undefined

    - - - Updated - - -

    (I'm trying in release mode) How fix that?
    New error in RSBUILD.exe

    000000.000| Using build\data\wz43050C19 as base archive
    000000.001| r3dFS: there is no volume file build\data\wz43050C19_00.bin
    000000.001| !!! ERROR: can't open base archive build\data\wz43050C19

    SOLUTION : http://forum.ragezone.com/f792/ectop...1/#post8022271
    Last edited by ectoplasMJ; 28-03-14 at 09:01 PM.


  2. #2
    Alpha Member javaz97 is offline
    MemberRank
    May 2006 Join Date
    HellLocation
    1,537Posts

    Re: [EctoplasMJ] Errors

    check this

    SoundSys.Set3DAttributes(footStepsSnd, &GetPosition(), 0, 0);

    static const float SpawnRatesByState[] = {
    0, //PLAYER_IDLE,
    0, //PLAYER_IDLEAIM,

    0.6f, //PLAYER_MOVE_CROUCH,
    0.54f, //PLAYER_MOVE_CROUCH_AIM,
    0.49f, //PLAYER_MOVE_WALK_AIM,
    0.95f, //PLAYER_MOVE_RUN,
    1.0f, //PLAYER_MOVE_SPRINT,

    0.95f, //PLAYER_MOVE_SWIM,
    0.95f, //PLAYER_MOVE_SWIM,
    0.95f, //PLAYER_MOVE_SWIM,
    0.95f, //PLAYER_MOVE_SWIM,
    0.95f, //PLAYER_MOVE_SWIM,

    1.0f, //PLAYER_MOVE_PRONE, // TEST TEST
    1.0f, //PLAYER_MOVE_PRONE_AIM,
    1.0f, //PLAYER_PRONE_AIM,
    1.0f, //PLAYER_PRONE_UP,
    0, //PLAYER_PRONE_DOWN,
    0, //PLAYER_PRONE_IDLE,
    0, //PLAYER_PLAYER_DIE,

    };
    COMPILE_ASSERT(R3D_ARRAYSIZE(SpawnRatesByState) == PLAYER_NUM_STATES); // 01 work
    float spawnRate = SpawnRatesByState[PlayerState];
    if(hitResult == false && !bSwim)

    - - - Updated - - -

    # RSBuild.xml


    <build>
    <output dir="build\data"/>

    <cdn url="http://xxxxx/wz/"/>

    <!-- set base archive for incremental update -->
    <!-- <base file="build\data\wz341D0505"/> -->

    <!-- include EULA file -->
    <include mask="eula-en.htm"/>
    <include mask="eula-en.rtf"/>

  3. #3
    Member ectoplasMJ is offline
    MemberRank
    Jan 2014 Join Date
    61Posts

    Re: [EctoplasMJ] Errors

    Thanks.. I solved that errors

    Now.. I have new error in warz.sln :


  4. #4
    Alpha Member javaz97 is offline
    MemberRank
    May 2006 Join Date
    HellLocation
    1,537Posts

    Re: [EctoplasMJ] Errors

    shutdown server and re compile....

  5. #5
    Member ectoplasMJ is offline
    MemberRank
    Jan 2014 Join Date
    61Posts

    Re: [EctoplasMJ] Errors

    The problem is with EclipseStudio

  6. #6
    Member ectoplasMJ is offline
    MemberRank
    Jan 2014 Join Date
    61Posts

    Re: [EctoplasMJ] Errors

    Errors :

    1: http://gyazo.com/ad91155387eb379d590764a811e75c11
    000000.069| WOApi: Connect to 127.0.0.1000000.069| WOApi: api_GetDataGameRewards.aspx NETWORK time: 0.0016
    000000.069| WO_API: returned http404
    000000.069| ApiGetDataGameRewards FAILED, code: 8
    000000.069| !!! ERROR: failed to get game rewards
    000000.070| !!! crashed
    000000.070| Creating minidump at logss\GS_1000004350891.dmp
    000000.134| Minidump created.



    My users are dbowner and admins.


    2 :

  7. #7
    Alpha Member javaz97 is offline
    MemberRank
    May 2006 Join Date
    HellLocation
    1,537Posts

    Re: [EctoplasMJ] Errors

    Fix
    WO_API: returned http404

    check api and path and config

  8. #8
    Member ectoplasMJ is offline
    MemberRank
    Jan 2014 Join Date
    61Posts

    Re: [EctoplasMJ] Errors

    How fix api? And what with the error 2? Thanks you !

  9. #9
    Member ectoplasMJ is offline
    MemberRank
    Jan 2014 Join Date
    61Posts

    Re: [EctoplasMJ] Errors

    Bump. .



Advertisement