Page MenuHomeFeedback Tracker

owner returning invalid clientID which breaks setGroupOwner
Acknowledged, WishlistPublic

Description

As of last dev update:

10-02-2015
EXE rev. 129214 (game)
EXE rev. 129214 (launcher)
Size: ~132 MB

owner command is returning invalid clientIDs (such as 4.21264e+008, 1.80731e+008) which breaks setGroupOwner.

Before update, clientIDs were whole numbers (1,2,3,4,5,etc) {F25561}

Details

Legacy ID
2391215202
Severity
None
Resolution
Open
Reproducibility
Have Not Tried
Category
Engine
Steps To Reproduce

I have attached a repro mission. Setup a dedicated server with headless client and load/join the mission. Check the server's RPT for the automated test (delay of 60 seconds).

u1 = AI group leader
h1 = headless client game logic

If auto test fails, manually run these commands in debug console on server and check server's RPT:

  1. diag_log (group u1) - returns clientID of dedicated server
  2. diag_log (group h1) - returns clientID of Headless Client
  3. (group u1) setGroupOwner (owner h1)
  4. diag_log (group u1) - notice locality has not changed, clientID should be equal to Headless Client clientID but is not
Additional Information

This other ticket could possibly be related to dev patch or at least deals with HC functionality: http://feedback.arma3.com/view.php?id=22649

Event Timeline

zorrobyte edited Additional Information. (Show Details)
zorrobyte set Category to Engine.
zorrobyte set Reproducibility to Have Not Tried.
zorrobyte set Severity to None.
zorrobyte set Resolution to Open.
zorrobyte set Legacy ID to 2391215202.May 7 2016, 8:15 PM
zorrobyte edited a custom field.
Terox added a subscriber: Terox.May 7 2016, 8:15 PM

Upvoted.
HC still needs a lot of work to make it fully automated which is where it should be