Wouter1 / EMU-driver

OSX Kernel extension for Creative Labs EMU driver
189 stars 30 forks source link

installer error #17

Closed Wouter1 closed 9 years ago

Wouter1 commented 9 years ago

http://forums.macrumors.com/showthread.php?s=b7d660127f5bbd50631d656f3888c9ae&p=20530636#post20530636

Installer gives error

(kernel) Kext com.emu.driver.EMUUSBAudio not found for unload request.
Failed to unload com.emu.driver.EMUUSBAudio - (libkern/kext) not found.
deleting old kext
moving things
doing permissions stuff
loading new kext
Requesting load of /System/Library/Extensions/EMUUSBAudio.kext.
/System/Library/Extensions/EMUUSBAudio.kext failed to load - (libkern/kext) not loadable (reason unspecified); check the system/kernel logs for errors or try kextutil(8).
Can't stat /Users/bencarlin/symbols/ - No such file or directory.
so long
logout
Wouter1 commented 9 years ago

Asked two questions to BenCarlin on MacRumors

  1. Can you check if there is an error message in system/kernel logs ? I think it's easiest to use the applemenu/about this mac , click on "more info" and then "system report". Select logs and then select the "Apple System Log (ASL) Messages. You can also check the console messages (Applications/Utilities/Console.app). Look for the time when you did the install.
  2. Did you get the prompt for your admin password after starting the script?
BenCarlin commented 9 years ago

Hi Wouter,

Thanks for the quick reply!

Yes the prompt did ask me to enter my password. This is the error message from the log file that I got:

27 Dec 2014 17:33:59 com.apple.kextd[20]: ERROR: invalid signature for org.virtualbox.kext.VBoxUSB, will not load

Quite exciting to be the first user! Hopefully can get it to work!

Wouter1 commented 9 years ago

The main error is

/System/Library/Extensions/EMUUSBAudio.kext failed to load - (libkern/kext) not loadable

The first errors are because there is no old driver to uninstall

The last error is trying to install driver linking symbols for debug purposes but those symbols are not available. Let's just disable that.

BenCarlin commented 9 years ago

Is there anyway that I can proceed or will you rewrite script file?

Thanks again.

Wouter1 commented 9 years ago

Yes you can just manually copy the file to /System/Library/Extensions, fix the permissions and then triggering the kextload. The commands are literally in the kextInstall script, it's a very simple plain text script.

I fixed the script but that's only to fix the last error, you have another error that I don't understand yet.

Wouter1 commented 9 years ago

Did you check the console and kernel logs? Usually the cause of the problem is also reported there.

This may also be because you are not a developer. In that case you probably see some text saying that the code is not signed properly by Apple. I read about that on the web but I never saw such errors (probably because i'm a developer).

Wouter1 commented 9 years ago

Ben also wrote

Yes the prompt did ask me to enter my password. This is the error message from the log file that I got:

27 Dec 2014 17:33:59 com.apple.kextd[20]: ERROR: invalid signature for org.virtualbox.kext.VBoxUSB, will not load

Quite exciting to be the first user! Hopefully can get it to work!

Wouter1 commented 9 years ago

I think this error (about VBoxUSB) is not relevant, it complains about VBoxUSB which is not the extension we are loading for the EMU.

THe extension we are loading for the EMU is com.emu.driver.EMUUSBAudio

It's quite normal apparently that you get a bunch of errors/ warnings while re-configuring the kernel. I'm getting this

Dec 27 17:53:19 vlieland.local login[1465]: USER_PROCESS: 1465 ttys002
Dec 27 17:53:28 vlieland.local sudo[1475]:   wouter : TTY=ttys002 ; PWD=/Volumes/prive/git/EMU-driver ; USER=root ; COMMAND=/sbin/kextunload /System/Library/Extensions/EMUUSBAudio.kext
Dec 27 17:53:28 vlieland.local sudo[1477]:   wouter : TTY=ttys002 ; PWD=/Volumes/prive/git/EMU-driver ; USER=root ; COMMAND=/bin/rm -r /System/Library/Extensions/EMUUSBAudio.kext
Dec 27 17:53:28 vlieland.local sudo[1479]:   wouter : TTY=ttys002 ; PWD=/Volumes/prive/git/EMU-driver ; USER=root ; COMMAND=/bin/cp -r EMUUSBAudio.kext /System/Library/Extensions
Dec 27 17:53:28 vlieland.local sudo[1481]:   wouter : TTY=ttys002 ; PWD=/System/Library/Extensions ; USER=root ; COMMAND=/usr/bin/chgrp -R wheel EMUUSBAudio.kext
Dec 27 17:53:28 vlieland.local sudo[1483]:   wouter : TTY=ttys002 ; PWD=/System/Library/Extensions ; USER=root ; COMMAND=/sbin/kextload -v EMUUSBAudio.kext
Dec 27 17:53:28 vlieland.local com.apple.kextd[12]: Cache file /System/Library/Caches/com.apple.kext.caches/Directories/System/Library/Extensions/KextIdentifiers.plist.gz is out of date; not using.
Dec 27 17:53:28 vlieland.local com.apple.kextd[12]: kext com.emu.driver.EMUUSBAudio  100009000 is in exception list, allowing to load
Dec 27 17:53:28 vlieland.local login[1465]: DEAD_PROCESS: 1465 ttys002
Dec 27 17:53:33 vlieland.local com.apple.kextd[12]: Cache file /System/Library/Caches/com.apple.kext.caches/Startup/KextPropertyValues_OSBundleHelper_x86_64.plist.gz is out of date; not using.
Dec 27 17:53:33 vlieland.local com.apple.kextd[12]: Rescanning kernel extensions.
Dec 27 17:53:33 vlieland.local com.apple.kextd[12]: Cache file /System/Library/Caches/com.apple.kext.caches/Startup/IOKitPersonalities_x86_64.ioplist.gz is out of date; not using.
Dec 27 17:53:34 vlieland kernel[0]: Resetting IOCatalogue.
Dec 27 17:53:34 vlieland.local com.apple.kextcache[1487]: rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache
Dec 27 17:53:34 vlieland.local com.apple.kextcache[1488]: WARNING - Invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext "/System/Library/Extensions/KLog.kext"
Dec 27 17:53:34 vlieland.local com.apple.kextcache[1488]: kext com.jmicron.JMicronATA  101069000 is in exception list, allowing to load
Dec 27 17:53:34 vlieland.local com.apple.kextcache[1488]: WARNING - Invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext "/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBUserClient.kext"
Dec 27 17:53:34 vlieland.local com.apple.kextcache[1488]: WARNING - Invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext "/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBHIDDriverSafeBoot.kext"
Dec 27 17:53:34 vlieland.local com.apple.kextcache[1488]: WARNING - Invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext "/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBHIDDriver.kext"
Dec 27 17:53:34 vlieland.local com.apple.kextcache[1488]: WARNING - Invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext "/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBCompositeDriver.kext"
Dec 27 17:53:34 vlieland.local com.apple.kextcache[1488]: WARNING - Invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext "/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBXHCI.kext"
Dec 27 17:53:34 vlieland.local com.apple.kextcache[1488]: WARNING - Invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext "/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBUHCI.kext"
Dec 27 17:53:34 vlieland.local com.apple.kextcache[1488]: WARNING - Invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext "/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBOHCI.kext"
Dec 27 17:53:34 vlieland.local com.apple.kextcache[1488]: WARNING - Invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext "/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBMergeNub.kext"
Dec 27 17:53:34 vlieland.local com.apple.kextcache[1488]: WARNING - Invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext "/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBHub.kext"
Dec 27 17:53:34 vlieland.local com.apple.kextcache[1488]: WARNING - Invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext "/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBEHCI.kext"
Dec 27 17:53:34 vlieland.local com.apple.kextcache[1488]: WARNING - Invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext "/System/Library/Extensions/IOUSBFamily.kext"
Dec 27 17:53:34 vlieland.local com.apple.kextcache[1488]: WARNING - Invalid signature -67054 0xFFFFFFFFFFFEFA12 for kext "/System/Library/Extensions/IOStorageFamily.kext"
Dec 27 17:53:35 vlieland.local com.apple.kextcache[1488]: kext com.emu.driver.EMUUSBAudio  100009000 is in exception list, allowing to load
Dec 27 17:53:35 vlieland.local com.apple.kextcache[1488]: kext com.ATTO.driver.ATTOExpressSASRAID  307029000 is in exception list, allowing to load
Dec 27 17:53:35 vlieland.local com.apple.kextcache[1488]: kext com.ATTO.driver.ATTOExpressSASHBA3  100059000 is in exception list, allowing to load
Dec 27 17:53:35 vlieland.local com.apple.kextcache[1488]: kext com.ATTO.driver.ATTOExpressSASHBA  200009000 is in exception list, allowing to load
Dec 27 17:53:35 vlieland.local com.apple.kextcache[1488]: kext com.ATTO.driver.ATTOExpressPCIUl4  404029000 is in exception list, allowing to load
Dec 27 17:53:35 vlieland.local com.apple.kextcache[1488]: kext com.ATTO.driver.ATTOCelerityFC  304089000 is in exception list, allowing to load
Dec 27 17:53:36 vlieland.local com.apple.kextcache[1488]: kext com.Accusys.driver.Acxxx  300029000 is in exception list, allowing to load
Dec 27 17:53:39 vlieland.local com.apple.kextcache[1490]: / locked; waiting for lock.
Dec 27 17:53:49 vlieland.local com.apple.kextcache[1488]: Created prelinked kernel /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
Dec 27 17:53:49 vlieland.local com.apple.kextcache[1487]: /: no supported helper partitions to update.
Dec 27 17:53:49 vlieland.local com.apple.kextcache[1490]: Lock acquired; proceeding.
Dec 27 17:53:49 vlieland.local com.apple.kextcache[1490]: /: no supported helper partitions to update.

Note that it takes up to about half a minute between the moment you run the script (to be exact, the kextinstall command) and the moment the Lock acquired; proceeding appears. That last message indicates that the kernel is reconfiguring.

BenCarlin commented 9 years ago

Hi Wouter,

I'm not that tech savvy to be honest. Just to be clear though, should I already have the emu 0404 'EMUU_MacAppDrv_US_1_50_07' driver already loaded when running your script? Don't know if it makes a difference or not.

This is the message I get in the console:

27/12/2014 18:56:39.919 sudo[669]: bencarlin : TTY=ttys000 ; PWD=/Users/bencarlin/Desktop/EMU-driver-master ; USER=root ; COMMAND=/sbin/kextunload /System/Library/Extensions/EMUUSBAudio.kext 27/12/2014 18:56:39.000 kernel[0]: Kext com.emu.driver.EMUUSBAudio not found for unload request. 27/12/2014 18:56:39.933 sudo[671]: bencarlin : TTY=ttys000 ; PWD=/Users/bencarlin/Desktop/EMU-driver-master ; USER=root ; COMMAND=/bin/rm -r /System/Library/Extensions/EMUUSBAudio.kext 27/12/2014 18:56:39.946 sudo[673]: bencarlin : TTY=ttys000 ; PWD=/Users/bencarlin/Desktop/EMU-driver-master ; USER=root ; COMMAND=/bin/cp -r EMUUSBAudio.kext /System/Library/Extensions 27/12/2014 18:56:39.959 sudo[675]: bencarlin : TTY=ttys000 ; PWD=/System/Library/Extensions ; USER=root ; COMMAND=/usr/bin/chgrp -R wheel EMUUSBAudio.kext 27/12/2014 18:56:39.971 sudo[677]: bencarlin : TTY=ttys000 ; PWD=/System/Library/Extensions ; USER=root ; COMMAND=/sbin/kextload -v EMUUSBAudio.kext 27/12/2014 18:56:39.975 com.apple.kextd[20]: Cache file /System/Library/Caches/com.apple.kext.caches/Directories/System/Library/Extensions/KextIdentifiers.plist.gz is out of date; not using. 27/12/2014 18:56:40.493 com.apple.kextd[20]: ERROR: invalid signature for com.emu.driver.EMUUSBAudio, will not load 27/12/2014 18:56:40.517 login[660]: DEAD_PROCESS: 660 ttys000 27/12/2014 18:56:45.534 com.apple.kextd[20]: Cache file /System/Library/Caches/com.apple.kext.caches/Startup/KextPropertyValues_OSBundleHelper_x86_64.plist.gz is out of date; not using. 27/12/2014 18:56:45.534 com.apple.kextd[20]: Rescanning kernel extensions. 27/12/2014 18:56:45.550 com.apple.kextd[20]: Cache file /System/Library/Caches/com.apple.kext.caches/Startup/IOKitPersonalities_x86_64.ioplist.gz is out of date; not using. 27/12/2014 18:56:46.000 kernel[0]: Resetting IOCatalogue. 27/12/2014 18:56:46.437 com.apple.kextcache[681]: rebuilding //System/Library/Caches/com.apple.kext.caches/Startup/kernelcache 27/12/2014 18:56:46.599 com.apple.kextd[20]: ERROR: invalid signature for org.virtualbox.kext.VBoxDrv, will not load 27/12/2014 18:56:46.764 com.apple.kextd[20]: ERROR: invalid signature for org.virtualbox.kext.VBoxUSB, will not load 27/12/2014 18:56:46.956 com.apple.kextd[20]: ERROR: invalid signature for org.virtualbox.kext.VBoxUSB, will not load 27/12/2014 18:56:47.825 com.apple.kextcache[682]: VBoxUSB.kext has invalid signature; omitting. 27/12/2014 18:56:48.226 com.apple.kextcache[682]: VBoxDrv.kext has invalid signature; omitting. 27/12/2014 18:56:49.012 com.apple.kextcache[682]: kext file:///System/Library/Extensions/OlympusDSSDriver.kext/ is in hash exception list, allowing to load 27/12/2014 18:56:49.443 com.apple.kextcache[682]: kext file:///System/Library/Extensions/JMicronATA.kext/ is in hash exception list, allowing to load 27/12/2014 18:56:52.155 com.apple.kextcache[683]: / locked; waiting for lock. 27/12/2014 18:57:06.739 com.apple.kextcache[682]: Created prelinked kernel copy "/System/Library/PrelinkedKernels/prelinkedkernel" 27/12/2014 18:57:06.739 com.apple.kextcache[682]: Created prelinked kernel "/System/Library/Caches/com.apple.kext.caches/Startup/kernelcache" 27/12/2014 18:57:06.739 com.apple.kextcache[682]: Created prelinked kernel using "/System/Library/Kernels/kernel" 27/12/2014 18:57:06.780 com.apple.kextcache[681]: /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache not cached. 27/12/2014 18:57:07.000 kernel[0]: hfs: mounted Recovery HD on device disk0s3 27/12/2014 18:57:07.311 fseventsd[21]: Logging disabled completely for device:1: /Volumes/Recovery HD 27/12/2014 18:57:07.354 mds[34]: (Volume.Normal:2464) volume:0x7fd901815000 ****** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/Recovery HD 27/12/2014 18:57:09.859 com.apple.kextcache[681]: Successfully updated disk0s3. 27/12/2014 18:57:10.000 kernel[0]: hfs: unmount initiated on Recovery HD on device disk0s3 27/12/2014 18:57:10.483 com.apple.kextcache[683]: Lock acquired; proceeding. 27/12/2014 18:57:10.508 com.apple.kextcache[683]: /: helper partitions appear up to date.

Wouter1 commented 9 years ago

Ah thanks, I'm now checking the log in detail.

For your question

I'm not that tech savvy to be honest. Just to be clear though, should I already have the emu 0404 'EMUU_MacAppDrv_US_1_50_07' driver already loaded when running your script?

No, it doesn't matter , the script shows an error that it can't remove the old driver because it can't find it but then it just proceeds. Just make sure the EMU is not yet on.

BenCarlin commented 9 years ago

After running the script I did try and launch the emu application from your 'controlpanel' folder. I switched my emu box on but it didn't detect it. If we do finally get it to work I will definitely record a song for you! :)

Wouter1 commented 9 years ago

This is the error

ERROR: invalid signature for com.emu.driver.EMUUSBAudio, will not load

I don't have a way to sign the kext at this point.

I have one suggestion and one question

Question: Are you on Mavericks or on Yoshimite?

Suggestion: you may want to try the 'ext not loading' suggestion on the main page. on Mavericks you could enter

sudo nvram boot-args="kext-dev-mode=1"

in the command line and reboot. After that, check the logs if the scripts now can be loaded. I don't know if this workaround is still possible on Yoshimite

Wouter1 commented 9 years ago

If we do finally get it to work I will definitely record a song for you! :)

Heh that would be fun.

BenCarlin commented 9 years ago

I'm running Yosemite. Ok so I just type in that into the command prompt now and then restart. Then just launch the emu application and see if it detects? Or do I have to run that sudo command, reboot and then try the install again? sorry for being a noob!

Wouter1 commented 9 years ago

Yes, the command is to be entered in the console as one line. It used to turn the system into "kernel development extensions allowed" mode. It asks for your admin pass. Then it should report success.

Then reboot.

Wouter1 commented 9 years ago

After reboot I think you need to try again. You can also just do these two lines in the console as the kext is already in place with the correct permissions, it only needs to be loaded

cd /System/Library/Extensions
sudo kextload -v EMUUSBAudio.kext
Wouter1 commented 9 years ago

But of course you can just try to turn on the EMU and then the control panel to see if it's already loaded. Just remember to turn off the EMU before running the kextunload or running the script.

BenCarlin commented 9 years ago

I just rebooted and launched the application.... it detected it!! So I guess should work now. Should I drag this emu application to my applications folder and get rid of the original "EMUU_MacAppDrv_US_1_50_07" application I have installed?

Wouter1 commented 9 years ago

Ah cool so the fix for this is still working. That's great to hear.

No nothing needs to be installed in your applications folder. This kernel driver is all you need.

Select your required sample rate with the console.

Then you can start your favourite audio program (I'm using audacity), select the EMU and start recording.

I'm not exactly sure what the EMUU_MacAppDrv_US_1_50_07 in your applications folder is but probably it's the original EMU driver installer. You can run that to restore your original driver. But you can also follow the instructions on the github main page https://github.com/Wouter1/EMU-driver on how to re-install the original driver.

Let me know how it goes :-)

Wouter1 commented 9 years ago

Ah maybe you are referring to the control panel when you talk about "application". Yes Applications is a nice place for that.

BenCarlin commented 9 years ago

Hmm well now it detects the emu box but when I try recording with both garage band and logic pro x it doesn't record anything. Just flat line. Even though on the box it shows the mic is picking up sound. My input device is set to EMU 0404 | USB. Ahh just when I though it was getting somewhere!

Wouter1 commented 9 years ago

This is a good test drive, it helps a lot improving the stuff.

I don't know how garage band and logic pro X work. It could be that something still needs to be selected.

Maybe as a first test you can try to use audacity to see if the basics are working? You can then select the EMU under the Mic icon and press the record button?

thanks again for the patience and sorry for the inconvenience.

BenCarlin commented 9 years ago

I'm downloading Audacity now and will see if that works!

Wouter1 commented 9 years ago

I just figured we can test even simpler. Just open the audio control panel and select the EMU for input. Do you get any signal there?

BenCarlin commented 9 years ago

I just opened the 'Sound' settings from control panel and under 'input' selected the emu 0404. It says the selected device has no input controls. Maybe thats because it does it from the box itself?

Wouter1 commented 9 years ago

Mmm this is interesting. Where do you get that message that there are no input controls? WHen you switched to the input tab and select the EMU in the input list?

BenCarlin commented 9 years ago

Ahh doesn't work in audacity either. I just gets stuck. I press record and it tires to go forward but the line stays on 0.0

BenCarlin commented 9 years ago

Yep, that's where I get the message.

BenCarlin commented 9 years ago

I wonder if it's worth running your install code again after I rebooted?

Wouter1 commented 9 years ago

Ah that suggests there is again a timing problem. Your crystal on the EMU may be further off than on my machine.

Be carefule when you now try to close audacity. Please turn off the EMU first, and then wait for Audacity to detect that the driver stopped.

BenCarlin commented 9 years ago

Ah ok I no why it stayed at 0.0 ... I also had Logic Pro X running.I closed logic and it does appear to record but again with just a flat line and no sound.

BenCarlin commented 9 years ago

Ok, I'll close as you suggest.

Wouter1 commented 9 years ago

No need to install, the driver is installed ok but I think the driver fails to sync with the crystal in the EMU.

Can you open a console and type

cat  /var/log/system.log

Then search for some text like this


Dec 27 20:50:43 vlieland kernel[0]: -UsbInputRing::init 128000000
Dec 27 20:50:43 vlieland kernel[0]: ++EMUUSBAudioEngine[0xffffff802f91a000]::performEngineStart result is 0x0 direction 1
Dec 27 20:50:43 vlieland kernel[0]: USBF:    28130.658    AppleUSBXHCI[0xffffff81a8f88000]::PollEventRing2 - Isoc Transfer event with completion code (3) on pEP (0xffffff8033a41000)
Dec 27 20:50:43 vlieland kernel[0]: +EMUUSBAudioEngine::sampleRateHandler -536870169
Dec 27 20:50:43 vlieland kernel[0]: warning. Ignoring overrun
Dec 27 20:50:43 vlieland kernel[0]: UsbInputRing::notifyWrap 0
Dec 27 20:50:43 vlieland kernel[0]: warning. Ignoring overrun
Dec 27 20:50:43 vlieland kernel[0]: UsbInputRing::notifyWrap 1
Dec 27 20:50:43 vlieland kernel[0]: warning. Ignoring overrun
Dec 27 20:50:43 vlieland kernel[0]: UsbInputRing::notifyWrap 2
Dec 27 20:50:43 vlieland kernel[0]: warning. Ignoring overrun
Dec 27 20:50:43 vlieland kernel[0]: UsbInputRing::notifyWrap 3
Dec 27 20:50:43 vlieland kernel[0]: warning. Ignoring overrun
Dec 27 20:50:43 vlieland kernel[0]: UsbInputRing::notifyWrap 4
Dec 27 20:50:43 vlieland kernel[0]: LowPassFilter::filter init 128000000

It's these 'notifyWrap X' messages that I'm interested in.

Wouter1 commented 9 years ago

This text should be close to the end I suppose. Can you post this text?

BenCarlin commented 9 years ago

I searched for 'UsbInputRing' and here is some text copied from around that area:

Dec 27 19:27:19 Bens-MacBook-Pro.local WindowServer[149]: WSGetSurfaceInWindow : Invalid surface 747908124 for window 60 Dec 27 19:27:20 Bens-MacBook-Pro.local GoogleSoftwareUpdateDaemon[334]: -[KeystoneDaemon main] GoogleSoftwareUpdateDaemon inactive, shutdown. Dec 27 19:27:29 Bens-MacBook-Pro kernel[0]: +EMUUSBAudioDevice[0xffffff8032d33400]::performPowerStateChange(1, 2, 0xffffff81f927b8f4) Dec 27 19:27:29 Bens-MacBook-Pro kernel[0]: +EMUUSBAudioEngine[0xffffff80339e0800]::performAudioEngineStart () Dec 27 19:27:29 Bens-MacBook-Pro kernel[0]: about to start USB stream(s) Dec 27 19:27:29 Bens-MacBook-Pro kernel[0]: averageFrameSamples=44 Dec 27 19:27:29 Bens-MacBook-Pro kernel[0]: usbInputStream.frameQueuedList Dec 27 19:27:29 Bens-MacBook-Pro kernel[0]: Isoc Frames / usbCompletions Dec 27 19:27:29 Bens-MacBook-Pro kernel[0]: EMUUSBAudioEngine::SetSampleRate 44100 Dec 27 19:27:29 Bens-MacBook-Pro kernel[0]: using SampleRateXU Dec 27 19:27:29 Bens-MacBook-Pro kernel[0]: createInputPipe Dec 27 19:27:29 Bens-MacBook-Pro kernel[0]: +UsbInputRing::init 98304 529200 Dec 27 19:27:29 Bens-MacBook-Pro kernel[0]: -UsbInputRing::init 185759637 Dec 27 19:27:29 Bens-MacBook-Pro kernel[0]: USB pipe READ error e00002ef Dec 27 19:27:29 --- last message repeated 3 times --- Dec 27 19:27:29 Bens-MacBook-Pro kernel[0]: ++EMUUSBAudioEngine[0xffffff80339e0800]::performEngineStart result is 0x0 direction 1 Dec 27 19:28:54 Bens-MacBook-Pro.local soagent[261]: Can't allocate SOHelper <SOMessageHelper: 0x7fe7337df110> inside com.apple.soagent

BenCarlin commented 9 years ago

I can paste the rest in from that point on if you like?

BenCarlin commented 9 years ago

Actually there's loads so props not good to paste it all in lol

Wouter1 commented 9 years ago

Mmm this is interesting. Is there more text after that USB pipe read error? Can you give me like 30 lines after it, if there are

BenCarlin commented 9 years ago

Yeah there's loads more but yeah I'll give you around 30 lines

BenCarlin commented 9 years ago

Dec 27 19:35:56 Bens-MacBook-Pro kernel[0]: USB pipe READ error e00002ef Dec 27 19:35:56 --- last message repeated 3 times --- Dec 27 19:35:56 Bens-MacBook-Pro kernel[0]: ++EMUUSBAudioEngine[0xffffff80339e0800]::performEngineStart result is 0x0 direction 1 Dec 27 19:35:57 Bens-MacBook-Pro kernel[0]: unitID 14 Dec 27 19:35:57 Bens-MacBook-Pro kernel[0]: mDigitalIOXU Dec 27 19:35:57 Bens-MacBook-Pro kernel[0]: +EMUUSBAudioDevice[0xffffff8032d33400]::QueryXU Dec 27 19:35:57 Bens-MacBook-Pro kernel[0]: DigitalIOStatus changed Dec 27 19:35:57 Bens-MacBook-Pro kernel[0]: Digital IO SampleRate Dec 27 19:35:57 Bens-MacBook-Pro kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 Dec 27 19:35:57 Bens-MacBook-Pro kernel[0]: ++EMUUSBAudioDevice[0xffffff8032d33400]::deviceRequest(0xffffff81f9003d28, 0) = 0 Dec 27 19:35:57 Bens-MacBook-Pro kernel[0]: EMUXUCustomControl::hardwareValueChanged value 0 Dec 27 19:35:57 Bens-MacBook-Pro kernel[0]: EMUXUCustomControl::hardwareValueChanged result 0 Dec 27 19:35:57 Bens-MacBook-Pro kernel[0]: DigitalIO Sync Lock Dec 27 19:35:57 Bens-MacBook-Pro kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 Dec 27 19:35:57 Bens-MacBook-Pro kernel[0]: ++EMUUSBAudioDevice[0xffffff8032d33400]::deviceRequest(0xffffff81f9003d28, 0) = 0 Dec 27 19:35:57 Bens-MacBook-Pro kernel[0]: EMUXUCustomControl::hardwareValueChanged value 1 Dec 27 19:35:57 Bens-MacBook-Pro kernel[0]: EMUXUCustomControl::hardwareValueChanged result 0 Dec 27 19:35:57 Bens-MacBook-Pro kernel[0]: -EMUUSBAudioDevice[0xffffff8032d33400]::QueryXU Dec 27 19:35:57 Bens-MacBook-Pro com.apple.xpc.launchd1: Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash Dec 27 19:36:01 Bens-MacBook-Pro com.apple.xpc.launchd[1](com.creative-professional.E-MU USB Audio Control Panel.61944[564]): Service exited due to signal: Segmentation fault: 11 Dec 27 19:36:02 Bens-MacBook-Pro.local ReportCrash[643]: Saved crash report for E-MU USB Audio Control Panel[564] version 1.50 (1.50.07) to /Users/bencarlin/Library/Logs/DiagnosticReports/E-MU USB Audio Control Panel_2014-12-27-193602_Bens-MacBook-Pro.crash Dec 27 19:36:08 Bens-MacBook-Pro.local GarageBand[576]: Audio engine overloaded, resetting Dec 27 19:37:08 Bens-MacBook-Pro.local sharingd[237]: 19:37:08.157 : Stopping Handoff advertising Dec 27 19:37:18 Bens-MacBook-Pro kernel[0]: terminating the EMUUSBAudioDevice Dec 27 19:37:18 Bens-MacBook-Pro kernel[0]: -EMUUSBAudioEngine[0xffffff80339e0800]::requestTerminate (0xffffff8032d33400, 7) Dec 27 19:37:18 Bens-MacBook-Pro kernel[0]: +EMUUSBAudioDevice[0xffffff8032d33400]::willTerminate(0xffffff8031e13200) Dec 27 19:37:18 Bens-MacBook-Pro kernel[0]: -EMUUSBAudioDevice[0xffffff8032d33400]::willTerminate Dec 27 19:37:18 Bens-MacBook-Pro kernel[0]: -EMUUSBAudioEngine[0xffffff80339e0800]::willTerminate Dec 27 19:37:18 Bens-MacBook-Pro kernel[0]: +EMUUSBAudioDevice[0xffffff8032d33400]::message(0xe0000010, 0xffffff8031e13200) - rc=18 Dec 27 19:37:18 Bens-MacBook-Pro kernel[0]: message releasing mStatusCheckTimer Dec 27 19:37:18 Bens-MacBook-Pro kernel[0]: releasing the updateTimer Dec 27 19:37:18 Bens-MacBook-Pro kernel[0]: unitID 14 Dec 27 19:37:18 Bens-MacBook-Pro kernel[0]: +EMUUSBAudioEngine[0xffffff80339e0800]::stop (0xffffff8032d33400) Dec 27 19:37:18 Bens-MacBook-Pro kernel[0]: closing stream

BenCarlin commented 9 years ago

It goes on for loads after that as well.

Wouter1 commented 9 years ago

Thanks! Looking at it

Wouter1 commented 9 years ago

From that log it seems like the EMU control panel crashed and that caused a termination of the driver. There is a crash report but decyphering it is a bit troublesome as it's not in our hands (it's provided as is by Creative). Maybe we can better first try to get the audio working (instead of debugging the control panel)

Maybe you can reboot and not open the EMU control panel after reboot. Instead, straight open the system's audio control panel and try again to connect.

BenCarlin commented 9 years ago

Ok so I just reboot, go to control panel and select 'sound' under 'input' select the emu 0404 and see if that message 'The selected device has no input controls' goes away?

Wouter1 commented 9 years ago

yes. The reboot it to re-start the EMU driver as it apparently got stuck for some reason. I'm not sure in which order you did things, but the control panel was open and crashed according to that log. If you opened the system audio control panel after that then the driver was already stopped.

BenCarlin commented 9 years ago

I tried rebooting and then switching on my box. Then going to sound input settings from system preferences and making sure emu 0404 was ticked. Same message appeared "The selected device has no input controls".

Doesn't look promising does it lol...

Wouter1 commented 9 years ago

No there is something wrong. With your help I maybe can fix it - it works all fine here... Can you post the lines in /var/log/system log agian? Starting from "performAudioEngineStart" till the end.

BenCarlin commented 9 years ago

Ok so here is the log.... its very long! Really appreciate your help and support.

27 Dec 2014 20:26:05 kernel[0]: +EMUUSBAudioDevice[0xffffff8052e28400]::performPowerStateChange(1, 2, 0xffffff82170eb8f4) 27 Dec 2014 20:26:05 kernel[0]: +EMUUSBAudioEngine[0xffffff8052e51800]::performAudioEngineStart () 27 Dec 2014 20:26:05 kernel[0]: about to start USB stream(s) 27 Dec 2014 20:26:05 kernel[0]: averageFrameSamples=44 27 Dec 2014 20:26:05 kernel[0]: usbInputStream.frameQueuedList 27 Dec 2014 20:26:05 kernel[0]: Isoc Frames / usbCompletions 27 Dec 2014 20:26:05 kernel[0]: EMUUSBAudioEngine::SetSampleRate 44100 27 Dec 2014 20:26:05 kernel[0]: using SampleRateXU 27 Dec 2014 20:26:05 kernel[0]: createInputPipe 27 Dec 2014 20:26:05 kernel[0]: +UsbInputRing::init 98304 529200 27 Dec 2014 20:26:05 kernel[0]: -UsbInputRing::init 185759637 27 Dec 2014 20:26:05 kernel[0]: USB pipe READ error e00002ef 27 Dec 2014 20:26:05 kernel[0]: USB pipe READ error e00002ef 27 Dec 2014 20:26:05 kernel[0]: USB pipe READ error e00002ef 27 Dec 2014 20:26:05 kernel[0]: USB pipe READ error e00002ef 27 Dec 2014 20:26:05 kernel[0]: ++EMUUSBAudioEngine[0xffffff8052e51800]::performEngineStart result is 0x0 direction 1 27 Dec 2014 20:26:05 sandboxd[314]: com.apple.metada(341) deny mach-lookup com.apple.cfnetwork.cfnetworkagent 27 Dec 2014 20:26:12 com.apple.xpc.launchd[1]: The _DirtyJetsamMemoryLimit key is not available on this platform. 27 Dec 2014 20:26:12 com.apple.xpc.launchd[1]: The _DirtyJetsamMemoryLimit key is not available on this platform. 27 Dec 2014 20:26:22 kernel[0]: terminating the EMUUSBAudioDevice 27 Dec 2014 20:26:22 kernel[0]: -EMUUSBAudioEngine[0xffffff8052e51800]::requestTerminate (0xffffff8052e28400, 7) 27 Dec 2014 20:26:22 kernel[0]: +EMUUSBAudioDevice[0xffffff8052e28400]::willTerminate(0xffffff80514d6e00) 27 Dec 2014 20:26:22 kernel[0]: -EMUUSBAudioDevice[0xffffff8052e28400]::willTerminate 27 Dec 2014 20:26:22 kernel[0]: -EMUUSBAudioEngine[0xffffff8052e51800]::willTerminate 27 Dec 2014 20:26:22 kernel[0]: +EMUUSBAudioDevice[0xffffff8052e28400]::message(0xe0000010, 0xffffff80514d6e00) - rc=18 27 Dec 2014 20:26:22 kernel[0]: message releasing mStatusCheckTimer 27 Dec 2014 20:26:22 kernel[0]: releasing the updateTimer 27 Dec 2014 20:26:22 kernel[0]: unitID 14 27 Dec 2014 20:26:22 kernel[0]: +EMUUSBAudioEngine[0xffffff8052e51800]::stop (0xffffff8052e28400) 27 Dec 2014 20:26:22 kernel[0]: closing stream 27 Dec 2014 20:26:22 kernel[0]: closing stream 27 Dec 2014 20:26:22 kernel[0]: -EMUUSBAudioEngine[0xffffff8052e51800]::stop (0xffffff8052e28400) - rc=10 27 Dec 2014 20:26:22 kernel[0]: EMUUSBAudioEngine[0xffffff8052e51800]: detaching 0xffffff8052e28400 27 Dec 2014 20:26:22 kernel[0]: +EMUUSBAudioDevice[0xffffff8052e28400]::stop(0xffffff80514d6e00) - audioEngines = 0xffffff80541cb580 - rc=6 27 Dec 2014 20:26:22 kernel[0]: releasing the status pipe 27 Dec 2014 20:26:22 kernel[0]: Terminating the engine 27 Dec 2014 20:26:22 kernel[0]: about to close the control interface 27 Dec 2014 20:26:22 kernel[0]: Release the XU controls 27 Dec 2014 20:26:22 kernel[0]: Release the AudioConfig object 27 Dec 2014 20:26:22 kernel[0]: -EMUUSBAudioDevice[0xffffff8052e28400]::stop() 27 Dec 2014 20:26:22 kernel[0]: +EMUUSBAudioDevice[0xffffff8052e28400]: detaching 0xffffff80514d6e00, rc=5 27 Dec 2014 20:26:22 kernel[0]: -EMUUSBAudioDevice[0xffffff8052e28400]: detaching 0xffffff80514d6e00, rc=3 27 Dec 2014 20:26:22 kernel[0]: +EMUUSBAudioDevice[0xffffff8052e28400]::free() 27 Dec 2014 20:26:22 kernel[0]: -EMUUSBAudioDevice[0xffffff8052e28400]::free() 27 Dec 2014 20:26:25 kernel[0]: +EMUUSBAudioEngine[0xffffff8052e51800]::free () 27 Dec 2014 20:26:25 kernel[0]: -EMUUSBAudioEngine[0xffffff8052e51800]::free() 27 Dec 2014 20:26:29 storeaccountd[327]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f8cb1e69c10> connection from pid 358 with interface <AccountServiceInterface: 0x7f8cb1e525f0> (PID 358) 27 Dec 2014 20:26:29 com.apple.xpc.launchd[1]: The _DirtyJetsamMemoryLimit key is not available on this platform. 27 Dec 2014 20:26:29 locationd[60]: Couldn't find a requirement string for masquerading client /System/Library/PrivateFrameworks/Parsec.framework 27 Dec 2014 20:26:29 locationd[60]: could not get apple languages array, assuming english 27 Dec 2014 20:26:30 com.apple.xpc.launchd[1]: The _DirtyJetsamMemoryLimit key is not available on this platform. 27 Dec 2014 20:26:36 discoveryd[54]: AwdlD2d AwdlD2dStopBrowsingForKey: '_raop' Browsing service stopped 27 Dec 2014 20:26:36 discoveryd[54]: AwdlD2d AwdlD2dStopBrowsingForKey: '_airplay' Browsing service stopped 27 Dec 2014 20:26:43 com.apple.xpc.launchd[1]: The _DirtyJetsamMemoryLimit key is not available on this platform. 27 Dec 2014 20:26:46 login[375]: USER_PROCESS: 375 ttys000 27 Dec 2014 20:26:57 sudo[384]: bencarlin : TTY=ttys000 ; PWD=/Users/bencarlin/Desktop/EMU-driver-master ; USER=root ; COMMAND=/sbin/kextunload /System/Library/Extensions/EMUUSBAudio.kext 27 Dec 2014 20:26:57 sudo[387]: bencarlin : TTY=ttys000 ; PWD=/Users/bencarlin/Desktop/EMU-driver-master ; USER=root ; COMMAND=/bin/rm -r /System/Library/Extensions/EMUUSBAudio.kext 27 Dec 2014 20:26:57 sudo[389]: bencarlin : TTY=ttys000 ; PWD=/Users/bencarlin/Desktop/EMU-driver-master ; USER=root ; COMMAND=/bin/cp -r EMUUSBAudio.kext /System/Library/Extensions 27 Dec 2014 20:26:58 sudo[391]: bencarlin : TTY=ttys000 ; PWD=/System/Library/Extensions ; USER=root ; COMMAND=/usr/bin/chgrp -R wheel EMUUSBAudio.kext 27 Dec 2014 20:26:58 sudo[393]: bencarlin : TTY=ttys000 ; PWD=/System/Library/Extensions ; USER=root ; COMMAND=/sbin/kextload -v EMUUSBAudio.kext 27 Dec 2014 20:26:58 com.apple.kextd[20]: Cache file /System/Library/Caches/com.apple.kext.caches/Directories/System/Library/Extensions/KextIdentifiers.plist.gz is out of date; not using. 27 Dec 2014 20:27:02 com.apple.kextd[20]: kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext "/System/Library/Extensions/EMUUSBAudio.kext" 27 Dec 2014 20:27:02 login[375]: DEAD_PROCESS: 375 ttys000 27 Dec 2014 20:27:06 kernel[0]: IO80211AWDLPeerManager::doMonitorTimer(): Disabling AWDL due to no services and idle link. 27 Dec 2014 20:27:35 kernel[0]: +EMUUSBAudioDevice[0xffffff80561cb400]: detaching 0xffffff804d0e2200, rc=2 27 Dec 2014 20:27:35 kernel[0]: -EMUUSBAudioDevice[0xffffff80561cb400]: detaching 0xffffff804d0e2200, rc=1 27 Dec 2014 20:27:35 kernel[0]: + EMUUSBAudioDevice[0xffffff80561cb400]::start(0xffffff804d0e2200) 27 Dec 2014 20:27:35 kernel[0]: - EMUUSBAudioDevice[0xffffff80561cb400]::start(0xffffff804d0e2200) 27 Dec 2014 20:27:35 kernel[0]: +EMUUSBAudioDevice[0xffffff80561cb400]::protectedInitHardware(0xffffff804d0e2200) 27 Dec 2014 20:27:35 kernel[0]: checkUHCI currentEntry 0xffffff81cc36a000 27 Dec 2014 20:27:35 kernel[0]: UHCI connection is 0 27 Dec 2014 20:27:35 kernel[0]: There are 1 configurations on this device 27 Dec 2014 20:27:35 kernel[0]: Our control interface number is 0 27 Dec 2014 20:27:35 kernel[0]: Sound assertion "0 == thisUnitIDNum" failed in "/Volumes/prive/git/EMU-driver/src/EMUUSBAudio/EMUUSBAudioDevice.cpp" at line 2056 goto Exit 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioDevice started about to registerService result is 1 27 Dec 2014 20:27:35 kernel[0]: Sound assertion "0 == thisUnitIDNum" failed in "/Volumes/prive/git/EMU-driver/src/EMUUSBAudio/EMUUSBAudioDevice.cpp" at line 2056 goto Exit 27 Dec 2014 20:27:35 kernel[0]: +EMUUSBAudioDevice[0xffffff80561cb400]::message(0xe0000101, 0xffffff804d0e2200) - rc=4 27 Dec 2014 20:27:35 kernel[0]: +EMUUSBAudioDevice[0xffffff80561cb400]::message(0xe0000110, 0xffffff804d0e2200) - rc=4 27 Dec 2014 20:27:35 kernel[0]: Sound assertion "0 == thisUnitIDNum" failed in "/Volumes/prive/git/EMU-driver/src/EMUUSBAudio/EMUUSBAudioDevice.cpp" at line 2056 goto Exit 27 Dec 2014 20:27:35 kernel[0]: Sound assertion "0 == thisUnitIDNum" failed in "/Volumes/prive/git/EMU-driver/src/EMUUSBAudio/EMUUSBAudioDevice.cpp" at line 2056 goto Exit 27 Dec 2014 20:27:35 VDCAssistant[145]: VDCAssistant: Found a camera (0x1d110000041e3f04) , but was not able to start it up (0x0 -- (os/kern) successful) 27 Dec 2014 20:27:35 VDCAssistant[145]: VDCAssistant: Found a camera (0x1d110000041e3f04) , but was not able to start it up (0x0 -- (os/kern) successful) 27 Dec 2014 20:27:35 kernel[0]: Sound assertion "0 == thisUnitIDNum" failed in "/Volumes/prive/git/EMU-driver/src/EMUUSBAudio/EMUUSBAudioDevice.cpp" at line 2056 goto Exit 27 Dec 2014 20:27:35 kernel[0]: Sound assertion "0 == thisUnitIDNum" failed in "/Volumes/prive/git/EMU-driver/src/EMUUSBAudio/EMUUSBAudioDevice.cpp" at line 2056 goto Exit 27 Dec 2014 20:27:35 kernel[0]: Sound assertion "0 == thisUnitIDNum" failed in "/Volumes/prive/git/EMU-driver/src/EMUUSBAudio/EMUUSBAudioDevice.cpp" at line 2056 goto Exit 27 Dec 2014 20:27:35 kernel[0]: Sound assertion "0 == thisUnitIDNum" failed in "/Volumes/prive/git/EMU-driver/src/EMUUSBAudio/EMUUSBAudioDevice.cpp" at line 2056 goto Exit 27 Dec 2014 20:27:35 kernel[0]: Sound assertion "0 == thisUnitIDNum" failed in "/Volumes/prive/git/EMU-driver/src/EMUUSBAudio/EMUUSBAudioDevice.cpp" at line 2056 goto Exit 27 Dec 2014 20:27:35 kernel[0]: Num streams controlled = 3 27 Dec 2014 20:27:35 kernel[0]: GetNumStreamInterfaces = 2 27 Dec 2014 20:27:35 kernel[0]: ++EMUUSBAudioDevice[0xffffff80561cb400]::deviceRequest(0xffffff821915ba88, 0) = 0 27 Dec 2014 20:27:35 kernel[0]: +EMUUSBAudioDevice[0xffffff80561cb400]::QueryXU 27 Dec 2014 20:27:35 kernel[0]: DigitalIOStatus changed 27 Dec 2014 20:27:35 kernel[0]: Digital IO SampleRate 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioDevice::deviceRequest result=-536854449 27 Dec 2014 20:27:35 kernel[0]: unitID 190 27 Dec 2014 20:27:35 kernel[0]: clearing pipe stall result 0 27 Dec 2014 20:27:35 kernel[0]: ++EMUUSBAudioDevice[0xffffff80561cb400]::deviceRequest(0xffffff821915b968, 0) = e000404f 27 Dec 2014 20:27:35 kernel[0]: DigitalIO Sync Lock 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioDevice::deviceRequest result=-536854449 27 Dec 2014 20:27:35 kernel[0]: clearing pipe stall result 0 27 Dec 2014 20:27:35 kernel[0]: ++EMUUSBAudioDevice[0xffffff80561cb400]::deviceRequest(0xffffff821915b968, 0) = e000404f 27 Dec 2014 20:27:35 kernel[0]: -EMUUSBAudioDevice[0xffffff80561cb400]::QueryXU 27 Dec 2014 20:27:35 kernel[0]: -EMUUSBAudioDevice::setupStatusFeedback 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 27 Dec 2014 20:27:35 kernel[0]: ++EMUUSBAudioDevice[0xffffff80561cb400]::deviceRequest(0xffffff821915ba38, 0) = 0 27 Dec 2014 20:27:35 kernel[0]: default sample rate is 44100 27 Dec 2014 20:27:35 kernel[0]: +EMUUSBAudioEngine[0xffffff8056b4a800]::init () 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioEngine[0xffffff8056b4a800]::init () 27 Dec 2014 20:27:35 kernel[0]: activate audio engine 27 Dec 2014 20:27:35 kernel[0]: +EMUUSBAudioEngine[0xffffff8056b4a800]::start (0xffffff80561cb400) 27 Dec 2014 20:27:35 kernel[0]: Adding notification with custom matching dictionary 27 Dec 2014 20:27:35 kernel[0]: table entry: IOProviderClass 27 Dec 2014 20:27:35 kernel[0]: table entry: IOAudioDeviceName 27 Dec 2014 20:27:35 kernel[0]: ++EMUUSBAudioDevice[0xffffff80561cb400]::matchPropertyTable(0xffffff804d4b9180, 0xffffff821915b8d4) = 1(custom dictionary match) 27 Dec 2014 20:27:35 kernel[0]: +EMUUSBAudioEngine::audioDevicePublished (0xffffff8056b4a800, 0, 0xffffff80561cb400) 27 Dec 2014 20:27:35 kernel[0]: Checking stream 1 against controled stream 1 27 Dec 2014 20:27:35 kernel[0]: ++EMUUSBAudioEngine[0xffffff8056b4a800]: found device (0xffffff80561cb400) for Audio Engine (0xffffff8056b4a800) 27 Dec 2014 20:27:35 kernel[0]: Checking stream 2 against controled stream 1 27 Dec 2014 20:27:35 kernel[0]: Checking stream 2 against controled stream 2 27 Dec 2014 20:27:35 kernel[0]: ++EMUUSBAudioEngine[0xffffff8056b4a800]: found device (0xffffff80561cb400) for Audio Engine (0xffffff8056b4a800) 27 Dec 2014 20:27:35 kernel[0]: -EMUUSBAudioEngine::audioDevicePublished (0xffffff8056b4a800, 0, 0xffffff80561cb400) 27 Dec 2014 20:27:35 kernel[0]: GetUSBAudioConfigObject 27 Dec 2014 20:27:35 kernel[0]: +IOAudioEngine::start 27 Dec 2014 20:27:35 kernel[0]: +EMUUSBAudioEngine[0xffffff8056b4a800]::initHardware (0xffffff80561cb400) 27 Dec 2014 20:27:35 kernel[0]: can't resolve direction from endpoints, resorting to slimy hack instead 27 Dec 2014 20:27:35 kernel[0]: direction of interface 1 is 0 (In=1,Out=0) 27 Dec 2014 20:27:35 kernel[0]: hardware sample rate is 44100 27 Dec 2014 20:27:35 kernel[0]: Finding interface 1 numChannels 10 sampleRate 44100 27 Dec 2014 20:27:35 kernel[0]: Finding interface 1 numChannels 8 sampleRate 44100 27 Dec 2014 20:27:35 kernel[0]: Finding interface 1 numChannels 6 sampleRate 44100 27 Dec 2014 20:27:35 kernel[0]: Finding interface 1 numChannels 4 sampleRate 44100 27 Dec 2014 20:27:35 kernel[0]: newAltSettingID 11 27 Dec 2014 20:27:35 kernel[0]: format is 1 27 Dec 2014 20:27:35 kernel[0]: direction is 0 pollInterval is 8 27 Dec 2014 20:27:35 kernel[0]: found channel count 4 27 Dec 2014 20:27:35 kernel[0]: Default sample rate is 44100 27 Dec 2014 20:27:35 kernel[0]: Default alternate setting ID is 11 27 Dec 2014 20:27:35 kernel[0]: can't resolve direction from endpoints, resorting to slimy hack instead 27 Dec 2014 20:27:35 kernel[0]: direction of interface 2 is 1 (In=1,Out=0) 27 Dec 2014 20:27:35 kernel[0]: hardware sample rate is 44100 27 Dec 2014 20:27:35 kernel[0]: Finding interface 2 numChannels 10 sampleRate 44100 27 Dec 2014 20:27:35 kernel[0]: Finding interface 2 numChannels 8 sampleRate 44100 27 Dec 2014 20:27:35 kernel[0]: Finding interface 2 numChannels 6 sampleRate 44100 27 Dec 2014 20:27:35 kernel[0]: Finding interface 2 numChannels 4 sampleRate 44100 27 Dec 2014 20:27:35 kernel[0]: newAltSettingID 11 27 Dec 2014 20:27:35 kernel[0]: format is 1 27 Dec 2014 20:27:35 kernel[0]: direction is 1 pollInterval is 8 27 Dec 2014 20:27:35 kernel[0]: found channel count 4 27 Dec 2014 20:27:35 kernel[0]: Default sample rate is 44100 27 Dec 2014 20:27:35 kernel[0]: Default alternate setting ID is 11 27 Dec 2014 20:27:35 kernel[0]: input alternateID 11 27 Dec 2014 20:27:35 kernel[0]: output alternatID 11 27 Dec 2014 20:27:35 kernel[0]: ++EMUUSBAudioDevice::getHubSpeed() = kUSBDeviceSpeedHigh 27 Dec 2014 20:27:35 kernel[0]: There are 17 alternate stream interfaces on interface 2 27 Dec 2014 20:27:35 kernel[0]: There are 17 alternate stream interfaces on interface 2 27 Dec 2014 20:27:35 kernel[0]: direction 1 pollInterval 8 27 Dec 2014 20:27:35 kernel[0]: Interface 2, Alt 1 has a 27 Dec 2014 20:27:35 kernel[0]: 24 bit interface, 27 Dec 2014 20:27:35 kernel[0]: 2 channels, and 27 Dec 2014 20:27:35 kernel[0]: 1 sample rates, which are: 27 Dec 2014 20:27:35 kernel[0]: 44100 27 Dec 2014 20:27:35 kernel[0]: direction 1 pollInterval 4 27 Dec 2014 20:27:35 kernel[0]: direction 1 pollInterval 8 27 Dec 2014 20:27:35 kernel[0]: Interface 2, Alt 3 has a 27 Dec 2014 20:27:35 kernel[0]: 24 bit interface, 27 Dec 2014 20:27:35 kernel[0]: 2 channels, and 27 Dec 2014 20:27:35 kernel[0]: 1 sample rates, which are: 27 Dec 2014 20:27:35 kernel[0]: 48000 27 Dec 2014 20:27:35 kernel[0]: direction 1 pollInterval 4 27 Dec 2014 20:27:35 kernel[0]: direction 1 pollInterval 8 27 Dec 2014 20:27:35 kernel[0]: Interface 2, Alt 5 has a 27 Dec 2014 20:27:35 kernel[0]: 24 bit interface, 27 Dec 2014 20:27:35 kernel[0]: 2 channels, and 27 Dec 2014 20:27:35 kernel[0]: 1 sample rates, which are: 27 Dec 2014 20:27:35 kernel[0]: 88200 27 Dec 2014 20:27:35 kernel[0]: direction 1 pollInterval 4 27 Dec 2014 20:27:35 kernel[0]: direction 1 pollInterval 8 27 Dec 2014 20:27:35 kernel[0]: Interface 2, Alt 7 has a 27 Dec 2014 20:27:35 kernel[0]: 24 bit interface, 27 Dec 2014 20:27:35 kernel[0]: 2 channels, and 27 Dec 2014 20:27:35 kernel[0]: 1 sample rates, which are: 27 Dec 2014 20:27:35 kernel[0]: 96000 27 Dec 2014 20:27:35 kernel[0]: direction 1 pollInterval 4 27 Dec 2014 20:27:35 kernel[0]: direction 1 pollInterval 4 27 Dec 2014 20:27:35 kernel[0]: direction 1 pollInterval 4 27 Dec 2014 20:27:35 kernel[0]: direction 1 pollInterval 8 27 Dec 2014 20:27:35 kernel[0]: Interface 2, Alt 11 has a 27 Dec 2014 20:27:35 kernel[0]: 24 bit interface, 27 Dec 2014 20:27:35 kernel[0]: 4 channels, and 27 Dec 2014 20:27:35 kernel[0]: 1 sample rates, which are: 27 Dec 2014 20:27:35 kernel[0]: 44100 27 Dec 2014 20:27:35 kernel[0]: direction 1 pollInterval 4 27 Dec 2014 20:27:35 kernel[0]: direction 1 pollInterval 8 27 Dec 2014 20:27:35 kernel[0]: Interface 2, Alt 13 has a 27 Dec 2014 20:27:35 kernel[0]: 24 bit interface, 27 Dec 2014 20:27:35 kernel[0]: 4 channels, and 27 Dec 2014 20:27:35 kernel[0]: 1 sample rates, which are: 27 Dec 2014 20:27:35 kernel[0]: 48000 27 Dec 2014 20:27:35 kernel[0]: direction 1 pollInterval 4 27 Dec 2014 20:27:35 kernel[0]: direction 1 pollInterval 4 27 Dec 2014 20:27:35 kernel[0]: direction 1 pollInterval 4 27 Dec 2014 20:27:35 kernel[0]: There are 19 alternate stream interfaces on interface 1 27 Dec 2014 20:27:35 kernel[0]: direction 0 pollInterval 8 27 Dec 2014 20:27:35 kernel[0]: Interface 1, Alt 1 has a 27 Dec 2014 20:27:35 kernel[0]: 24 bit interface, 27 Dec 2014 20:27:35 kernel[0]: 2 channels, and 27 Dec 2014 20:27:35 kernel[0]: 1 sample rates, which are: 27 Dec 2014 20:27:35 kernel[0]: 44100 27 Dec 2014 20:27:35 kernel[0]: direction 0 pollInterval 4 27 Dec 2014 20:27:35 kernel[0]: direction 0 pollInterval 8 27 Dec 2014 20:27:35 kernel[0]: Interface 1, Alt 3 has a 27 Dec 2014 20:27:35 kernel[0]: 24 bit interface, 27 Dec 2014 20:27:35 kernel[0]: 2 channels, and 27 Dec 2014 20:27:35 kernel[0]: 1 sample rates, which are: 27 Dec 2014 20:27:35 kernel[0]: 48000 27 Dec 2014 20:27:35 kernel[0]: direction 0 pollInterval 4 27 Dec 2014 20:27:35 kernel[0]: direction 0 pollInterval 8 27 Dec 2014 20:27:35 kernel[0]: Interface 1, Alt 5 has a 27 Dec 2014 20:27:35 kernel[0]: 24 bit interface, 27 Dec 2014 20:27:35 kernel[0]: 2 channels, and 27 Dec 2014 20:27:35 kernel[0]: 1 sample rates, which are: 27 Dec 2014 20:27:35 kernel[0]: 88200 27 Dec 2014 20:27:35 kernel[0]: direction 0 pollInterval 4 27 Dec 2014 20:27:35 kernel[0]: direction 0 pollInterval 8 27 Dec 2014 20:27:35 kernel[0]: Interface 1, Alt 7 has a 27 Dec 2014 20:27:35 kernel[0]: 24 bit interface, 27 Dec 2014 20:27:35 kernel[0]: 2 channels, and 27 Dec 2014 20:27:35 kernel[0]: 1 sample rates, which are: 27 Dec 2014 20:27:35 kernel[0]: 96000 27 Dec 2014 20:27:35 kernel[0]: direction 0 pollInterval 4 27 Dec 2014 20:27:35 kernel[0]: direction 0 pollInterval 4 27 Dec 2014 20:27:35 kernel[0]: direction 0 pollInterval 4 27 Dec 2014 20:27:35 kernel[0]: direction 0 pollInterval 8 27 Dec 2014 20:27:35 kernel[0]: Interface 1, Alt 11 has a 27 Dec 2014 20:27:35 kernel[0]: 24 bit interface, 27 Dec 2014 20:27:35 kernel[0]: 4 channels, and 27 Dec 2014 20:27:35 kernel[0]: 1 sample rates, which are: 27 Dec 2014 20:27:35 kernel[0]: 44100 27 Dec 2014 20:27:35 kernel[0]: direction 0 pollInterval 4 27 Dec 2014 20:27:35 kernel[0]: direction 0 pollInterval 8 27 Dec 2014 20:27:35 kernel[0]: Interface 1, Alt 13 has a 27 Dec 2014 20:27:35 kernel[0]: 24 bit interface, 27 Dec 2014 20:27:35 kernel[0]: 4 channels, and 27 Dec 2014 20:27:35 kernel[0]: 1 sample rates, which are: 27 Dec 2014 20:27:35 kernel[0]: 48000 27 Dec 2014 20:27:35 kernel[0]: direction 0 pollInterval 4 27 Dec 2014 20:27:35 kernel[0]: direction 0 pollInterval 4 27 Dec 2014 20:27:35 kernel[0]: direction 0 pollInterval 4 27 Dec 2014 20:27:35 kernel[0]: direction 0 pollInterval 8 27 Dec 2014 20:27:35 kernel[0]: IEC1937 AC-3 audio format type! 27 Dec 2014 20:27:35 kernel[0]: Interface 1, Alt 17 has a 27 Dec 2014 20:27:35 kernel[0]: 16 bit interface, 27 Dec 2014 20:27:35 kernel[0]: 2 channels, and 27 Dec 2014 20:27:35 kernel[0]: 1 sample rates, which are: 27 Dec 2014 20:27:35 kernel[0]: 44100 27 Dec 2014 20:27:35 kernel[0]: direction 0 pollInterval 8 27 Dec 2014 20:27:35 kernel[0]: IEC1937 AC-3 audio format type! 27 Dec 2014 20:27:35 kernel[0]: Interface 1, Alt 18 has a 27 Dec 2014 20:27:35 kernel[0]: 16 bit interface, 27 Dec 2014 20:27:35 kernel[0]: 2 channels, and 27 Dec 2014 20:27:35 kernel[0]: 1 sample rates, which are: 27 Dec 2014 20:27:35 kernel[0]: 48000 27 Dec 2014 20:27:35 kernel[0]: sampleRate 44100 27 Dec 2014 20:27:35 kernel[0]: in initHardware about to call initBuffers 27 Dec 2014 20:27:35 kernel[0]: initBuffers 27 Dec 2014 20:27:35 kernel[0]: inputSize= 540 multFactor= 12 27 Dec 2014 20:27:35 kernel[0]: outputSize= 540 multFactor= 12 27 Dec 2014 20:27:35 kernel[0]: new bufferSize = 98304 numSamplesInBuffer = 8192 27 Dec 2014 20:27:35 kernel[0]: initBuffers numUSBFrameLists 4 27 Dec 2014 20:27:35 kernel[0]: In the out path, making new buffer with size of 98304 numSamplesInBuffer 8192 27 Dec 2014 20:27:35 kernel[0]: completed initBuffers 27 Dec 2014 20:27:35 kernel[0]: initHardware input NumChannels 4, bitWidth, 24 27 Dec 2014 20:27:35 kernel[0]: opening input stream interface 27 Dec 2014 20:27:35 kernel[0]: setting input format 27 Dec 2014 20:27:35 kernel[0]: new format from INPUT 27 Dec 2014 20:27:35 kernel[0]: +EMUUSBAudioEngine::performFormatChange existing sampleRate is 44100 direction 1 27 Dec 2014 20:27:35 kernel[0]: newFormat->fBitDepth 24, newFormat->fNumChannels 4 27 Dec 2014 20:27:35 kernel[0]: fDriverTag = 0x2000b 27 Dec 2014 20:27:35 kernel[0]: Need to adjust channel controls, cur = 0, new = 4 27 Dec 2014 20:27:35 kernel[0]: ++about to set input : ourInterfaceNumber = 2 & newAlternateSettingID = 11 27 Dec 2014 20:27:35 kernel[0]: averageSampleRate = 44100 27 Dec 2014 20:27:35 kernel[0]: alternateFrameSize is 544 27 Dec 2014 20:27:35 kernel[0]: maxFrameSize 540 alternateFrameSize 544 27 Dec 2014 20:27:35 kernel[0]: initBuffers 27 Dec 2014 20:27:35 kernel[0]: inputSize= 544 multFactor= 12 27 Dec 2014 20:27:35 kernel[0]: outputSize= 540 multFactor= 12 27 Dec 2014 20:27:35 kernel[0]: releasing the input sampleBufferMemory descriptor 27 Dec 2014 20:27:35 kernel[0]: new bufferSize = 98304 numSamplesInBuffer = 8192 27 Dec 2014 20:27:35 kernel[0]: disposing the mUSBBufferDescriptor input 27 Dec 2014 20:27:35 kernel[0]: initBuffers numUSBFrameLists 4 27 Dec 2014 20:27:35 kernel[0]: disposing the output mUSBBufferDescriptor 27 Dec 2014 20:27:35 kernel[0]: In the out path, making new buffer with size of 98304 numSamplesInBuffer 8192 27 Dec 2014 20:27:35 kernel[0]: completed initBuffers 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioEngine::SetSampleRate 44100 27 Dec 2014 20:27:35 kernel[0]: using SampleRateXU 27 Dec 2014 20:27:35 kernel[0]: called setNumSampleFramesPerBuffer with 8192 27 Dec 2014 20:27:35 kernel[0]: newFormat->fNumChannels = 4, newFormat->fBitWidth 24 27 Dec 2014 20:27:35 kernel[0]: -EMUUSBAudioEngine::performFormatChange, result = 0 27 Dec 2014 20:27:35 kernel[0]: adding input audio stream 27 Dec 2014 20:27:35 kernel[0]: initHardware output NumChannels 4, bitWidth, 24 27 Dec 2014 20:27:35 kernel[0]: new format from OUTPUT 27 Dec 2014 20:27:35 kernel[0]: +EMUUSBAudioEngine::performFormatChange existing sampleRate is 44100 direction 0 27 Dec 2014 20:27:35 kernel[0]: newFormat->fBitDepth 24, newFormat->fNumChannels 4 27 Dec 2014 20:27:35 kernel[0]: fDriverTag = 0x1000b 27 Dec 2014 20:27:35 kernel[0]: Need to adjust channel controls, cur = 0, new = 4 27 Dec 2014 20:27:35 kernel[0]: ++about to set output : ourInterfaceNumber = 1 & newAlternateSettingID = 11 27 Dec 2014 20:27:35 kernel[0]: alternateFrameSize is 544 27 Dec 2014 20:27:35 kernel[0]: maxFrameSize 540 alternateFrameSize 544 27 Dec 2014 20:27:35 kernel[0]: initBuffers 27 Dec 2014 20:27:35 kernel[0]: inputSize= 544 multFactor= 12 27 Dec 2014 20:27:35 kernel[0]: outputSize= 544 multFactor= 12 27 Dec 2014 20:27:35 kernel[0]: releasing the input sampleBufferMemory descriptor 27 Dec 2014 20:27:35 kernel[0]: new bufferSize = 98304 numSamplesInBuffer = 8192 27 Dec 2014 20:27:35 kernel[0]: disposing the mUSBBufferDescriptor input 27 Dec 2014 20:27:35 kernel[0]: initBuffers numUSBFrameLists 4 27 Dec 2014 20:27:35 kernel[0]: disposing the output mUSBBufferDescriptor 27 Dec 2014 20:27:35 kernel[0]: In the out path, making new buffer with size of 98304 numSamplesInBuffer 8192 27 Dec 2014 20:27:35 kernel[0]: completed initBuffers 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioEngine::SetSampleRate 44100 27 Dec 2014 20:27:35 kernel[0]: using SampleRateXU 27 Dec 2014 20:27:35 kernel[0]: called setNumSampleFramesPerBuffer with 8192 27 Dec 2014 20:27:35 kernel[0]: newFormat->fNumChannels = 4, newFormat->fBitWidth 24 27 Dec 2014 20:27:35 kernel[0]: -EMUUSBAudioEngine::performFormatChange, result = 0 27 Dec 2014 20:27:35 kernel[0]: +EMUUSBAudioDevice::doControlStuff(0x0xffffff8056b4a800, 1, 11) 27 Dec 2014 20:27:35 kernel[0]: this usbAudioEngine = 0xffffff8056b4a800 27 Dec 2014 20:27:35 kernel[0]: +EMUUSBAudioDevice::GetVariousUnits() 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioDevice::GetVariousUnits : output feature unit = 4 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioDevice::GetVariousUnits : input feature unit = 4 27 Dec 2014 20:27:35 kernel[0]: -EMUUSBAudioDevice::GetVariousUnits() 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 27 Dec 2014 20:27:35 kernel[0]: ++EMUUSBAudioDevice[0xffffff80561cb400]::deviceRequest(0xffffff821915b388, 0) = 0 27 Dec 2014 20:27:35 kernel[0]: -EMUUSBAudioDevice::doControlStuff(0x0xffffff8056b4a800, 1, 11) 27 Dec 2014 20:27:35 kernel[0]: +EMUUSBAudioDevice::doControlStuff(0x0xffffff8056b4a800, 2, 11) 27 Dec 2014 20:27:35 kernel[0]: this usbAudioEngine = 0xffffff8056b4a800 27 Dec 2014 20:27:35 kernel[0]: +EMUUSBAudioDevice::GetVariousUnits() 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioDevice::GetVariousUnits : output feature unit = 4 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioDevice::GetVariousUnits : input feature unit = 4 27 Dec 2014 20:27:35 kernel[0]: -EMUUSBAudioDevice::GetVariousUnits() 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 27 Dec 2014 20:27:35 kernel[0]: ++EMUUSBAudioDevice[0xffffff80561cb400]::deviceRequest(0xffffff821915b388, 0) = 0 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 27 Dec 2014 20:27:35 kernel[0]: ++EMUUSBAudioDevice[0xffffff80561cb400]::deviceRequest(0xffffff821915b3b8, 0) = 0 27 Dec 2014 20:27:35 kernel[0]: ClockSelector created 27 Dec 2014 20:27:35 kernel[0]: EMUXUCustomControl create initialValue 0 27 Dec 2014 20:27:35 kernel[0]: EMUXUCustomControl::setValueChangedHandler 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioDevice::deviceRequest bmRequestType=21 bRequest=1 wValue=200 wIndex=d00 wLength=1 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 27 Dec 2014 20:27:35 kernel[0]: ++EMUUSBAudioDevice[0xffffff80561cb400]::deviceRequest(0xffffff821915b3b8, 0) = 0 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 27 Dec 2014 20:27:35 kernel[0]: ++EMUUSBAudioDevice[0xffffff80561cb400]::deviceRequest(0xffffff821915b3b8, 0) = 0 27 Dec 2014 20:27:35 kernel[0]: EMUXUCustomControl create initialValue 0 27 Dec 2014 20:27:35 kernel[0]: DigitalIOStatus created 27 Dec 2014 20:27:35 kernel[0]: EMUXUCustomControl::setValueChangedHandler 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 27 Dec 2014 20:27:35 kernel[0]: ++EMUUSBAudioDevice[0xffffff80561cb400]::deviceRequest(0xffffff821915b3b8, 0) = 0 27 Dec 2014 20:27:35 kernel[0]: EMUXUCustomControl create initialValue 1 27 Dec 2014 20:27:35 kernel[0]: made kDigIOSyncSrcController 27 Dec 2014 20:27:35 kernel[0]: EMUXUCustomControl::setValueChangedHandler 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 27 Dec 2014 20:27:35 kernel[0]: ++EMUUSBAudioDevice[0xffffff80561cb400]::deviceRequest(0xffffff821915b3b8, 0) = 0 27 Dec 2014 20:27:35 kernel[0]: EMUXUCustomControl create initialValue 0 27 Dec 2014 20:27:35 kernel[0]: made kDigIOAsyncSrcController 27 Dec 2014 20:27:35 kernel[0]: EMUXUCustomControl::setValueChangedHandler 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 27 Dec 2014 20:27:35 kernel[0]: ++EMUUSBAudioDevice[0xffffff80561cb400]::deviceRequest(0xffffff821915b3b8, 0) = 0 27 Dec 2014 20:27:35 kernel[0]: EMUXUCustomControl create initialValue 0 27 Dec 2014 20:27:35 kernel[0]: made kDigSPDIFController 27 Dec 2014 20:27:35 kernel[0]: EMUXUCustomControl::setValueChangedHandler 27 Dec 2014 20:27:35 kernel[0]: attempting to get the softlimit control 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 27 Dec 2014 20:27:35 kernel[0]: ++EMUUSBAudioDevice[0xffffff80561cb400]::deviceRequest(0xffffff821915b3b8, 0) = 0 27 Dec 2014 20:27:35 kernel[0]: EMUXUCustomControl create initialValue 1 27 Dec 2014 20:27:35 kernel[0]: made the softlimit control 27 Dec 2014 20:27:35 kernel[0]: EMUXUCustomControl::setValueChangedHandler 27 Dec 2014 20:27:35 kernel[0]: -EMUUSBAudioDevice::doControlStuff(0x0xffffff8056b4a800, 2, 11) 27 Dec 2014 20:27:35 kernel[0]: getGlobalUniqueID = EMUUSBAudioEngine:E-MU Systems, Inc.:E-MU 0404 | USB:1d110000:2 27 Dec 2014 20:27:35 kernel[0]: Found IOAudioEngineChannelNames 27 Dec 2014 20:27:35 kernel[0]: Found IOAudioEngineChannelCategoryNames 27 Dec 2014 20:27:35 kernel[0]: Found IOAudioEngineChannelNumberNames 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioEngine[0xffffff8056b4a800]::initHardware(0xffffff80561cb400), resultCode = 0, resultBool = 1 27 Dec 2014 20:27:35 kernel[0]: -IOAudioEngine::start 27 Dec 2014 20:27:35 kernel[0]: -EMUUSBAudioEngine[0xffffff8056b4a800]::start (0xffffff80561cb400) = 1 27 Dec 2014 20:27:35 kernel[0]: getGlobalUniqueID = EMUUSBAudioEngine:E-MU Systems, Inc.:E-MU 0404 | USB:1d110000:2 27 Dec 2014 20:27:35 kernel[0]: done activating engine 27 Dec 2014 20:27:35 kernel[0]: -EMUUSBAudioDevice[0xffffff80561cb400]::start(0xffffff804d0e2200) 27 Dec 2014 20:27:35 kernel[0]: EMUXUCustomControl::addUserClient 0xffffff80561f2100, 0 27 Dec 2014 20:27:35 kernel[0]: EMUXUCustomControl::addUserClient 0xffffff8055e6b400, 0 27 Dec 2014 20:27:35 kernel[0]: EMUXUCustomControl::addUserClient 0xffffff805618a900, 0 27 Dec 2014 20:27:35 kernel[0]: EMUXUCustomControl::addUserClient 0xffffff8055efa400, 0 27 Dec 2014 20:27:35 kernel[0]: EMUXUCustomControl::addUserClient 0xffffff8055e38b00, 0 27 Dec 2014 20:27:35 kernel[0]: EMUXUCustomControl::addUserClient 0xffffff8055eff800, 0 27 Dec 2014 20:27:35 kernel[0]: +EMUUSBAudioDevice[0xffffff80561cb400]::QueryXU 27 Dec 2014 20:27:35 kernel[0]: -EMUUSBAudioDevice[0xffffff80561cb400]::QueryXU 27 Dec 2014 20:27:35 kernel[0]: unitID 14 27 Dec 2014 20:27:35 kernel[0]: mDigitalIOXU 27 Dec 2014 20:27:35 kernel[0]: new format from INPUT 27 Dec 2014 20:27:35 kernel[0]: +EMUUSBAudioEngine::performFormatChange existing sampleRate is 44100 direction 1 27 Dec 2014 20:27:35 kernel[0]: newFormat->fBitDepth 24, newFormat->fNumChannels 4 27 Dec 2014 20:27:35 kernel[0]: fDriverTag = 0x2000b 27 Dec 2014 20:27:35 kernel[0]: ++about to set input : ourInterfaceNumber = 2 & newAlternateSettingID = 11 27 Dec 2014 20:27:35 kernel[0]: averageSampleRate = 44100 27 Dec 2014 20:27:35 kernel[0]: alternateFrameSize is 544 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioEngine::SetSampleRate 44100 27 Dec 2014 20:27:35 kernel[0]: using SampleRateXU 27 Dec 2014 20:27:35 kernel[0]: called setNumSampleFramesPerBuffer with 8192 27 Dec 2014 20:27:35 kernel[0]: newFormat->fNumChannels = 4, newFormat->fBitWidth 24 27 Dec 2014 20:27:35 kernel[0]: -EMUUSBAudioEngine::performFormatChange, result = 0 27 Dec 2014 20:27:35 kernel[0]: new format from OUTPUT 27 Dec 2014 20:27:35 kernel[0]: +EMUUSBAudioEngine::performFormatChange existing sampleRate is 44100 direction 0 27 Dec 2014 20:27:35 kernel[0]: newFormat->fBitDepth 24, newFormat->fNumChannels 4 27 Dec 2014 20:27:35 kernel[0]: fDriverTag = 0x1000b 27 Dec 2014 20:27:35 kernel[0]: ++about to set output : ourInterfaceNumber = 1 & newAlternateSettingID = 11 27 Dec 2014 20:27:35 kernel[0]: alternateFrameSize is 544 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioEngine::SetSampleRate 44100 27 Dec 2014 20:27:35 kernel[0]: using SampleRateXU 27 Dec 2014 20:27:35 kernel[0]: called setNumSampleFramesPerBuffer with 8192 27 Dec 2014 20:27:35 kernel[0]: newFormat->fNumChannels = 4, newFormat->fBitWidth 24 27 Dec 2014 20:27:35 kernel[0]: -EMUUSBAudioEngine::performFormatChange, result = 0 27 Dec 2014 20:27:35 kernel[0]: +EMUUSBAudioDevice::hardwareVolumeChangedHandler 0xffffff8053c50a00 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioDevice::hardwareVolumeChangedHandler output 4: channel= 0 oldValue= 0 newValue= 3072 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioDevice::deviceRequest bmRequestType=21 bRequest=1 wValue=201 wIndex=400 wLength=2 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 27 Dec 2014 20:27:35 kernel[0]: ++EMUUSBAudioDevice[0xffffff80561cb400]::deviceRequest(0xffffff8219013b28, 0) = 0 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioDevice::deviceRequest bmRequestType=21 bRequest=1 wValue=202 wIndex=400 wLength=2 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 27 Dec 2014 20:27:35 kernel[0]: ++EMUUSBAudioDevice[0xffffff80561cb400]::deviceRequest(0xffffff8219013b28, 0) = 0 27 Dec 2014 20:27:35 kernel[0]: -EMUUSBAudioDevice::hardwareVolumeChangedHandler 27 Dec 2014 20:27:35 kernel[0]: +EMUUSBAudioDevice[0xffffff80561cb400]::QueryXU 27 Dec 2014 20:27:35 kernel[0]: DigitalIOStatus changed 27 Dec 2014 20:27:35 kernel[0]: Digital IO SampleRate 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 27 Dec 2014 20:27:35 kernel[0]: ++EMUUSBAudioDevice[0xffffff80561cb400]::deviceRequest(0xffffff82170fbd28, 0) = 0 27 Dec 2014 20:27:35 kernel[0]: EMUXUCustomControl::hardwareValueChanged value 0 27 Dec 2014 20:27:35 kernel[0]: EMUXUCustomControl::hardwareValueChanged result 0 27 Dec 2014 20:27:35 kernel[0]: DigitalIO Sync Lock 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 27 Dec 2014 20:27:35 kernel[0]: ++EMUUSBAudioDevice[0xffffff80561cb400]::deviceRequest(0xffffff82170fbd28, 0) = 0 27 Dec 2014 20:27:35 kernel[0]: EMUXUCustomControl::hardwareValueChanged value 1 27 Dec 2014 20:27:35 kernel[0]: EMUXUCustomControl::hardwareValueChanged result 0 27 Dec 2014 20:27:35 kernel[0]: -EMUUSBAudioDevice[0xffffff80561cb400]::QueryXU 27 Dec 2014 20:27:35 kernel[0]: +EMUUSBAudioDevice[0xffffff80561cb400]::performPowerStateChange(1, 2, 0xffffff82191b38f4) 27 Dec 2014 20:27:35 kernel[0]: +EMUUSBAudioEngine[0xffffff8056b4a800]::performAudioEngineStart () 27 Dec 2014 20:27:35 kernel[0]: about to start USB stream(s) 27 Dec 2014 20:27:35 kernel[0]: averageFrameSamples=44 27 Dec 2014 20:27:35 kernel[0]: usbInputStream.frameQueuedList 27 Dec 2014 20:27:35 kernel[0]: Isoc Frames / usbCompletions 27 Dec 2014 20:27:35 kernel[0]: EMUUSBAudioEngine::SetSampleRate 44100 27 Dec 2014 20:27:35 kernel[0]: using SampleRateXU 27 Dec 2014 20:27:35 kernel[0]: createInputPipe 27 Dec 2014 20:27:35 kernel[0]: +UsbInputRing::init 98304 529200 27 Dec 2014 20:27:35 kernel[0]: -UsbInputRing::init 185759637 27 Dec 2014 20:27:35 kernel[0]: USB pipe READ error e00002ef 27 Dec 2014 20:27:35 kernel[0]: USB pipe READ error e00002ef 27 Dec 2014 20:27:35 kernel[0]: USB pipe READ error e00002ef 27 Dec 2014 20:27:35 kernel[0]: USB pipe READ error e00002ef 27 Dec 2014 20:27:35 kernel[0]: ++EMUUSBAudioEngine[0xffffff8056b4a800]::performEngineStart result is 0x0 direction 1 27 Dec 2014 20:28:15 Audacity[413]: WARNING: The Gestalt selector gestaltSystemVersion is returning 10.9.1 instead of 10.10.1. Use NSProcessInfo's operatingSystemVersion property to get correct system version number. Call location: 27 Dec 2014 20:28:15 Audacity[413]: 0 CarbonCore 0x9bd717e7 _Gestalt_SystemVersion_block_invoke + 135 27 Dec 2014 20:28:15 Audacity[413]: 1 libdispatch.dylib 0x9737f0b5 dispatch_once_f + 251 27 Dec 2014 20:28:15 Audacity[413]: 2 libdispatch.dylib 0x973800d8 dispatch_once + 31 27 Dec 2014 20:28:15 Audacity[413]: 3 CarbonCore 0x9bd03fb8 _Gestalt_SystemVersion + 1050 27 Dec 2014 20:28:15 Audacity[413]: 4 CarbonCore 0x9bd03b69 Gestalt + 150 27 Dec 2014 20:28:15 Audacity[413]: 5 Audacity 0x003fd1e2 _ZN27wxMacDataItemBrowserControlD1Ev + 130 27 Dec 2014 20:28:15 Audacity[413]: 6 Audacity 0x0040b98c _ZN16wxAccessibleBaseD0Ev + 6940 27 Dec 2014 20:28:58 kernel[0]: terminating the EMUUSBAudioDevice 27 Dec 2014 20:28:58 kernel[0]: -EMUUSBAudioEngine[0xffffff8056b4a800]::requestTerminate (0xffffff80561cb400, 7) 27 Dec 2014 20:28:58 kernel[0]: +EMUUSBAudioDevice[0xffffff80561cb400]::willTerminate(0xffffff804d0e2200) 27 Dec 2014 20:28:58 kernel[0]: -EMUUSBAudioDevice[0xffffff80561cb400]::willTerminate 27 Dec 2014 20:28:58 kernel[0]: -EMUUSBAudioEngine[0xffffff8056b4a800]::willTerminate 27 Dec 2014 20:28:58 kernel[0]: +EMUUSBAudioDevice[0xffffff80561cb400]::message(0xe0000010, 0xffffff804d0e2200) - rc=18 27 Dec 2014 20:28:58 kernel[0]: message releasing mStatusCheckTimer 27 Dec 2014 20:28:58 kernel[0]: releasing the updateTimer 27 Dec 2014 20:28:58 kernel[0]: unitID 14 27 Dec 2014 20:28:58 kernel[0]: +EMUUSBAudioEngine[0xffffff8056b4a800]::stop (0xffffff80561cb400) 27 Dec 2014 20:28:58 kernel[0]: closing stream 27 Dec 2014 20:28:58 kernel[0]: closing stream 27 Dec 2014 20:28:58 kernel[0]: -EMUUSBAudioEngine[0xffffff8056b4a800]::stop (0xffffff80561cb400) - rc=9 27 Dec 2014 20:28:58 kernel[0]: EMUUSBAudioEngine[0xffffff8056b4a800]: detaching 0xffffff80561cb400 27 Dec 2014 20:28:58 kernel[0]: +EMUUSBAudioDevice[0xffffff80561cb400]::stop(0xffffff804d0e2200) - audioEngines = 0xffffff804d45f600 - rc=6 27 Dec 2014 20:28:58 kernel[0]: releasing the status pipe 27 Dec 2014 20:28:58 kernel[0]: Terminating the engine 27 Dec 2014 20:28:58 kernel[0]: about to close the control interface 27 Dec 2014 20:28:58 kernel[0]: Release the XU controls 27 Dec 2014 20:28:58 kernel[0]: Release the AudioConfig object 27 Dec 2014 20:28:58 kernel[0]: -EMUUSBAudioDevice[0xffffff80561cb400]::stop() 27 Dec 2014 20:28:58 kernel[0]: +EMUUSBAudioDevice[0xffffff80561cb400]: detaching 0xffffff804d0e2200, rc=5 27 Dec 2014 20:28:58 kernel[0]: -EMUUSBAudioDevice[0xffffff80561cb400]: detaching 0xffffff804d0e2200, rc=3 27 Dec 2014 20:28:58 kernel[0]: +EMUUSBAudioDevice[0xffffff80561cb400]::free() 27 Dec 2014 20:28:58 kernel[0]: +EMUUSBAudioEngine[0xffffff8056b4a800]::free () 27 Dec 2014 20:28:58 kernel[0]: -EMUUSBAudioEngine[0xffffff8056b4a800]::free() 27 Dec 2014 20:28:58 kernel[0]: -EMUUSBAudioDevice[0xffffff80561cb400]::free() 27 Dec 2014 20:29:11 com.apple.xpc.launchd[1]: The _DirtyJetsamMemoryLimit key is not available on this platform. 27 Dec 2014 20:29:13 com.apple.xpc.launchd[1]: The _DirtyJetsamMemoryLimit key is not available on this platform. 27 Dec 2014 20:29:13 com.apple.internetaccounts[355]: Additional Logging , array retured in signedInAccounts is ( "<IAAccount: 0x610000058e10> -- uid: 9D8BD7B2-EDC9-423D-AC9B-F2AAEC2BE4AC; loginName: ben@5carlins.net; provider: com.apple.account.icloud; parent: (null)\n\taccount ID: ben@5carlins.net - com.apple.account.icloud - \n\tprovider attrs: {\n IADSIDKey = 283977463;\n \"com.apple.InternetAccounts.loginName\" = \"ben@5carlins.net\";\n \"com.apple.InternetAccounts.provider\" = \"com.apple.account.icloud\";\n fullName = \"Benjamin Carlin\";\n}" ) 27 Dec 2014 20:29:13 com.apple.internetaccounts[355]: Adding listener 27 Dec 2014 20:29:13 com.apple.internetaccounts[355]: Returning accountUIDs: ( ) 27 Dec 2014 20:29:13 com.apple.internetaccounts[355]: [Warning] IMAccount: 0x7fcbe0c0af70 [ID: E09D5254-DFDD-430C-B4B4-150F79FF0203 Service: IMService[Jabber] Login: benjamintcarlin@gmail.com Active: YES LoginStatus: Offline]: Couldn't load service icon from (null) 27 Dec 2014 20:29:13 com.apple.internetaccounts[355]: [Warning] IMAccount: 0x7fcbe0c0af70 [ID: E09D5254-DFDD-430C-B4B4-150F79FF0203 Service: IMService[Jabber] Login: benjamintcarlin@gmail.com Active: YES LoginStatus: Offline]: Couldn't load service icon from (null) 27 Dec 2014 20:29:16 com.apple.kextd[20]: Cache file /System/Library/Caches/com.apple.kext.caches/Startup/KextPropertyValues_OSBundleHelper_x86_64.plist.gz is out of date; not using. 27 Dec 2014 20:29:16 com.apple.kextd[20]: Rescanning kernel extensions. 27 Dec 2014 20:29:16 com.apple.kextd[20]: Cache file /System/Library/Caches/com.apple.kext.caches/Startup/IOKitPersonalities_x86_64.ioplist.gz is out of date; not using. 27 Dec 2014 20:29:16 com.apple.kextcache[423]: rebuilding //System/Library/Caches/com.apple.kext.caches/Startup/kernelcache 27 Dec 2014 20:29:18 kernel[0]: Resetting IOCatalogue. 27 Dec 2014 20:29:24 com.apple.kextcache[424]: kext-dev-mode allowing invalid signature -67050 0xFFFFFFFFFFFEFA16 for kext VBoxUSB.kext 27 Dec 2014 20:29:24 com.apple.kextcache[426]: / locked; waiting for lock. 27 Dec 2014 20:29:24 com.apple.kextcache[424]: kext-dev-mode allowing invalid signature -67050 0xFFFFFFFFFFFEFA16 for kext VBoxDrv.kext 27 Dec 2014 20:29:26 com.apple.xpc.launchd[1]: The _DirtyJetsamMemoryLimit key is not available on this platform. 27 Dec 2014 20:29:31 com.apple.xpc.launchd[1]: The _DirtyJetsamMemoryLimit key is not available on this platform. 27 Dec 2014 20:29:31 com.apple.xpc.launchd[1]: The _DirtyJetsamMemoryLimit key is not available on this platform. 27 Dec 2014 20:29:31 recentsd[427]: Failed to get Mail account information in a timely manner 27 Dec 2014 20:29:33 sharingd[250]: 20:29:33.568 : Stopping Handoff advertising 27 Dec 2014 20:29:38 Mail[418]: open on /Users/bencarlin/Library/Mail/V2/POP-ben@5carlins.net@mail.5carlins.net/Deleted Messages.mbox/FD481BC8-3B98-4FE7-82FB-C2767214DB61/Data/3/3/7/Messages/733128.emlx: No such file or directory 27 Dec 2014 20:29:39 sharingd[250]: 20:29:39.885 : Stopping Handoff advertising 27 Dec 2014 20:29:40 com.apple.xpc.launchd[1]: The _DirtyJetsamMemoryLimit key is not available on this platform. 27 Dec 2014 20:29:41 sharingd[250]: 20:29:41.196 : Stopping Handoff advertising 27 Dec 2014 20:29:50 sharingd[250]: 20:29:50.678 : Stopping Handoff advertising 27 Dec 2014 20:29:59 sharingd[250]: 20:29:59.152 : Stopping Handoff advertising 27 Dec 2014 20:30:03 sharingd[250]: 20:30:03.633 : Stopping Handoff advertising 27 Dec 2014 20:30:07 sharingd[250]: 20:30:07.730 : Stopping Handoff advertising 27 Dec 2014 20:30:09 sharingd[250]: 20:30:09.731 : Stopping Handoff advertising 27 Dec 2014 20:30:13 sharingd[250]: 20:30:13.131 : Stopping Handoff advertising 27 Dec 2014 20:30:15 accountsd[312]: Enter ShareKitAccountEnabler - didChangeWithType - type=2 for account ben@5carlins.net (E6E23F91-EBA7-4E02-9699-FC641E136E3A). 27 Dec 2014 20:30:15 accountsd[312]: AIDA Notification plugin running 27 Dec 2014 20:30:15 com.apple.xpc.launchd[1]: The _DirtyJetsamMemoryLimit key is not available on this platform. 27 Dec 2014 20:30:16 icbaccountsd[440]: Connection error while checking Apple Internalness. Error: Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.apple.CrashReporterSupportHelper was invalidated.) UserInfo=0x7fcfd1700050 {NSDebugDescription=The connection to service named com.apple.CrashReporterSupportHelper was invalidated.} 27 Dec 2014 20:30:17 sandboxd[314]: icbaccountsd(440) deny mach-lookup com.apple.CrashReporterSupportHelper 27 Dec 2014 20:30:17 sharingd[250]: 20:30:17.597 : Stopping Handoff advertising 27 Dec 2014 20:30:25 login[441]: USER_PROCESS: 441 ttys000 27 Dec 2014 20:30:26 sharingd[250]: 20:30:26.123 : Stopping Handoff advertising 27 Dec 2014 20:30:26 com.apple.xpc.launchd[1]: The _DirtyJetsamMemoryLimit key is not available on this platform. 27 Dec 2014 20:30:26 com.apple.WebKit.Plugin.64[445]: Failed to connect (colorGridView) outlet from (NSApplication) to (NSColorPickerGridView): missing setter or instance variable 27 Dec 2014 20:30:26 com.apple.WebKit.Plugin.64[445]: Failed to connect (view) outlet from (NSApplication) to (NSColorPickerGridView): missing setter or instance variable 27 Dec 2014 20:30:27 com.apple.Safari.SearchHelper[446]: Failed to obtain sandbox extension for path=/Users/bencarlin/Library/Caches/com.apple.Safari.SearchHelper. Errno:1 27 Dec 2014 20:30:27 com.apple.Safari.SearchHelper[446]: Failed to obtain sandbox extension for path=/Users/bencarlin/Library/Caches/com.apple.Safari.SearchHelper. Errno:1 27 Dec 2014 20:30:27 com.apple.SecurityServer[58]: Session 100017 created 27 Dec 2014 20:30:27 sandboxd[314]: com.apple.Safari(446) deny file-issue-extension /Users/bencarlin/Library/Caches/com.apple.Safari.SearchHelper 27 Dec 2014 20:30:27 sandboxd[314]: com.apple.Safari(446) deny file-issue-extension /Users/bencarlin/Library/Caches/com.apple.Safari.SearchHelper 27 Dec 2014 20:30:27 login[441]: DEAD_PROCESS: 441 ttys000 27 Dec 2014 20:30:28 sharingd[250]: 20:30:28.128 : Stopping Handoff advertising 27 Dec 2014 20:30:29 sharingd[250]: 20:30:29.557 : Stopping Handoff advertising 27 Dec 2014 20:30:39 sharingd[250]: 20:30:39.027 : Stopping Handoff advertising 27 Dec 2014 20:30:40 com.apple.kextcache[424]: kext file:///System/Library/Extensions/OlympusDSSDriver.kext/ is in hash exception list, allowing to load 27 Dec 2014 20:30:48 sharingd[250]: 20:30:48.431 : Stopping Handoff advertising 27 Dec 2014 20:30:53 com.apple.kextcache[424]: kext file:///System/Library/Extensions/JMicronATA.kext/ is in hash exception list, allowing to load 27 Dec 2014 20:30:57 com.apple.kextcache[424]: kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext EMUUSBAudio.kext 27 Dec 2014 20:30:57 sharingd[250]: 20:30:57.755 : Stopping Handoff advertising 27 Dec 2014 20:31:07 sharingd[250]: 20:31:07.210 : Stopping Handoff advertising 27 Dec 2014 20:31:16 sharingd[250]: 20:31:16.101 : Stopping Handoff advertising 27 Dec 2014 20:31:17 com.apple.kextcache[424]: Created prelinked kernel copy "/System/Library/PrelinkedKernels/prelinkedkernel" 27 Dec 2014 20:31:17 com.apple.kextcache[424]: Created prelinked kernel "/System/Library/Caches/com.apple.kext.caches/Startup/kernelcache" 27 Dec 2014 20:31:17 com.apple.kextcache[424]: Created prelinked kernel using "/System/Library/Kernels/kernel" 27 Dec 2014 20:31:17 com.apple.kextcache[423]: /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache not cached. 27 Dec 2014 20:31:17 kernel[0]: hfs: mounted Recovery HD on device disk0s3 27 Dec 2014 20:31:17 fseventsd[21]: Logging disabled completely for device:1: /Volumes/Recovery HD 27 Dec 2014 20:31:17 mds[34]: (Volume.Normal:2464) volume:0x7fda8987d000 ****** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/Recovery HD 27 Dec 2014 20:31:21 com.apple.kextcache[453]: / locked; waiting for lock. 27 Dec 2014 20:31:22 sharingd[250]: 20:31:22.040 : Stopping Handoff advertising 27 Dec 2014 20:31:23 com.apple.kextcache[423]: Successfully updated disk0s3. 27 Dec 2014 20:31:24 kernel[0]: hfs: unmount initiated on Recovery HD on device disk0s3 27 Dec 2014 20:31:24 com.apple.kextcache[426]: Lock acquired; proceeding. 27 Dec 2014 20:31:24 com.apple.kextcache[426]: /: helper partitions appear up to date. 27 Dec 2014 20:31:24 com.apple.kextcache[453]: Lock acquired; proceeding. 27 Dec 2014 20:31:24 com.apple.kextcache[453]: /: helper partitions appear up to date. 27 Dec 2014 20:31:31 sharingd[250]: 20:31:31.029 : Stopping Handoff advertising 27 Dec 2014 20:31:40 sharingd[250]: 20:31:40.463 : Stopping Handoff advertising 27 Dec 2014 20:31:49 sharingd[250]: 20:31:49.749 : Stopping Handoff advertising 27 Dec 2014 20:31:59 sharingd[250]: 20:31:59.204 : Stopping Handoff advertising 27 Dec 2014 20:32:07 sharingd[250]: 20:32:07.919 : Stopping Handoff advertising 27 Dec 2014 20:32:17 sharingd[250]: 20:32:17.347 : Stopping Handoff advertising 27 Dec 2014 20:32:19 sharingd[250]: 20:32:19.535 : Stopping Handoff advertising 27 Dec 2014 20:32:51 com.apple.kextd[20]: kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext "/System/Library/Extensions/EMUUSBAudio.kext" 27 Dec 2014 20:32:51 kernel[0]: +EMUUSBAudioDevice[0xffffff805a541c00]: detaching 0xffffff805b16e200, rc=2 27 Dec 2014 20:32:51 kernel[0]: -EMUUSBAudioDevice[0xffffff805a541c00]: detaching 0xffffff805b16e200, rc=1 27 Dec 2014 20:32:51 kernel[0]: + EMUUSBAudioDevice[0xffffff805a541c00]::start(0xffffff805b16e200) 27 Dec 2014 20:32:51 kernel[0]: - EMUUSBAudioDevice[0xffffff805a541c00]::start(0xffffff805b16e200) 27 Dec 2014 20:32:51 kernel[0]: +EMUUSBAudioDevice[0xffffff805a541c00]::protectedInitHardware(0xffffff805b16e200) 27 Dec 2014 20:32:51 kernel[0]: checkUHCI currentEntry 0xffffff81cc36a000 27 Dec 2014 20:32:51 kernel[0]: UHCI connection is 0 27 Dec 2014 20:32:51 kernel[0]: There are 1 configurations on this device 27 Dec 2014 20:32:51 kernel[0]: Our control interface number is 0 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioDevice started about to registerService result is 1 27 Dec 2014 20:32:51 kernel[0]: Sound assertion "0 == thisUnitIDNum" failed in "/Volumes/prive/git/EMU-driver/src/EMUUSBAudio/EMUUSBAudioDevice.cpp" at line 2056 goto Exit 27 Dec 2014 20:32:51 kernel[0]: Sound assertion "0 == thisUnitIDNum" failed in "/Volumes/prive/git/EMU-driver/src/EMUUSBAudio/EMUUSBAudioDevice.cpp" at line 2056 goto Exit 27 Dec 2014 20:32:51 kernel[0]: +EMUUSBAudioDevice[0xffffff805a541c00]::message(0xe0000101, 0xffffff805b16e200) - rc=4 27 Dec 2014 20:32:51 kernel[0]: +EMUUSBAudioDevice[0xffffff805a541c00]::message(0xe0000110, 0xffffff805b16e200) - rc=4 27 Dec 2014 20:32:51 kernel[0]: Sound assertion "0 == thisUnitIDNum" failed in "/Volumes/prive/git/EMU-driver/src/EMUUSBAudio/EMUUSBAudioDevice.cpp" at line 2056 goto Exit 27 Dec 2014 20:32:51 kernel[0]: Sound assertion "0 == thisUnitIDNum" failed in "/Volumes/prive/git/EMU-driver/src/EMUUSBAudio/EMUUSBAudioDevice.cpp" at line 2056 goto Exit 27 Dec 2014 20:32:51 VDCAssistant[145]: VDCAssistant: Found a camera (0x1d110000041e3f04) , but was not able to start it up (0x0 -- (os/kern) successful) 27 Dec 2014 20:32:51 VDCAssistant[145]: VDCAssistant: Found a camera (0x1d110000041e3f04) , but was not able to start it up (0x0 -- (os/kern) successful) 27 Dec 2014 20:32:51 kernel[0]: Sound assertion "0 == thisUnitIDNum" failed in "/Volumes/prive/git/EMU-driver/src/EMUUSBAudio/EMUUSBAudioDevice.cpp" at line 2056 goto Exit 27 Dec 2014 20:32:51 kernel[0]: Sound assertion "0 == thisUnitIDNum" failed in "/Volumes/prive/git/EMU-driver/src/EMUUSBAudio/EMUUSBAudioDevice.cpp" at line 2056 goto Exit 27 Dec 2014 20:32:51 kernel[0]: Sound assertion "0 == thisUnitIDNum" failed in "/Volumes/prive/git/EMU-driver/src/EMUUSBAudio/EMUUSBAudioDevice.cpp" at line 2056 goto Exit 27 Dec 2014 20:32:51 kernel[0]: Sound assertion "0 == thisUnitIDNum" failed in "/Volumes/prive/git/EMU-driver/src/EMUUSBAudio/EMUUSBAudioDevice.cpp" at line 2056 goto Exit 27 Dec 2014 20:32:51 kernel[0]: Sound assertion "0 == thisUnitIDNum" failed in "/Volumes/prive/git/EMU-driver/src/EMUUSBAudio/EMUUSBAudioDevice.cpp" at line 2056 goto Exit 27 Dec 2014 20:32:51 kernel[0]: Num streams controlled = 3 27 Dec 2014 20:32:51 kernel[0]: GetNumStreamInterfaces = 2 27 Dec 2014 20:32:51 kernel[0]: ++EMUUSBAudioDevice[0xffffff805a541c00]::deviceRequest(0xffffff8216583a88, 0) = 0 27 Dec 2014 20:32:51 kernel[0]: +EMUUSBAudioDevice[0xffffff805a541c00]::QueryXU 27 Dec 2014 20:32:51 kernel[0]: DigitalIOStatus changed 27 Dec 2014 20:32:51 kernel[0]: Digital IO SampleRate 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioDevice::deviceRequest result=-536854449 27 Dec 2014 20:32:51 kernel[0]: unitID 190 27 Dec 2014 20:32:51 kernel[0]: clearing pipe stall result 0 27 Dec 2014 20:32:51 kernel[0]: ++EMUUSBAudioDevice[0xffffff805a541c00]::deviceRequest(0xffffff8216583968, 0) = e000404f 27 Dec 2014 20:32:51 kernel[0]: DigitalIO Sync Lock 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioDevice::deviceRequest result=-536854449 27 Dec 2014 20:32:51 kernel[0]: clearing pipe stall result 0 27 Dec 2014 20:32:51 kernel[0]: ++EMUUSBAudioDevice[0xffffff805a541c00]::deviceRequest(0xffffff8216583968, 0) = e000404f 27 Dec 2014 20:32:51 kernel[0]: -EMUUSBAudioDevice[0xffffff805a541c00]::QueryXU 27 Dec 2014 20:32:51 kernel[0]: -EMUUSBAudioDevice::setupStatusFeedback 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 27 Dec 2014 20:32:51 kernel[0]: ++EMUUSBAudioDevice[0xffffff805a541c00]::deviceRequest(0xffffff8216583a38, 0) = 0 27 Dec 2014 20:32:51 kernel[0]: default sample rate is 44100 27 Dec 2014 20:32:51 kernel[0]: +EMUUSBAudioEngine[0xffffff805b17e800]::init () 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioEngine[0xffffff805b17e800]::init () 27 Dec 2014 20:32:51 kernel[0]: activate audio engine 27 Dec 2014 20:32:51 kernel[0]: +EMUUSBAudioEngine[0xffffff805b17e800]::start (0xffffff805a541c00) 27 Dec 2014 20:32:51 kernel[0]: Adding notification with custom matching dictionary 27 Dec 2014 20:32:51 kernel[0]: table entry: IOProviderClass 27 Dec 2014 20:32:51 kernel[0]: table entry: IOAudioDeviceName 27 Dec 2014 20:32:51 kernel[0]: ++EMUUSBAudioDevice[0xffffff805a541c00]::matchPropertyTable(0xffffff804d303f80, 0xffffff82165838d4) = 1(custom dictionary match) 27 Dec 2014 20:32:51 kernel[0]: +EMUUSBAudioEngine::audioDevicePublished (0xffffff805b17e800, 0, 0xffffff805a541c00) 27 Dec 2014 20:32:51 kernel[0]: Checking stream 1 against controled stream 1 27 Dec 2014 20:32:51 kernel[0]: ++EMUUSBAudioEngine[0xffffff805b17e800]: found device (0xffffff805a541c00) for Audio Engine (0xffffff805b17e800) 27 Dec 2014 20:32:51 kernel[0]: Checking stream 2 against controled stream 1 27 Dec 2014 20:32:51 kernel[0]: Checking stream 2 against controled stream 2 27 Dec 2014 20:32:51 kernel[0]: ++EMUUSBAudioEngine[0xffffff805b17e800]: found device (0xffffff805a541c00) for Audio Engine (0xffffff805b17e800) 27 Dec 2014 20:32:51 kernel[0]: -EMUUSBAudioEngine::audioDevicePublished (0xffffff805b17e800, 0, 0xffffff805a541c00) 27 Dec 2014 20:32:51 kernel[0]: GetUSBAudioConfigObject 27 Dec 2014 20:32:51 kernel[0]: +IOAudioEngine::start 27 Dec 2014 20:32:51 kernel[0]: +EMUUSBAudioEngine[0xffffff805b17e800]::initHardware (0xffffff805a541c00) 27 Dec 2014 20:32:51 kernel[0]: can't resolve direction from endpoints, resorting to slimy hack instead 27 Dec 2014 20:32:51 kernel[0]: direction of interface 1 is 0 (In=1,Out=0) 27 Dec 2014 20:32:51 kernel[0]: hardware sample rate is 44100 27 Dec 2014 20:32:51 kernel[0]: Finding interface 1 numChannels 10 sampleRate 44100 27 Dec 2014 20:32:51 kernel[0]: Finding interface 1 numChannels 8 sampleRate 44100 27 Dec 2014 20:32:51 kernel[0]: Finding interface 1 numChannels 6 sampleRate 44100 27 Dec 2014 20:32:51 kernel[0]: Finding interface 1 numChannels 4 sampleRate 44100 27 Dec 2014 20:32:51 kernel[0]: newAltSettingID 11 27 Dec 2014 20:32:51 kernel[0]: format is 1 27 Dec 2014 20:32:51 kernel[0]: direction is 0 pollInterval is 8 27 Dec 2014 20:32:51 kernel[0]: found channel count 4 27 Dec 2014 20:32:51 kernel[0]: Default sample rate is 44100 27 Dec 2014 20:32:51 kernel[0]: Default alternate setting ID is 11 27 Dec 2014 20:32:51 kernel[0]: can't resolve direction from endpoints, resorting to slimy hack instead 27 Dec 2014 20:32:51 kernel[0]: direction of interface 2 is 1 (In=1,Out=0) 27 Dec 2014 20:32:51 kernel[0]: hardware sample rate is 44100 27 Dec 2014 20:32:51 kernel[0]: Finding interface 2 numChannels 10 sampleRate 44100 27 Dec 2014 20:32:51 kernel[0]: Finding interface 2 numChannels 8 sampleRate 44100 27 Dec 2014 20:32:51 kernel[0]: Finding interface 2 numChannels 6 sampleRate 44100 27 Dec 2014 20:32:51 kernel[0]: Finding interface 2 numChannels 4 sampleRate 44100 27 Dec 2014 20:32:51 kernel[0]: newAltSettingID 11 27 Dec 2014 20:32:51 kernel[0]: format is 1 27 Dec 2014 20:32:51 kernel[0]: direction is 1 pollInterval is 8 27 Dec 2014 20:32:51 kernel[0]: direction is 1 pollInterval is 8 27 Dec 2014 20:32:51 kernel[0]: found channel count 4 27 Dec 2014 20:32:51 kernel[0]: Default sample rate is 44100 27 Dec 2014 20:32:51 kernel[0]: Default alternate setting ID is 11 27 Dec 2014 20:32:51 kernel[0]: input alternateID 11 27 Dec 2014 20:32:51 kernel[0]: output alternatID 11 27 Dec 2014 20:32:51 kernel[0]: ++EMUUSBAudioDevice::getHubSpeed() = kUSBDeviceSpeedHigh 27 Dec 2014 20:32:51 kernel[0]: There are 17 alternate stream interfaces on interface 2 27 Dec 2014 20:32:51 kernel[0]: direction 1 pollInterval 8 27 Dec 2014 20:32:51 kernel[0]: Interface 2, Alt 1 has a 27 Dec 2014 20:32:51 kernel[0]: 24 bit interface, 27 Dec 2014 20:32:51 kernel[0]: 2 channels, and 27 Dec 2014 20:32:51 kernel[0]: 1 sample rates, which are: 27 Dec 2014 20:32:51 kernel[0]: 44100 27 Dec 2014 20:32:51 kernel[0]: direction 1 pollInterval 4 27 Dec 2014 20:32:51 kernel[0]: direction 1 pollInterval 8 27 Dec 2014 20:32:51 kernel[0]: Interface 2, Alt 3 has a 27 Dec 2014 20:32:51 kernel[0]: 24 bit interface, 27 Dec 2014 20:32:51 kernel[0]: 2 channels, and 27 Dec 2014 20:32:51 kernel[0]: 1 sample rates, which are: 27 Dec 2014 20:32:51 kernel[0]: 48000 27 Dec 2014 20:32:51 kernel[0]: direction 1 pollInterval 4 27 Dec 2014 20:32:51 kernel[0]: direction 1 pollInterval 8 27 Dec 2014 20:32:51 kernel[0]: Interface 2, Alt 5 has a 27 Dec 2014 20:32:51 kernel[0]: 24 bit interface, 27 Dec 2014 20:32:51 kernel[0]: 2 channels, and 27 Dec 2014 20:32:51 kernel[0]: 1 sample rates, which are: 27 Dec 2014 20:32:51 kernel[0]: 88200 27 Dec 2014 20:32:51 kernel[0]: direction 1 pollInterval 4 27 Dec 2014 20:32:51 kernel[0]: direction 1 pollInterval 8 27 Dec 2014 20:32:51 kernel[0]: Interface 2, Alt 7 has a 27 Dec 2014 20:32:51 kernel[0]: 24 bit interface, 27 Dec 2014 20:32:51 kernel[0]: 2 channels, and 27 Dec 2014 20:32:51 kernel[0]: 1 sample rates, which are: 27 Dec 2014 20:32:51 kernel[0]: 96000 27 Dec 2014 20:32:51 kernel[0]: direction 1 pollInterval 4 27 Dec 2014 20:32:51 kernel[0]: direction 1 pollInterval 4 27 Dec 2014 20:32:51 kernel[0]: direction 1 pollInterval 4 27 Dec 2014 20:32:51 kernel[0]: direction 1 pollInterval 8 27 Dec 2014 20:32:51 kernel[0]: Interface 2, Alt 11 has a 27 Dec 2014 20:32:51 kernel[0]: 24 bit interface, 27 Dec 2014 20:32:51 kernel[0]: 4 channels, and 27 Dec 2014 20:32:51 kernel[0]: 1 sample rates, which are: 27 Dec 2014 20:32:51 kernel[0]: 44100 27 Dec 2014 20:32:51 kernel[0]: direction 1 pollInterval 4 27 Dec 2014 20:32:51 kernel[0]: direction 1 pollInterval 8 27 Dec 2014 20:32:51 kernel[0]: Interface 2, Alt 13 has a 27 Dec 2014 20:32:51 kernel[0]: 24 bit interface, 27 Dec 2014 20:32:51 kernel[0]: 4 channels, and 27 Dec 2014 20:32:51 kernel[0]: 1 sample rates, which are: 27 Dec 2014 20:32:51 kernel[0]: 48000 27 Dec 2014 20:32:51 kernel[0]: direction 1 pollInterval 4 27 Dec 2014 20:32:51 kernel[0]: direction 1 pollInterval 4 27 Dec 2014 20:32:51 kernel[0]: direction 1 pollInterval 4 27 Dec 2014 20:32:51 kernel[0]: There are 19 alternate stream interfaces on interface 1 27 Dec 2014 20:32:51 kernel[0]: direction 0 pollInterval 8 27 Dec 2014 20:32:51 kernel[0]: Interface 1, Alt 1 has a 27 Dec 2014 20:32:51 kernel[0]: 24 bit interface, 27 Dec 2014 20:32:51 kernel[0]: 2 channels, and 27 Dec 2014 20:32:51 kernel[0]: 1 sample rates, which are: 27 Dec 2014 20:32:51 kernel[0]: 44100 27 Dec 2014 20:32:51 kernel[0]: direction 0 pollInterval 4 27 Dec 2014 20:32:51 kernel[0]: direction 0 pollInterval 8 27 Dec 2014 20:32:51 kernel[0]: Interface 1, Alt 3 has a 27 Dec 2014 20:32:51 kernel[0]: 24 bit interface, 27 Dec 2014 20:32:51 kernel[0]: 2 channels, and 27 Dec 2014 20:32:51 kernel[0]: 1 sample rates, which are: 27 Dec 2014 20:32:51 kernel[0]: 48000 27 Dec 2014 20:32:51 kernel[0]: direction 0 pollInterval 4 27 Dec 2014 20:32:51 kernel[0]: direction 0 pollInterval 8 27 Dec 2014 20:32:51 kernel[0]: Interface 1, Alt 5 has a 27 Dec 2014 20:32:51 kernel[0]: 24 bit interface, 27 Dec 2014 20:32:51 kernel[0]: 2 channels, and 27 Dec 2014 20:32:51 kernel[0]: 1 sample rates, which are: 27 Dec 2014 20:32:51 kernel[0]: 88200 27 Dec 2014 20:32:51 kernel[0]: direction 0 pollInterval 4 27 Dec 2014 20:32:51 kernel[0]: direction 0 pollInterval 8 27 Dec 2014 20:32:51 kernel[0]: Interface 1, Alt 7 has a 27 Dec 2014 20:32:51 kernel[0]: 24 bit interface, 27 Dec 2014 20:32:51 kernel[0]: 2 channels, and 27 Dec 2014 20:32:51 kernel[0]: 1 sample rates, which are: 27 Dec 2014 20:32:51 kernel[0]: 96000 27 Dec 2014 20:32:51 kernel[0]: direction 0 pollInterval 4 27 Dec 2014 20:32:51 kernel[0]: direction 0 pollInterval 4 27 Dec 2014 20:32:51 kernel[0]: direction 0 pollInterval 4 27 Dec 2014 20:32:51 kernel[0]: direction 0 pollInterval 8 27 Dec 2014 20:32:51 kernel[0]: Interface 1, Alt 11 has a 27 Dec 2014 20:32:51 kernel[0]: 24 bit interface, 27 Dec 2014 20:32:51 kernel[0]: 4 channels, and 27 Dec 2014 20:32:51 kernel[0]: 1 sample rates, which are: 27 Dec 2014 20:32:51 kernel[0]: 44100 27 Dec 2014 20:32:51 kernel[0]: direction 0 pollInterval 4 27 Dec 2014 20:32:51 kernel[0]: direction 0 pollInterval 8 27 Dec 2014 20:32:51 kernel[0]: Interface 1, Alt 13 has a 27 Dec 2014 20:32:51 kernel[0]: 24 bit interface, 27 Dec 2014 20:32:51 kernel[0]: 4 channels, and 27 Dec 2014 20:32:51 kernel[0]: 1 sample rates, which are: 27 Dec 2014 20:32:51 kernel[0]: 48000 27 Dec 2014 20:32:51 kernel[0]: direction 0 pollInterval 4 27 Dec 2014 20:32:51 kernel[0]: direction 0 pollInterval 4 27 Dec 2014 20:32:51 kernel[0]: direction 0 pollInterval 4 27 Dec 2014 20:32:51 kernel[0]: direction 0 pollInterval 8 27 Dec 2014 20:32:51 kernel[0]: IEC1937 AC-3 audio format type! 27 Dec 2014 20:32:51 kernel[0]: Interface 1, Alt 17 has a 27 Dec 2014 20:32:51 kernel[0]: 16 bit interface, 27 Dec 2014 20:32:51 kernel[0]: 2 channels, and 27 Dec 2014 20:32:51 kernel[0]: 1 sample rates, which are: 27 Dec 2014 20:32:51 kernel[0]: 44100 27 Dec 2014 20:32:51 kernel[0]: direction 0 pollInterval 8 27 Dec 2014 20:32:51 kernel[0]: IEC1937 AC-3 audio format type! 27 Dec 2014 20:32:51 kernel[0]: Interface 1, Alt 18 has a 27 Dec 2014 20:32:51 kernel[0]: 16 bit interface, 27 Dec 2014 20:32:51 kernel[0]: 2 channels, and 27 Dec 2014 20:32:51 kernel[0]: 1 sample rates, which are: 27 Dec 2014 20:32:51 kernel[0]: 48000 27 Dec 2014 20:32:51 kernel[0]: sampleRate 44100 27 Dec 2014 20:32:51 kernel[0]: in initHardware about to call initBuffers 27 Dec 2014 20:32:51 kernel[0]: initBuffers 27 Dec 2014 20:32:51 kernel[0]: inputSize= 540 multFactor= 12 27 Dec 2014 20:32:51 kernel[0]: outputSize= 540 multFactor= 12 27 Dec 2014 20:32:51 kernel[0]: new bufferSize = 98304 numSamplesInBuffer = 8192 27 Dec 2014 20:32:51 kernel[0]: initBuffers numUSBFrameLists 4 27 Dec 2014 20:32:51 kernel[0]: In the out path, making new buffer with size of 98304 numSamplesInBuffer 8192 27 Dec 2014 20:32:51 kernel[0]: completed initBuffers 27 Dec 2014 20:32:51 kernel[0]: initHardware input NumChannels 4, bitWidth, 24 27 Dec 2014 20:32:51 kernel[0]: opening input stream interface 27 Dec 2014 20:32:51 kernel[0]: setting input format 27 Dec 2014 20:32:51 kernel[0]: new format from INPUT 27 Dec 2014 20:32:51 kernel[0]: +EMUUSBAudioEngine::performFormatChange existing sampleRate is 44100 direction 1 27 Dec 2014 20:32:51 kernel[0]: newFormat->fBitDepth 24, newFormat->fNumChannels 4 27 Dec 2014 20:32:51 kernel[0]: fDriverTag = 0x2000b 27 Dec 2014 20:32:51 kernel[0]: Need to adjust channel controls, cur = 0, new = 4 27 Dec 2014 20:32:51 kernel[0]: ++about to set input : ourInterfaceNumber = 2 & newAlternateSettingID = 11 27 Dec 2014 20:32:51 kernel[0]: averageSampleRate = 44100 27 Dec 2014 20:32:51 kernel[0]: alternateFrameSize is 544 27 Dec 2014 20:32:51 kernel[0]: maxFrameSize 540 alternateFrameSize 544 27 Dec 2014 20:32:51 kernel[0]: initBuffers 27 Dec 2014 20:32:51 kernel[0]: inputSize= 544 multFactor= 12 27 Dec 2014 20:32:51 kernel[0]: outputSize= 540 multFactor= 12 27 Dec 2014 20:32:51 kernel[0]: releasing the input sampleBufferMemory descriptor 27 Dec 2014 20:32:51 kernel[0]: new bufferSize = 98304 numSamplesInBuffer = 8192 27 Dec 2014 20:32:51 kernel[0]: disposing the mUSBBufferDescriptor input 27 Dec 2014 20:32:51 kernel[0]: initBuffers numUSBFrameLists 4 27 Dec 2014 20:32:51 kernel[0]: disposing the output mUSBBufferDescriptor 27 Dec 2014 20:32:51 kernel[0]: In the out path, making new buffer with size of 98304 numSamplesInBuffer 8192 27 Dec 2014 20:32:51 kernel[0]: completed initBuffers 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioEngine::SetSampleRate 44100 27 Dec 2014 20:32:51 kernel[0]: using SampleRateXU 27 Dec 2014 20:32:51 kernel[0]: called setNumSampleFramesPerBuffer with 8192 27 Dec 2014 20:32:51 kernel[0]: newFormat->fNumChannels = 4, newFormat->fBitWidth 24 27 Dec 2014 20:32:51 kernel[0]: -EMUUSBAudioEngine::performFormatChange, result = 0 27 Dec 2014 20:32:51 kernel[0]: adding input audio stream 27 Dec 2014 20:32:51 kernel[0]: initHardware output NumChannels 4, bitWidth, 24 27 Dec 2014 20:32:51 kernel[0]: new format from OUTPUT 27 Dec 2014 20:32:51 kernel[0]: +EMUUSBAudioEngine::performFormatChange existing sampleRate is 44100 direction 0 27 Dec 2014 20:32:51 kernel[0]: newFormat->fBitDepth 24, newFormat->fNumChannels 4 27 Dec 2014 20:32:51 kernel[0]: fDriverTag = 0x1000b 27 Dec 2014 20:32:51 kernel[0]: Need to adjust channel controls, cur = 0, new = 4 27 Dec 2014 20:32:51 kernel[0]: ++about to set output : ourInterfaceNumber = 1 & newAlternateSettingID = 11 27 Dec 2014 20:32:51 kernel[0]: alternateFrameSize is 544 27 Dec 2014 20:32:51 kernel[0]: maxFrameSize 540 alternateFrameSize 544 27 Dec 2014 20:32:51 kernel[0]: initBuffers 27 Dec 2014 20:32:51 kernel[0]: inputSize= 544 multFactor= 12 27 Dec 2014 20:32:51 kernel[0]: outputSize= 544 multFactor= 12 27 Dec 2014 20:32:51 kernel[0]: releasing the input sampleBufferMemory descriptor 27 Dec 2014 20:32:51 kernel[0]: new bufferSize = 98304 numSamplesInBuffer = 8192 27 Dec 2014 20:32:51 kernel[0]: disposing the mUSBBufferDescriptor input 27 Dec 2014 20:32:51 kernel[0]: initBuffers numUSBFrameLists 4 27 Dec 2014 20:32:51 kernel[0]: disposing the output mUSBBufferDescriptor 27 Dec 2014 20:32:51 kernel[0]: In the out path, making new buffer with size of 98304 numSamplesInBuffer 8192 27 Dec 2014 20:32:51 kernel[0]: completed initBuffers 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioEngine::SetSampleRate 44100 27 Dec 2014 20:32:51 kernel[0]: using SampleRateXU 27 Dec 2014 20:32:51 kernel[0]: called setNumSampleFramesPerBuffer with 8192 27 Dec 2014 20:32:51 kernel[0]: newFormat->fNumChannels = 4, newFormat->fBitWidth 24 27 Dec 2014 20:32:51 kernel[0]: -EMUUSBAudioEngine::performFormatChange, result = 0 27 Dec 2014 20:32:51 kernel[0]: +EMUUSBAudioDevice::doControlStuff(0x0xffffff805b17e800, 1, 11) 27 Dec 2014 20:32:51 kernel[0]: this usbAudioEngine = 0xffffff805b17e800 27 Dec 2014 20:32:51 kernel[0]: +EMUUSBAudioDevice::GetVariousUnits() 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioDevice::GetVariousUnits : output feature unit = 4 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioDevice::GetVariousUnits : input feature unit = 4 27 Dec 2014 20:32:51 kernel[0]: -EMUUSBAudioDevice::GetVariousUnits() 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 27 Dec 2014 20:32:51 kernel[0]: ++EMUUSBAudioDevice[0xffffff805a541c00]::deviceRequest(0xffffff8216583388, 0) = 0 27 Dec 2014 20:32:51 kernel[0]: -EMUUSBAudioDevice::doControlStuff(0x0xffffff805b17e800, 1, 11) 27 Dec 2014 20:32:51 kernel[0]: +EMUUSBAudioDevice::doControlStuff(0x0xffffff805b17e800, 2, 11) 27 Dec 2014 20:32:51 kernel[0]: this usbAudioEngine = 0xffffff805b17e800 27 Dec 2014 20:32:51 kernel[0]: +EMUUSBAudioDevice::GetVariousUnits() 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioDevice::GetVariousUnits : output feature unit = 4 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioDevice::GetVariousUnits : input feature unit = 4 27 Dec 2014 20:32:51 kernel[0]: -EMUUSBAudioDevice::GetVariousUnits() 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 27 Dec 2014 20:32:51 kernel[0]: ++EMUUSBAudioDevice[0xffffff805a541c00]::deviceRequest(0xffffff8216583388, 0) = 0 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 27 Dec 2014 20:32:51 kernel[0]: ++EMUUSBAudioDevice[0xffffff805a541c00]::deviceRequest(0xffffff82165833b8, 0) = 0 27 Dec 2014 20:32:51 kernel[0]: ClockSelector created 27 Dec 2014 20:32:51 kernel[0]: EMUXUCustomControl create initialValue 0 27 Dec 2014 20:32:51 kernel[0]: EMUXUCustomControl::setValueChangedHandler 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioDevice::deviceRequest bmRequestType=21 bRequest=1 wValue=200 wIndex=d00 wLength=1 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 27 Dec 2014 20:32:51 kernel[0]: ++EMUUSBAudioDevice[0xffffff805a541c00]::deviceRequest(0xffffff82165833b8, 0) = 0 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 27 Dec 2014 20:32:51 kernel[0]: ++EMUUSBAudioDevice[0xffffff805a541c00]::deviceRequest(0xffffff82165833b8, 0) = 0 27 Dec 2014 20:32:51 kernel[0]: EMUXUCustomControl create initialValue 0 27 Dec 2014 20:32:51 kernel[0]: DigitalIOStatus created 27 Dec 2014 20:32:51 kernel[0]: EMUXUCustomControl::setValueChangedHandler 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 27 Dec 2014 20:32:51 kernel[0]: ++EMUUSBAudioDevice[0xffffff805a541c00]::deviceRequest(0xffffff82165833b8, 0) = 0 27 Dec 2014 20:32:51 kernel[0]: EMUXUCustomControl create initialValue 1 27 Dec 2014 20:32:51 kernel[0]: made kDigIOSyncSrcController 27 Dec 2014 20:32:51 kernel[0]: EMUXUCustomControl::setValueChangedHandler 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 27 Dec 2014 20:32:51 kernel[0]: ++EMUUSBAudioDevice[0xffffff805a541c00]::deviceRequest(0xffffff82165833b8, 0) = 0 27 Dec 2014 20:32:51 kernel[0]: EMUXUCustomControl create initialValue 0 27 Dec 2014 20:32:51 kernel[0]: made kDigIOAsyncSrcController 27 Dec 2014 20:32:51 kernel[0]: EMUXUCustomControl::setValueChangedHandler 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 27 Dec 2014 20:32:51 kernel[0]: ++EMUUSBAudioDevice[0xffffff805a541c00]::deviceRequest(0xffffff82165833b8, 0) = 0 27 Dec 2014 20:32:51 kernel[0]: EMUXUCustomControl create initialValue 0 27 Dec 2014 20:32:51 kernel[0]: made kDigSPDIFController 27 Dec 2014 20:32:51 kernel[0]: EMUXUCustomControl::setValueChangedHandler 27 Dec 2014 20:32:51 kernel[0]: attempting to get the softlimit control 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 27 Dec 2014 20:32:51 kernel[0]: ++EMUUSBAudioDevice[0xffffff805a541c00]::deviceRequest(0xffffff82165833b8, 0) = 0 27 Dec 2014 20:32:51 kernel[0]: EMUXUCustomControl create initialValue 1 27 Dec 2014 20:32:51 kernel[0]: made the softlimit control 27 Dec 2014 20:32:51 kernel[0]: EMUXUCustomControl::setValueChangedHandler 27 Dec 2014 20:32:51 kernel[0]: -EMUUSBAudioDevice::doControlStuff(0x0xffffff805b17e800, 2, 11) 27 Dec 2014 20:32:51 kernel[0]: getGlobalUniqueID = EMUUSBAudioEngine:E-MU Systems, Inc.:E-MU 0404 | USB:1d110000:2 27 Dec 2014 20:32:51 kernel[0]: Found IOAudioEngineChannelNames 27 Dec 2014 20:32:51 kernel[0]: Found IOAudioEngineChannelCategoryNames 27 Dec 2014 20:32:51 kernel[0]: Found IOAudioEngineChannelNumberNames 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioEngine[0xffffff805b17e800]::initHardware(0xffffff805a541c00), resultCode = 0, resultBool = 1 27 Dec 2014 20:32:51 kernel[0]: -IOAudioEngine::start 27 Dec 2014 20:32:51 kernel[0]: -EMUUSBAudioEngine[0xffffff805b17e800]::start (0xffffff805a541c00) = 1 27 Dec 2014 20:32:51 kernel[0]: getGlobalUniqueID = EMUUSBAudioEngine:E-MU Systems, Inc.:E-MU 0404 | USB:1d110000:2 27 Dec 2014 20:32:51 kernel[0]: done activating engine 27 Dec 2014 20:32:51 kernel[0]: -EMUUSBAudioDevice[0xffffff805a541c00]::start(0xffffff805b16e200) 27 Dec 2014 20:32:51 kernel[0]: EMUXUCustomControl::addUserClient 0xffffff805b065f00, 0 27 Dec 2014 20:32:51 kernel[0]: EMUXUCustomControl::addUserClient 0xffffff805af60a00, 0 27 Dec 2014 20:32:51 kernel[0]: EMUXUCustomControl::addUserClient 0xffffff805ab57f00, 0 27 Dec 2014 20:32:51 kernel[0]: EMUXUCustomControl::addUserClient 0xffffff805b067b00, 0 27 Dec 2014 20:32:51 kernel[0]: EMUXUCustomControl::addUserClient 0xffffff805b3b9a00, 0 27 Dec 2014 20:32:51 kernel[0]: EMUXUCustomControl::addUserClient 0xffffff805b061a00, 0 27 Dec 2014 20:32:51 kernel[0]: +EMUUSBAudioDevice[0xffffff805a541c00]::QueryXU 27 Dec 2014 20:32:51 kernel[0]: -EMUUSBAudioDevice[0xffffff805a541c00]::QueryXU 27 Dec 2014 20:32:51 kernel[0]: unitID 14 27 Dec 2014 20:32:51 kernel[0]: mDigitalIOXU 27 Dec 2014 20:32:51 kernel[0]: new format from INPUT 27 Dec 2014 20:32:51 kernel[0]: +EMUUSBAudioEngine::performFormatChange existing sampleRate is 44100 direction 1 27 Dec 2014 20:32:51 kernel[0]: newFormat->fBitDepth 24, newFormat->fNumChannels 4 27 Dec 2014 20:32:51 kernel[0]: fDriverTag = 0x2000b 27 Dec 2014 20:32:51 kernel[0]: ++about to set input : ourInterfaceNumber = 2 & newAlternateSettingID = 11 27 Dec 2014 20:32:51 kernel[0]: averageSampleRate = 44100 27 Dec 2014 20:32:51 kernel[0]: alternateFrameSize is 544 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioEngine::SetSampleRate 44100 27 Dec 2014 20:32:51 kernel[0]: using SampleRateXU 27 Dec 2014 20:32:51 kernel[0]: called setNumSampleFramesPerBuffer with 8192 27 Dec 2014 20:32:51 kernel[0]: newFormat->fNumChannels = 4, newFormat->fBitWidth 24 27 Dec 2014 20:32:51 kernel[0]: -EMUUSBAudioEngine::performFormatChange, result = 0 27 Dec 2014 20:32:51 kernel[0]: new format from OUTPUT 27 Dec 2014 20:32:51 kernel[0]: +EMUUSBAudioEngine::performFormatChange existing sampleRate is 44100 direction 0 27 Dec 2014 20:32:51 kernel[0]: newFormat->fBitDepth 24, newFormat->fNumChannels 4 27 Dec 2014 20:32:51 kernel[0]: fDriverTag = 0x1000b 27 Dec 2014 20:32:51 kernel[0]: ++about to set output : ourInterfaceNumber = 1 & newAlternateSettingID = 11 27 Dec 2014 20:32:51 kernel[0]: alternateFrameSize is 544 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioEngine::SetSampleRate 44100 27 Dec 2014 20:32:51 kernel[0]: using SampleRateXU 27 Dec 2014 20:32:51 kernel[0]: called setNumSampleFramesPerBuffer with 8192 27 Dec 2014 20:32:51 kernel[0]: newFormat->fNumChannels = 4, newFormat->fBitWidth 24 27 Dec 2014 20:32:51 kernel[0]: -EMUUSBAudioEngine::performFormatChange, result = 0 27 Dec 2014 20:32:51 kernel[0]: +EMUUSBAudioDevice::hardwareVolumeChangedHandler 0xffffff805b16e800 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioDevice::hardwareVolumeChangedHandler output 4: channel= 0 oldValue= 0 newValue= 3072 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioDevice::deviceRequest bmRequestType=21 bRequest=1 wValue=201 wIndex=400 wLength=2 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 27 Dec 2014 20:32:51 kernel[0]: ++EMUUSBAudioDevice[0xffffff805a541c00]::deviceRequest(0xffffff8218f43b28, 0) = 0 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioDevice::deviceRequest bmRequestType=21 bRequest=1 wValue=202 wIndex=400 wLength=2 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 27 Dec 2014 20:32:51 kernel[0]: ++EMUUSBAudioDevice[0xffffff805a541c00]::deviceRequest(0xffffff8218f43b28, 0) = 0 27 Dec 2014 20:32:51 kernel[0]: -EMUUSBAudioDevice::hardwareVolumeChangedHandler 27 Dec 2014 20:32:51 kernel[0]: +EMUUSBAudioDevice[0xffffff805a541c00]::QueryXU 27 Dec 2014 20:32:51 kernel[0]: DigitalIOStatus changed 27 Dec 2014 20:32:51 kernel[0]: Digital IO SampleRate 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 27 Dec 2014 20:32:51 kernel[0]: ++EMUUSBAudioDevice[0xffffff805a541c00]::deviceRequest(0xffffff821915bd28, 0) = 0 27 Dec 2014 20:32:51 kernel[0]: EMUXUCustomControl::hardwareValueChanged value 0 27 Dec 2014 20:32:51 kernel[0]: EMUXUCustomControl::hardwareValueChanged result 0 27 Dec 2014 20:32:51 kernel[0]: DigitalIO Sync Lock 27 Dec 2014 20:32:51 kernel[0]: EMUUSBAudioDevice::deviceRequest result=0 27 Dec 2014 20:32:51 kernel[0]: ++EMUUSBAudioDevice[0xffffff805a541c00]::deviceRequest(0xffffff821915bd28, 0) = 0 27 Dec 2014 20:32:51 kernel[0]: EMUXUCustomControl::hardwareValueChanged value 1 27 Dec 2014 20:32:51 kernel[0]: EMUXUCustomControl::hardwareValueChanged result 0 27 Dec 2014 20:32:51 kernel[0]: -EMUUSBAudioDevice[0xffffff805a541c00]::QueryXU 27 Dec 2014 20:32:53 sharingd[250]: 20:32:53.661 : Stopping Handoff advertising 27 Dec 2014 20:32:54 sharingd[250]: 20:32:54.577 : Stopping Handoff advertising 27 Dec 2014 20:32:55 Logic Pro X[459]: lock contention for shared file list item 0x61000016c600 27 Dec 2014 20:32:56 sharingd[250]: 20:32:56.579 : Stopping Handoff advertising 27 Dec 2014 20:33:01 kernel[0]: +EMUUSBAudioDevice[0xffffff805a541c00]::message(0xe0000101, 0xffffff805b16e200) - rc=18 27 Dec 2014 20:33:01 kernel[0]: +EMUUSBAudioDevice[0xffffff805a541c00]::message(0xe0000110, 0xffffff805b16e200) - rc=18 27 Dec 2014 20:33:01 kernel[0]: +EMUUSBAudioDevice[0xffffff805a541c00]::performPowerStateChange(1, 2, 0xffffff82170cb8f4) 27 Dec 2014 20:33:01 kernel[0]: +EMUUSBAudioEngine[0xffffff805b17e800]::performAudioEngineStart () 27 Dec 2014 20:33:01 kernel[0]: about to start USB stream(s) 27 Dec 2014 20:33:01 kernel[0]: averageFrameSamples=44 27 Dec 2014 20:33:01 kernel[0]: usbInputStream.frameQueuedList 27 Dec 2014 20:33:01 kernel[0]: Isoc Frames / usbCompletions 27 Dec 2014 20:33:01 kernel[0]: EMUUSBAudioEngine::SetSampleRate 44100 27 Dec 2014 20:33:01 kernel[0]: using SampleRateXU 27 Dec 2014 20:33:01 kernel[0]: createInputPipe 27 Dec 2014 20:33:01 kernel[0]: +UsbInputRing::init 98304 529200 27 Dec 2014 20:33:01 kernel[0]: -UsbInputRing::init 185759637 27 Dec 2014 20:33:01 kernel[0]: USB pipe READ error e00002ef 27 Dec 2014 20:33:01 kernel[0]: USB pipe READ error e00002ef 27 Dec 2014 20:33:01 kernel[0]: USB pipe READ error e00002ef 27 Dec 2014 20:33:01 kernel[0]: USB pipe READ error e00002ef 27 Dec 2014 20:33:01 kernel[0]: ++EMUUSBAudioEngine[0xffffff805b17e800]::performEngineStart result is 0x0 direction 1 27 Dec 2014 20:33:15 Logic Pro X[459]: WARNING: The Gestalt selector gestaltSystemVersion is returning 10.9.1 instead of 10.10.1. Use NSProcessInfo's operatingSystemVersion property to get correct system version number. Call location: 27 Dec 2014 20:33:15 Logic Pro X[459]: 0 CarbonCore 0x00007fff8e9b0dc3 _Gestalt_SystemVersion_block_invoke + 113 27 Dec 2014 20:33:15 Logic Pro X[459]: 1 libdispatch.dylib 0x00007fff9514ac13 _dispatch_client_callout + 8 27 Dec 2014 20:33:15 Logic Pro X[459]: 2 libdispatch.dylib 0x00007fff9514ab26 dispatch_once_f + 117 27 Dec 2014 20:33:15 Logic Pro X[459]: 3 CarbonCore 0x00007fff8e9594da _Gestalt_SystemVersion + 987 27 Dec 2014 20:33:15 Logic Pro X[459]: 4 CarbonCore 0x00007fff8e9590c7 Gestalt + 144 27 Dec 2014 20:33:15 Logic Pro X[459]: 5 Logic Pro X 0x000000010db38ef8 _Z16ConvertWStringToIiEiRKSbIwSt11char_traitsIwESaIwEE + 140600 27 Dec 2014 20:33:15 Logic Pro X[459]: 6 Logic Pro X 0x000000010db38532 _Z16ConvertWStringToIiEiRKSbIwSt11char_traitsIwESaIwEE + 138098 27 Dec 2014 20:33:16 WindowServer[136]: Received display connect changed for display 0x4272902 27 Dec 2014 20:33:16 WindowServer[136]: Found 34 modes for display 0x04272902 [34, 0] 27 Dec 2014 20:33:16 WindowServer[136]: Received display connect changed for display 0x3f003f 27 Dec 2014 20:33:16 WindowServer[136]: Found 1 modes for display 0x003f003f [1, 0] 27 Dec 2014 20:33:16 WindowServer[136]: Received display connect changed for display 0x3f0040 27 Dec 2014 20:33:16 WindowServer[136]: Found 1 modes for display 0x003f0040 [1, 0] 27 Dec 2014 20:33:16 WindowServer[136]: Received display connect changed for display 0x3f0041 27 Dec 2014 20:33:16 WindowServer[136]: Found 1 modes for display 0x003f0041 [1, 0] 27 Dec 2014 20:33:16 WindowServer[136]: CGXMuxAcknowledge: Posting glitchless acknowledge 27 Dec 2014 20:33:16 WindowServer[136]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x04272902 device: 0x7f961be067c0 isBackBuffered: 1 numComp: 3 numDisp: 3 27 Dec 2014 20:33:16 WindowServer[136]: Received display connect changed for display 0x4272902 27 Dec 2014 20:33:16 WindowServer[136]: Found 1 modes for display 0x04272902 [1, 0] 27 Dec 2014 20:33:17 storeinappd[473]: InAppServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fae09f07df0> connection from pid 459 with interface <InAppServiceInterface: 0x7fae09f098e0> (PID 459) 27 Dec 2014 20:33:20 Logic Pro X[459]: Could not load Module 'FW-1884' 27 Dec 2014 20:33:21 Logic Pro X[459]: Could not load Module 'US-428' 27 Dec 2014 20:33:22 WindowServer[136]: disable_updatetimeout: UI updates were forcibly disabled by application "Logic Pro X" for over 1.00 seconds. Server has re-enabled them. 27 Dec 2014 20:33:23 storeaccountd[327]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f8cb1c03d10> connection from pid 473 with interface <AccountServiceInterface: 0x7f8cb1c048f0> (PID 473) 27 Dec 2014 20:33:23 storeinappd[473]: addOperation <LoadMicroPaymentQueuesOperation: 0x7fae09d1ea50>{name = '(null)'} 27 Dec 2014 20:33:23 storedownloadd[353]: DownloadServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd03c80e210> connection from pid 473 with interface <DownloadServiceInterface: 0x7fd03c810e70> (PID 473) 27 Dec 2014 20:33:23 storeassetd[344]: AssetServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f98f1d0ba30> connection from pid 473 with interface <AssetServiceInterface: 0x7f98f1d03550> (PID 473) 27 Dec 2014 20:33:23 storeaccountd[327]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f8cb1d53870> connection from pid 473 with interface <AccountServiceInterface: 0x7f8cb1d29040> (PID 473) 27 Dec 2014 20:33:23 sandboxd[314]: storeaccountd(327) deny file-read-data /Users/bencarlin/Library/Preferences/com.apple.logic10.plist 27 Dec 2014 20:33:25 storeaccountd[327]: ADI: { "Cache-Control" = "max-age=0, no-cache, no-store"; Connection = "keep-alive"; "Content-Encoding" = gzip; "Content-Length" = 21171; "Content-Type" = "text/xml; charset=UTF-8"; Date = "Sat, 27 Dec 2014 20:33:25 GMT"; Expires = "Sat, 27 Dec 2014 20:33:25 GMT"; "Last-Modified" = "Sat, 27 Dec 2014 20:33:25 GMT"; Pragma = "no-cache"; Server = "ATS/4.1.0"; "Strict-Transport-Security" = "max-age=31536000"; Vary = "Accept-Encoding, X-Apple-Store-Front, Cookie, User-Agent"; "X-Apple-ATS-Cache-Key" = "/init.itunes.apple.com/80/WebObjects/MZInit.woa/wa/initiateSession/MacAppStore/2.0%20/https/itspod=16?ix=5"; "X-Apple-Partner" = "origin.0"; "apple-timing-app" = "50 ms"; "x-apple-application-instance" = 36707; "x-apple-application-site" = ST11; "x-apple-jingle-correlation-key" = 4GOUYB7A3JWPQ; "x-apple-lokamai-no-cache" = true; "x-apple-max-age" = 0; "x-apple-orig-url" = "https://init.itunes.apple.com/WebObjects/MZInit.woa/wa/initiateSession?ix=5&userAgentCacheKey=MacAppStore%2f2.0%20"; "x-apple-request-store-front" = ""; "x-apple-translated-wo-url" = "/WebObjects/MZInit.woa/wa/initiateSession?ix=5&userAgentCacheKey=MacAppStore%2f2.0%20"; "x-set-apple-store-front" = "143444,13"; "x-webobjects-loadaverage" = 0; } 27 Dec 2014 20:33:25 sandboxd[314]: storeaccountd(327) deny file-write-create /Users/bencarlin/Library/Caches/com.apple.logic10/ProductionBag 27 Dec 2014 20:33:25 com.apple.CommerceKit.TransactionService[479]: TransactionServiceDelegate: Accepting new connection <NSXPCConnection: 0x7faf73c0a5f0> connection from pid 473 with interface <TransactionServiceInterface: 0x7faf73c0cc70> (PID 473) 27 Dec 2014 20:33:25 storeaccountd[327]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f8cb1e9b990> connection from pid 479 with interface <AccountServiceInterface: 0x7f8cb1e7dba0> (PID 479) 27 Dec 2014 20:33:25 storeaccountd[327]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f8cb1c12460> connection from pid 479 with interface <AccountServiceInterface: 0x7f8cb1c26d90> (PID 479) 27 Dec 2014 20:33:25 storeaccountd[327]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f8cb1d74b80> connection from pid 479 with interface <AccountServiceInterface: 0x7f8cb1d61460> (PID 479) 27 Dec 2014 20:33:25 storeaccountd[327]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f8cb1c31e70> connection from pid 479 with interface <AccountServiceInterface: 0x7f8cb1c3fd20> (PID 479) 27 Dec 2014 20:33:25 com.apple.CommerceKit.TransactionService[479]: Failed to obtain sandbox extension for path=/Users/bencarlin/Library/Caches/com.apple.CommerceKit.TransactionService. Errno:1 27 Dec 2014 20:33:25 com.apple.CommerceKit.TransactionService[479]: Failed to obtain sandbox extension for path=/Users/bencarlin/Library/Caches/com.apple.CommerceKit.TransactionService. Errno:1 27 Dec 2014 20:33:25 com.apple.SecurityServer[58]: Session 100018 created 27 Dec 2014 20:33:25 sandboxd[314]: com.apple.Commer(479) deny file-issue-extension /Users/bencarlin/Library/Caches/com.apple.CommerceKit.TransactionService 27 Dec 2014 20:33:25 sandboxd[314]: com.apple.Commer(479) deny mach-lookup com.apple.nsurlstorage-cache 27 Dec 2014 20:33:25 sandboxd[314]: com.apple.Commer(479) deny file-issue-extension /Users/bencarlin/Library/Caches/com.apple.CommerceKit.TransactionService 27 Dec 2014 20:33:25 sandboxd[314]: com.apple.Commer(479) deny mach-lookup com.apple.nsurlstorage-cache 27 Dec 2014 20:33:25 storeaccountd[327]: ADI: { "Cache-Control" = "no-transform, max-age=1849"; Connection = "keep-alive"; "Content-Encoding" = gzip; "Content-Length" = 2171; "Content-Type" = "text/xml; charset=UTF-8"; Date = "Sat, 27 Dec 2014 20:33:26 GMT"; "Last-Modified" = "Sat, 27 Dec 2014 19:14:59 GMT"; Server = "ATS/4.1.0"; "Strict-Transport-Security" = "max-age=31536000"; Vary = "Accept-Encoding, X-Apple-Store-Front, Cookie, User-Agent, X-Apple-Store-Front"; "X-Apple-Partner" = "origin.0"; "apple-timing-app" = "1 ms"; "x-apple-aka-ttl" = "Generated Sat Dec 27 11:14:59 PST 2014, Expires Sat Dec 27 12:14:59 PST 2014, TTL 3600s"; "x-apple-application-instance" = 36808; "x-apple-application-site" = ST11; "x-apple-jingle-correlation-key" = T6FWCZLZZ5DE4; "x-apple-max-age" = 3600; "x-apple-orig-url" = "https://init.itunes.apple.com/WebObjects/MZInit.woa/wa/signSapSetupCert"; "x-apple-translated-wo-url" = "/WebObjects/MZInit.woa/wa/signSapSetupCert"; "x-webobjects-loadaverage" = 0; } 27 Dec 2014 20:33:25 storeaccountd[327]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f8cb1e9cdb0> connection from pid 479 with interface <AccountServiceInterface: 0x7f8cb1e4ff00> (PID 479) 27 Dec 2014 20:33:25 storeaccountd[327]: ADI: { "Access-Control-Allow-Origin" = ""; "Cache-Control" = "private, max-age=60"; Connection = "keep-alive"; "Content-Length" = 2; "Content-Type" = "application/json; charset=UTF-8"; Date = "Sat, 27 Dec 2014 20:33:25 GMT"; Expires = "Sat, 27 Dec 2014 20:34:25 GMT"; "Strict-Transport-Security" = "max-age=31536000"; Vary = "X-Apple-Store-Front,X-Dsid,Cookie"; "access-control-allow-credentials" = true; "apple-timing-app" = "1 ms"; "x-apple-application-instance" = 1132; "x-apple-application-site" = ST11; "x-apple-jingle-correlation-key" = LA4JNUA5L7OOK; "x-webobjects-loadaverage" = 2; } 27 Dec 2014 20:33:26 storeaccountd[327]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f8cb1c31540> connection from pid 479 with interface <AccountServiceInterface: 0x7f8cb1c2e5a0> (PID 479) 27 Dec 2014 20:33:26 storeaccountd[327]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f8cb1c22b00> connection from pid 479 with interface <AccountServiceInterface: 0x7f8cb1c30250> (PID 479) 27 Dec 2014 20:33:26 storeaccountd[327]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f8cb1d72100> connection from pid 479 with interface <AccountServiceInterface: 0x7f8cb1d7d9a0> (PID 479) 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859393 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859522 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859849 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859264 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859912 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859783 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859037 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859717 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859359 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859459 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859654 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859230 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859588 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859393 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859522 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859849 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859264 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859912 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859783 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859037 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859717 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859359 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859459 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859654 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859230 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859588 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859393 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859522 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859849 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859264 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859912 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859783 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859037 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859717 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859359 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859459 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859654 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859230 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: WSGetSurfaceInWindow : Invalid surface 1294859588 for window 94 27 Dec 2014 20:33:28 WindowServer[136]: common_reenableupdate: UI updates were finally reenabled by application "Logic Pro X" after 7.64 seconds (server forcibly re-enabled them after 1.00 seconds) 27 Dec 2014 20:33:30 storeaccountd[327]: ADI: { Connection = "keep-alive"; "Content-Encoding" = gzip; "Content-Length" = 1544; "Content-Type" = "text/xml; charset=UTF-8"; Date = "Sat, 27 Dec 2014 20:33:30 GMT"; "Strict-Transport-Security" = "max-age=31536000"; "apple-timing-app" = "14 ms"; "x-apple-application-instance" = 2302; "x-apple-application-site" = NWK; "x-apple-jingle-correlation-key" = 23RDGANX5RDQS; "x-webobjects-loadaverage" = 0; } 27 Dec 2014 20:33:30 storeaccountd[327]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f8cb4002b10> connection from pid 479 with interface <AccountServiceInterface: 0x7f8cb400f6d0> (PID 479) 27 Dec 2014 20:33:30 storeaccountd[327]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f8cb1d60950> connection from pid 473 with interface <AccountServiceInterface: 0x7f8cb1d6c140> (PID 473) 27 Dec 2014 20:33:31 storeaccountd[327]: ADI: { "Cache-Control" = "private, max-age=0, must-revalidate, no-cache, no-transform, no-store"; "Content-Encoding" = gzip; "Content-Length" = 478; "Content-Type" = "text/xml; charset=UTF-8"; Date = "Sat, 27 Dec 2014 20:33:31 GMT"; "Strict-Transport-Security" = "max-age=31536000"; "apple-timing-app" = "27 ms"; "edge-control" = "no-store"; "x-apple-actionsignature" = "AQB4iBW8WZycFdgD+1bskB5F0TVuQJC0obiyMJeKcF/kxXAtn9k1I+e49vJ4od2LL132mpfhg641SqY6tjJLpcexAAAAHvIxRWpF33M50pcnLykPVZRRcm/EqrclF4erv8wRTQ=="; "x-apple-application-instance" = 162026; "x-apple-application-site" = NWK; "x-apple-asset-version" = 0; "x-apple-date-generated" = "Sat, 27 Dec 2014 20:33:31 GMT"; "x-apple-jingle-correlation-key" = R3SRASJNGCSC6; "x-apple-lokamai-no-cache" = true; "x-apple-request-store-front" = "143444,13"; "x-webobjects-loadaverage" = 0; } 27 Dec 2014 20:33:31 storeaccountd[327]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f8cb1f2b040> connection from pid 473 with interface <AccountServiceInterface: 0x7f8cb1f10a10> (PID 473) 27 Dec 2014 20:33:31 storeinappd[473]: addOperation <ISStoreURLOperation: 0x7fae09e28550 - request=<ISURLRequest:0x7fae09e28710 https://securemetrics.apple.com/b/ss/applesuperglobal/1/G.6--NS?cl=15778463&pageName=com.apple.jingle.app.finance.protocol.MXPMobileSDKSuccess-GB&pccr=true&h5=appleitmswwwap%2Cappleitmsukap> urlBagKey=(null)> 27 Dec 2014 20:33:31 storeaccountd[327]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f8cb4100ce0> connection from pid 473 with interface <AccountServiceInterface: 0x7f8cb4104070> (PID 473) 27 Dec 2014 20:33:31 storeaccountd[327]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f8cb1d6a0e0> connection from pid 473 with interface <AccountServiceInterface: 0x7f8cb1d4c610> (PID 473) 27 Dec 2014 20:33:31 storeassetd[344]: AssetServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f98f1d0b500> connection from pid 473 with interface <AssetServiceInterface: 0x7f98f1d0a860> (PID 473) 27 Dec 2014 20:33:31 storeaccountd[327]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f8cb1d394d0> connection from pid 473 with interface <AccountServiceInterface: 0x7f8cb1d367b0> (PID 473) 27 Dec 2014 20:33:31 storeaccountd[327]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f8cb1d2e4f0> connection from pid 473 with interface <AccountServiceInterface: 0x7f8cb1d3ea50> (PID 473) 27 Dec 2014 20:33:31 com.apple.CommerceKit.TransactionService[479]: TransactionServiceDelegate: Accepting new connection <NSXPCConnection: 0x7faf73c1d710> connection from pid 473 with interface <TransactionServiceInterface: 0x7faf73c0a090> (PID 473) 27 Dec 2014 20:33:31 storeaccountd[327]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f8cb1f46d60> connection from pid 479 with interface <AccountServiceInterface: 0x7f8cb1f48210> (PID 479) 27 Dec 2014 20:33:31 storeaccountd[327]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f8cb1ead080> connection from pid 473 with interface <AccountServiceInterface: 0x7f8cb1eb2670> (PID 473) 27 Dec 2014 20:33:31 storeaccountd[327]: ADI: { "Cache-Control" = "max-age=0, private, no-transform, no-store, no-cache, must-revalidate"; "Content-Encoding" = gzip; "Content-Length" = 478; "Content-Type" = "text/xml; charset=UTF-8"; Date = "Sat, 27 Dec 2014 20:33:31 GMT"; "Strict-Transport-Security" = "max-age=31536000"; "apple-timing-app" = "17 ms"; "edge-control" = "no-store"; "x-apple-actionsignature" = "AQDFMYL03hOG+WJD0YItdxHUZgBiI24/5wFtvsYy6DKbdmFRYOpW1QMXAd0/ym9qJiOQnzcWBSUfHBv/lAbd9IN7AAAAHvIxRWpF33M50pcnLykPVZRRcm/EqrclF4erv8wRTQ=="; "x-apple-application-instance" = 162049; "x-apple-application-site" = NWK; "x-apple-asset-version" = 0; "x-apple-date-generated" = "Sat, 27 Dec 2014 20:33:31 GMT"; "x-apple-jingle-correlation-key" = 2YE2VGRHH6OG6; "x-apple-lokamai-no-cache" = true; "x-apple-request-store-front" = "143444,13"; "x-webobjects-loadaverage" = 0; } 27 Dec 2014 20:33:31 storeaccountd[327]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f8cb1f4a620> connection from pid 473 with interface <AccountServiceInterface: 0x7f8cb1f48b20> (PID 473) 27 Dec 2014 20:33:31 storeinappd[473]: addOperation <ISStoreURLOperation: 0x7fae09c4c860 - request=<ISURLRequest:0x7fae09d58220 https://securemetrics.apple.com/b/ss/applesuperglobal/1/G.6--NS?cl=15778463&pageName=com.apple.jingle.app.finance.protocol.MXPMobileSDKSuccess-GB&pccr=true&h5=appleitmswwwap%2Cappleitmsukap> urlBagKey=(null)> 27 Dec 2014 20:33:31 storeaccountd[327]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f8cb1eacc80> connection from pid 473 with interface <AccountServiceInterface: 0x7f8cb1ea4e90> (PID 473) 27 Dec 2014 20:33:31 storeaccountd[327]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f8cb1f41c90> connection from pid 473 with interface <AccountServiceInterface: 0x7f8cb1f3ffc0> (PID 473) 27 Dec 2014 20:33:32 storeaccountd[327]: ADI: { "Access-Control-Allow-Origin" = ""; "Cache-Control" = "no-cache, no-store, max-age=0, no-transform, private"; Connection = "Keep-Alive"; "Content-Length" = 43; "Content-Type" = "image/gif"; Date = "Sat, 27 Dec 2014 20:33:32 GMT"; Etag = "\"549F179C-0627-11D545F5\""; Expires = "Fri, 26 Dec 2014 20:33:32 GMT"; "Keep-Alive" = "timeout=15"; "Last-Modified" = "Sun, 28 Dec 2014 20:33:32 GMT"; P3P = "policyref=\"/w3c/p3p.xml\", CP=\"NOI DSP COR NID PSA OUR IND COM NAV STA\""; Pragma = "no-cache"; Server = "Omniture DC/2.0.0"; "Set-Cookie" = "svi=[CS]v1|2A20F2240501399C-40000106A00EC3D5[CE]; Expires=Sun, 28 Jun 2015 11:27:55 GMT; Domain=.apple.com; Path=/"; Vary = ""; "X-C" = "ms-4.9.2"; xserver = www1; } 27 Dec 2014 20:33:32 storeaccountd[327]: ADI: { "Access-Control-Allow-Origin" = "_"; "Cache-Control" = "no-cache, no-store, max-age=0, no-transform, private"; Connection = "Keep-Alive"; "Content-Length" = 43; "Content-Type" = "image/gif"; Date = "Sat, 27 Dec 2014 20:33:32 GMT"; Etag = "\"549F179C-6CAD-5688493F\""; Expires = "Fri, 26 Dec 2014 20:33:32 GMT"; "Keep-Alive" = "timeout=15"; "Last-Modified" = "Sun, 28 Dec 2014 20:33:32 GMT"; P3P = "policyref=\"/w3c/p3p.xml\", CP=\"NOI DSP COR NID PSA OUR IND COM NAV STA\""; Pragma = "no-cache"; Server = "Omniture DC/2.0.0"; "Set-Cookie" = "s_vi=[CS]v1|2A20F2240501399C-40000106A00EC3D5[CE]; Expires=Sun, 28 Jun 2015 11:27:55 GMT; Domain=.apple.com; Path=/"; Vary = "*"; "X-C" = "ms-4.9.2"; xserver = www156; } 27 Dec 2014 20:34:09 sharingd[250]: 20:34:09.165 : Stopping Handoff advertising 27 Dec 2014 20:34:18 sharingd[250]: 20:34:18.152 : Stopping Handoff advertising 27 Dec 2014 20:34:58 sharingd[250]: 20:34:58.602 : Stopping Handoff advertising 27 Dec 2014 20:35:08 sharingd[250]: 20:35:08.017 : Stopping Handoff advertising 27 Dec 2014 20:35:11 sharingd[250]: 20:35:11.168 : Stopping Handoff advertising 27 Dec 2014 20:35:19 sharingd[250]: 20:35:19.668 : Stopping Handoff advertising 27 Dec 2014 20:35:23 storedownloadd[353]: DownloadServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fd03ca00390> connection from pid 473 with interface <DownloadServiceInterface: 0x7fd03ca008e0> (PID 473) 27 Dec 2014 20:35:23 WindowServer[136]: Received display connect changed for display 0x4272902 27 Dec 2014 20:35:23 WindowServer[136]: Found 17 modes for display 0x04272902 [17, 0] 27 Dec 2014 20:35:23 WindowServer[136]: CGXMuxAcknowledge: Posting glitchless acknowledge 27 Dec 2014 20:35:23 WindowServer[136]: Received display connect changed for display 0x4272902 27 Dec 2014 20:35:23 WindowServer[136]: Found 1 modes for display 0x04272902 [1, 0] 27 Dec 2014 20:35:23 WindowServer[136]: Received display connect changed for display 0x3f003f 27 Dec 2014 20:35:23 WindowServer[136]: Found 1 modes for display 0x003f003f [1, 0] 27 Dec 2014 20:35:23 WindowServer[136]: Received display connect changed for display 0x3f0040 27 Dec 2014 20:35:23 WindowServer[136]: Found 1 modes for display 0x003f0040 [1, 0] 27 Dec 2014 20:35:23 WindowServer[136]: Received display connect changed for display 0x3f0041 27 Dec 2014 20:35:23 WindowServer[136]: Found 1 modes for display 0x003f0041 [1, 0] 27 Dec 2014 20:35:23 WindowServer[136]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x04272902 device: 0x7f961be067c0 isBackBuffered: 1 numComp: 3 numDisp: 3 27 Dec 2014 20:35:25 kernel[0]: terminating the EMUUSBAudioDevice 27 Dec 2014 20:35:25 kernel[0]: -EMUUSBAudioEngine[0xffffff805b17e800]::requestTerminate (0xffffff805a541c00, 7) 27 Dec 2014 20:35:25 kernel[0]: +EMUUSBAudioDevice[0xffffff805a541c00]::willTerminate(0xffffff805b16e200) 27 Dec 2014 20:35:25 kernel[0]: -EMUUSBAudioDevice[0xffffff805a541c00]::willTerminate 27 Dec 2014 20:35:25 kernel[0]: -EMUUSBAudioEngine[0xffffff805b17e800]::willTerminate 27 Dec 2014 20:35:25 kernel[0]: +EMUUSBAudioDevice[0xffffff805a541c00]::message(0xe0000010, 0xffffff805b16e200) - rc=18 27 Dec 2014 20:35:25 kernel[0]: message releasing mStatusCheckTimer 27 Dec 2014 20:35:25 kernel[0]: releasing the updateTimer 27 Dec 2014 20:35:25 kernel[0]: unitID 14 27 Dec 2014 20:35:25 kernel[0]: +EMUUSBAudioEngine[0xffffff805b17e800]::stop (0xffffff805a541c00) 27 Dec 2014 20:35:25 kernel[0]: closing stream 27 Dec 2014 20:35:25 kernel[0]: closing stream 27 Dec 2014 20:35:25 kernel[0]: -EMUUSBAudioEngine[0xffffff805b17e800]::stop (0xffffff805a541c00) - rc=9 27 Dec 2014 20:35:25 kernel[0]: EMUUSBAudioEngine[0xffffff805b17e800]: detaching 0xffffff805a541c00 27 Dec 2014 20:35:25 kernel[0]: +EMUUSBAudioDevice[0xffffff805a541c00]::stop(0xffffff805b16e200) - audioEngines = 0xffffff804d406080 - rc=6 27 Dec 2014 20:35:25 kernel[0]: releasing the status pipe 27 Dec 2014 20:35:25 kernel[0]: Terminating the engine 27 Dec 2014 20:35:25 kernel[0]: about to close the control interface 27 Dec 2014 20:35:25 kernel[0]: Release the XU controls 27 Dec 2014 20:35:25 kernel[0]: Release the AudioConfig object 27 Dec 2014 20:35:25 kernel[0]: -EMUUSBAudioDevice[0xffffff805a541c00]::stop() 27 Dec 2014 20:35:25 kernel[0]: +EMUUSBAudioDevice[0xffffff805a541c00]: detaching 0xffffff805b16e200, rc=5 27 Dec 2014 20:35:25 kernel[0]: -EMUUSBAudioDevice[0xffffff805a541c00]: detaching 0xffffff805b16e200, rc=3 27 Dec 2014 20:35:25 kernel[0]: +EMUUSBAudioDevice[0xffffff805a541c00]::free() 27 Dec 2014 20:35:25 kernel[0]: +EMUUSBAudioEngine[0xffffff805b17e800]::free () 27 Dec 2014 20:35:25 kernel[0]: -EMUUSBAudioEngine[0xffffff805b17e800]::free() 27 Dec 2014 20:35:25 kernel[0]: -EMUUSBAudioDevice[0xffffff805a541c00]::free() 27 Dec 2014 20:35:27 login[486]: USER_PROCESS: 486 ttys000 27 Dec 2014 20:35:28 sharingd[250]: 20:35:28.236 : Stopping Handoff advertising 27 Dec 2014 20:35:30 sharingd[250]: 20:35:30.237 : Stopping Handoff advertising 27 Dec 2014 20:35:31 login[486]: DEAD_PROCESS: 486 ttys000 27 Dec 2014 20:35:41 sharingd[250]: 20:35:41.832 : Stopping Handoff advertising 27 Dec 2014 20:35:50 sharingd[250]: 20:35:50.750 : Stopping Handoff advertising 27 Dec 2014 20:36:00 sharingd[250]: 20:36:00.128 : Stopping Handoff advertising 27 Dec 2014 20:36:09 sharingd[250]: 20:36:09.344 : Stopping Handoff advertising 27 Dec 2014 20:36:18 sharingd[250]: 20:36:18.338 : Stopping Handoff advertising 27 Dec 2014 20:36:20 sharingd[250]: 20:36:20.322 : Stopping Handoff advertising 27 Dec 2014 20:36:22 sharingd[250]: 20:36:22.324 : Stopping Handoff advertising 27 Dec 2014 20:36:24 sharingd[250]: 20:36:24.666 : Stopping Handoff advertising 27 Dec 2014 20:36:29 sharingd[250]: 20:36:29.407 : Stopping Handoff advertising 27 Dec 2014 20:36:29 com.apple.xpc.launchd[1]: The _DirtyJetsamMemoryLimit key is not available on this platform. 27 Dec 2014 20:36:31 sharingd[250]: 20:36:31.409 : Stopping Handoff advertising 27 Dec 2014 20:36:34 sharingd[250]: 20:36:34.415 : Stopping Handoff advertising 27 Dec 2014 20:36:36 com.apple.xpc.launchd[1]: The _DirtyJetsamMemoryLimit key is not available on this platform. 27 Dec 2014 20:36:43 sharingd[250]: 20:36:43.764 : Stopping Handoff advertising 27 Dec 2014 20:36:52 sharingd[250]: 20:36:52.846 : Stopping Handoff advertising 27 Dec 2014 20:37:38 sharingd[250]: 20:37:38.731 : Stopping Handoff advertising 27 Dec 2014 20:37:41 sharingd[250]: 20:37:41.034 : Stopping Handoff advertising 27 Dec 2014 20:37:43 sharingd[250]: 20:37:43.037 : Stopping Handoff advertising 27 Dec 2014 20:37:44 sharingd[250]: 20:37:44.229 : Stopping Handoff advertising 27 Dec 2014 20:37:49 sharingd[250]: 20:37:49.336 : Stopping Handoff advertising 27 Dec 2014 20:37:51 sharingd[250]: 20:37:51.337 : Stopping Handoff advertising 27 Dec 2014 20:37:52 sharingd[250]: 20:37:52.453 : Stopping Handoff advertising 27 Dec 2014 20:37:54 sharingd[250]: 20:37:54.096 : Stopping Handoff advertising 27 Dec 2014 20:37:56 sharingd[250]: 20:37:56.097 : Stopping Handoff advertising

Wouter1 commented 9 years ago

Thanks again! Really appreciate that you can help me with this. Sorry that it doesn't work as I thought it would. Going to check that log. Give me some time....

BenCarlin commented 9 years ago

Not a problem. At least you're trying to solve this silly driver problem. It seems such a shame to get rid of some perfectly decent kit for some stupid driver glitch. Of course take all the time you need :)