Page MenuHomeFeedback Tracker

Error reported in .rpt file when selection a unit of your group
Assigned, WishlistPublic

Description

Previewing a simple mission with preprocessfilelinenumbers tool, you can read two lines "Unknown attribute itemsCmd" in the rpt file if you have selected a unit of your group. this pair of lines occurs each time you select unit, even if there is no order. selection with F2, F3.... keys is sufficient.

Details

Legacy ID
2702928669
Severity
None
Resolution
Open
Reproducibility
Always
Category
AI Control / Commanding
Steps To Reproduce

Create new mission, place just a group, player as leader. Write a short single line init.sqf like: call compile preprocessFileLineNumbers "basic.sqf";
create a "basic.sqf" flie with something like : hint "hello";
This is a way to have a report file without heavy script. Other methods certainly exist.
Run the preview, select a unit with F2... keys. escape, exit preview, read rpt in arma directory.
Unknown attribute itemsCmd
Unknown attribute itemsCmd
are added in the rpt file for this single unit selection.

Additional Information

Rpt log file is filled with some other reports, probably without relation with this specific warning. For instance, my very basic mission (one group, no enemy), during 10 sec play (preview) for selecting a unit, generates this rpt:

LODShape::AddLoadHandler: Handler not present in shape [a3\weapons_f\empty.p3d]
LODShape::AddLoadHandler: Handler not present in shape [a3\weapons_f\empty.p3d]
LODShape::AddLoadHandler: Handler not present in shape [a3\weapons_f_beta\acc\acco_hamr_f.p3d]
Attempt to override final function - bis_functions_list
Attempt to override final function - bis_functions_listpreinit
Attempt to override final function - bis_functions_listpostinit
Attempt to override final function - bis_functions_listrecompile
Attempt to override final function - bis_fnc_missiontaskslocal
Attempt to override final function - bis_fnc_missionconversationslocal
Attempt to override final function - bis_fnc_missionflow
soldier[B_soldier_LAT_F]:Some of magazines weren't stored in soldier Vest or Uniform?
soldier[B_soldier_LAT_F]:Some of magazines weren't stored in soldier Vest or Uniform?
Unknown attribute itemsCmd
Unknown attribute itemsCmd

Event Timeline

PiepMGI edited Steps To Reproduce. (Show Details)Sep 29 2014, 11:32 AM
PiepMGI edited Additional Information. (Show Details)
PiepMGI set Category to AI Control / Commanding.
PiepMGI set Reproducibility to Always.
PiepMGI set Severity to None.
PiepMGI set Resolution to Open.
PiepMGI set Legacy ID to 2702928669.May 7 2016, 7:30 PM