# Script-created menu items don't work on 10.15

**URL:** https://qa.fmod.com/t/script-created-menu-items-dont-work-on-10-15/15398
**Category:** FMOD Studio
**Created:** [January 21, 2020, 6:21pm UTC](https://qa.fmod.com/t/script-created-menu-items-dont-work-on-10-15/15398 "2020-01-21T18:21:38Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![mrmiller](https://avatars.discourse-cdn.com/v4/letter/m/ed655f/32.png) [@mrmiller](https://qa.fmod.com/u/mrmiller)
#### Post date: [January 21, 2020, 6:21pm UTC](https://qa.fmod.com/t/script-created-menu-items-dont-work-on-10-15/15398/1 "2020-01-21T18:21:38Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![joseph](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/joseph/32/264_2.png) [@joseph](https://qa.fmod.com/u/joseph)
#### Post date: [January 22, 2020, 4:48am UTC](https://qa.fmod.com/t/script-created-menu-items-dont-work-on-10-15/15398/2 "2020-01-22T04:48:34Z")

</div>

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.
