Tried all approaches I can think off but none works.
Description
Description
Details
Details
- Severity
- None
- Resolution
- Open
- Reproducibility
- N/A
- Operating System
- Windows 10 x64
- Category
- Tools
Steps To Reproduce
- Launch DS with CBA3_A3 (+SPE for sample mission): arma3profiling_x64.exe -server -noAsserts -debug -networkDiagInterval=60 -name=testServer -mod=SPE;!Workshop\@CBA_A3
- 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
- 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
- start mission
- 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";