Page MenuHomeFeedback Tracker

[Bug] frame capture to file doesnt work on HC
New, NormalPublic

Description

Tried all approaches I can think off but none works.

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Tools
Steps To Reproduce
  1. Launch DS with CBA3_A3 (+SPE for sample mission): arma3profiling_x64.exe -server -noAsserts -debug -networkDiagInterval=60 -name=testServer -mod=SPE;!Workshop\@CBA_A3
  2. Launch client with CBA3_A3 (+SPE for sample mission) and connect: arma3profiling_x64.exe -nosplash -skipintro -world=vr -connect=127.0.0.1 -password=test -window -showScriptErrors -noAsserts -noFreezeCheck -noPause -debug -networkDiagInterval=60 -name=test -mod=SPE;!Workshop\@CBA_A3
  3. Launch HC with CBA3_A3 (+SPE for sample mission): arma3profiling_x64.exe -client -connect=127.0.0.1 -password=test -noAsserts -debug -networkDiagInterval=60 -name=testHC -mod=!Workshop\@CBA_A3
  4. start mission
  5. Remote exec by any means on HC or global execute
captureFrame 1;
captureSlowFrame ["total",0,0,true,1];
Additional Information

server.cfg

passwordAdmin = "1";
password = "test";
serverCommandPassword = "test";
headlessClients[] = {"127.0.0.1"};
localClient[] = {"127.0.0.1"};

hostname = "Test Server";

Event Timeline