Script-created menu items don't work on 10.15

Menu items created by scripts appear but their execute functions never get invoked. I’m running FMOD Studio 2.00.07 (and previously 2.00.05) under macOS 10.15. I haven’t been able to test on any other systems.

studio.menu.addMenuItem({
  name: 'Test',
  execute: function() {
    console.log('This message never appears');
  }
});

The above test function appears but doesn’t print anything. None of the example menu items run either.

Thanks for the bug report. I’m not yet sure why this issue is occurring, but I’ve added it to our bug tracker, so it will be fixed in an upcoming version of FMOD Studio.

1 Like