Page MenuHomeFeedback Tracker

Strange behaviour of MissionProfileNamespace in InitServer
Feedback, NormalPublic

Description

In some yet unknown circumstances variables can't be written to/read from MissionProfileNamespace while being in initServer environment/mission execution step.

Details

Severity
Major
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Operating System Version
Windows 11
Category
General
Steps To Reproduce

Mission with the issue:

Steps to reproduce issue with non-loadble variables:

  1. Start game.
  2. Start listen server with mission via 3DEN or mpmissions way.
  3. Start mission.
  4. Call call TEST_fnc_saveServer - this will call the saveMissionProfileNamespace and put it's content into systemChat bar;
  5. Close the game entirely.
  6. Do steps 1-3 again.
  7. 1 Expected: isMissionProfileNamespaceLoaded: true, allVariables missionProfileNamespace returns all stored variables
  8. 2 Actual: isMissionProfileNamespaceLoaded: false, allVariables missionProfileNamespacereturns empty array or just callnum, callstring

Steps to reproduce issue with non-writable variables:

  1. Start game.
  2. Start listen server with mission via 3DEN or mpmissions way.
  3. Start mission.
  4. Call call TEST_fnc_saveServer - this will call the saveMissionProfileNamespace and put it's content into systemChat bar;
  5. 1 Expected: allVariables missionProfileNamespace returns all stored variables - serverID, callnum, callstring, initservernum, initserverstring
  6. 2 Actual: allVariables missionProfileNamespace returns some of the stored variables - callnum, callstring , the ones that were saved via simple call, not initServer one

Event Timeline

Socrates created this task.Aug 28 2022, 9:54 AM
Socrates renamed this task from Strange behaviour of to Strange behaviour of MissionProfileNamespace in InitServer.
Socrates edited Steps To Reproduce. (Show Details)
Socrates updated the task description. (Show Details)Aug 28 2022, 10:01 AM

Should be fixed in rev.149831

BIS_fnc_KK changed the task status from New to Feedback.Aug 28 2022, 11:08 AM
BIS_fnc_KK removed BIS_fnc_KK as the assignee of this task.
BIS_fnc_KK added a subscriber: BIS_fnc_KK.