Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libc++abi.dylib: terminate called throwing an exception #38

Closed
vhikd opened this issue Aug 12, 2013 · 3 comments
Closed

libc++abi.dylib: terminate called throwing an exception #38

vhikd opened this issue Aug 12, 2013 · 3 comments

Comments

@vhikd
Copy link

vhikd commented Aug 12, 2013

Hello,

I just use SFBAudioEngine play Monkey's Audio with the particular files and libMACLib.a . When I ran in my iPad2 , it turns out an error like the title.And then I debug the code.

The following is the error code. Can you help me to solve this error ?
Thank you very much.

AudioUnitSetProperty (kAudioUnitProperty_MaximumFramesPerSlice, kAudioUnitScope_Global) failed: -10849

@sbooth
Copy link
Owner

sbooth commented Aug 13, 2013

I'm actively working on the iOS build system- once I have things working I will investigate this issue.

@vhikd
Copy link
Author

vhikd commented Aug 13, 2013

I just delete this code.And it is working very well on play local Monkey's Audio file.But I haven't test remote control and others. Thanks for your reply.

@sbooth sbooth closed this as completed Aug 14, 2013
@sbooth
Copy link
Owner

sbooth commented Aug 14, 2013

The problem was the AudioUnit parameters were being set after the AUGraph was initialized. Fixed in 63c40be

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants