Page MenuHomeFeedback Tracker

script start from initserver.sqf is not return by diag_activeXXX fnc
New, WishlistPublic

Description

start a script/fsm from initserver are not return by diag_activeSQFScripts diag_activeSQSScripts & diag_activeMissionFSMs.

Details

Legacy ID
3940331538
Severity
None
Resolution
Open
Reproducibility
Always
Category
Server
Steps To Reproduce

start a FSM or something from mission initserver.sqf
ex: [] execFSM "core\fsm\timeModule.fsm";
then check diag_activeMissionFSMs from server side.
cant see timeModule in diag_activeMissionFSMs

start the same FSM for server side init
ex: [] call compile PreprocessFileLineNumbers "\server\init.sqf"; (in initserver.sqf)
then [] execFSM "core\fsm\timeModule.fsm"; (from server\init.sqf)
then check diag_activeMissionFSMs from server side.
can see timeModule in diag_activeMissionFSMs

Additional Information

i think a lot of stuff are not reply by diag_activeSQFScripts diag_activeSQSScripts diag_activeMissionFSMs

Event Timeline

havena edited Steps To Reproduce. (Show Details)Sep 2 2015, 2:50 PM
havena edited Additional Information. (Show Details)
havena set Category to Server.
havena set Reproducibility to Always.
havena set Severity to None.
havena set Resolution to Open.
havena set Legacy ID to 3940331538.May 8 2016, 12:38 PM
Bohemia added a subscriber: Dwarden.Sep 2 2015, 2:50 PM