Opened 7 years ago

Last modified 7 years ago

#4480 closed defect

Segfault when ordering a packed unit to move in the unit demo map — at Initial Version

Reported by: fatherbushido Owned by:
Priority: Release Blocker Milestone: Alpha 22
Component: Core engine Keywords: patch
Cc: Patch:

Description

When ordering a move to a packed siege unit in the unit demo scenario map, I get that

ERROR: JavaScript error: simulation/components/Pack.js line 102
TypeError: cmpPlayer is null
  Pack.prototype.GetPackTime@simulation/components/Pack.js:102:1
  Pack.prototype.GetProgress@simulation/components/Pack.js:112:28
  StatusBars.prototype.AddPackBar@simulation/components/StatusBars.js:157:58
  StatusBars.prototype.RegenerateSprites@simulation/components/StatusBars.js:111:14
  StatusBars.prototype.RemoveAuraSource@simulation/components/StatusBars.js:77:2
  Auras.prototype.RemoveBonus@simulation/components/Auras.js:397:4
  Auras.prototype.RegisterGlobalOwnershipChanged@simulation/components/Auras.js:277:1
  AuraManager.prototype.OnGlobalOwnershipChanged@simulation/components/AuraManager.js:254:4
ERROR: Script message handler OnGlobalOwnershipChanged failed
Erreur de segmentation

(Erreur de segmentation == segfault) The error is expected I guess, but I don't know if the segfault is. I just report that, close it if it doesn't reveal any underlying bug.

Change History (0)

Note: See TracTickets for help on using tickets.