Page MenuHomeFeedback Tracker

Arma 3 Utilities cannot be started from Eden Menu Strip
Closed, ResolvedPublic

Description

The newly introduced Arma 3 Utilities cannot be started from the Eden Menu Strip. See additional information for the rpt file.

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Eden Editor
Steps To Reproduce
  • Create config entry in the Eden Menu Strip (See the wiki for more information)

class Enh_Utilities_Jukebox
{
text = "Jukebox";//LOCALISE
action = "_nil = [] execVM 'A3\Functions_F\Debug\Utilities\utility_jukebox.sqf'";
};

  • Open the newly created tool and watch what happens.
Additional Information



I tried a few different things:

execVM -> No result
spawn compile preprocessFile -> no result

Creating a new function whose purpose it is to execVM the 'A3\Functions_F\Debug\Utilities\utility_jukebox.sqf'; -> no result

execVM 'A3\Functions_F\Debug\Utilities\utility_moonPhases.sqf';

Event Timeline

R3vo created this task.Mar 11 2017, 9:51 PM
R3vo edited Additional Information. (Show Details)Mar 11 2017, 9:54 PM
BIS_fnc_KK changed Category from Scripting to Eden Editor.Mar 11 2017, 10:59 PM

Should be fixed in next update

BIS_fnc_KK closed this task as Resolved.Mar 11 2017, 11:58 PM