Jump to content

nanounico

Members
  • Posts

    239
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by nanounico

  1. 8349 Latest Scriptdev2 YTDB 503 Patches NONE Centos 5.3 crash_log_2009-08-11_13-31-55.log
  2. 8349 Latest Scriptdev2 YTDB 503 Patches NONE Centos 5.3 crash_log_2009-08-11_13-16-29.log
  3. 8349 Latest Scriptdev2 YTDB 503 Patches NONE Centos 5.3 crash_log_2009-08-11_13-11-07.log
  4. 8349 Latest Scriptdev2 YTDB 503 Patches NONE Centos 5.3 crash_log_2009-08-11_12-52-24.log
  5. Testing this diff --git a/src/game/Object.h b/src/game/Object.h index 1a697fe..651e344 100644 --- a/src/game/Object.h +++ b/src/game/Object.h @@ -421,7 +421,10 @@ class MANGOS_DLL_SPEC WorldObject : public Object float GetDistanceZ(const WorldObject* obj) const; bool IsInMap(const WorldObject* obj) const { - return IsInWorld() && obj->IsInWorld() && (GetMap() == obj->GetMap()) && InSamePhase(obj); + if(obj) + return IsInWorld() && obj->IsInWorld() && (GetMap() == obj->GetMap()) && InSamePhase(obj); + else + return false; } bool IsWithinDist3d(float x, float y, float z, float dist2compare) const; bool IsWithinDist2d(float x, float y, float dist2compare) const; EDIT: Well. 3+ Hours fine, i thing this solve part of the problem, but after, 3 hours, make crash, and continue crash every 10-60 minutes continue testing.
  6. 8349 Latest Scriptdev2 YTDB 503 Patches NONE Centos 5.3 crash_log_2009-08-10_20-45-48.log
  7. 8344 Latest Scriptdev2 YTDB 503 Patches NONE Centos 5.3 crash_log_2009-08-10_19-53-45.log
  8. Other more. 8344 Latest Scriptdev2 YTDB 503 Patches NONE Centos 5.3
  9. 8344 Latest Scriptdev2 YTDB 503 Patches NONE Centos 5.3 crash_log_2009-08-10_19-09-54.log
  10. 8344 Latest Scriptdev2 YTDB 503 Patches NONE Centos 5.3 crash_log_2009-08-10_18-49-19.log
  11. 8344 Latest Scriptdev2 YTDB 503 Patches NONE Centos 5.3 crash_log_2009-08-10_16-09-23.log
  12. 8344 Latest Scriptdev2 YTDB 503 Patches NONE Centos 5.3 crash_log_2009-08-10_15-25-44.log
  13. 8344 Latest Scriptdev2 YTDB 503 Patches NONE Centos 5.3 crash_log_2009-08-10_15-14-36.log
  14. 8344 Latest Scriptdev2 YTDB 503 Patches NONE Other more crash_log_2009-08-10_14-37-58.log Log
  15. 8324 Latest Scriptdev2 YTDB 503 Patches NONE
  16. 8324 Latest Scriptdev2 YTDB 503 Patches NONE
  17. Swtch to 8290 and everything is fine ok..
  18. alein i have that revision, and crash every 5minutes
  19. Ambal, i use your patch, but with 8 Cells, and 66 Yards
  20. Ambal, after a lot of test, my recommend, is and
  21. infinity is die this patch? and finally is stable?
  22. well, i dont use this patch, i use relocation_and_visibility_new_sys with 8 Max_number_of_cell + mtmaps 8 cores. and for me, works fine. EDIT: - Is possible use mtmaps with this patch? - i need use mtmaps, or, if i use this patch, is not necessary? - this is better than relocation_and_visibility_new_sys patch? EDIT 2: - Testing without mtmaps
  23. ambal, but, something is reall,i test, and my server crash every 3 max 5 hours, i remove, and i have 8-16 hours on, the problem, is when i have the crash with this path, is only "segmentation fault"
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use