deweller / switchaudio-osx

Change the audio source for Mac OS X from the command line.
Other
1.19k stars 88 forks source link

Output error #13

Closed daronspence closed 5 years ago

daronspence commented 7 years ago

Getting some weird console errors on 10.11.6

SwitchAudioSource[92356:20981857] Error loading /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio:  dlopen(/Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio, 262): no suitable image found.  Did find:
    /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
2017-04-26 11:17:14.422 SwitchAudioSource[92356:20981857] Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBundle/CFPlugIn 0x10010d410 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (bundle, not loaded)
output audio device set to "Aggregate Device"

However, the utility still works. Is there some flag to suppress warnings/errors so I can use the return values in another script? I suppose I could grep for the last line, but that seems hacky.

deweller commented 5 years ago

Thanks for this report. Closing due to lack of others reporting the error.