Err_channel_stolen

ERR_CHANNEL_STOLEN means a virtual voice has had it’s channel stolen 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 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.

Clicking on the hollow grey circles will open the instance in the deck:
image

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 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.

1 Like