Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have an audio app which uses the RemoteIO AudioUnit. It works fine on iPhone, iPad, and any flavor of the simulator on 3.2, but when it hits AudioOutputUnitStart (), it freezes. I get the message "AddRunningClient starting device on non-zero client count" in the console, which I'm not sure how to resolve. I stop the unit and dispose of the AudioComponent every time the app closes. The app works fine the first time I run after restarting everything, but freezes every time after that. What's strange is there are no error messages - just an unresponsive interface and a frozen line of code.

Thanks for your help.

share|improve this question
Might be a bug in iOS 4. Did you file a Radar with Apple? – lucius Jul 8 '10 at 5:59
The console message and the freezing may not not be related. I get the AddRunningClient message (only in iOS 4) as well and, per an Apple Engineer's feedback, the message is harmless and most likely due to having multiple players started at the same time. – yabada Jul 13 '10 at 0:45
That's very good to know - I'll keep looking. Haven't filed a bug report yet because I'm still not sure what's up. – Luke Jul 13 '10 at 16:52

1 Answer

up vote 0 down vote accepted

Restart OSX makes it go away...

share|improve this answer

protected by Brad Larson Jun 21 '11 at 17:53

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.