Page MenuHomeFeedback Tracker

Curator ui script "RscDisplayAttributes.sqf" throws error with enableDebugConsole[]
New, NormalPublic

Description

RscDisplayAttributes.sqf throws an error when the new-ish enableDebugConsole[] mission attribute is set.

Error:
Warning Message: 'enableDebugConsole/' is not a value

Reason:
ui_f_curator\UI\Displays\RscDisplayAttributes.sqf line 48:

_enableDebugConsole = ["DebugConsole",getnumber (missionconfigfile >> "enableDebugConsole")] call bis_fnc_getParamValue;
_enableAdmin = (_enableDebugConsole == 1 && (isserver || serverCommandAvailable "#shutdown")) || _enableDebugConsole == 2;

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Zeus - General
Steps To Reproduce
  1. create mission with enableDebugConsole attribute as an array of UIDs
  2. use any zeus module that utilizes RscDisplayAttributes.sqf

Event Timeline

McDiod created this task.Jan 27 2018, 7:45 PM
Wulf added a subscriber: Wulf.Jan 29 2018, 4:51 PM

Hello.

Thank you for the report. Could you please upload the mission files here?

McDiod added a comment.Feb 5 2018, 7:15 PM

I mean... I don't see how that would give you any more information, but sure: