# Err\_channel\_stolen

**URL:** https://qa.fmod.com/t/err-channel-stolen/18109
**Category:** FMOD Studio
**Created:** [December 16, 2021, 9:15pm UTC](https://qa.fmod.com/t/err-channel-stolen/18109 "2021-12-16T21:15:32Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![constantinpopp](https://avatars.discourse-cdn.com/v4/letter/c/ebca7d/32.png) [@constantinpopp](https://qa.fmod.com/u/constantinpopp)
#### Post date: [December 16, 2021, 9:15pm UTC](https://qa.fmod.com/t/err-channel-stolen/18109/1 "2021-12-16T21:15:32Z")

</div>

Hi,  
I encountered the error [FMOD] ChannelControl::isPlaying(00000079571AF4C0:false) returned ERR\_CHANNEL\_STOLEN for CHANNELCONTROL (0x7D2001D). I don’t really know where it is coming from or how to fix it.

The scene this is appearing was previously working. So I am unsure what has changed.

I am with Unity 2020.3.24f1 and FMOD Unity Integration 2.01.11  
Any help with chasing down the bug would be appreciated.

Bests,  
constantin

---

<div class="post-metadata">

### Author: ![jeff\_fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/jeff_fmod/32/1766_2.png) [@jeff\_fmod](https://qa.fmod.com/u/jeff_fmod)
#### Post date: [December 20, 2021, 10:37pm UTC](https://qa.fmod.com/t/err-channel-stolen/18109/2 "2021-12-20T22:37:34Z")

</div>

[ERR\_CHANNEL\_STOLEN](https://fmod.com/resources/documentation-api?version=2.02&page=core-api-common.html#fmod_err_channel_stolen) means a virtual voice has had it’s [channel stolen](https://fmod.com/resources/documentation-api?version=2.02&page=white-papers-handle-system.html#core-api-channels) by another voice and it is now invalid. It should only come up when API Error Logging is enabled and as long as you can’t hear voices being cut off suddenly it’s safe to ignore.  
If you do notice voices cutting out however you can try increasing the [virtual channel count](https://fmod.com/resources/documentation-unity?version=2.02&page=settings.html#virtual-channel-count) in the FMOD Unity settings. If you are still getting the error then it might be that the Max Instances setting of an event is too low and it’s channel is being stolen as a result. Such events can be identified using the the FMOD Studio Profiler. In the 3D Preview window, virtual channels are displayed as hollow grey circles.

 ![image](https://canada1.discourse-cdn.com/flex036/uploads/fmod/original/2X/6/666ddb0da244dc31cfc7ac18c2908269748e5cd7.png)

Clicking on the hollow grey circles will open the instance in the deck:  
 ![image](https://canada1.discourse-cdn.com/flex036/uploads/fmod/original/2X/9/9686d79c87a8042a69faba09f374eefd5e746c1b.png)

Clicking on the arrow icon will open the event that is going virtual in FMOD Studio. On this event you can then increase the [Max Instances](https://fmod.com/resources/documentation-studio?version=2.01&page=event-macro-controls-reference.html#max-instances) which will prevent this error.  
You should also check the Max Instances settings of any buses that this event is in, including the Master Bus.  
If you are still getting the error after that, then you may need to do some optimization, but try checking the Max Instances first.

---

<div class="post-metadata">

### Author: ![constantinpopp](https://avatars.discourse-cdn.com/v4/letter/c/ebca7d/32.png) [@constantinpopp](https://qa.fmod.com/u/constantinpopp)
#### Post date: [December 21, 2021, 11:22am UTC](https://qa.fmod.com/t/err-channel-stolen/18109/3 "2021-12-21T11:22:54Z")

</div>

Many thanks for the in-depth explanations. I know where to look now. 🙂

---

<div class="post-metadata">

### Author: ![natali.music](https://avatars.discourse-cdn.com/v4/letter/n/df788c/32.png) [@natali.music](https://qa.fmod.com/u/natali.music)
#### Post date: [April 9, 2024, 8:40am UTC](https://qa.fmod.com/t/err-channel-stolen/18109/4 "2024-04-09T08:40:37Z")

</div>

Hi, @jeff_fmod 2 questions:

1. So if I understand correctly, it is not truly an error seeing as it is the intended effect caused by specific settings (ie max instances?)
2. how do you make these messages stop showing up in the console though? It spams the console and makes it difficult to see other errors.  
 ![image](https://canada1.discourse-cdn.com/flex036/uploads/fmod/original/2X/e/e153977a4af743168451f31e09b34ddb036a2e5e.jpeg)

---

<div class="post-metadata">

### Author: ![jeff\_fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/jeff_fmod/32/1766_2.png) [@jeff\_fmod](https://qa.fmod.com/u/jeff_fmod)
#### Post date: [April 9, 2024, 11:37pm UTC](https://qa.fmod.com/t/err-channel-stolen/18109/5 "2024-04-09T23:37:51Z")

</div>

I am not sure what integration I’m looking at there, is that Unity?  
If it’s Unity, you can turn it off by disabling [Enable API Error Logging](https://fmod.com/docs/2.02/unity/settings.html#enable-api-error-logging).  
If you aren’t using Unity, then if you could please tell me which Engine you are using and where you got your FMOD integration from then I can tell you how to turn off those errors.
