[MonoTouch] Any ideas what this is?
Sebastien Pouliot
sebastien at xamarin.com
Tue Dec 6 14:48:27 EST 2011
Thanks for confirming Dimitris.
Note that by virtual machine I did not mean an hackintosh - but just
running on an OSX VM on Apple hardware.
It's also possible that the messages only happen on some specific
hardware (and that the VM part was unrelated). I don't recall if I
used my iMac or my Mac Book Air on the test case. I'll try this again
using both.
Sebastien
On Tue, Dec 6, 2011 at 2:07 PM, Dimitris Tavlikos <jimitav at gmail.com> wrote:
> I am also having these errors whenever I am using MPMusicPlayerController (or an MPMediaQuery, can't remember at which point exactly).
>
> On a MacBook, on the simulator only.
>
> Dimitris Tavlikos
> Software Developer
> Email: jimitav at gmail.com
> Twitter: http://twitter.com/#!/dtavlikos
> Blog: http://software.tavlikos.com
>
>
>
>
>
>
> On 6 Dec 2011, at 9:00 PM, Sebastien Pouliot wrote:
>
>> Hello Dean,
>>
>> Are you by any chance running inside a virtual machine ?
>>
>> This is the only time I've seen this reported. The same sample code,
>> again inside the simulator, did not show those errors outside a VM.
>>
>> Sebastien
>>
>> On Tue, Dec 6, 2011 at 1:42 PM, Dean Cleaver
>> <dean.cleaver at xceptionsoftware.com> wrote:
>>> Comes up when debugging in the simulator:
>>>
>>> 2011-12-06 12:17:14.217 Valet[4678:23023] Error loading
>>> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn:
>>> dlopen(/System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn,
>>> 262): Symbol not found: __dealloc
>>> Referenced from:
>>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
>>> Expected in:
>>> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/usr/lib/libobjc.A.dylib
>>> in
>>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
>>> 2011-12-06 12:17:14.218 Valet[4678:23023] Error loading
>>> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn:
>>> dlopen(/System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn,
>>> 262): Symbol not found: __dealloc
>>> Referenced from:
>>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
>>> Expected in:
>>> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/usr/lib/libobjc.A.dylib
>>> in
>>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
>>> 2011-12-06 12:17:14.220 Valet[4678:23023] Error loading
>>> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn:
>>> dlopen(/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn,
>>> 262): Symbol not found: __dealloc
>>> Referenced from:
>>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
>>> Expected in:
>>> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/usr/lib/libobjc.A.dylib
>>> in
>>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
>>> 2011-12-06 12:17:14.221 Valet[4678:23023] Error loading
>>> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn:
>>> dlopen(/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn,
>>> 262): Symbol not found: __dealloc
>>> Referenced from:
>>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
>>> Expected in:
>>> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/usr/lib/libobjc.A.dylib
>>> in
>>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
>>>
>>> _______________________________________________
>>> MonoTouch mailing list
>>> MonoTouch at lists.ximian.com
>>> http://lists.ximian.com/mailman/listinfo/monotouch
>>>
>> _______________________________________________
>> MonoTouch mailing list
>> MonoTouch at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/monotouch
>
More information about the MonoTouch
mailing list