Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

dbredesen

macrumors newbie
Original poster
Aug 17, 2008
6
0
I released an application which plays AIFF files through CoreAudio. Since the 2.2 upgrade, users have been complaining that audio doesn't play anymore. I have verified this behavior on my handset. Basically, after AudioQueueStart(..), the playback callback never gets called, so audio data never gets queued to play. And, in iPhone Simulator, I get the below error on the console when attempting to load the AIFF file for playback.

This has worked fine prior to 2.2. Can anyone advise?

Thanks,
Dave

Error below----------------------

2008-11-22 01:47:51.748 xxxxx[7365:20b] Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): Symbol not found: _SCDynamicStoreCopyConsoleUser
Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
Expected in: /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator2.2.sdk/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
=shlibs-removed,shlib-info=[num="65",name="DivX Decoder",kind="-",dyld-addr="0x4c54000",reason="dyld",requested-state="E",state="E",path="/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder",description="/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder",loaded_addr="0x4c54000",slide="0x4c54000",prefix=""]
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.