[Help] Game Crash Error

Results 1 to 9 of 9
  1. #1
    Apprentice winfestation is offline
    MemberRank
    Dec 2014 Join Date
    9Posts

    [Help] Game Crash Error

    Hi,

    I would like your kind help regarding a client crashing issue my War Inc Server has been having...

    Problem Description :
    Whenever more than 11 players join 1 match room to play, the client will crash for all players in that match room. This will occur in most maps (Nuketown, Shipping Yard2, Citadel, and also in conquest but not yet confirmed which maps). Probability of crashing is quite high almost 100%.

    Client Crash Error Message :

    http://imgur.com/UiW1IoS

    I never changed any code in line 320 in GuInternalTriangleMesh.cpp before and when I check that line, not really sure what to do with this code since it is about physx/graphics...

    Logms Error Message :
    Ex 1.
    001462.672| MSINFO: 0 (8 max) peers, 14 CCU in 7 games, MaxCCU: 15
    001462.673| WarInc BattleZone, games:7/1200, players:18/3000
    001466.400| r3dNetwork_Peer_Timeout: 81.xx.x.xx
    001466.401| game 0x10706 closed unexpectedly
    001466.401| game stopped at slot 6 in WarInc BattleZone
    001466.603| permgame: 0 spawning new, active:0/30, free:0


    Ex 2.
    010941.926| MSINFO: 1 (13 max) peers, 20 CCU in 6 games, MaxCCU: 21
    010941.927| WarInc BattleZone, games:6/1200, players:24/3000
    010942.660| r3dNetwork_Peer_Timeout: 81.xx.x.xx
    010942.660| game 0x12005 closed unexpectedly
    010942.661| game stopped at slot 5 in WarInc BattleZone
    010943.049| permgame: 10 spawning new, active:0/30, free:0


    If look at log, number of players is over MaxCCU (ex 1. 18v15 and ex 2. 24v21). When game is running normally, there seems to be no "Players amount more than maxCCU" in log.

    Please advise and thank you so much in advance!


  2. #2
    Enthusiast KiweeX is offline
    MemberRank
    Dec 2014 Join Date
    32Posts

    Re: [Help] Game Crash Error

    Could you send me the function on line 320, maybe I can help you :)

  3. #3
    Apprentice winfestation is offline
    MemberRank
    Dec 2014 Join Date
    9Posts

    Re: [Help] Game Crash Error

    Quote Originally Posted by KiweeX View Post
    Could you send me the function on line 320, maybe I can help you :)
    Hi,
    The line 320 is as follows

    if(!mData.mOpcodeModel.Build(mMeshInterface, modelData))
    {
    Ps::getFoundation().error(PxErrorCode::eINTERNAL_ERROR, __FILE__, __LINE__, "Opcode is not OK.");
    return false;

    Thanks in advance :))

    - - - Updated - - -

    Quote Originally Posted by winfestation View Post
    Hi,
    The line 320 is as follows

    if(!mData.mOpcodeModel.Build(mMeshInterface, modelData))
    {
    Ps::getFoundation().error(PxErrorCode::eINTERNAL_ERROR, __FILE__, __LINE__, "Opcode is not OK.");
    return false;

    Thanks in advance :))

    And for further reference, the whole chunk of code is as follows... I can also send you the entire file if you want :)

    bool InternalTriangleMesh::loadOpcodeModel(const PxStream& modelData, const PxU32 meshVersion)
    {
    mData.mOpcodeModel.Release();


    //create the meshInterface:
    setupMeshInterface();


    if (meshVersion <= 5)
    {
    Ps::getFoundation().error(
    PxErrorCode::eINTERNAL_ERROR, __FILE__, __LINE__,
    "Obsolete cooked mesh found. Mesh version has been updated, please recook your meshes.");
    PX_ASSERT(0 && "Obsolete cooked mesh found. Mesh version has been updated, please recook your meshes.");
    return false;
    }


    if(!mData.mOpcodeModel.Build(mMeshInterface, modelData))
    {
    Ps::getFoundation().error(PxErrorCode::eINTERNAL_ERROR, __FILE__, __LINE__, "Opcode is not OK.");
    return false;
    }


    if(!mData.mOpcodeModel.mRTree.load(modelData))
    {
    Ps::getFoundation().error(PxErrorCode::eINTERNAL_ERROR, __FILE__, __LINE__, "RTree binary image load error.");
    return false;
    }


    return true;
    }

  4. #4
    Account Upgraded | Title Enabled! Duong Phan is offline
    MemberRank
    Sep 2012 Join Date
    VNLocation
    203Posts

    Re: [Help] Game Crash Error

    This error still now dont have any fix, i stuck on this about 5 month ago and still cant fix...
    i hear someone told that needed to update PhysX SDK but cant find 3.1.2 SDK to download and still cant fix...

  5. #5
    Account Upgraded | Title Enabled! askmyleg is online now
    MemberRank
    Dec 2014 Join Date
    Mery keyLocation
    853Posts

    Re: [Help] Game Crash Error

    Quote Originally Posted by Duong Phan View Post
    This error still now dont have any fix, i stuck on this about 5 month ago and still cant fix...
    i hear someone told that needed to update PhysX SDK but cant find 3.1.2 SDK to download and still cant fix...
    Take in warz

  6. #6
    Account Upgraded | Title Enabled! Duong Phan is offline
    MemberRank
    Sep 2012 Join Date
    VNLocation
    203Posts

    Re: [Help] Game Crash Error

    WarZ SDK 3.2.5 too far from here

  7. #7
    Account Upgraded | Title Enabled! askmyleg is online now
    MemberRank
    Dec 2014 Join Date
    Mery keyLocation
    853Posts

    Re: [Help] Game Crash Error

    Quote Originally Posted by Duong Phan View Post
    WarZ SDK 3.2.5 too far from here
    Well, there is a solution 100%

    - - - Updated - - -

    Quote Originally Posted by Duong Phan View Post
    WarZ SDK 3.2.5 too far from here
    HELP me
    I did not create woupd.xml what to do?

    when compiling the launcher does not create a file woupd.xml what to do?

  8. #8
    Account Upgraded | Title Enabled! Duong Phan is offline
    MemberRank
    Sep 2012 Join Date
    VNLocation
    203Posts

    Re: [Help] Game Crash Error

    Quote Originally Posted by askmyleg View Post
    Well, there is a solution 100%

    - - - Updated - - -


    HELP me
    I did not create woupd.xml what to do?

    when compiling the launcher does not create a file woupd.xml what to do?
    You got PhysX 3.2.5 work on WarInc ?

  9. #9
    Account Upgraded | Title Enabled! askmyleg is online now
    MemberRank
    Dec 2014 Join Date
    Mery keyLocation
    853Posts

    Re: [Help] Game Crash Error

    Quote Originally Posted by Duong Phan View Post
    You got PhysX 3.2.5 work on WarInc ?
    Yes, I have everything working just api does not work



Advertisement