# Unity Editor MacOS Buffer Starvation Error

**URL:** https://qa.fmod.com/t/unity-editor-macos-buffer-starvation-error/15225
**Category:** Unity
**Created:** [November 18, 2019, 3:26pm UTC](https://qa.fmod.com/t/unity-editor-macos-buffer-starvation-error/15225 "2019-11-18T15:26:41Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Regit](https://avatars.discourse-cdn.com/v4/letter/r/6a8cbe/32.png) [@Regit](https://qa.fmod.com/u/Regit)
#### Post date: [November 18, 2019, 3:26pm UTC](https://qa.fmod.com/t/unity-editor-macos-buffer-starvation-error/15225/1 "2019-11-18T15:26:41Z")

</div>

Hello,

we are getting a problem since I implemented a FootstepManager, getting called through AnimationEvents and running on several copies of the prefab using it (around 60). The error freezes the entire Editor after about 10 seconds of the playtest but only on Macs, Windows isn’t bothered at all and when built, it also works on Mac.

This is what the log looks like:  
`[FMOD] OutputRingBuffer::read : Buffer starvation detected, requested 8192 bytes, 4096 / 16384 bytes available.`

`UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object) UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[]) UnityEngine.Logger:Log(LogType, Object) UnityEngine.Debug:LogWarning(Object) FMODUnity.RuntimeManager:DEBUG_CALLBACK(DEBUG_FLAGS, StringWrapper, Int32, StringWrapper, StringWrapper) (at Assets/Plugins/FMOD/src/Runtime/RuntimeManager.cs:32)`

`(Filename: Assets/Plugins/FMOD/src/Runtime/RuntimeManager.cs Line: 32)`

I tried suggestions from similar posts concerning “Buffer starvation”, but to no avail as I’m not really sure what’s going on. I’m using FMOD Studio 2.00.1 and Unity 2018.3.12f1.

---

<div class="post-metadata">

### Author: ![cameron-fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/cameron-fmod/32/261_2.png) [@cameron-fmod](https://qa.fmod.com/u/cameron-fmod)
#### Post date: [November 22, 2019, 4:05am UTC](https://qa.fmod.com/t/unity-editor-macos-buffer-starvation-error/15225/2 "2019-11-22T04:05:30Z")

</div>

This won’t be freezing the editor but it is a side effect of the editor freezing. The “Buffer starvation detected” warning means that the mixer was too slow to output sound briefly.

---

<div class="post-metadata">

### Author: ![Regit](https://avatars.discourse-cdn.com/v4/letter/r/6a8cbe/32.png) [@Regit](https://qa.fmod.com/u/Regit)
#### Post date: [November 23, 2019, 10:56am UTC](https://qa.fmod.com/t/unity-editor-macos-buffer-starvation-error/15225/3 "2019-11-23T10:56:00Z")

</div>

Thanks for the reply, looking further into it we determined it to be a logging issue. Assumingly some sort of endless loop for logging messages. The issue was fixed when setting the Logging Level to NONE in the FMOD Settings in Unity.
