• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Core Audio error -536870212
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Core Audio error -536870212


  • Subject: Re: Core Audio error -536870212
  • From: Doug Wyatt <email@hidden>
  • Date: Thu, 08 Nov 2012 16:57:29 -0800

Sometimes it's trial and error.

$ lldb

(lldb) p/T -536870212
(int) $0 = '?\0\x02?'

nope, not a 4CC

(lldb) p/x -536870212
(int) $1 = 0xe00002bc

aha, that looks like an IOKit error.

$ grep -r 2bc /System/Library/Frameworks/IOKit.framework/Headers
/System/Library/Frameworks/IOKit.framework/Headers/IOReturn.h:#define kIOReturnError           iokit_common_err(0x2bc) // general error 

Sorry I don't know anything about that...


On Nov 7, 2012, at 12:22 , Dominic Feira <email@hidden> wrote:

When you get an error back from core audio that doesn't translate to a 4 char error code, like this one, it usually means that you passed an invalid component instance.  So, in this case the variable that should be a valid Audio Unit is most likely garbage.

Dominic Feira / Code Monkey / Ambrosia Software, Inc. -- http://www.AmbrosiaSW.com
Do not post admin requests to the list. They will be ignored. Coreaudio-api mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >Re: Core Audio error -536870212 (From: Dominic Feira <email@hidden>)

  • Prev by Date: Re: hallab telemetry
  • Next by Date: Re: Static when playing back buffers
  • Previous by thread: Re: Core Audio error -536870212
  • Next by thread: hallab telemetry
  • Index(es):
    • Date
    • Thread