Changes between Initial Version and Version 1 of Ticket #2605


Ignore:
Timestamp:
May 30, 2014, 1:12:31 AM (10 years ago)
Author:
leper
Comment:

Got a commands.txt for that?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2605

    • Property Cc sanderd17 added
    • Property Milestone BacklogAlpha 17
  • Ticket #2605 – Description

    initial v1  
    11with latest svn, I've got an error in UnitAI
    22
    3 <p class="error">ERROR: FinishOrder called for entity 3680 (units/cart_mechanical_siege_ballista_unpacked) when order queue is empty
     3{{{
     4ERROR: FinishOrder called for entity 3680 (units/cart_mechanical_siege_ballista_unpacked) when order queue is empty
    45  UnitAI.prototype.FinishOrder@simulation/components/UnitAI.js:3455
    56  UnitAI.prototype.UnitFsmSpec.INDIVIDUAL.PACKING.PackFinished@simulation/components/UnitAI.js:2923
     
    89  Pack.prototype.PackProgress@simulation/components/Pack.js:124
    910  Timer.prototype.OnUpdate@simulation/components/Timer.js:93</p>
    10 <p class="error">ERROR: Error in timer on entity 1692, IID 80, function TimerHandler: TypeError: this.orderQueue.unshift is not a function
     11ERROR: Error in timer on entity 1692, IID 80, function TimerHandler: TypeError: this.orderQueue.unshift is not a function
    1112  UnitAI.prototype.PushOrderFront@simulation/components/UnitAI.js:3554
    1213  UnitAI.prototype.LeaveFoundation@simulation/components/UnitAI.js:4915
     
    1718  UnitAI.prototype.TimerHandler@simulation/components/UnitAI.js:3757
    1819  Timer.prototype.OnUpdate@simulation/components/Timer.js:93
    19 </p>
    20 
     20}}}
    2121I guess it is connected to the changes in r15237