Re: meaning of error codes
Re: meaning of error codes
- Subject: Re: meaning of error codes
- From: Berend Schmid <email@hidden>
- Date: Fri, 9 Apr 2004 21:03:25 +0200
Am 09.04.2004 um 20:16 schrieb Doug Wyatt:
% python
Python 2.3 (#1, Sep 13 2003, 00:49:11)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> hex(2147516417)
'0x80008001L'
Looking in MacErrors.h, that's a Component Manager error:
badComponentInstance
Apparently you're working with a codec ... ?
Yes, I am working with a codec (AppleIMA4 codec). The application I
wrote works fine for 24 hours or more. But then it somehow crashes
after throwing the before mentioned error code.
Here is a snippet of the crashlog report:
Thread 4 Crashed:
0 ....audio.toolbox.AudioToolbox 0x93beea28 0x93b50000 + 0x9ea28
1 ....audio.toolbox.AudioToolbox 0x93b51d24
AudioConverterFillComplexBuffer + 0x34
2 ...schelgasse.berend.HardRadio 0x0000ad30 -[HardRadioFileWriter
writeFiles:] + 0x198
3 com.apple.Foundation 0x90a3a2c4 forkThreadForFunction +
0x6c
4 libSystem.B.dylib 0x900247e8 _pthread_body + 0x28
I don't know if this enough information for you to tell me what goes
wrong.
Doug
On Apr 9, 2004, at 10:47, Berend Schmid wrote:
Hi,
can anyone tell me how to find out what an error code (in my case
error
code 2147516417 returned by AudioConverterFillComplexBuffer) means?
thanks,
Berend
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.