drop item error

Results 1 to 6 of 6
  1. #1

    drop item error

    Code:
    !!! r3d_assert 'm_Item.itemID' at .\Sources\ObjectsCode\sobj_DroppedItem.cpp line 33!!! r3d_assert 'm_Item.itemID' at .\Sources\ObjectsCode\sobj_DroppedItem.cpp line 33
    any item drop server is crashing


  2. #2
    Proficient Member EnemyGPP is offline
    MemberRank
    Jul 2015 Join Date
    CanadáLocation
    184Posts

    Re: drop item error

    Quote Originally Posted by Distanceforces View Post
    Code:
    !!! r3d_assert 'm_Item.itemID' at .\Sources\ObjectsCode\sobj_DroppedItem.cpp line 33!!! r3d_assert 'm_Item.itemID' at .\Sources\ObjectsCode\sobj_DroppedItem.cpp line 33
    any item drop server is crashing
    try recompiling WarZ_server.sln and WarZ.sln (final) or check
    Code:
    'm_Item.itemID' at .\Sources\ObjectsCode\sobj_DroppedItem.cpp line 33!!!
    Ps: What error does it appear in game?

  3. #3

    Re: drop item error

    Quote Originally Posted by EnemyGPP View Post
    try recompiling WarZ_server.sln and WarZ.sln (final) or check
    Code:
    'm_Item.itemID' at .\Sources\ObjectsCode\sobj_DroppedItem.cpp line 33!!!
    Ps: What error does it appear in game?
    server crash and restart

    - - - Updated - - -

    Quote Originally Posted by EnemyGPP View Post
    Code:
    'm_Item.itemID' at .\Sources\ObjectsCode\sobj_DroppedItem.cpp line 33!!!
    r3d_assert(m_Item.itemID);

  4. #4
    ☆Dying Dawn☆ Bombillo is offline
    MemberRank
    Jan 2012 Join Date
    ValhallaLocation
    977Posts

    Re: drop item error

    Control + G and put '33' to go to the line 33 check the item if everthing its oke there, if you couldn't fix it just comment the assert*(this is a BAD SOLUTION) but your game should work with that
    Last edited by Bombillo; 16-01-18 at 11:39 PM.

  5. #5
    Account Upgraded | Title Enabled! Adnan DatLife is offline
    MemberRank
    Aug 2015 Join Date
    main.cppLocation
    207Posts

    Re: drop item error

    I think error from your skin system.
    Go itemsdb.xml and look at item's baseid

  6. #6
    Account Upgraded | Title Enabled! CodexPo is offline
    MemberRank
    May 2013 Join Date
    BilbaoLocation
    574Posts

    Re: drop item error

    this is why your m_Item.itemID is 0, you need know why is 0 when you drop item, out one outlog in client when you drop and read what itemiD you dropping



Advertisement