Changes between Version 4 and Version 5 of Ticket #4480, comment 9


Ignore:
Timestamp:
Feb 14, 2017, 8:35:36 AM (7 years ago)
Author:
fatherbushido

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4480, comment 9

    v4 v5  
    88So we update the different bar, for example the pack bar wich leads to a call to GetProgress and GetPackTime without cmpPlayer so we get (needs to check) undefined stuff and we call cmpOverlayRenderer.AddSprite with (needs to check) undefined params
    99
    10 So we have now keys to understand what happens and fix that. (a -first 1 min thinking- solution is for example to check that owner is different of -1 at top of RegenerateSprites).
     10So we have now keys to understand what happens and fix that. (a -without thinking- solution is for example to check that owner is different of -1 at top of RegenerateSprites).
    1111But it will remains questions at how that can lead to a segfault.