Opened 8 years ago

Closed 5 years ago

#4132 closed defect (fixed)

Walking idlers

Reported by: elexis Owned by: der-spaete-jo
Priority: Should Have Milestone: Alpha 24
Component: UI & Simulation Keywords: simple
Cc: Patch: Phab:D1644

Description (last modified by elexis)

In this svn game with r18581 there were two of my archers (entity ID 7864 and 7016) at minute 14:20 which were walking from my civic center to the middle of the map, yet remained in INDIVIDUAL.IDLE, with empty orders and isIdle:true (thus showed up in the idle unit query), while the other walking archers of that group were correctly in INDIVIDUAL.WALKING, having a walk order in the order array and having isIdle:false.

https://trac.wildfiregames.com/raw-attachment/ticket/4132/screenshot2094.jpg

Attachments (6)

commands.txt (981.8 KB ) - added by elexis 8 years ago.
map.7z (111.7 KB ) - added by elexis 8 years ago.
Needs exactly this version of the map
commands.2.txt (1.1 MB ) - added by elexis 7 years ago.
Alpha 21 replay where two of the women I ordered to walk at minute 13 remain in the INDIVIDUAL.RETURNRESOURCE.APPROACHING state, still have that "ReturnResource" order and move to the destination without walk animation.
screenshot2094.jpg (504.0 KB ) - added by elexis 7 years ago.
commands.3.txt (714.0 KB ) - added by elexis 7 years ago.
Alpha 22 replay where my women near the civic center experienced the bug at minute 7.
screenshot1021.jpg (498.7 KB ) - added by elexis 7 years ago.

Change History (10)

by elexis, 8 years ago

Attachment: commands.txt added

by elexis, 8 years ago

Attachment: map.7z added

Needs exactly this version of the map

by elexis, 7 years ago

Attachment: commands.2.txt added

Alpha 21 replay where two of the women I ordered to walk at minute 13 remain in the INDIVIDUAL.RETURNRESOURCE.APPROACHING state, still have that "ReturnResource" order and move to the destination without walk animation.

by elexis, 7 years ago

Attachment: screenshot2094.jpg added

by elexis, 7 years ago

Attachment: commands.3.txt added

Alpha 22 replay where my women near the civic center experienced the bug at minute 7.

by elexis, 7 years ago

Attachment: screenshot1021.jpg added

comment:1 by elexis, 6 years ago

Description: modified (diff)
Keywords: simple added

Reproduce:

  1. Build a storehouse
  2. Gather a bit wood with units without dropping off
  3. Send an order to dropoff at the storehouse
  4. Before the units dropped off, queue an order to dropoff at the Civic Center

Result: The units dropoff at the storehouse, then enter the idle state but move towards the CC without the move animation and without the walking unitAI state (as depicted).

comment:2 by der-spaete-jo, 6 years ago

Milestone: BacklogWork In Progress
Owner: set to der-spaete-jo
Status: newassigned

There is a Diff fixing this issue: Phab:D1644

comment:3 by der-spaete-jo, 6 years ago

Patch: Phab:D1644

comment:4 by wraitii, 5 years ago

Milestone: Work In ProgressAlpha 24
Resolution: fixed
Status: assignedclosed

Closed by r22023 which fixed the root issue. Thanks for looking at this!

Note: See TracTickets for help on using tickets.