Page MenuHomeFeedback Tracker

Notifications are no longer shown due to inability to read game settings
Awaiting internal Testing, NormalPublic

Description

Please provide the following when creating the Ticket:

Game Version number: 1.2.0.52
Modded?: (Yes/No) No

Issue Description:
It seems that task manager is a bit broken on the current experimental version - notifications about task assignments, fails and completions are no longer shown on screen (screenshot taken on1.1, I was unable to see this message 1.2.0.63 and 1.2.0.70).

Details

Severity
Major
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce
  1. Load Conflict Arland (or Eden, it's world agnostic).
  2. Press J, assign the task on yourself.
  3. No "objective assgined" notification will be shown on your screen.

Event Timeline

Socrates created this task.Jun 7 2024, 11:24 AM
Geez changed the task status from New to Awaiting internal Testing.Jun 7 2024, 11:29 AM

Seems to be that at very least Reforger Workbench Experimental fails to read some settings:

BaseContainer interfaceSettings = GetGame().GetGameUserSettings().GetModule(hudManager.GetInterfaceSettingsClass());
if (!interfaceSettings)
	return;
		
bool state;
interfaceSettings.Get(INTERFACE_SETTINGS_NAME, state);
m_bIsEnabledInSettings = state;

m_bIsEnabledInSettings is always false for some reason. So it doesn't show notifications due to show settings option being false despite it being set true in the settings.

Can confirm that it also happens in the game itself (1.2.0.70).

Socrates renamed this task from (EXP) Task manager no longer shows task notifications to Notifications are no longer show due to inability to read game settings.Jul 2 2024, 9:26 AM
Socrates updated the task description. (Show Details)
Socrates renamed this task from Notifications are no longer show due to inability to read game settings to Notifications are no longer shown due to inability to read game settings.