Page MenuHomeFeedback Tracker

Configuration viewer in running game generates script error when expanding/collapsing entry
Reviewed, NormalPublic

Description

The following error is generated each time I expand an entry in the configuration editor - but only if I do so from the debug console in a running multiplayer game. I don't know if it will take place in a single player game. It's a real annoyance because the script error covers the configuration editor information, forcing me to wait for the error window to fade.

14:39:33 Error in expression <bData
} else {
call compile _lbData;
};
_configPath
};



case "textPath": {
			>
14:39:33   Error position: <_configPath
};



case "textPath": {
			>
14:39:33   Error Undefined variable in expression: _configpath
14:39:33 File A3\functions_f\debug\fn_configviewer.sqf [BIS_fnc_configviewer], line 1025
14:39:33 Error in expression <l bis_fnc_configviewer;
_configValue = [_configPath,_lbData,""] call bis_fnc_ret>
14:39:33   Error position: <_configPath,_lbData,""] call bis_fnc_ret>
14:39:33   Error Undefined variable in expression: _configpath
14:39:33 File A3\functions_f\debug\fn_configviewer.sqf [BIS_fnc_configviewer], line 873

Details

Severity
Minor
Resolution
Open
Reproducibility
N/A
Operating System
Windows 7
Category
Config
Steps To Reproduce
  1. In the editor, start a multiplayer game that provides access to the debug console.
  2. Open the debug console
  3. Open the configuration editor.
  4. Expand the entry "Alsatian_Base_F".

That should produce the script error quoted above.

I do not get this error if I open the configuration editor directly through the editor's Config Viewer... menu.
I do not get this error if I open the configuration editor via the editor's Debug Console's CONFIG button.

Event Timeline

JB47394 created this task.Sep 15 2018, 9:08 PM
Wulf changed the task status from New to Reviewed.Sep 17 2018, 5:04 PM
Wulf added a subscriber: Wulf.

Hello.

Thank you for the report. We will have a look at it.