dyld returns 2 when loading AppleHDAHALPlugIn
dyld returns 2 when loading AppleHDAHALPlugIn
- Subject: dyld returns 2 when loading AppleHDAHALPlugIn
- From: Christopher Ashworth <email@hidden>
- Date: Thu, 13 Jul 2006 16:21:21 -0400
Hi,
I have a user on an Intel machine that is connected to a MOTU
828kii. He is on OS 10.4.7 and is using the most recent Universal
drivers, v1.4.1.
He is experiencing some crashes and buggy audio behavior that appear
to be related to the being connected to the MOTU device (they have so
far always disappeared when disconnecting from the MOTU).
In his console log, during startup, he gets:
2006-07-13 14:16:42.446 QLab[341] CFLog (21): dyld returns 2 when
trying to load /System/Library/Extensions/AppleHDA.kext/Contents/
PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
repeated several times.
What does this mean? (I haven't been able to find a definitive
description of this error code anywhere, just vague discussions of it
possibly meaning that the code is not Universal--which seems weird,
coming from an Apple bundle....)
FWIW, later there are some errors logged to the console from my code
concerning a kAudioUnitErr_InvalidPropertyValue error occurring in
the following call:
// Set the output device of _outDeviceUnit.
err = AudioUnitSetProperty( _outDeviceUnit,
kAudioOutputUnitProperty_CurrentDevice,
kAudioUnitScope_Global,
0,
&deviceID,
sizeof(deviceID));
Which I assume is connected, although my assumptions have bitten me
on this list before.
Any insight on this?
Thanks,
Chris
_______________________________________________
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