Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simulator crashes on AQMEIOManager

The simulator crashes when trying to play audio.

13:22:14.211 App [2965:5603]  <0xb03e7000> Error '!obj' trying to fetch default input device's sample rate
13:22:14.211 App [2965:5603]  <0xb03e7000> Error getting audio input device sample rate: '!obj'
13:22:14.213 App [2965:5603]  <0xb03e7000> AQMEIOManager::FindIOUnit: error '!dev'
like image 888
Joris van Liempd iDeveloper Avatar asked Sep 26 '12 14:09

Joris van Liempd iDeveloper


3 Answers

Selecting "internal microphone" instead of "Soundbooth 3.0" in the sound system settings for input did the trick.

Conclusion: The simulator does not seem to like anything other than the internal microphone.

like image 110
Joris van Liempd iDeveloper Avatar answered Oct 09 '22 22:10

Joris van Liempd iDeveloper


My mac mini don't have an internal microphone,the Setting->sound->input list is empty. It worked when I insert an external one .

like image 26
Jack Avatar answered Oct 09 '22 21:10

Jack


iDeveloper's answer fixed this crash for me as well, although in my case the sound system setting had its input set to my digidesign card. The point is, this crash happens when the System Preferences "Sound" setting for input is set to something other than internal mic.

like image 23
Andy Milburn Avatar answered Oct 09 '22 22:10

Andy Milburn