Wrong Architecture

I have 4 mac's. A iMac 20, a iMac 24, a MacBook Pro 17 and a Mac Pro.
I updated my Mac's to Leopard. In the iMac 20, a iMac 24 and in the MacBook Pro 17 it works fine (I make a update install).
In the Mac Pro I installed a new hard drive and made a fresh install of Leopard. It works fine (in the surface...) and I migrate my account from another partition.
I begin to install my applications in Leopard. And the errors start to appear.
When I try to run Rise of Nations, I get a library error (wrong architecture). I found in the foruns how to workaround it and it works and let me start the application. But the game has all the menus with wrong fonts and colors and when I try to run the game it cancels (with the wrong architecture again).
The first errors occurs with lastest games from EA (C&C 3 and Battlefield 2142). When I try to start it, I get the wrong architecture error. I cannot start anything. Using the terminal and acessing cider directly it starts but all the video go down with wrong architecture error).
Reading the logs I find that the VideoOutput from Quicktime is the application that generates the "wrong architecture error".
I think that the error is because the migration brings some incorrect libraries from my older user. And I make a test, with another hard drive and another fresh install. But in this case I create a new account (with no relations with the old one) and started Leopard. With the fresh user, I try to install Battlefield (I try C&C and Rise of Nations) and the error was the same. With the results, my migration from my older account is not responsible for the wrong architecture message.
In other side, the machines that I migrate runs fine the same games that do not work in the fresh install.
Maybe the fresh install copy wrong libraries (the PPC libraries instead of Intel) ?

Hi all.
After hours installing many ways the Leopard, I found that the error in running my games (and in the libcryto.0.9.dylib in some posts here) exists only in case sensitive filesystems.
When you install 10.5 in a filesystem without case sensitive all works fine.
In my other systems I just upgrade a factory installation (and in this case the filesystem is not case sensitive) and this is why they are working fine.
Now I'm cleaning my installs (now I have 6 installation in 4 disks) and make a final install without case sensitive filesystem.
I hope to help someone with this.
Thank you to all.

Similar Messages

  • /usr/local/lib/libgfortran.3.dylib: mach-o, but wrong architecture

    Hello every one,
    I am an absolutely new mac user. I need to run a couple of softwares for my research but I faced errors that I really can not understand. There is an Unix executable and a .f Fortran file in each folder that I use. As I run the executable the following error appears:
    dyld: Library not loaded: /usr/local/lib/libgfortran.3.dylib
    Referenced from: /Users/somaiehbeladi/Desktop/100601stereo/combine_segments/combinesegs
    Reason: no suitable image found. Did find:
    /usr/local/lib/libgfortran.3.dylib: mach-o, but wrong architecture
    /usr/local/lib/libgfortran.3.dylib: mach-o, but wrong architecture
    Trace/BPT trap
    logout
    However, the libgfortran.3.dylib is already in the mentioned directoty and I used the File command on it which gives
    Somaieh-Beladis-MacBook:lib somaiehbeladi$ File libgfortran.3.dylib
    libgfortran.3.dylib: Mach-O dynamically linked shared library ppc
    Then I tried the otool -L command
    Somaieh-Beladis-MacBook:combine_segments somaiehbeladi$ otool -L combine_segs
    -bash: otool: command not found
    So, could you please let me know how I should find out the proper architecture for my executable and then how to change the architecture.
    Many thanks in advance.

    It looks as though you are using an executable compiled for an Intel processor but have the PowerPC versions of the gfortran libraries installed.
    How did you install this software?
    Which version of OS X are you using?
    Ar you using a PowerPC-based Mac, or an Intel-based Mac?

  • Updated the wrong Architecture....[solved]

    Hello, I am apparently retarded, but I was having a lot of problems today with pacman.
    I ended up updated for the wrong architecture, I was supposed to update for i686 and I updated for x86_64.
    Now I can't even use commands in the terminal because I just get a bash error saying I cannot execute the binary files. I cannot even open a terminal anymore actually after I closed it.
    Am I screwed? Any help would be appreciated, but it sure seems like I am.
    Last edited by efourseven (2011-03-19 01:21:40)

    Thanks man, That's what I plan to try next, I just wanted to see if anyone had any tips before I reboot and go for it.
    I have my /home directory on a separate drive, so I am thinking I might just go for a fresh install. I will try to get in somehow from the live cd and fix my pacman.conf file and try to upgrade again to the correct architecture (thats the only thing I can think of)... but I have no idea how that will work out.

  • Sapjco3 mac libsapjco3.jnilib: mach-o, but wrong architecture

    Hi,
    I'am new by developing with sap.
    I want to connect to SAP with an mac OS X Version 10.5.8, java 1.6 and sapjco3. After running I get the following exception:
    java.lang.UnsatisfiedLinkError: /Users/claudia/SAP/sapjco3-darwinintel-3.0.4/libsapjco3.jnilib:  no suitable image found.  Did find:  /Users/claudia/SAP/sapjco3-darwinintel-3.0.4/libsapjco3.jnilib: mach-o, but wrong architecture  /Users/claudia/SAP/sapjco3-darwinintel-3.0.4/libsapjco3.jnilib: mach-o, but wrong architecture
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1861)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1778)
         at java.lang.Runtime.loadLibrary0(Runtime.java:823)
         at java.lang.System.loadLibrary(System.java:1045)
    What' s wrong?
    Thanks
    Claudia

    Hello Claudia,
    on Mac OS X Version 10.5.X,  JSE 6 is only available for Intel 64-bit.
    From your post, it looks like you have installed JCo for Intel 32-bit.
    The 64-bit Java runtime can not load a 32-bit library.
    I recomment to install JCo for darwin-intel64 and try again.
    Best regards
    Rolf-Martin

  • [SOLVED] setting up chroot -- wrong architecture errors using pacman

    Hi,
    I'm following the WIKI to reinstall my chroot after a reinstall. I've done this 10s of times and am quite familiar with the process. I'm running into a problem with pacman syncing x86_64 packages for some reason. I'll paste what I have and wait for someone to tell me what would help...
    # sed -e 's/\$arch/i686/g' /etc/pacman.d/mirrorlist > /opt/arch32/mirrorlist
    # sed -e 's@/etc/pacman.d/mirrorlist@/opt/arch32/mirrorlist@g' /etc/pacman.conf > /opt/arch32/pacman.conf
    # nano /opt/arch32/pacman.conf (change 'Architecture = auto' -> 'Architecture = i686'). Just to be sure:
    # cat /opt/arch32/pacman.conf | grep Arch
    Architecture = i686
    # cat /opt/arch32 (extracted the one uncommented mirror here:)
    Server = http://mirror.rit.edu/archlinux/$repo/os/i686
    # mkdir -p /opt/arch32/var/{cache/pacman/pkg,lib/pacman}
    # pacman --root /opt/arch32 --cachedir /opt/arch32/var/cache/pacman/pkg --config /opt/arch32/pacman.conf -Sy
    :: Synchronizing package databases...
    core 37.3K 2.1M/s 00:00:00 [###########################] 100%
    extra 468.5K 2.0M/s 00:00:00 [###########################] 100%
    community 427.9K 2012.6K/s 00:00:00 [###########################] 100%
    But already, look at this (just picked a random package in core toward the top of the list):
    ]# cat /opt/arch32/var/lib/pacman/sync/core/acl-2.2.49-2/desc
    %FILENAME%
    acl-2.2.49-2-x86_64.pkg.tar.xz
    And sure enough, the next step in the wiki fails:
    # pacman --root /opt/arch32 --cachedir /opt/arch32/var/cache/pacman/pkg --config /opt/arch32/pacman.conf -S base base-devel
    :: package [pkg-name]-x86_64 does not have a valid architecture
    I've tried using
    # linux32 pacman --root /opt/arch32 --cachedir /opt/arch32/var/cache/pacman/pkg --config /opt/arch32/pacman.conf -Sy
    and
    # pacman --root /opt/arch32 --cachedir /opt/arch32/var/cache/pacman/pkg --config /opt/arch32/pacman.conf --arch i686 -Sy
    with no success.
    The other posts (HERE, HERE, and HERE) seem to be about using pacman from inside the chroot or forgetting the 'Architecture = i686' bit in pacman.conf. I clearly have that.
    Why is pacman still getting x86_64 packages?
    Last edited by jwhendy (2011-03-23 18:20:21)

    Found the issue. I never recall this happening before, but apparently there was a line in my mirrorlist from my install last night like this:
    # Mirror used during installation
    Server = http://mirror.rit.edu/archlinux/$repo/os/x86_64
    Is that a new feature? Since the 'sed' command in the chroot wiki looks for '$arch' and makes it 'i686', this line got missed. I added a note about this in the WIKI (see note 3b).
    Perhaps I didn't notice it or have this issue the last time since I installed with btrfs and did everything manually?

  • I recently ran monolingual and removed all but the intel-64 bit architectures.  Now my iphoto will not open.  Here's the message  that I get. Process:         iPhoto [3543] Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto Identifier:

    I recently ran monolingual and removed all but the intel-64 bit architectures.  Now my iphoto (along with Idvd, garage band, imovie) will not open.  Here is the message that I get.
    Process:         iPhoto [3543]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         ??? (???)
    Build Info:      iPhotoProject-4750000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [109]
    Date/Time:       2011-06-10 21:48:59.821 -0500
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Interval Since Last Report:          -4164908 sec
    Crashes Since Last Report:           8
    Per-App Crashes Since Last Report:   11
    Anonymous UUID:                      45357CCD-011B-482E-A2EA-CF42096F1321
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    Dyld Error Message:
      Library not loaded: /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow
      Referenced from: /Applications/iPhoto.app/Contents/MacOS/iPhoto
      Reason: no suitable image found.  Did find:
              /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow: mach-o, but wrong architecture
              /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow: mach-o, but wrong architecture
    Binary Images:
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <1C06ECD9-A2D7-BB10-AF50-0F2B598A7DEC> /usr/lib/dyld
    Model: iMac10,1, BootROM IM101.00CC.B00, 2 processors, Intel Core 2 Duo, 3.06 GHz, 4 GB, SMC 1.53f13
    Graphics: ATI Radeon HD 4670, ATI Radeon HD 4670, PCIe, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 2.1.14.5
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Built-in Ethernet, Ethernet, en0
    Serial ATA Device: ST31000528ASQ, 931.51 GB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0x24300000
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0x24400000
    USB Device: External HDD, 0x1058  (Western Digital Technologies, Inc.), 0x0901, 0x26400000
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0x26500000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8215, 0x06110000

    Please let me know when you find a fix. I did the same thing and have tried every suggestion I can find online. The message I get is...
    Process:         iPhoto [4991]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         ??? (???)
    Build Info:      iPhotoProject-6070000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [142]
    Date/Time:       2011-06-13 23:39:38.485 +1200
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Interval Since Last Report:          -1643976 sec
    Crashes Since Last Report:           35
    Per-App Crashes Since Last Report:   12
    Anonymous UUID:                      D4811036-EA8D-479D-8D9F-11E2FC8F6D4C
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    Dyld Error Message:
      Library not loaded: /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow
      Referenced from: /Applications/iPhoto.app/Contents/MacOS/iPhoto
      Reason: no suitable image found.  Did find:
              /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow: mach-o, but wrong architecture
              /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow: mach-o, but wrong architecture
    Binary Images:
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <1C06ECD9-A2D7-BB10-AF50-0F2B598A7DEC> /usr/lib/dyld
    Model: MacBookPro7,1, BootROM MBP71.0039.B0B, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.62f6
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.36.9)
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545025B9SA02, 232.89 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898, 3.5 GB
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0x26100000
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24600000
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06600000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8213, 0x06610000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x06500000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0x06300000
    I have reinstalled Mac OSX 10.6.3 and done the updates from there.
    I have reinstalled ilife 11 from disk and done the updates.
    I have deleted all the suggested files and then redone install and updates.
    I have tried just reinstalling iphoto and doing updates.
    Is there any way to get a replacement -  /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow
    file with the right architecture?

  • I get a message that something isn't supported by "this architecture"

    I am trying to install a new printer and when I insert the software disc a message comes up saying it can't open it due to the wrong "architecture". I have never heard of this before! The disc plainly states that is supports OS 10.5.8.

    Thank you, I do have an older 10.5.8 that doesn't have Intel, so that seems to be the problem! (Want to buy a brand new printer? )
    The printer is an Epson XP-610, and the disc said OS 10.5.8, so word to the wise with old computers!

  • Mac Mini console crash log: what's it all about-Alphie?

    I keep hearing the "SUBMARINE" sound byte notification go off every now and then and have no idea what is going on. I have had this system a grand total of 6 days and already i have run aground....with a Mac? REALLY?
    I thought I was having issues with virtual box but have no idea.
    Here's the log. Can anyone read GREEK here?:::::
    4/14/12 2:03:10.919 AM UserEventAgent: starting CaptiveNetworkSupport as SystemEventAgent built May 25 2011 12:27:35
    4/14/12 2:03:11.000 AM kernel: PMAP: PCID enabled
    4/14/12 2:03:11.560 AM UserEventAgent: WirelessAirPortDeviceNameCopy(): no BSD interface name found for object 13827
    4/14/12 2:03:11.560 AM UserEventAgent: CaptiveNetworkSupport:CaptiveSCCopyWiFiDevices:388 WiFi Device Name == NULL
    4/14/12 2:03:11.000 AM kernel: Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64
    4/14/12 2:03:11.000 AM kernel: vm_page_bootstrap: 4055019 free pages and 106517 wired pages
    4/14/12 2:03:11.000 AM kernel: kext submap [0xffffff7f8072f000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff800072f000]
    4/14/12 2:03:11.000 AM kernel: zone leak detection enabled
    4/14/12 2:03:11.000 AM kernel: standard timeslicing quantum is 10000 us
    4/14/12 2:03:11.000 AM kernel: mig_table_max_displ = 73
    4/14/12 2:03:11.000 AM kernel: TSC Deadline Timer supported and enabled
    4/14/12 2:03:11.000 AM kernel: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    4/14/12 2:03:11.000 AM kernel: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    4/14/12 2:03:11.000 AM kernel: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    4/14/12 2:03:11.000 AM kernel: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    4/14/12 2:03:11.000 AM kernel: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    4/14/12 2:03:11.000 AM kernel: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    4/14/12 2:03:11.000 AM kernel: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    4/14/12 2:03:11.000 AM kernel: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    4/14/12 2:03:11.000 AM kernel: calling mpo_policy_init for TMSafetyNet
    4/14/12 2:03:11.000 AM kernel: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    4/14/12 2:03:11.000 AM kernel: calling mpo_policy_init for Sandbox
    4/14/12 2:03:11.000 AM kernel: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    4/14/12 2:03:11.000 AM kernel: calling mpo_policy_init for Quarantine
    4/14/12 2:03:11.000 AM kernel: Security policy loaded: Quarantine policy (Quarantine)
    4/14/12 2:03:11.000 AM kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    4/14/12 2:03:11.000 AM kernel: The Regents of the University of California. All rights reserved.
    4/14/12 2:03:11.000 AM kernel: MAC Framework successfully initialized
    4/14/12 2:03:11.000 AM kernel: using 16384 buffer headers and 10240 cluster IO buffer headers
    4/14/12 2:03:11.000 AM kernel: IOAPIC: Version 0x20 Vectors 64:87
    4/14/12 2:03:11.000 AM kernel: ACPI: System State [S0 S3 S4 S5] (S3)
    4/14/12 2:03:11.000 AM kernel: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    4/14/12 2:03:11.000 AM kernel: [ PCI configuration begin ]
    4/14/12 2:03:11.000 AM kernel: AppleIntelCPUPowerManagement: Turbo Ratios 0057
    4/14/12 2:03:11.000 AM kernel: AppleIntelCPUPowerManagement: (built 18:56:37 Jan 12 2012) initialization complete
    4/14/12 2:03:11.000 AM kernel: console relocated to 0xf10010000
    4/14/12 2:03:11.000 AM kernel: PCI configuration changed (bridge=16 device=5 cardbus=0)
    4/14/12 2:03:11.000 AM kernel: [ PCI configuration end, bridges 13 devices 18 ]
    4/14/12 2:03:11.000 AM kernel: mbinit: done [128 MB total pool size, (85/42) split]
    4/14/12 2:03:11.000 AM kernel: Pthread support ABORTS when sync kernel primitives misused
    4/14/12 2:03:11.000 AM kernel: com.apple.AppleFSCompressionTypeZlib kmod start
    4/14/12 2:03:11.000 AM kernel: com.apple.AppleFSCompressionTypeDataless kmod start
    4/14/12 2:03:11.000 AM kernel: com.apple.AppleFSCompressionTypeZlib load succeeded
    4/14/12 2:03:11.000 AM kernel: com.apple.AppleFSCompressionTypeDataless load succeeded
    4/14/12 2:03:11.000 AM kernel: AppleIntelCPUPowerManagementClient: ready
    4/14/12 2:03:11.000 AM kernel: BTCOEXIST off
    4/14/12 2:03:11.000 AM kernel: wl0: Broadcom BCM4331 802.11 Wireless Controller
    4/14/12 2:03:11.000 AM kernel: 5.100.98.75
    4/14/12 2:03:11.000 AM kernel: FireWire (OHCI) TI ID 823f built-in now active, GUID 3c0754fffed87a36; max speed s800.
    4/14/12 2:03:11.000 AM kernel: USBMSC Identifier (non-unique): K1SBCB04310      0x5ac 0x1500 0x200
    4/14/12 2:03:11.000 AM kernel: No interval found for . Using 8000000
    4/14/12 2:03:11.000 AM kernel: No interval found for . Using 8000000
    4/14/12 2:03:11.000 AM kernel: No interval found for . Using 8000000
    4/14/12 2:03:11.000 AM kernel: USBMSC Identifier (non-unique): 574D43305430343539383631 0x1058 0x1140 0x1003
    4/14/12 2:03:11.000 AM kernel: rooting via boot-uuid from /chosen: 4DC4AE45-0726-3641-89CA-EAA096A37657
    4/14/12 2:03:11.000 AM kernel: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    4/14/12 2:03:11.000 AM kernel: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/APPLE HDD HTS547550A9E384 Media/IOGUIDPartitionScheme/Customer@2
    4/14/12 2:03:11.000 AM kernel: BSD root: disk0s2, major 14, minor 2
    4/14/12 2:03:11.000 AM kernel: [IOBluetoothHCIController::setConfigState] calling registerService
    4/14/12 2:03:11.000 AM kernel: Kernel is LP64
    4/14/12 2:03:00.979 AM com.apple.launchd: *** launchd[1] has started up. ***
    4/14/12 2:03:10.478 AM com.apple.launchd: (com.xrite.device.xrdd.plist) Unknown key for string: CFBundleVersion
    4/14/12 2:03:10.478 AM com.apple.launchd: (com.xrite.device.xrdd.plist) Unknown key: CFBundleVersion
    4/14/12 2:03:10.480 AM com.apple.launchd: (com.apple.sandboxd) Unknown value for key POSIXSpawnType: Interactive
    4/14/12 2:03:13.000 AM kernel: BCM5701Enet: Ethernet address 40:6c:8f:05:ec:d7
    4/14/12 2:03:13.000 AM kernel: AirPort_Brcm4331: Ethernet address 70:73:cb:c1:d5:21
    4/14/12 2:03:13.000 AM kernel: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    4/14/12 2:03:13.000 AM kernel: IO80211Interface::efiNVRAMPublished(): 
    4/14/12 2:03:15.230 AM mDNSResponder: mDNSResponder mDNSResponder-320.14.0 (Nov 16 2011 01:16:56) starting OSXVers 11
    4/14/12 2:03:17.000 AM kernel: Previous Shutdown Cause: 5
    4/14/12 2:03:17.000 AM kernel: No interval found for . Using 8000000
    4/14/12 2:03:17.000 AM kernel: No interval found for . Using 8000000
    4/14/12 2:03:17.000 AM kernel: No interval found for . Using 8000000
    4/14/12 2:03:17.000 AM kernel: No interval found for . Using 8000000
    4/14/12 2:03:17.000 AM kernel: No interval found for . Using 8000000
    4/14/12 2:03:17.000 AM kernel: No interval found for . Using 8000000
    4/14/12 2:03:17.000 AM kernel: DSMOS has arrived
    4/14/12 2:03:17.000 AM kernel: ** Device in slot: SLOT--1 **
    4/14/12 2:03:17.891 AM com.apple.SecurityServer: Session 100000 created
    4/14/12 2:03:19.460 AM xpchelper: for uid: 0 -- timeout while waiting on FSEvents flush; clearing cache.
    4/14/12 2:03:19.483 AM airportd: _processDLILEvent: en1 attached (down)
    4/14/12 2:03:20.000 AM kernel: Created virtif 0xffffff802455ba00 p2p0
    4/14/12 2:03:20.000 AM kernel: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    4/14/12 2:03:20.671 AM UserEventAgent: CaptiveNetworkSupport:CreateInterfaceWatchList:2788 WiFi Devices Found.
    4/14/12 2:03:20.671 AM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    4/14/12 2:03:20.677 AM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    4/14/12 2:03:20.679 AM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    4/14/12 2:03:21.602 AM configd: bootp_session_transmit: bpf_write(en1) failed: Network is down (50)
    4/14/12 2:03:21.602 AM configd: DHCP en1: INIT-REBOOT transmit failed
    4/14/12 2:03:21.618 AM configd: setting hostname to "vincents-Mac-mini.local"
    4/14/12 2:03:21.622 AM configd: network configuration changed.
    4/14/12 2:03:23.000 AM kernel: en1: 802.11d country code set to 'US'.
    4/14/12 2:03:23.000 AM kernel: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    4/14/12 2:03:24.103 AM com.apple.SecurityServer: Entering service
    4/14/12 2:03:24.130 AM systemkeychain: done file: /var/run/systemkeychaincheck.done
    4/14/12 2:03:24.149 AM mDNSResponder: D2D_IPC: Loaded
    4/14/12 2:03:24.149 AM mDNSResponder: D2DInitialize succeeded
    4/14/12 2:03:24.152 AM configd: network configuration changed.
    4/14/12 2:03:24.154 AM mDNSResponder: Adding registration domain 119074954.members.btmm.icloud.com.
    4/14/12 2:03:24.171 AM awacsd: Starting awacsd connectivity-47.1 (Nov  8 2011 18:46:33)
    4/14/12 2:03:24.187 AM UserEventAgent: ServermgrdRegistration cannot load config data
    4/14/12 2:03:24.190 AM awacsd: Connecting AWACS client: 119074954.p06.members.btmm.icloud.com.
    4/14/12 2:03:24.192 AM configd: network configuration changed.
    4/14/12 2:03:24.231 AM com.apple.ucupdate.plist: ucupdate: Checked 1 update, no match found.
    4/14/12 2:03:24.232 AM com.apple.pfctl: No ALTQ support in kernel
    4/14/12 2:03:24.232 AM com.apple.pfctl: ALTQ related functions disabled
    4/14/12 2:03:24.604 AM com.apple.usbmuxd: usbmuxd-268.5 on Jan  5 2012 at 03:34:01, running 64 bit
    4/14/12 2:03:24.626 AM rpcsvchost: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    4/14/12 2:03:24.000 AM kernel: MacAuthEvent en1   Auth result for: 00:21:91:e8:ce:95  MAC AUTH succeeded
    4/14/12 2:03:24.000 AM kernel: wlEvent: en1 en1 Link UP
    4/14/12 2:03:24.000 AM kernel: AirPort: Link Up on en1
    4/14/12 2:03:24.000 AM kernel: en1: BSSID changed to 00:21:91:e8:ce:95
    4/14/12 2:03:24.922 AM loginwindow: Login Window Application Started
    4/14/12 2:03:26.899 AM xpchelper: for uid: 222 -- timeout while waiting on FSEvents flush; clearing cache.
    4/14/12 2:03:27.000 AM kernel: AppleBCM5701Ethernet:        0        0 setFixedSpeed - logic error, speed any?
    4/14/12 2:03:27.089 AM mds: (Normal) FMW: FMW 0 0
    4/14/12 2:03:29.282 AM com.apple.launchd: (com.apple.netbiosd[98]) Exited abnormally: Hangup: 1
    4/14/12 2:03:29.282 AM com.apple.launchd: (com.apple.netbiosd) Throttling respawn: Will start in 6 seconds
    4/14/12 2:03:30.000 AM kernel: macx_swapon SUCCESS
    4/14/12 2:03:37.917 AM configd: network configuration changed.
    4/14/12 2:03:39.457 AM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Probe
    4/14/12 2:03:39.458 AM UserEventAgent: CaptiveNetworkSupport:CNSPreferences:60 Creating new preferences
    4/14/12 2:03:39.458 AM UserEventAgent: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on dlink because it is protected and not on the exception list
    4/14/12 2:03:39.461 AM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Unknown
    4/14/12 2:03:39.000 AM kernel: EDID CEA Extension Revision ID not valid for audio: 1 (minimum required value: 3)
    4/14/12 2:03:39.462 AM configd: network configuration changed.
    4/14/12 2:03:39.475 AM airportd: _doAutoJoin: Already associated to “dlink”. Bailing on auto-join.
    4/14/12 2:03:39.481 AM com.apple.SystemStarter: /Applications/VirtualBox.app/Contents/MacOS/VBoxBalloonCtrl => /Applications/VirtualBox.app/Contents/MacOS/VBoxBalloonCtrl-amd64
    4/14/12 2:03:39.597 AM com.apple.SystemStarter: /Applications/VirtualBox.app/Contents/MacOS/VBoxDD2GC.gc => /Applications/VirtualBox.app/Contents/MacOS/VBoxDD2GC.gc-amd64
    4/14/12 2:03:39.624 AM com.apple.SystemStarter: /Applications/VirtualBox.app/Contents/MacOS/VBoxDDGC.gc => /Applications/VirtualBox.app/Contents/MacOS/VBoxDDGC.gc-amd64
    4/14/12 2:03:39.628 AM com.apple.SystemStarter: /Applications/VirtualBox.app/Contents/MacOS/VBoxExtPackHelperApp => /Applications/VirtualBox.app/Contents/MacOS/VBoxExtPackHelperApp-amd64
    4/14/12 2:03:39.632 AM com.apple.SystemStarter: /Applications/VirtualBox.app/Contents/MacOS/VBoxHeadless => /Applications/VirtualBox.app/Contents/MacOS/VBoxHeadless-amd64
    4/14/12 2:03:39.636 AM com.apple.SystemStarter: /Applications/VirtualBox.app/Contents/MacOS/VBoxManage => /Applications/VirtualBox.app/Contents/MacOS/VBoxManage-amd64
    4/14/12 2:03:39.640 AM com.apple.SystemStarter: /Applications/VirtualBox.app/Contents/MacOS/VBoxNetAdpCtl => /Applications/VirtualBox.app/Contents/MacOS/VBoxNetAdpCtl-amd64
    4/14/12 2:03:39.643 AM com.apple.SystemStarter: /Applications/VirtualBox.app/Contents/MacOS/VBoxNetDHCP => /Applications/VirtualBox.app/Contents/MacOS/VBoxNetDHCP-amd64
    4/14/12 2:03:39.647 AM com.apple.SystemStarter: /Applications/VirtualBox.app/Contents/MacOS/VBoxSVC => /Applications/VirtualBox.app/Contents/MacOS/VBoxSVC-amd64
    4/14/12 2:03:39.651 AM com.apple.SystemStarter: /Applications/VirtualBox.app/Contents/MacOS/VBoxXPCOMIPCD => /Applications/VirtualBox.app/Contents/MacOS/VBoxXPCOMIPCD-amd64
    4/14/12 2:03:39.654 AM com.apple.SystemStarter: /Applications/VirtualBox.app/Contents/MacOS/VMMGC.gc => /Applications/VirtualBox.app/Contents/MacOS/VMMGC.gc-amd64
    4/14/12 2:03:39.658 AM com.apple.SystemStarter: /Applications/VirtualBox.app/Contents/MacOS/VirtualBox => /Applications/VirtualBox.app/Contents/MacOS/VirtualBox-amd64
    4/14/12 2:03:39.662 AM com.apple.SystemStarter: /Applications/VirtualBox.app/Contents/MacOS/VirtualBoxVM => /Applications/VirtualBox.app/Contents/MacOS/VirtualBoxVM-amd64
    4/14/12 2:03:39.665 AM com.apple.SystemStarter: /Applications/VirtualBox.app/Contents/MacOS/vboxwebsrv => /Applications/VirtualBox.app/Contents/MacOS/vboxwebsrv-amd64
    4/14/12 2:03:40.007 AM ntpd: proto: precision = 1.000 usec
    4/14/12 2:03:40.010 AM com.apple.SystemStarter: Loading VBoxDrv.kext
    4/14/12 2:03:40.179 AM loginwindow: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    4/14/12 2:03:40.615 AM com.apple.SystemStarter: Loading VBoxUSB.kext
    4/14/12 2:03:40.000 AM kernel: ast_pending=0xffffff80002af520
    4/14/12 2:03:40.000 AM kernel: cpu_interrupt=0xffffff80002c95f0
    4/14/12 2:03:40.000 AM kernel: vboxdrv: fAsync=0 offMin=0x16af offMax=0x1c4c
    4/14/12 2:03:40.000 AM kernel: VBoxDrv: version 4.1.12 r77245; IOCtl version 0x190000; IDC version 0x10000; dev major=34
    4/14/12 2:03:40.943 AM com.apple.launchctl.LoginWindow: com.apple.findmymacmessenger: Already loaded
    4/14/12 2:03:40.981 AM airportd: _doAutoJoin: Already associated to “dlink”. Bailing on auto-join.
    4/14/12 2:03:41.043 AM com.apple.SecurityServer: Session 100005 created
    4/14/12 2:03:41.046 AM loginwindow: Login Window Started Security Agent
    4/14/12 2:03:41.124 AM SecurityAgent: Echo enabled
    4/14/12 2:03:41.124 AM SecurityAgent: Echo enabled
    4/14/12 2:03:42.194 AM WindowServer: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    4/14/12 2:03:43.415 AM com.apple.SystemStarter: Loading VBoxNetFlt.kext
    4/14/12 2:03:43.646 AM com.apple.SystemStarter: Loading VBoxNetAdp.kext
    4/14/12 2:03:43.000 AM kernel: VBoxFltDrv: version 4.1.12 r77245
    4/14/12 2:03:43.000 AM kernel: VBoxAdpDrv: version 4.1.12 r77245
    4/14/12 2:03:44.000 AM kernel: utun_ctl_connect: creating interface utun0
    4/14/12 2:03:44.093 AM com.apple.launchd: (com.aladdin.hasplmd[86]) Job appears to have crashed: Bus error: 10
    4/14/12 2:03:44.140 AM ReportCrash: Saved crash report for hasplmd[86] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2012-04-14-020344_localhost.crash
    4/14/12 2:03:44.214 AM com.apple.launchd: (com.aladdin.hasplmd[233]) Job appears to have crashed: Bus error: 10
    4/14/12 2:03:44.214 AM com.apple.launchd: (com.aladdin.hasplmd) Throttling respawn: Will start in 10 seconds
    4/14/12 2:03:44.226 AM ReportCrash: Saved crash report for hasplmd[233] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2012-04-14-020344-1_localhost.crash
    4/14/12 2:03:45.419 AM SecurityAgent: User info context values set for vincedaddy
    4/14/12 2:03:45.419 AM SecurityAgent: User info context values set for vincedaddy
    4/14/12 2:03:45.503 AM authorizationhost: Failed to authenticate user <vincedaddy> (error: 9).
    4/14/12 2:03:54.334 AM com.apple.launchd: (com.aladdin.hasplmd[247]) Job appears to have crashed: Bus error: 10
    4/14/12 2:03:54.334 AM com.apple.launchd: (com.aladdin.hasplmd) Throttling respawn: Will start in 10 seconds
    4/14/12 2:03:54.345 AM ReportCrash: Saved crash report for hasplmd[247] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2012-04-14-020354_localhost.crash
    4/14/12 2:04:04.454 AM com.apple.launchd: (com.aladdin.hasplmd[248]) Job appears to have crashed: Bus error: 10
    4/14/12 2:04:04.454 AM com.apple.launchd: (com.aladdin.hasplmd) Throttling respawn: Will start in 10 seconds
    4/14/12 2:04:04.465 AM ReportCrash: Saved crash report for hasplmd[248] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2012-04-14-020404_localhost.crash
    4/14/12 2:04:07.923 AM SecurityAgent: User info context values set for vincedaddy
    4/14/12 2:04:07.923 AM SecurityAgent: User info context values set for vincedaddy
    4/14/12 2:04:07.938 AM authorizationhost: Failed to authenticate user <vincedaddy> (error: 9).
    4/14/12 2:04:10.882 AM SecurityAgent: User info context values set for vincedaddy
    4/14/12 2:04:10.882 AM SecurityAgent: User info context values set for vincedaddy
    4/14/12 2:04:11.772 AM SecurityAgent: Login Window login proceeding
    4/14/12 2:04:11.772 AM SecurityAgent: Login Window login proceeding
    4/14/12 2:04:11.822 AM authorizationhost: DEBUGLOG | -[HomeDirMounter mountHomeDirectoryForUser:atPath:homeLocation:] | name = vincedaddy, path = /Users/vincedaddy, homeLoc = (null)
    4/14/12 2:04:11.822 AM authorizationhost: DEBUGLOG | -[HomeDirMounter setNeedsToUnmountDirVolumeAtLogout:] | mounter calling mechanism to setNeedsToUnmountDirVolumeAtLogout to 0
    4/14/12 2:04:11.823 AM authorizationhost: DEBUGLOG | -[HomeDirMounter mountHomeDirectoryForUser:atPath:homeLocation:] | urlAttribute = null
    4/14/12 2:04:11.823 AM authorizationhost: DEBUGLOG | -[HomeDirMounter mountHomeDirectoryForUser:atPath:homeLocation:] | homeDirPath did NOT follow a symlink, keeping original path of: /Users/vincedaddy
    4/14/12 2:04:11.823 AM authorizationhost: DEBUGLOG | -[HomeDirMounter mountHomeDirectoryForUser:atPath:homeLocation:] | homeDirMajorType = 1
    4/14/12 2:04:11.823 AM authorizationhost: DEBUGLOG | -[HomeDirMounter mountStandardDirectoryForUser:atPath:attributes:] | name = vincedaddy, path = /Users/vincedaddy, homeLoc = (null)
    4/14/12 2:04:11.823 AM authorizationhost: DEBUGLOG | -[HomeDirMechanism isGuestAccount] | enter
    4/14/12 2:04:11.823 AM authorizationhost: DEBUGLOG | -[HomeDirMechanism isGuestAccount] | Guest account check returning 0
    4/14/12 2:04:11.823 AM authorizationhost: DEBUGLOG | -[HomeDirMounter setHomeDirType:] | setHomeDirType to 1
    4/14/12 2:04:11.823 AM authorizationhost: DEBUGLOG | -[HomeDirMounter mountStandardDirectoryForUser:atPath:attributes:] | returning 0
    4/14/12 2:04:11.823 AM authorizationhost: DEBUGLOG | -[HomeDirMounter mountHomeDirectoryForUser:atPath:homeLocation:] | returning 0
    4/14/12 2:04:11.823 AM authorizationhost: DEBUGLOG | -[HomeDirMechanism invoke] | mountHomeDirectoryForUser returns 0
    4/14/12 2:04:11.823 AM authorizationhost: DEBUGLOG | -[HomeDirMechanism updateAndUnlockKeychain] | updateAndUnlockKeychain
    4/14/12 2:04:11.823 AM authorizationhost: DEBUGLOG | -[HomeDirMechanism launchHomeDirFixerToolIfNeeded:] | launchHomeDirFixerToolIfNeeded called with 0
    4/14/12 2:04:12.136 AM loginwindow: Login Window - Returned from Security Agent
    4/14/12 2:04:12.141 AM loginwindow: USER_PROCESS: 69 console
    4/14/12 2:04:12.142 AM applepushserviced: Unable to bootstrap_lookup connection port for 'com.apple.iCalPush': unknown error code
    4/14/12 2:04:12.143 AM applepushserviced: Unable to bootstrap_lookup connection port for 'com.apple.syncdefaultsd.push': unknown error code
    4/14/12 2:04:12.143 AM applepushserviced: Unable to bootstrap_lookup connection port for 'com.apple.AddressBook.PushNotification': unknown error code
    4/14/12 2:04:12.143 AM applepushserviced: Unable to bootstrap_lookup connection port for 'com.apple.safaridavclient.push': unknown error code
    4/14/12 2:04:12.190 AM airportd: _doAutoJoin: Already associated to “dlink”. Bailing on auto-join.
    4/14/12 2:04:12.256 AM com.apple.launchd.peruser.501: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    4/14/12 2:04:12.258 AM com.apple.launchctl.Aqua: load: option requires an argument -- D
    4/14/12 2:04:12.258 AM com.apple.launchctl.Aqua: usage: launchctl load [-wF] [-D <user|local|network|system|all>] paths...
    4/14/12 2:04:12.394 AM UserEventAgent: CaptiveNetworkSupport:CNSServerRegisterUserAgent:187 new user agent port: 17939
    4/14/12 2:04:13.122 AM com.apple.launchd.peruser.501: (com.apple.launchctl.Aqua[249]) Exited with code: 1
    4/14/12 2:04:13.328 AM loginwindow: ISGetIconFamilyFromStorage: seed mismatch for 24580002, actual seed is 436c6125
    4/14/12 2:04:13.328 AM loginwindow: ISGetIconFamilyFromStorage: seed mismatch for 24580002, actual seed is 436c6125
    4/14/12 2:04:13.328 AM loginwindow: ISGetIconFamilyFromStorage: seed mismatch for 24580002, actual seed is 436c6125
    4/14/12 2:04:14.085 AM com.apple.launchd: (com.aladdin.hasplmd) Throttling respawn: Will start in 1 seconds
    4/14/12 2:04:14.689 AM com.apple.dock.extra: Could not connect the action buttonPressed: to target of class NSApplication
    4/14/12 2:04:14.689 AM com.apple.dock.extra: 2012-04-14 02:04:14.688 com.apple.dock.extra[279:1707] Could not connect the action buttonPressed: to target of class NSApplication
    4/14/12 2:04:14.689 AM com.apple.dock.extra: Could not connect the action buttonPressed: to target of class NSApplication
    4/14/12 2:04:14.690 AM com.apple.dock.extra: 2012-04-14 02:04:14.688 com.apple.dock.extra[279:1707] Could not connect the action buttonPressed: to target of class NSApplication
    4/14/12 2:04:14.690 AM com.apple.dock.extra: Could not connect the action buttonPressed: to target of class NSApplication
    4/14/12 2:04:14.690 AM com.apple.dock.extra: Could not connect the action buttonPressed: to target of class NSApplication
    4/14/12 2:04:14.693 AM com.apple.dock.extra: 2012-04-14 02:04:14.689 com.apple.dock.extra[279:1707] Could not connect the action buttonPressed: to target of class NSApplication
    4/14/12 2:04:14.693 AM com.apple.dock.extra: 2012-04-14 02:04:14.690 com.apple.dock.extra[279:1707] Could not connect the action buttonPressed: to target of class NSApplication
    4/14/12 2:04:15.236 AM com.apple.launchd: (com.aladdin.hasplmd[282]) Job appears to have crashed: Bus error: 10
    4/14/12 2:04:15.236 AM com.apple.launchd: (com.aladdin.hasplmd) Throttling respawn: Will start in 10 seconds
    4/14/12 2:04:15.248 AM ReportCrash: Saved crash report for hasplmd[282] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2012-04-14-020415_localhost.crash
    4/14/12 2:04:16.643 AM iTunes: The plugin 'Quartz Composer Visualizer' failed to load because it has the wrong CPU architecture for this version of iTunes. (3585)
    4/14/12 2:04:18.678 AM iCal: ServerNotifications: Setting delegate to APSD
    4/14/12 2:04:18.702 AM iCal: ServerNotification: configureService called with nil password
    4/14/12 2:04:25.151 AM iCal: Subscription request completed
    4/14/12 2:04:25.182 AM iCal: Subscription request completed
    4/14/12 2:04:25.369 AM com.apple.launchd: (com.aladdin.hasplmd[300]) Job appears to have crashed: Bus error: 10
    4/14/12 2:04:25.369 AM com.apple.launchd: (com.aladdin.hasplmd) Throttling respawn: Will start in 10 seconds
    4/14/12 2:04:25.381 AM ReportCrash: Saved crash report for hasplmd[300] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2012-04-14-020425_localhost.crash
    4/14/12 2:04:31.392 AM coreservicesd: *** process 36 exceeded 500 log message per second limit  -  remaining messages this second discarded ***
    4/14/12 2:04:35.516 AM com.apple.launchd: (com.aladdin.hasplmd[304]) Job appears to have crashed: Bus error: 10
    4/14/12 2:04:35.516 AM com.apple.launchd: (com.aladdin.hasplmd) Throttling respawn: Will start in 10 seconds
    4/14/12 2:04:35.529 AM ReportCrash: Saved crash report for hasplmd[304] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2012-04-14-020435_localhost.crash
    4/14/12 2:04:45.644 AM com.apple.launchd: (com.aladdin.hasplmd[305]) Job appears to have crashed: Bus error: 10
    4/14/12 2:04:45.644 AM com.apple.launchd: (com.aladdin.hasplmd) Throttling respawn: Will start in 10 seconds
    4/14/12 2:04:45.687 AM ReportCrash: Saved crash report for hasplmd[305] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2012-04-14-020445_localhost.crash
    4/14/12 2:04:55.765 AM com.apple.launchd: (com.aladdin.hasplmd[310]) Job appears to have crashed: Bus error: 10
    4/14/12 2:04:55.765 AM com.apple.launchd: (com.aladdin.hasplmd) Throttling respawn: Will start in 10 seconds
    4/14/12 2:04:55.776 AM ReportCrash: Saved crash report for hasplmd[310] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2012-04-14-020455_localhost.crash
    4/14/12 2:05:05.885 AM com.apple.launchd: (com.aladdin.hasplmd[311]) Job appears to have crashed: Bus error: 10
    4/14/12 2:05:05.885 AM com.apple.launchd: (com.aladdin.hasplmd) Throttling respawn: Will start in 10 seconds
    4/14/12 2:05:05.900 AM ReportCrash: Saved crash report for hasplmd[311] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2012-04-14-020505_localhost.crash
    4/14/12 2:05:12.700 AM [0x0-0x18018].com.xrite.i1ProfilerD2LionEditionTray: [ "Sat Apr 14 02:05:12 2012" ]  ERROR   "SumoSDKWrapperBase.cpp:753 : Failed to get device"
    4/14/12 2:05:13.072 AM com.apple.launchd.peruser.501: ([email protected][321]) Exited with code: 1
    4/14/12 2:05:16.009 AM com.apple.launchd: (com.aladdin.hasplmd[329]) Job appears to have crashed: Bus error: 10
    4/14/12 2:05:16.009 AM com.apple.launchd: (com.aladdin.hasplmd) Throttling respawn: Will start in 10 seconds
    4/14/12 2:05:16.021 AM ReportCrash: Saved crash report for hasplmd[329] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2012-04-14-020516_localhost.crash

    Man something is going on here that is BIG: I have to cut and paste blocks because some of the same entries are happening so many times......
    selected chunks from console:
    4/14/12 9:22:12.420 AM Installer: Configuring volume "Macintosh HD"
    4/14/12 9:22:12.433 AM Installer: Free space on "Macintosh HD": 311.02 GB (311022747648 bytes).
    4/14/12 9:22:12.433 AM Installer: Create temporary directory "/var/folders/md/rbvylzvs3h5f6272p0s45cy00000gn/T//Install.554ED1glo"
    4/14/12 9:22:12.438 AM Installer: IFPKInstallElement (1 packages)
    4/14/12 9:22:12.513 AM authorizationhost: SFBuiltinEntitled: Installer.app is not entitled for system.install.apple-software
    4/14/12 9:22:12.533 AM authorizationhost: SFBuiltinEntitled: Installer.app is not entitled for system.install.app-store-software
    4/14/12 9:22:12.552 AM authorizationhost: SFBuiltinEntitled: Installer.app is not entitled for system.install.app-store-software
    4/14/12 9:22:12.553 AM com.apple.SecurityServer: Failed to authorize right 'system.install.app-store-software' by client '/System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/Resources/in stalld' [596] for authorization created by '/System/Library/CoreServices/Installer.app' [554]
    4/14/12 9:22:12.596 AM installd: PackageKit: ----- Begin install -----
    4/14/12 9:22:13.322 AM com.apple.launchd: (com.aladdin.aksusbd[87]) Exited: Killed: 9
    4/14/12 9:22:14.000 AM kernel: Kext com.aladdin.kext.aksfridge not found for unload request.
    4/14/12 9:22:17.302 AM com.aladdin.hasplmd: HASP LM v13.23.1.23935 loaded
    4/14/12 9:22:21.000 AM kernel: aksfridge version 1.0.1.16332 successfully loaded
    4/14/12 9:22:28.626 AM installd: Installed "Sentinel Runtime" ()
    4/14/12 9:22:28.643 AM installd: PackageKit: ----- End install -----
    4/14/12 9:22:29.614 AM Installer: Removing temporary directory "/var/folders/md/rbvylzvs3h5f6272p0s45cy00000gn/T//Install.554ED1glo"
    4/14/12 9:22:29.617 AM Installer: Finalize disk "Macintosh HD"
    4/14/12 9:22:29.618 AM Installer: Notifying system of updated components
    4/14/12 9:22:29.618 AM Installer: **** Summary Information ****
    4/14/12 9:22:29.618 AM Installer:   Operation      Elapsed time
    4/14/12 9:22:29.618 AM Installer: -----------------------------
    4/14/12 9:22:29.619 AM Installer:        zero      0.01 seconds
    4/14/12 9:22:29.619 AM Installer:        disk      0.01 seconds
    4/14/12 9:22:29.619 AM Installer:     install      17.17 seconds
    4/14/12 9:22:29.619 AM Installer:     -total-      17.19 seconds
    4/14/12 9:22:29.773 AM Installer: IFDInstallController 22D1ECC0 state = 5
    4/14/12 9:22:29.774 AM Installer: Displaying 'Install Succeeded' UI.
    4/14/12 9:23:14.361 AM DiskImages UI Agent: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    4/14/12 9:23:14.361 AM [0x0-0x29029].com.apple.DiskImageMounter: 2012-04-14 09:23:14.360 DiskImages UI Agent[656:707] *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    4/14/12 9:23:56.414 AM login: USER_PROCESS: 672 ttys000
    4/14/12 9:23:56.597 AM login: DEAD_PROCESS: 672 ttys000
    4/14/12 9:54:10.000 AM kernel: VirtualBox (map: 0xffffff80256d5570) triggered DYLD shared region unnest for map: 0xffffff80256d5570, region 0x7fff92400000->0x7fff92600000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    4/14/12 9:54:16.000 AM kernel: VirtualBoxVM (map: 0xffffff8002f980e8) triggered DYLD shared region unnest for map: 0xffffff8002f980e8, region 0x7fff92400000->0x7fff92600000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    4/14/12 9:55:03.000 AM kernel: aio_queue_async_request(): too many in flight for proc: 16.
    4/14/12 9:56:31.355 AM mds: (Error) LSOF: File '/Volumes/OFFICE10' (fd=46) left open on device 234881038
    4/14/12 9:58:06.056 AM com.apple.backupd: Starting standard backup
    4/14/12 9:58:06.295 AM com.apple.backupd: Backing up to: /Volumes/My Book/Backups.backupdb
    4/14/12 9:58:28.148 AM com.apple.backupd: 67.49 GB required (including padding), 643.99 GB available
    4/14/12 9:58:30.000 AM kernel: _fsevent: unabled to get a path for vp 0xffffff8033b48a28.  dropping the event.
    4/14/12 9:58:30.000 AM kernel: add_fsevent: unable to get path for vp 0xffffff8033b48a28 (receipts; ret 22; type 2)
    4/14/12 9:58:30.000 AM kernel: add_fsevent: unabled to get a path for vp 0xffffff8033b48a28.  dropping the event.
    4/14/12 9:58:30.000 AM kernel: add_fsevent: unable to get path for vp 0xffffff8033b48a28 (receipts; ret 22; type 2)
    4/14/12 9:58:30.000 AM kernel: add_fsevent: unabled to get a path for vp 0xffffff8033b48a28.  dropping the event.
    4/14/12 9:58:30.000 AM kernel: add_fsevent: unable to get path for vp 0xffffff8033b48a28 (receipts; ret 22; type 2)
    4/14/12 9:58:30.000 AM kernel: add_fsevent: unabled to get a path for vp 0xffffff8033b48a28.  dropping the event.
    NEXT:
    4/14/12 10:00:33.000 AM kernel: aio_queue_async_request(): too many in flight for proc: 16.
    4/14/12 10:01:12.000 AM kernel: aio_queue_async_request(): too many in flight for proc: 16.
    4/14/12 10:01:59.000 AM kernel: aio_queue_async_request(): too many in flight for proc: 16.
    4/14/12 10:02:10.000 AM kernel: aio_queue_async_request(): too many in flight for proc: 16.
    4/14/12 10:02:21.000 AM kernel: (default pager): [KERNEL]: ps_allocate_cluster - send HI_WAT_ALERT
    4/14/12 10:02:21.000 AM kernel: macx_swapon SUCCESS
    4/14/12 10:05:09.503 AM imagent: [Warning] SocketStream: error Error Domain=NSPOSIXErrorDomain Code=54 "The operation couldn�t be completed. Connection reset by peer" UserInfo=0x7fc9ab8476d0 {} occurred on input stream
    4/14/12 10:05:09.524 AM imagent: [Warning] XMPPNodeStream: error Error Domain=NSPOSIXErrorDomain Code=54 "The operation couldn�t be completed. Connection reset by peer" UserInfo=0x7fc9ab8476d0 {} occurred on input
    4/14/12 10:05:09.524 AM imagent: [Warning] XMPPConnection: Error: Error Domain=NSPOSIXErrorDomain Code=54 "The operation couldn�t be completed. Connection reset by peer" UserInfo=0x7fc9ab8476d0 {}
    4/14/12 10:05:53.000 AM kernel: aio_queue_async_request(): too many in flight for proc: 16.
    4/14/12 10:11:08.841 AM mds: (Error) LSOF: File '/Volumes/OFFICE10' (fd=22) left open on device 234881038
    4/14/12 10:11:46.226 AM mds: (Error) LSOF: File '/Volumes/OFFICE10' (fd=25) left open on device 234881038
    4/14/12 10:13:24.446 AM applepushserviced: <APSCourier: 0x7fdf92d10fb0>: Stream error occurred for <APSTCPStream: 0x7fdf92d333c0>: The operation couldn’t be completed. Connection reset by peer
    4/14/12 10:13:57.935 AM awacsd: Starting awacsd connectivity-47.1 (Nov  8 2011 18:46:33)
    4/14/12 10:13:58.621 AM awacsd: Connecting AWACS client: 119074954.p06.members.btmm.icloud.com.
    4/14/12 10:13:59.000 AM kernel: utun_ctl_connect: creating interface utun0
    4/14/12 10:13:59.000 AM kernel: utun0: attached with 0 suspended link-layer multicast membership(s)
    4/14/12 10:14:03.444 AM ntpd: bind(29) AF_INET6 fd00:6587:52d7:1955:426c:8fff:fe05:ecd7#123 flags 0x13 failed: Can't assign requested address
    4/14/12 10:14:03.444 AM ntpd: unable to create socket on utun0 (11) for fd00:6587:52d7:1955:426c:8fff:fe05:ecd7#123
    4/14/12 10:36:44.808 AM ReportCrash: DebugSymbols was unable to start a spotlight query: spotlight is not responding or disabled.
    4/14/12 10:36:55.081 AM ReportCrash: Saved crash report for VirtualBoxVM[709] version ??? (???) to /Library/Logs/DiagnosticReports/VirtualBoxVM_2012-04-14-103654_localhost.crash
    4/14/12 10:48:39.000 AM kernel: add_fsevent: unable to get path for vp 0xffffff8033d1b6c8 (usr; ret 22; type 2)
    4/14/12 10:48:39.000 AM kernel: add_fsevent: unabled to get a path for vp 0xffffff8033d1b6c8.  dropping the event.
    4/14/12 10:48:39.000 AM kernel: add_fsevent: unable to get path for vp 0xffffff8033d1b6c8 (usr; ret 22; type 2)
    4/14/12 10:48:39.000 AM kernel: add_fsevent: unabled to get a path for vp 0xffffff8033d1b6c8.  dropping the event.
    4/14/12 10:48:40.000 AM kernel: add_fsevent: unable to get path for vp 0xffffff8033d1b3e0 (libexec; ret 22; type 2)
    4/14/12 10:48:40.000 AM kernel: add_fsevent: unabled to get a path for vp 0xffffff8033d1b3e0.  dropping the event.
    4/14/12 10:48:40.000 AM kernel: add_fsevent: unable to get path for vp 0xffffff8033d1b3e0 (libexec; ret 22; type 2)
    4/14/12 10:48:40.000 AM kernel: add_fsevent: unabled to get a path for vp 0xffffff8033d1b3e0.  dropping the event.
    4/14/12 10:48:40.000 AM kernel: add_fsevent: unable to get path for vp 0xffffff8033d1b3e0 (libexec; ret 22; type 2)
    4/14/12 10:48:40.000 AM kernel: add_fsevent: unabled to get a path for vp 0xffffff8033d1b3e0.  dropping the event.
    4/14/12 10:48:40.000 AM kernel: add_fsevent: unable to get path for vp 0xffffff8033d1b3e0 (libexec; ret 22; type 2)
    4/14/12 10:48:40.000 AM kernel: add_fsevent: unabled to get a path for vp 0xffffff8033d1b3e0.  dropping the event.
    4/14/12 10:48:40.000 AM kernel: add_fsevent: unable to get path for vp 0xffffff8033d1b3e0 (libexec; ret 22; type 2)
    4/14/12 10:48:40.000 AM kernel: add_fsevent: unabled to get a path for vp 0xffffff8033d1b3e0.  dropping the event.
    4/14/12 10:48:40.000 AM kernel: add_fsevent: unable to get path for vp 0xffffff8033d1b3e0 (libexec; ret 22; type 2)
    4/14/12 10:48:40.000 AM kernel: add_fsevent: unabled to get a path for vp 0xffffff8033d1b3e0.  dropping the event.
    4/14/12 10:48:40.000 AM kernel: add_fsevent: unable to get path for vp 0xffffff8033d1b3e0 (libexec; ret 22; type 2)
    4/14/12 10:48:40.000 AM kernel: add_fsevent: unabled to get a path for vp 0xffffff8033d1b3e0.  dropping the event.
    4/14/12 10:48:40.000 AM kernel: add_fsevent: unable to get path for vp 0xffffff8033d1b3e0 (libexec; ret 22; type 2)
    NEXT:
    4/14/12 6:48:34.659 PM com.apple.backupd: Starting standard backup
    4/14/12 6:48:48.391 PM com.apple.backupd: Backing up to: /Volumes/My Book/Backups.backupdb
    4/14/12 6:48:50.684 PM com.apple.backupd: 592.1 MB required (including padding), 643.97 GB available
    4/14/12 6:48:54.439 PM com.apple.backupd: Copied 701 files (278 KB) from volume Macintosh HD.
    4/14/12 6:48:54.569 PM com.apple.backupd: 591.8 MB required (including padding), 643.97 GB available
    4/14/12 6:48:56.308 PM com.apple.backupd: Copied 508 files (8 KB) from volume Macintosh HD.
    4/14/12 6:48:56.444 PM mds: (Error) Volume: Could not find requested backup type:2 for volume
    4/14/12 6:48:56.447 PM com.apple.backupd: Starting post-backup thinning
    4/14/12 6:48:58.447 PM com.apple.backupd: Deleted /Volumes/My Book/Backups.backupdb/vincent’s Mac mini/2012-04-13-181015 (460.0 KB)
    4/14/12 6:48:58.447 PM com.apple.backupd: Post-back up thinning complete: 1 expired backups removed
    4/14/12 6:48:58.475 PM com.apple.backupd: Backup completed successfully.
    4/14/12 6:49:22.909 PM installd: PackageKit: ----- Begin stage -----
    4/14/12 6:49:39.364 PM xpchelper: could not open dyld map file: (null)
    4/14/12 6:49:39.402 PM installd: PackageKit: ----- End stage -----
    4/14/12 6:54:40.149 PM SoftwareUpdateCheck: SoftwareUpdateCheck (Launch): launching app
    4/14/12 6:54:40.879 PM com.apple.SecurityServer: Failed to authorize right 'system.install.app-store-software' by client '/System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/Resources/in stalld' [1841] for authorization created by '/System/Library/CoreServices/Software Update.app' [1837]
    4/14/12 6:54:40.879 PM com.apple.SecurityServer: Failed to authorize right 'system.install.software' by client '/System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/Resources/in stalld' [1841] for authorization created by '/System/Library/CoreServices/Software Update.app' [1837]
    4/14/12 6:54:43.393 PM diskmanagementd: DM ->T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: inHostDiskUDS=0x100f08c20=disk0s2=Macintosh HD inWhatStr=RecoveryInfoBaseSystemVersion
    4/14/12 6:54:43.482 PM diskmanagementd: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: did get booterRecoveryUDS=0x100f08ae0=disk0s3=Recovery HD
    4/14/12 6:54:43.746 PM diskmanagementd: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: did mount nobrowse; MP=/Volumes/Recovery HD OMS=0x7fd558601210
    4/14/12 6:54:43.746 PM diskmanagementd: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: getting dict from file=/Volumes/Recovery HD/com.apple.recovery.boot/SystemVersion.plist
    4/14/12 6:54:43.769 PM fseventsd: Logging disabled completely for device:1: /Volumes/Recovery HD
    4/14/12 6:54:43.769 PM diskmanagementd: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: got dict (or NULL=will return err): oooInfoDict=0x7fd558510030
    4/14/12 6:54:44.049 PM diskmanagementd: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: did if-needed-best-effort unmount
    4/14/12 6:54:44.049 PM diskmanagementd: DM <-T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: retErr=0 outInfoDict={
        ProductBuildVersion = 11D2001;
        ProductCopyright = "1983-2012 Apple Inc.";
        ProductName = "Mac OS X";
        ProductUserVisibleVersion = "10.7.3";
        ProductVersion = "10.7.3";
    4/14/12 7:48:34.204 PM com.apple.backupd: Starting standard backup
    4/14/12 7:48:34.253 PM com.apple.backupd: Backing up to: /Volumes/My Book/Backups.backupdb
    4/14/12 7:48:48.986 PM com.apple.backupd: 592.1 MB required (including padding), 643.97 GB available
    4/14/12 7:48:49.000 PM kernel: add_fsevent: unable to get path for vp 0xffffff8033a9f8b8 (Printers; ret 22; type 2)
    4/14/12 7:48:49.000 PM kernel: add_fsevent: unabled to get a path for vp 0xffffff8033a9f8b8.  dropping the event.
    4/14/12 7:48:49.000 PM kernel: add_fsevent: unable to get path for vp 0xffffff8033a9f8b8 (Printers; ret 22; type 2)
    4/14/12 7:48:49.000 PM kernel: add_fsevent: unabled to get a path for vp 0xffffff8033a9f8b8.  dropping the event.
    4/14/12 7:48:49.000 PM kernel: add_fsevent: unable to get path for vp 0xffffff8033a9f8b8 (Printers; ret 22; type 2)
    4/14/12 7:48:49.000 PM kernel: add_fsevent: unabled to get a path for vp 0xffffff8033a9f8b8.  dropping the event.
    4/14/12 7:48:49.000 PM kernel: add_fsevent: unable to get path for vp 0xffffff8033a9f8b8 (Printers; ret 22; type 2)
    4/14/12 7:48:49.000 PM kernel: add_fsevent: unabled to get a path for vp 0xffffff8033a9f8b8.  dropping the event.
    4/14/12 7:48:49.000 PM kernel: add_fsevent: unable to get path for vp 0xffffff803b9eda28 (AddressBook; ret 22; type 2)
    4/14/12 7:48:49.000 PM kernel: add_fsevent: unabled to get a path for vp 0xffffff803b9eda28.  dropping the event.
    4/14/12 7:48:49.000 PM kernel: add_fsevent: unable to get path for vp 0xffffff803b9eda28 (AddressBook; ret 22; type 2)
    4/14/12 7:48:49.000 PM kernel: add_fsevent: unabled to get a path for vp 0xffffff803b9eda28.  dropping the event.
    4/14/12 7:48:52.455 PM com.apple.backupd: Copied 703 files (211 KB) from volume Macintosh HD.
    4/14/12 7:48:52.544 PM com.apple.backupd: 591.8 MB required (including padding), 643.97 GB available
    4/14/12 7:48:54.008 PM com.apple.backupd: Copied 498 files (3 KB) from volume Macintosh HD.
    4/14/12 7:48:54.133 PM mds: (Error) Volume: Could not find requested backup type:2 for volume
    4/14/12 7:48:54.135 PM com.apple.backupd: Starting post-backup thinning
    4/14/12 7:48:56.030 PM com.apple.backupd: Deleted /Volumes/My Book/Backups.backupdb/vincent’s Mac mini/2012-04-13-191019 (444.0 KB)
    4/14/12 7:48:56.030 PM com.apple.backupd: Post-back up thinning complete: 1 expired backups removed
    4/14/12 7:48:56.056 PM com.apple.backupd: Backup completed successfully.
    4/14/12 7:50:57.166 PM Finder: --ImageKit Error: error before reading pixels: 506
    4/14/12 7:50:57.166 PM Finder: --ImageKit Error: error after reading pixels: 506
    4/14/12 7:50:59.401 PM Finder: --ImageKit Error: error before reading pixels: 506
    4/14/12 7:50:59.401 PM Finder: --ImageKit Error: error after reading pixels: 506
    4/14/12 7:51:51.413 PM com.apple.launchd.peruser.501: (com.apple.Finder[256]) Job appears to have crashed: Segmentation fault: 11
    4/14/12 7:51:54.724 PM ReportCrash: Saved crash report for Finder[256] version 10.7.2 (10.7.2) to /Users/vincedaddy/Library/Logs/DiagnosticReports/Finder_2012-04-14-195154_vince nts-Mac-mini.crash
    4/14/12 7:51:55.563 PM Finder: ISGetIconFamilyFromStorage: seed mismatch for 29e80016, actual seed is 109cf92e
    4/14/12 7:51:55.563 PM Finder: ISGetIconFamilyFromStorage: seed mismatch for 29e80016, actual seed is 109cf92e
    4/14/12 7:51:55.563 PM Finder: ISGetIconFamilyFromStorage: seed mismatch for 29e80016, actual seed is 109cf92e
    4/14/12 7:51:55.563 PM Finder: ISGetIconFamilyFromStorage: seed mismatch for 29e80016, actual seed is 109cf92e
    4/14/12 7:51:55.563 PM Finder: ISGetIconFamilyFromStorage: seed mismatch for 29e80016, actual seed is 109cf92e
    4/14/12 7:51:55.563 PM Finder: ISGetIconFamilyFromStorage: seed mismatch for 29e80016, actual seed is 109cf92e
    4/14/12 7:51:55.563 PM Finder: ISGetIconFamilyFromStorage: seed mismatch for 29e80016, actual seed is 109cf92e
    4/14/12 7:51:55.563 PM Finder: ISGetIconFamilyFromStorage: seed mismatch for 29e80016, actual seed is 109cf92e
    4/14/12 7:51:55.563 PM Finder: ISGetIconFamilyFromStorage: seed mismatch for 29e80016, actual seed is 109cf92e
    4/14/12 7:51:55.564 PM Finder: ISGetIconFamilyFromStorage: seed mismatch for 29e80016, actual seed is 109cf92e
    4/14/12 7:54:31.103 PM WebProcess: Unable to talk to lsboxd
    4/14/12 7:54:31.145 PM sandboxd: ([798]) WebProcess(798) deny mach-lookup com.apple.ls.boxd
    4/14/12 8:20:52.785 PM Software Update: Could not find image named 'package'.
    4/14/12 8:20:53.276 PM installd: PackageKit: ----- Begin install -----
    4/14/12 8:21:03.339 PM xpchelper: could not open dyld map file: (null)
    4/14/12 8:21:04.374 PM com.apple.launchd: System: Could not find requested session: Aqua
    4/14/12 8:21:04.988 PM installd: Installed "Flashback malware removal tool" (1.0)
    4/14/12 8:21:05.280 PM installd: PackageKit: ----- End install -----
    4/14/12 8:21:06.723 PM MRT: FAILURE: Job com.apple.mrt.uiagent is not loaded in launchd.
    4/14/12 8:21:23.905 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:21:23.918 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:21:23.935 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:21:23.951 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:21:23.968 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:21:23.984 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:21:24.002 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:21:24.018 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:21:24.035 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:21:24.051 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:21:24.068 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:21:24.084 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:21:24.102 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:21:24.118 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:21:24.135 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:21:24.151 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:21:24.168 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:21:30.790 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:21:30.818 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:21:30.835 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:21:30.853 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:21:30.868 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:21:30.885 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:21:30.901 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:21:30.918 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:21:30.935 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:21:30.951 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:21:30.967 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:21:30.985 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:21:31.002 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    NExt
    4/14/12 8:33:50.212 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:33:50.228 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:33:50.245 PM [0x0-0x8008].com.apple.Safari: CoreAnimation: rendering error 506
    4/14/12 8:39:50.456 PM Finder: ISGetIconFamilyFromStorage: seed mismatch for 29e80016, actual seed is 109cf92e
    4/14/12 8:40:47.402 PM com.apple.launchd.peruser.501: ([0x0-0x2e02e].com.apple.Terminal[669]) Exited: Killed: 9
    4/14/12 8:41:00.121 PM Finder: ISGetIconFamilyFromStorage: seed mismatch for 29e80016, actual seed is 109cf92e
    4/14/12 8:41:00.298 PM Finder: ISGetIconFamilyFromStorage: seed mismatch for 29e80016, actual seed is 109cf92e
    4/14/12 8:42:26.792 PM Finder: Terminate AirDrop P2P link
    4/14/12 8:42:27.000 PM kernel: Created virtif 0xffffff8024ad5000 p2p1
    4/14/12 8:42:27.000 PM kernel: wlEvent: en1 p2p1 Link UP
    4/14/12 8:42:27.000 PM kernel: wlEvent: en1 p2p1 Link UP
    4/14/12 8:42:27.000 PM kernel: wlEvent: en1 p2p1 Link UP
    4/14/12 8:43:03.784 PM com.apple.Dock.agent: CPSPostEventRecordTo failed -600 /Users/vincedaddy/Library/Widgets/SurfReport.wdgt/
    4/14/12 8:43:03.799 PM com.apple.Dock.agent: CPSPostEventRecordTo failed -600 /Users/vincedaddy/Library/Widgets/SurfReport.wdgt/
    4/14/12 8:43:03.816 PM com.apple.Dock.agent: CPSPostEventRecordTo failed -600 /Users/vincedaddy/Library/Widgets/SurfReport.wdgt/
    4/14/12 8:43:03.832 PM com.apple.Dock.agent: CPSPostEventRecordTo failed -600 /Users/vincedaddy/Library/Widgets/SurfReport.wdgt/
    4/14/12 8:43:03.849 PM com.apple.Dock.agent: CPSPostEventRecordTo failed -600 /Users/vincedaddy/Library/Widgets/SurfReport.wdgt/
    4/14/12 8:43:03.866 PM com.apple.Dock.agent: CPSPostEventRecordTo failed -600 /Users/vincedaddy/Library/Widgets/SurfReport.wdgt/
    4/14/12 8:43:03.882 PM com.apple.Dock.agent: CPSPostEventRecordTo failed -600 /Users/vincedaddy/Library/Widgets/SurfReport.wdgt/
    4/14/12 8:43:03.900 PM com.apple.Dock.agent: CPSPostEventRecordTo failed -600 /Users/vincedaddy/Library/Widgets/SurfReport.wdgt/
    4/14/12 8:43:06.524 PM DashboardClient: Error loading /Users/vincedaddy/Library/Widgets/SurfReport.wdgt/WidgetariumMulti.widgetplugin /MacOS/WidgetariumMulti:  dlopen(/Users/vincedaddy/Library/Widgets/SurfReport.wdgt/WidgetariumMulti.widge tplugin/MacOS/WidgetariumMulti, 265): no suitable image found.  Did find:
              /Users/vincedaddy/Library/Widgets/SurfReport.wdgt/WidgetariumMulti.widgetp lugin/MacOS/WidgetariumMulti: mach-o, but wrong architecture
    4/14/12 8:43:06.525 PM com.apple.Dock.agent: 2012-04-14 20:43:06.501 DashboardClient[2986:803] Error loading /Users/vincedaddy/Library/Widgets/SurfReport.wdgt/WidgetariumMulti.widgetplugin /MacOS/WidgetariumMulti:  dlopen(/Users/vincedaddy/Library/Widgets/SurfReport.wdgt/WidgetariumMulti.widge tplugin/MacOS/WidgetariumMulti, 265): no suitable image found.  Did find:
    4/14/12 8:43:06.525 PM com.apple.Dock.agent:           /Users/vincedaddy/Library/Widgets/SurfReport.wdgt/WidgetariumMulti.widgetp lugin/MacOS/WidgetariumMulti: mach-o, but wrong architecture
    4/14/12 8:43:08.000 PM kernel: wlEvent: en1 p2p1 Link DOWN
    4/14/12 8:43:08.689 PM DashboardClient: (com.example.widget.WidgetSample) undefined: TypeError: 'null' is not an object (line: 0)
    4/14/12 8:43:08.689 PM com.apple.Dock.agent: 2012-04-14 20:43:08.689 DashboardClient[2986:803] (com.example.widget.WidgetSample) undefined: TypeError: 'null' is not an object (line: 0)
    4/14/12 8:43:32.547 PM com.apple.Dock.agent: undefined: JS ERROR: TypeError: 'null' is not an object
    4/14/12 8:43:40.458 PM DashboardClient: error [1001] setting colorSpace to EA231WMi.icc colorspace
    4/14/12 8:43:40.458 PM com.apple.Dock.agent: 2012-04-14 20:43:40.457 DashboardClient[2987:403] error [1001] setting colorSpace to EA231WMi.icc colorspace
    4/14/12 8:44:40.170 PM Dock: kCGErrorIllegalArgument: CGSReleaseWindow: Invalid window 2
    4/14/12 8:44:40.170 PM Dock: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    4/14/12 8:45:08.333 PM System Preferences: kCGErrorIllegalArgument: CGSDeviceCreate: Invalid window
    4/14/12 8:45:08.334 PM System Preferences: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    4/14/12 8:45:08.334 PM System Preferences: Failed to create window context device
    4/14/12 8:45:08.334 PM System Preferences: CGWindowContextCreate: failed to create window context delegate.
    4/14/12 8:45:08.334 PM System Preferences: _initWithWindowNumber: error creating graphics ctxt object for ctxt:0x1200b, window:0x0
    4/14/12 8:45:08.334 PM [0x0-0x7d07d].com.apple.systempreferences: Apr 14 20:45:08 vincents-Mac-mini.local System Preferences[3002] <Error>: Failed to create window context device
    4/14/12 8:45:08.334 PM System Preferences: CGPixelAccessLock failed!
    4/14/12 8:45:08.335 PM [0x0-0x7d07d].com.apple.systempreferences: Apr 14 20:45:08 vincents-Mac-mini.local System Preferences[3002] <Error>: CGWindowContextCreate: failed to create window context delegate.
    4/14/12 8:48:34.138 PM com.apple.backupd: Starting standard backup
    4/14/12 8:48:34.175 PM com.apple.backupd: Backing up to: /Volumes/My Book/Backups.backupdb
    4/14/12 8:48:38.470 PM com.apple.backupd: 600.0 MB required (including padding), 643.97 GB available
    4/14/12 8:48:40.000 PM kernel: add_fsevent: unable to get path for vp 0xffffff8033a9f2e8 (Receipts; ret 22; type 2)
    4/14/12 8:48:40.000 PM kernel: add_fsevent: unabled to get a path for vp 0xffffff8033a9f2e8.  dropping the event.
    4/14/12 8:48:40.000 PM kernel: add_fsevent: unable to get path for vp 0xffffff8033a9f2e8 (Receipts; ret 22; type 2)
    4/14/12 8:48:40.000 PM kernel: add_fsevent: unabled to get a path for vp 0xffffff8033a9f2e8.  dropping the event.
    4/14/12 8:48:40.000 PM kernel: add_fsevent: unable to get path for vp 0xffffff8033a9f2e8 (Receipts; ret 22; type 2)
    4/14/12 8:48:40.000 PM kernel: add_fsevent: unabled to get a path for vp 0xffffff8033a9f2e8.  dropping the event.
    4/14/12 8:48:40.000 PM kernel: add_fsevent: unable to get path for vp 0xffffff8033b48a28 (receipts; ret 22; type 2)
    4/14/12 8:48:40.000 PM kernel: add_fsevent: unabled to get a path for vp 0xffffff8033b48a28.  dropping the event.
    4/14/12 8:48:40.000 PM kernel: add_fsevent: unable to get path for vp 0xffffff8033b48a28 (receipts; ret 22; type 2)
    NEXT
    4/14/12 8:48:48.000 PM kernel: add_fsevent: unabled to get a path for vp 0xffffff803b9ed550.  dropping the event.
    4/14/12 8:48:48.000 PM kernel: add_fsevent: unable to get path for vp 0xffffff803b9ed740 (Metadata; ret 22; type 9)
    4/14/12 8:48:48.000 PM kernel: add_fsevent: unabled to get a path for vp 0xffffff803b9ed740.  dropping the event.
    4/14/12 8:48:50.359 PM com.apple.backupd: Copied 1919 files (6.8 MB) from volume Macintosh HD.
    4/14/12 8:48:50.450 PM com.apple.backupd: 591.8 MB required (including padding), 643.96 GB available
    4/14/12 8:48:52.465 PM com.apple.backupd: Copied 495 files (277 bytes) from volume Macintosh HD.
    4/14/12 8:48:52.669 PM mds: (Error) Volume: Could not find requested backup type:2 for volume
    4/14/12 8:48:52.670 PM com.apple.backupd: Starting post-backup thinning
    4/14/12 8:48:55.500 PM com.apple.backupd: Deleted /Volumes/My Book/Backups.backupdb/vincent’s Mac mini/2012-04-13-201016 (364.0 KB)
    4/14/12 8:48:55.500 PM com.apple.backupd: Post-back up thinning complete: 1 expired backups removed
    4/14/12 8:48:55.525 PM com.apple.backupd: Backup completed successfully.
    4/14/12 8:54:31.475 PM ReportCrash: Saved crash report for WebProcess[3019] version 7534.55 (7534.55.3) to /Users/vincedaddy/Library/Logs/DiagnosticReports/WebProcess_2012-04-14-205431_v incents-Mac-mini.crash
    4/14/12 9:12:57.784 PM iChat: [Warning] No listener for port: 17667     Candidates were: (
        "[IMLocalObject] Port Name: 657D9584-EC6B-4247-9C93-CB85980B7B5F",
        "[IMLocalObject] Port Name: com.apple.iChat.AuxVideoReceiver"
    4/14/12 9:12:57.784 PM iChat: [Warning] **** Found no target object for incoming message
    4/14/12 9:12:59.215 PM [0x0-0xb00b].com.apple.iTunes: Successfully connected to the Intel plugin
    4/14/12 9:12:59.215 PM [0x0-0xb00b].com.apple.iTunes: Version from driver for Certificates 1
    4/14/12 9:12:59.268 PM com.apple.launchd.peruser.501: ([0x0-0x66066].com.apple.Grab[2844]) Exited: Killed: 9
    4/14/12 9:12:59.280 PM com.apple.launchd.peruser.501: ([0x0-0x8008].com.apple.Safari[245]) Exited: Killed: 9
    4/14/12 9:12:59.331 PM com.apple.launchd.peruser.501: (com.apple.speech.synthesisserver[321]) Exited: Killed: 9
    4/14/12 9:12:59.332 PM com.apple.launchd.peruser.501: (com.apple.talagent[254]) Exited: Killed: 9
    4/14/12 9:12:59.338 PM com.apple.launchd.peruser.501: ([0x0-0x17017].com.apple.iTunesHelper[292]) Exited: Killed: 9
    4/14/12 9:12:59.421 PM [0x0-0x19019].com.xrite.i1ProfilerD2LionEditionTray: [ "Sat Apr 14 21:12:59 2012" ]  ERROR   "SumoSDKWrapperBase.cpp:753 : Failed to get device"
    4/14/12 9:12:59.423 PM com.apple.dock.extra: Could not connect the action buttonPressed: to target of class NSApplication
    4/14/12 9:12:59.423 PM com.apple.dock.extra: 2012-04-14 21:12:59.422 com.apple.dock.extra[3053:1707] Could not connect the action buttonPressed: to target of class NSApplication
    4/14/12 9:12:59.423 PM com.apple.dock.extra: Could not connect the action buttonPressed: to target of class NSApplication
    4/14/12 9:12:59.423 PM com.apple.dock.extra: 2012-04-14 21:12:59.422 com.apple.dock.extra[3053:1707] Could not connect the action buttonPressed: to target of class NSApplication
    4/14/12 9:12:59.424 PM com.apple.dock.extra: Could not connect the action buttonPressed: to target of class NSApplication
    4/14/12 9:12:59.424 PM com.apple.dock.extra: 2012-04-14 21:12:59.423 com.apple.dock.extra[3053:1707] Could not connect the action buttonPressed: to target of class NSApplication
    4/14/12 9:12:59.424 PM com.apple.dock.extra: Could not connect the action buttonPressed: to target of class NSApplication
    4/14/12 9:12:59.424 PM com.apple.dock.extra: 2012-04-14 21:12:59.423 com.apple.dock.extra[3053:1707] Could not connect the action buttonPressed: to target of class NSApplication
    4/14/12 9:12:59.902 PM com.apple.launchd.peruser.501: ([0x0-0x1e01e].com.apple.AppleSpell[339]) Exited: Killed: 9
    4/14/12 9:12:59.903 PM com.apple.launchd.peruser.501: (com.apple.mdworker.pool.1[2966]) Exited: Terminated: 15
    4/14/12 9:12:59.995 PM loginwindow: DEAD_PROCESS: 69 console
    4/14/12 9:13:00.005 PM mds: (Error) LSOF: File '/Volumes/OFFICE10' (fd=17) left open on device 234881038
    4/14/12 9:13:00.090 PM airportd: _doAutoJoin: Already associated to “dlink”. Bailing on auto-join.
    4/14/12 9:13:00.359 PM shutdown: reboot by vincedaddy:
    4/14/12 9:13:00.359 PM shutdown: SHUTDOWN_TIME: 1334452380 359052
    4/14/12 9:13:25.000 PM bootlog: BOOT_TIME 1334452405 0
    4/14/12 9:13:37.192 PM UserEventAgent: starting CaptiveNetworkSupport as SystemEventAgent built May 25 2011 12:27:35
    4/14/12 9:13:37.000 PM kernel: PMAP: PCID enabled
    4/14/12 9:13:37.380 PM UserEventAgent: WirelessAirPortDeviceNameCopy(): no BSD interface name found for object 14083
    4/14/12 9:13:37.380 PM UserEventAgent: CaptiveNetworkSupport:CaptiveSCCopyWiFiDevices:388 WiFi Device Name == NULL
    4/14/12 9:13:37.000 PM kernel: Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64
    4/14/12 9:13:37.000 PM kernel: vm_page_bootstrap: 4055127 free pages and 106409 wired pages
    4/14/12 9:13:37.000 PM kernel: kext submap [0xffffff7f8072f000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff800072f000]
    4/14/12 9:13:37.000 PM kernel: zone leak detection enabled
    4/14/12 9:13:37.000 PM kernel: standard timeslicing quantum is 10000 us
    4/14/12 9:13:37.000 PM kernel: mig_table_max_displ = 73
    4/14/12 9:13:37.000 PM kernel: TSC Deadline Timer supported and enabled
    4/14/12 9:13:37.000 PM kernel: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    4/14/12 9:13:37.000 PM kernel: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    4/14/12 9:13:37.000 PM kernel: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    4/14/12 9:13:37.000 PM kernel: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    4/14/12 9:13:37.000 PM kernel: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    4/14/12 9:13:37.000 PM kernel: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    4/14/12 9:13:37.000 PM kernel: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    4/14/12 9:13:37.000 PM kernel: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    4/14/12 9:13:37.000 PM kernel: calling mpo_policy_init for TMSafetyNet
    4/14/12 9:13:37.000 PM kernel: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    4/14/12 9:13:37.000 PM kernel: calling mpo_policy_init for Sandbox
    4/14/12 9:13:37.000 PM kernel: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    4/14/12 9:13:37.000 PM kernel: calling mpo_policy_init for Quarantine
    4/14/12 9:13:37.000 PM kernel: Security policy loaded: Quarantine policy (Quarantine)
    4/14/12 9:13:37.000 PM kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    4/14/12 9:13:37.000 PM kernel: The Regents of the University of California. All rights reserved.
    4/14/12 9:13:37.000 PM kernel: MAC Framework successfully initialized
    4/14/12 9:13:37.000 PM kernel: using 16384 buffer headers and 10240 cluster IO buffer headers
    4/14/12 9:13:37.000 PM kernel: IOAPIC: Version 0x20 Vectors 64:87
    4/14/12 9:13:37.000 PM kernel: ACPI: System State [S0 S3 S4 S5] (S3)
    4/14/12 9:13:37.000 PM kernel: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    4/14/12 9:13:37.000 PM kernel: [ PCI configuration begin ]
    4/14/12 9:13:37.000 PM kernel: AppleIntelCPUPowerManagement: Turbo Ratios 0057
    4/14/12 9:13:37.000 PM kernel: AppleIntelCPUPowerManagement: (built 18:56:37 Jan 12 2012) initialization complete
    4/14/12 9:13:37.000 PM kernel: console relocated to 0xf10010000
    4/14/12 9:13:37.000 PM kernel: PCI configuration changed (bridge=16 device=5 cardbus=0)
    4/14/12 9:13:37.000 PM kernel: [ PCI configuration end, bridges 13 devices 18 ]
    4/14/12 9:13:37.000 PM kernel: mbinit: done [128 MB total pool size, (85/42) split]
    4/14/12 9:13:37.000 PM kernel: Pthread support ABORTS when sync kernel primitives misused
    4/14/12 9:13:37.000 PM kernel: com.apple.AppleFSCompressionTypeZlib kmod start
    4/14/12 9:13:37.000 PM kernel: com.apple.AppleFSCompressionTypeDataless kmod start
    4/14/12 9:13:37.000 PM kernel: com.apple.AppleFSCompressionTypeZlib load succeeded
    4/14/12 9:13:37.000 PM kernel: com.apple.AppleFSCompressionTypeDataless load succeeded
    4/14/12 9:13:37.000 PM kernel: AppleIntelCPUPowerManagementClient: ready
    4/14/12 9:13:37.000 PM kernel: BTCOEXIST off
    4/14/12 9:13:37.000 PM kernel: wl0: Broadcom BCM4331 802.11 Wireless Controller
    4/14/12 9:13:37.000 PM kernel: 5.100.98.75
    4/14/12 9:13:37.000 PM kernel: FireWire (OHCI) TI ID 823f built-in now active, GUID 3c0754fffed87a36; max speed s800.
    4/14/12 9:13:37.000 PM kernel: USBMSC Identifier (non-unique): K1SBCB04310      0x5ac 0x1500 0x200
    4/14/12 9:13:37.000 PM kernel: No interval found for . Using 8000000
    4/14/12 9:13:37.000 PM kernel: No interval found for . Using 8000000
    4/14/12 9:13:37.000 PM kernel: No interval found for . Using 8000000
    4/14/12 9:13:37.000 PM kernel: USBMSC Identifier (non-unique): 574D43305430343539383631 0x1058 0x1140 0x1003
    4/14/12 9:13:37.000 PM kernel: rooting via boot-uuid from /chosen: 4DC4AE45-0726-3641-89CA-EAA096A37657
    4/14/12 9:13:37.000 PM kernel: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    4/14/12 9:13:37.000 PM kernel: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/APPLE HDD HTS547550A9E384 Media/IOGUIDPartitionScheme/Customer@2
    4/14/12 9:13:37.000 PM kernel: BSD root: disk0s2, major 14, minor 2
    4/14/12 9:13:37.000 PM kernel: [IOBluetoothHCIController::setConfigState] calling registerService
    4/14/12 9:13:37.000 PM kernel: Kernel is LP64
    4/14/12 9:13:26.998 PM com.apple.launchd: *** launchd[1] has started up. ***
    4/14/12 9:13:36.880 PM com.apple.launchd: (com.xrite.device.xrdd.plist) Unknown key for string: CFBundleVersion
    4/14/12 9:13:36.880 PM com.apple.launchd: (com.xrite.device.xrdd.plist) Unknown key: CFBundleVersion
    4/14/12 9:13:36.882 PM com.apple.launchd: (com.apple.sandboxd) Unknown value for key POSIXSpawnType: Interactive
    4/14/12 9:13:38.000 PM kernel: BCM5701Enet: Ethernet address 40:6c:8f:05:ec:d7
    4/14/12 9:13:38.000 PM kernel: AirPort_Brcm4331: Ethernet address 70:73:cb:c1:d5:21
    4/14/12 9:13:38.000 PM kernel: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    4/14/12 9:13:38.000 PM kernel: IO80211Interface::efiNVRAMPublished(): 
    4/14/12 9:13:48.097 PM mDNSResponder: mDNSResponder mDNSResponder-320.14.0 (Nov 16 2011 01:16:56) starting OSXVers 11
    4/14/12 9:13:48.759 PM com.apple.SecurityServer: Session 100000 created
    4/14/12 9:13:49.000 PM kernel: Previous Shutdown Cause: 5
    4/14/12 9:13:49.000 PM kernel: No interval found for . Using 8000000
    4/14/12 9:13:49.000 PM kernel: No interval found for . Using 8000000
    4/14/12 9:13:49.000 PM kernel: No interval found for . Using 8000000
    4/14/12 9:13:49.000 PM kernel: DSMOS has arrived
    4/14/12 9:13:49.000 PM kernel: No interval found for . Using 8000000
    4/14/12 9:13:49.000 PM kernel: No interval found for . Using 8000000
    4/14/12 9:13:49.000 PM kernel: No interval found for . Using 8000000
    4/14/12 9:13:49.000 PM kernel: ** Device in slot: SLOT--1 **
    4/14/12 9:13:49.738 PM airportd: _processDLILEvent: en1 attached (down)
    4/14/12 9:13:49.000 PM kernel: Created virtif 0xffffff80252e0000 p2p0
    4/14/12 9:13:49.754 PM UserEventAgent: CaptiveNetworkSupport:CreateInterfaceWatchList:2788 WiFi Devices Found.
    4/14/12 9:13:49.754 PM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    4/14/12 9:13:49.762 PM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    4/14/12 9:13:49.763 PM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    4/14/12 9:13:50.000 PM kernel: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    4/14/12 9:13:50.534 PM configd: bootp_session_transmit: bpf_write(en1) failed: Network is down (50)
    4/14/12 9:13:50.534 PM configd: DHCP en1: INIT-REBOOT transmit failed
    4/14/12 9:13:50.554 PM configd: setting hostname to "vincents-Mac-mini.local"
    4/14/12 9:13:50.558 PM configd: network configuration changed.
    4/14/12 9:13:53.003 PM com.apple.SecurityServer: Entering service
    4/14/12 9:13:53.028 PM systemkeychain: done file: /var/run/systemkeychaincheck.done
    4/14/12 9:13:53.047 PM configd: network configuration changed.
    4/14/12 9:13:53.049 PM mDNSResponder: D2D_IPC: Loaded
    4/14/12 9:13:53.049 PM mDNSResponder: D2DInitialize succeeded
    4/14/12 9:13:53.052 PM configd: network configuration changed.
    4/14/12 9:13:53.054 PM mDNSResponder: Adding registration domain 119074954.members.btmm.icloud.com.
    4/14/12 9:13:53.068 PM awacsd: Starting awacsd connectivity-47.1 (Nov  8 2011 18:46:33)
    4/14/12 9:13:53.087 PM configd: network configuration changed.
    4/14/12 9:13:53.098 PM awacsd: Connecting AWACS client: 119074954.p06.members.btmm.icloud.com.
    4/14/12 9:13:53.127 PM com.apple.ucupdate.plist: ucupdate: Checked 1 update, no match found.
    4/14/12 9:13:53.138 PM com.apple.pfctl: No ALTQ support in kernel
    4/14/12 9:13:53.138 PM com.apple.pfctl: ALTQ related functions disabled
    4/14/12 9:13:53.252 PM com.apple.revisiond: 2012-04-14 21:13 revisiond[65] (CarbonCore.framework) implementation_callback_rpc: ERROR: CFDictionaryGetValue(FSEvents_streamDict, cfPortNumber) => NULL
    4/14/12 9:13:53.281 PM com.apple.usbmuxd: usbmuxd-268.5 on Jan  5 2012 at 03:34:01, running 64 bit
    4/14/12 9:13:53.000 PM kernel: MacAuthEvent en1   Auth result for: 00:21:91:e8:ce:95  MAC AUTH succeeded
    4/14/12 9:13:53.000 PM kernel: wlEvent: en1 en1 Link UP
    4/14/12 9:13:53.000 PM kernel: AirPort: Link Up on en1
    4/14/12 9:13:53.000 PM kernel: en1: BSSID changed to 00:21:91:e8:ce:95
    4/14/12 9:13:53.604 PM UserEventAgent: ServermgrdRegistration cannot load config data
    4/14/12 9:13:55.000 PM kernel: macx_swapon SUCCESS
    4/14/12 9:13:55.119 PM mds: (Normal) FMW: FMW 0 0
    4/14/12 9:13:56.000 PM kernel: AppleBCM5701Ethernet:        0        0 setFixedSpeed - logic error, speed any?
    4/14/12 9:13:56.759 PM loginwindow: Login Window Application Started
    4/14/12 9:13:58.000 PM kernel: EDID CEA Extension Revision ID not valid for audio: 1 (minimum required value: 3)
    4/14/12 9:13:58.092 PM rpcsvchost: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    4/14/12 9:13:59.108 PM configd: network configuration changed.
    4/14/12 9:13:59.132 PM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Probe
    4/14/12 9:13:59.138 PM UserEventAgent: CaptiveNetworkSupport:CNSPreferences:60 Creating new preferences
    4/14/12 9:13:59.139 PM UserEventAgent: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on dlink because it is protected and not on the exception list
    4/14/12 9:13:59.142 PM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Unknown
    4/14/12 9:13:59.143 PM configd: network configuration changed.
    4/14/12 9:13:59.151 PM airportd: _doAutoJoin: Already associated to “dlink”. Bailing on auto-join.
    4/14/12 9:13:59.544 PM loginwindow: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    4/14/12 9:14:00.103 PM com.apple.launchctl.LoginWindow: com.apple.findmymacmessenger: Already loaded
    4/14/12 9:14:00.131 PM com.apple.SystemStarter: /Applications/VirtualBox.app/Contents/MacOS/VBoxBalloonCtrl => /Applications/VirtualBox.app/Contents/MacOS/VBoxBalloonCtrl-amd64
    4/14/12 9:14:00.135 PM com.apple.SystemStarter: /Applications/VirtualBox.app/Contents/MacOS/VBoxDD2GC.gc => /Applications/VirtualBox.app/Contents/MacOS/VBoxDD2GC.gc-amd64
    4/14/12 9:14:00.140 PM com.apple.SystemStarter: /Applications/VirtualBox.app/Contents/MacOS/VBoxDDGC.gc => /Applications/VirtualBox.app/Contents/MacOS/VBoxDDGC.gc-amd64
    4/14/12 9:14:00.145 PM com.apple.SystemStarter: /Applications/VirtualBox.app/Contents/MacOS/VBoxExtPackHelperApp => /Applications/VirtualBox.app/Contents/MacOS/VBoxExtPackHelperApp-amd64
    4/14/12 9:14:00.149 PM com.apple.SystemStarter: /Applications/VirtualBox.app/Contents/MacOS/VBoxHeadless => /Applications/VirtualBox.app/Contents/MacOS/VBoxHeadless-amd64
    4/14/12 9:14:00.154 PM com.apple.SystemStarter: /Applications/VirtualBox.app/Contents/MacOS/VBoxManage => /Applications/VirtualBox.app/Contents/MacOS/VBoxManage-amd64
    4/14/12 9:14:00.159 PM com.apple.SystemStarter: /Applications/VirtualBox.app/Contents/MacOS/VBoxNetAdpCtl => /Applications/VirtualBox.app/Contents/MacOS/VBoxNetAdpCtl-amd64
    4/14/12 9:14:00.180 PM com.apple.SystemStarter: /Applications/VirtualBox.app/Contents/MacOS/VBoxNetDHCP => /Applications/VirtualBox.app/Contents/MacOS/VBoxNetDHCP-amd64
    4/14/12 9:14:00.190 PM com.apple.SystemStarter: /Applications/VirtualBox.app/Contents/MacOS/VBoxSVC => /Applications/VirtualBox.app/Contents/MacOS/VBoxSVC-amd64
    4/14/12 9:14:00.198 PM com.apple.SystemStarter: /Applications/VirtualBox.app/Contents/MacOS/VBoxXPCOMIPCD => /Applications/VirtualBox.app/Contents/MacOS/VBoxXPCOMIPCD-amd64
    4/14/12 9:14:00.209 PM com.apple.SystemStarter: /Applications/VirtualBox.app/Contents/MacOS/VMMGC.gc => /Applications/VirtualBox.app/Contents/MacOS/VMMGC.gc-amd64
    4/14/12 9:14:00.220 PM com.apple.SystemStarter: /Applications/VirtualBox.app/Contents/MacOS/VirtualBox => /Applications/VirtualBox.app/Contents/MacOS/VirtualBox-amd64
    4/14/12 9:14:00.249 PM com.apple.SystemStarter: /Applications/VirtualBox.app/Contents/MacOS/VirtualBoxVM => /Applications/VirtualBox.app/Contents/MacOS/VirtualBoxVM-amd64
    4/14/12 9:14:00.259 PM com.apple.SystemStarter: /Applications/VirtualBox.app/Contents/MacOS/vboxwebsrv => /Applications/VirtualBox.app/Contents/MacOS/vboxwebsrv-amd64
    4/14/12 9:14:00.280 PM com.apple.SystemStarter: Loading VBoxDrv.kext
    4/14/12 9:14:00.281 PM com.apple.SecurityServer: Session 100005 created
    4/14/12 9:14:00.284 PM loginwindow: Login Window Started Security Agent
    4/14/12 9:14:00.296 PM airportd: _doAutoJoin: Already associated to “dlink”. Bailing on auto-join.
    4/14/12 9:14:00.339 PM com.apple.SystemStarter: Loading VBoxUSB.kext
    4/14/12 9:14:00.376 PM SecurityAgent: Echo enabled
    4/14/12 9:14:00.376 PM SecurityAgent: Echo enabled
    4/14/12 9:14:00.423 PM com.apple.SystemStarter: Loading VBoxNetFlt.kext
    4/14/12 9:14:00.746 PM com.apple.SystemStarter: Loading VBoxNetAdp.kext
    4/14/12 9:14:00.890 PM WindowServer: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    4/14/12 9:14:01.000 PM kernel: ast_pending=0xffffff80002af520
    4/14/12 9:14:01.000 PM kernel: cpu_interrupt=0xffffff80002c95f0
    4/14/12 9:14:01.000 PM kernel: vboxdrv: fAsync=0 offMin=0x9e4 offMax=0xb94
    4/14/12 9:14:01.000 PM kernel: VBoxDrv: version 4.1.12 r77245; IOCtl version 0x190000; IDC version 0x10000; dev major=34
    4/14/12 9:14:01.000 PM kernel: VBoxFltDrv: version 4.1.12 r77245
    4/14/12 9:14:01.000 PM kernel: VBoxAdpDrv: version 4.1.12 r77245
    4/14/12 9:14:02.000 PM kernel: utun_ctl_connect: creating interface utun0
    4/14/12 9:14:02.137 PM com.aladdin.hasplmd: HASP LM v13.23.1.23935 loaded
    4/14/12 9:14:06.714 PM SecurityAgent: User info context values set for vincedaddy
    4/14/12 9:14:06.714 PM SecurityAgent: User info context values set for vincedaddy
    4/14/12 9:14:06.950 PM authorizationhost: Failed to authenticate user <vincedaddy> (error: 9).
    4/14/12 9:14:12.008 PM SecurityAgent: User info context values set for vincedaddy
    4/14/12 9:14:12.008 PM SecurityAgent: User info context values set for vincedaddy
    4/14/12 9:14:12.000 PM kernel: aksfridge version 1.0.1.16332 successfully loaded
    4/14/12 9:14:13.044 PM SecurityAgent: Login Window login proceeding
    4/14/12 9:14:13.044 PM SecurityAgent: Login Window login proceeding
    4/14/12 9:14:13.106 PM authorizationhost: DEBUGLOG | -[HomeDirMounter mountHomeDirectoryForUser:atPath:homeLocation:] | name = vincedaddy, path = /Users/vincedaddy, homeLoc = (null)
    4/14/12 9:14:13.106 PM authorizationhost: DEBUGLOG | -[HomeDirMounter setNeedsToUnmountDirVolumeAtLogout:] | mounter calling mechanism to setNeedsToUnmountDirVolumeAtLogout to 0
    4/14/12 9:14:13.106 PM authorizationhost: DEBUGLOG | -[HomeDirMounter mountHomeDirectoryForUser:atPath:homeLocation:] | urlAttribute = null
    4/14/12 9:14:13.106 PM authorizationhost: DEBUGLOG | -[HomeDirMounter mountHomeDirectoryForUser:atPath:homeLocation:] | homeDirPath did NOT follow a symlink, keeping original path of: /Users/vincedaddy
    4/14/12 9:14:13.106 PM authorizationhost: DEBUGLOG | -[HomeDirMounter mountHomeDirectoryForUser:atPath:homeLocation:] | homeDirMajorType = 1
    4/14/12 9:14:13.106 PM authorizationhost: DEBUGLOG | -[HomeDirMounter mountStandardDirectoryForUser:atPath:attributes:] | name = vincedaddy, path = /Users/vincedaddy, homeLoc = (null)
    4/14/12 9:14:13.106 PM authorizationhost: DEBUGLOG | -[HomeDirMechanism isGuestAccount] | enter
    4/14/12 9:14:13.106 PM authorizationhost: DEBUGLOG | -[HomeDirMechanism isGuestAccount] | Guest account check returning 0
    4/14/12 9:14:13.106 PM authorizationhost: DEBUGLOG | -[HomeDirMounter setHomeDirType:] | setHomeDirType to 1
    4/14/12 9:14:13.106 PM authorizationhost: DEBUGLOG | -[HomeDirMounter mountStandardDirectoryForUser:atPath:attributes:] | returning 0
    4/14/12 9:14:13.107 PM authorizationhost: DEBUGLOG | -[HomeDirMounter mountHomeDirectoryForUser:atPath:homeLocation:] | returning 0
    4/14/12 9:14:13.107 PM authorizationhost: DEBUGLOG | -[HomeDirMechanism invoke] | mountHomeDirectoryForUser returns 0
    4/14/12 9:14:13.107 PM authorizationhost: DEBUGLOG | -[HomeDirMechanism updateAndUnlockKeychain] | updateAndUnlockKeychain
    4/14/12 9:14:13.107 PM authorizationhost: DEBUGLOG | -[HomeDirMechanism launchHomeDirFixerToolIfNeeded:] | launchHomeDirFixerToolIfNeeded called with 0
    4/14/12 9:14:13.393 PM loginwindow: Login Window - Returned from Security Agent
    4/14/12 9:14:13.399 PM loginwindow: USER_PROCESS: 71 console
    4/14/12 9:14:13.400 PM applepushserviced: Unable to bootstrap_lookup connection port for 'com.apple.iCalPush': unknown error code
    4/14/12 9:14:13.400 PM applepushserviced: Unable to bootstrap_lookup connection port for 'com.apple.syncdefaultsd.push': unknown error code
    4/14/12 9:14:13.400 PM applepushserviced: Unable to bootstrap_lookup connection port for 'com.apple.AddressBook.PushNotification': unknown error code
    4/14/12 9:14:13.400 PM applepushserviced: Unable to bootstrap_lookup connection port for 'com.apple.safaridavclient.push': unknown error code
    4/14/12 9:14:13.452 PM airportd: _doAutoJoin: Already associated to “dlink”. Bailing on auto-join.
    4/14/12 9:14:13.512 PM com.apple.launchd.peruser.501: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    4/14/12 9:14:13.514 PM com.apple.launchctl.Aqua: load: option requires an argument -- D
    4/14/12 9:14:13.514 PM com.apple.launchctl.Aqua: usage: launchctl load [-wF] [-D <user|local|network|system|all>] paths...
    4/14/12 9:14:13.666 PM UserEventAgent: CaptiveNetworkSupport:CNSServerRegisterUserAgent:187 new user agent port: 16651
    4/14/12 9:14:13.798 PM com.apple.launchd.peruser.501: (com.apple.launchctl.Aqua[247]) Exited with code: 1
    4/14/12 9:14:14.714 PM coreservicesd: *** process 38 exceeded 500 log message per second limit  -  remaining messages this second discarded ***
    4/14/12 9:14:14.731 PM com.apple.dock.extra: Could not connect the action buttonPressed: to target of class NSApplication
    4/14/12 9:14:14.731 PM com.apple.dock.extra: 2012-04-14 21:14:14.730 com.apple.dock.extra[277:1707] Could not connect the action buttonPressed: to target of class NSApplication
    4/14/12 9:14:14.732 PM com.apple.dock.extra: Could not connect the action buttonPressed: to target of class NSApplication
    4/14/12 9:14:14.732 PM com.apple.dock.extra: 2012-04-14 21:14:14.731 com.apple.dock.extra[277:1707] Could not connect the action buttonPressed: to target of class NSApplication
    4/14/12 9:14:14.732 PM com.apple.dock.extra: Could not connect the action buttonPressed: to target of class NSApplication
    4/14/12 9:14:14.732 PM com.apple.dock.extra: 2012-04-14 21:14:14.731 com.apple.dock.extra[277:1707] Could not connect the action buttonPressed: to target of class NSApplication
    4/14/12 9:14:14.733 PM com.apple.dock.extra: Could not connect the action buttonPressed: to target of class NSApplication
    4/14/12 9:14:14.733 PM com.apple.dock.extra: 2012-04-14 21:14:14.732 com.apple.dock.extra[277:1707] Could not connect the action buttonPressed: to target of class NSApplication
    4/14/12 9:14:19.527 PM iCal: ServerNotifications: Setting delegate to APSD
    4/14/12 9:14:19.547 PM iCal: ServerNotification: configureService called with nil password
    4/14/12 9:14:20.817 PM iTunes: The plugin 'Quartz Composer Visualizer' failed to load because it has the wrong CPU architecture for this version of iTunes. (3585)
    4/14/12 9:14:22.650 PM iCal: Subscription request completed
    4/14/12 9:14:22.654 PM iCal: Subscription request completed
    4/14/12 9:14:28.840 PM coreservicesd: *** process 38 exceeded 500 log message per second limit  -  remaining messages this second discarded ***
    4/14/12 9:14:45.637 PM ntpd: proto: precision = 1.000 usec
    4/14/12 9:15:14.273 PM [0x0-0x18018].com.xrite.i1ProfilerD2LionEditionTray: [ "Sat Apr 14 21:15:14 2012" ]  ERROR   "SumoSDKWrapperBase.cpp:753 : Failed to get device"
    4/14/12 9:15:14.584 PM com.apple.launchd.peruser.501: ([email protected][318]) Exited with code: 1
    4/14/12 9:17:32.137 PM Finder: --ImageKit Error: error before reading pixels: 506
    4/14/12 9:17:32.137 PM Finder: --ImageKit Error: error after reading pixels: 506
    4/14/12 9:18:36.342 PM Safari: IPCClient: Server port 0 is invalid; looking it up again...
    4/14/12 9:24:16.094 PM warmd: [__warmctl_evt_desktop_up_block_invoke_0:478] Desktop up bcstop timer fired!
    OMG

  • Mac black screen when opening files in Creative cloud products

    I have pasted the system log below the issue occured around 16:20, the iMac was recently upgraded to Mountain lion at the same time roughly a week ago upgraded from CS5.5 to creative cloud, no issues until two days ago
    Oct  1 16:10:57 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Oct  1 16:10:57 localhost com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    Oct  1 16:11:08 localhost com.apple.launchd[1] (com.apple.automountd): Unknown key for boolean: NSSupportsSuddenTermination
    Oct  1 16:11:13 localhost hidd[47]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    Oct  1 16:11:13 localhost hidd[47]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    Oct  1 16:11:13 localhost fseventsd[48]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (94493 20 94586)
    Oct  1 16:11:16 localhost kernel[0]: Waiting for DSMOS...
    Oct  1 16:11:19 localhost distnoted[60]: # distnote server daemon  absolute time: 27.253416338   civil time: Tue Oct  1 16:11:19 2013   pid: 60 uid: 0  root: yes
    Oct  1 16:11:19 localhost kdc[45]: label: default
    Oct  1 16:11:19 localhost kdc[45]:           dbname: od:/Local/Default
    Oct  1 16:11:19 localhost kdc[45]:           mkey_file: /var/db/krb5kdc/m-key
    Oct  1 16:11:19 localhost kdc[45]:           acl_file: /var/db/krb5kdc/kadmind.acl
    Oct  1 16:11:20 localhost kernel[0]: macx_swapon SUCCESS
    Oct  1 16:11:20 localhost kernel[0]: yukon: Ethernet address 00:23:32:99:9a:ca
    Oct  1 16:11:20 localhost kernel[0]: AirPort_Brcm43224: Ethernet address 00:23:12:22:9f:a4
    Oct  1 16:11:20 localhost kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    Oct  1 16:11:20 localhost appleeventsd[53]: main: Starting up
    Oct  1 16:11:20 localhost mDNSResponder[39]: mDNSResponder mDNSResponder-379.38.1 (Apr 25 2013 19:19:56) starting OSXVers 12
    Oct  1 16:11:20 localhost com.apple.usbmuxd[27]: usbmuxd-296.4 on Dec 21 2012 at 16:11:14, running 64 bit
    Oct  1 16:11:20 localhost coreservicesd[61]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    Oct  1 16:11:21 localhost kernel[0]: [IOBluetoothHCIController][start] -- completed
    Oct  1 16:11:21 localhost kernel[0]: ** Device in slot: SLOT--1 **
    Oct  1 16:11:21 localhost kernel[0]: IOBluetoothUSBDFU::probe
    Oct  1 16:11:21 localhost kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x820F FirmwareVersion - 0x0206
    Oct  1 16:11:21 localhost kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- this = 0xffffff8020a3d000 ****
    Oct  1 16:11:21 localhost kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- controller = 0xffffff8020a3d000
    Oct  1 16:11:21 localhost kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key $Num (kSMCKeyNotFound)
    Oct  1 16:11:21 localhost kernel[0]: SMC::smcReadKeyAction ERROR $Num kSMCKeyNotFound(0x84) fKeyHashTable=0x0
    Oct  1 16:11:21 localhost kernel[0]: Previous Shutdown Cause: -128
    Oct  1 16:11:21 localhost kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
    Oct  1 16:11:21 localhost kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Oct  1 16:11:21 localhost airportd[80]: _processDLILEvent: en1 attached (down)
    Oct  1 16:11:21 localhost kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Oct  1 16:11:21 localhost kernel[0]: en1::IO80211Interface::postMessage bssid changed
    Oct  1 16:11:21 localhost kernel[0]: DSMOS has arrived
    Oct  1 16:11:21 localhost configd[19]: network changed.
    Oct  1 16:11:21 macgraphicss-imac.local configd[19]: setting hostname to "macgraphicss-imac.local"
    Oct  1 16:11:21 macgraphicss-imac.local com.apple.SecurityServer[16]: Session 100000 created
    Oct  1 16:11:21 macgraphicss-imac.local fseventsd[48]: log dir: /.fseventsd getting new uuid: 92019FB8-8B72-416B-9385-74D2B95D0A87
    Oct  1 16:11:22 macgraphicss-imac kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key BEMB (kSMCKeyNotFound)
    Oct  1 16:11:22 macgraphicss-imac.local mds[38]: (Normal) FMW: FMW 0 0
    Oct  1 16:11:22 macgraphicss-imac.local revisiond[32]: Had metainfo
    Oct  1 16:11:22 macgraphicss-imac.local revisiond[32]: UUIDs match!
    Oct  1 16:11:23 macgraphicss-imac.local blued[56]: Read the UHE Info
    Oct  1 16:11:23 macgraphicss-imac.local blued[56]: Read version 2 info.  Number of devices:1
    Oct  1 16:11:23 macgraphicss-imac.local blued[56]: Class of device:     0x2580
    Oct  1 16:11:23 macgraphicss-imac.local blued[56]: Device name: 'vicky’s mouse' length:16
    Oct  1 16:11:23 macgraphicss-imac.local blued[56]: Finished reading the HID data
    Oct  1 16:11:23 macgraphicss-imac.local blued[56]: Found a device with PID:0x030d VID:0x05ac
    Oct  1 16:11:23 macgraphicss-imac.local blued[56]: hostControllerOnline - Number of Paired devices = 1, List of Paired devices = (
                  "00-26-bb-7e-36-a5"
    Oct  1 16:11:23 macgraphicss-imac kernel[0]: Ethernet [AppleYukon2]: Link up on en0, 1-Gigabit, Full-duplex, No flow-control, Debug [796d,ac08,0de1,0200,c1e1,2800]
    Oct  1 16:11:26 macgraphicss-imac.local blued[56]: link key found for device: 00-26-bb-7e-36-a5
    Oct  1 16:11:26 macgraphicss-imac.local com.apple.SecurityServer[16]: Entering service
    Oct  1 16:11:27 macgraphicss-imac.local UserEventAgent[12]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    Oct  1 16:11:27 macgraphicss-imac.local mDNSResponder[39]: D2D_IPC: Loaded
    Oct  1 16:11:27 macgraphicss-imac.local mDNSResponder[39]: D2DInitialize succeeded
    Oct  1 16:11:27 macgraphicss-imac.local configd[19]: network changed: DNS*
    Oct  1 16:11:27 macgraphicss-imac.local com.apple.SecurityServer[16]: Succeeded authorizing right 'com.apple.ServiceManagement.daemons.modify' by client '/usr/libexec/UserEventAgent' [12] for authorization created by '/usr/libexec/UserEventAgent' [12] (100012,0)
    Oct  1 16:11:27 macgraphicss-imac.local awacsd[57]: Starting awacsd connectivity-78.3 (Apr 25 2013 19:22:44)
    Oct  1 16:11:27 macgraphicss-imac.local awacsd[57]: InnerStore CopyAllZones: no info in Dynamic Store
    Oct  1 16:11:27 macgraphicss-imac.local systemkeychain[73]: done file: /var/run/systemkeychaincheck.done
    Oct  1 16:11:27 macgraphicss-imac.local netbiosd[81]: Unable to start NetBIOS name service:
    Oct  1 16:11:27 macgraphicss-imac.local digest-service[102]: label: default
    Oct  1 16:11:27 macgraphicss-imac.local digest-service[102]:           dbname: od:/Local/Default
    Oct  1 16:11:27 macgraphicss-imac.local digest-service[102]:           mkey_file: /var/db/krb5kdc/m-key
    Oct  1 16:11:27 macgraphicss-imac.local digest-service[102]:           acl_file: /var/db/krb5kdc/kadmind.acl
    Oct  1 16:11:27 macgraphicss-imac.local digest-service[102]: digest-request: uid=0
    Oct  1 16:11:27 macgraphicss-imac.local rpcsvchost[104]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    Oct  1 16:11:27 macgraphicss-imac.local digest-service[102]: digest-request: init request
    Oct  1 16:11:27 macgraphicss-imac.local digest-service[102]: digest-request: init return domain: BUILTIN server: MACGRAPHICSS-IMAC
    Oct  1 16:11:27 macgraphicss-imac.local loginwindow[42]: Login Window Application Started
    Oct  1 16:11:28 macgraphicss-imac.local blued[56]: Save link key for device: 00-26-bb-7e-36-a5
    Oct  1 16:11:28 macgraphicss-imac kernel[0]: [BNBMouseDevice::init][75.19] init is complete
    Oct  1 16:11:28 macgraphicss-imac.local locationd[43]: Incorrect NSStringEncoding value 0x8000100 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future.
    Oct  1 16:11:29 macgraphicss-imac kernel[0]: [BNBMouseDevice::handleStart][75.19] returning 1
    Oct  1 16:11:29 macgraphicss-imac kernel[0]: [AppleMultitouchHIDEventDriver::start] entered
    Oct  1 16:11:29 macgraphicss-imac kernel[0]: [AppleMultitouchDevice::start] entered
    Oct  1 16:11:29 macgraphicss-imac.local WindowServer[106]: Server is starting up
    Oct  1 16:11:29 macgraphicss-imac.local WindowServer[106]: Session 256 retained (2 references)
    Oct  1 16:11:29 macgraphicss-imac.local WindowServer[106]: Session 256 released (1 references)
    Oct  1 16:11:29 macgraphicss-imac.local WindowServer[106]: Session 256 retained (2 references)
    Oct  1 16:11:29 macgraphicss-imac.local WindowServer[106]: init_page_flip: page flip mode is on
    Oct  1 16:11:30 macgraphicss-imac.local kdc[45]: PKINIT: failed to find a signing certifiate with a public key
    Oct  1 16:11:31 macgraphicss-imac.local locationd[43]: NOTICE,Location icon should now be in state 0
    Oct  1 16:11:31 macgraphicss-imac.local WindowServer[106]: mux_initialize: Couldn't find any matches
    Oct  1 16:11:31 macgraphicss-imac.local WindowServer[106]: GLCompositor enabled for tile size [256 x 256]
    Oct  1 16:11:31 macgraphicss-imac.local WindowServer[106]: CGXGLInitMipMap: mip map mode is on
    Oct  1 16:11:31 macgraphicss-imac.local WindowServer[106]: WSMachineUsesNewStyleMirroring: false
    Oct  1 16:11:31 macgraphicss-imac.local WindowServer[106]: Display 0x04272380: GL mask 0x1; bounds (0, 0)[1920 x 1200], 48 modes available
              Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9c8e, S/N 0, Unit 0, Rotation 0
              UUID 0x0000061000009c8e0000000004272380
    Oct  1 16:11:31 macgraphicss-imac.local WindowServer[106]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
              UUID 0xffffffffffffffffffffffff003f003d
    Oct  1 16:11:31 macgraphicss-imac.local WindowServer[106]: Created shield window 0x5 for display 0x04272380
    Oct  1 16:11:31 macgraphicss-imac.local WindowServer[106]: Created shield window 0x6 for display 0x003f003d
    Oct  1 16:11:31 macgraphicss-imac.local WindowServer[106]: Display 0x04272380: GL mask 0x1; bounds (0, 0)[1920 x 1200], 48 modes available
              Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9c8e, S/N 0, Unit 0, Rotation 0
              UUID 0x0000061000009c8e0000000004272380
    Oct  1 16:11:31 macgraphicss-imac.local WindowServer[106]: Display 0x003f003d: GL mask 0x2; bounds (2944, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
              UUID 0xffffffffffffffffffffffff003f003d
    Oct  1 16:11:31 macgraphicss-imac.local WindowServer[106]: CGXPerformInitialDisplayConfiguration
    Oct  1 16:11:31 macgraphicss-imac.local WindowServer[106]:   Display 0x04272380: MappedDisplay Unit 0; Vendor 0x610 Model 0x9c8e S/N 0 Dimensions 20.47 x 12.60; online enabled built-in, Bounds (0,0)[1920 x 1200], Rotation 0, Resolution 1
    Oct  1 16:11:31 macgraphicss-imac.local WindowServer[106]:   Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2944,0)[1 x 1], Rotation 0, Resolution 1
    Oct  1 16:11:31 macgraphicss-imac.local WindowServer[106]: GLCompositor: GL renderer id 0x01021a02, GL mask 0x00000003, accelerator 0x00003c73, unit 0, caps QEX|QGL|MIPMAP, vram 256 MB
    Oct  1 16:11:31 macgraphicss-imac.local WindowServer[106]: GLCompositor: GL renderer id 0x01021a02, GL mask 0x00000003, texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    Oct  1 16:11:31 macgraphicss-imac.local loginwindow[42]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    Oct  1 16:11:31 macgraphicss-imac.local launchctl[114]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    Oct  1 16:11:31 macgraphicss-imac.local kdc[45]: KDC started
    Oct  1 16:11:32 macgraphicss-imac.local configd[19]: network changed: v4(en0+:192.168.4.225) DNS+ Proxy+ SMB+
    Oct  1 16:11:34 macgraphicss-imac.local ntpd[100]: proto: precision = 1.000 usec
    Oct  1 16:11:35 macgraphicss-imac.local WindowServer[106]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Oct  1 16:11:44 macgraphicss-imac.local awacsd[57]: Exiting
    Oct  1 16:11:51 macgraphicss-imac.local WindowServer[106]: Created shield window 0x7 for display 0x04272380
    Oct  1 16:11:51 macgraphicss-imac.local WindowServer[106]: Display 0x04272380: MappedDisplay Unit 0; ColorProfile { 2, "iMac"}; TransferTable (256, 3)
    Oct  1 16:12:30 --- last message repeated 1 time ---
    Oct  1 16:11:51 macgraphicss-imac.local launchctl[120]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    Oct  1 16:11:51 macgraphicss-imac.local WindowServer[106]: Display 0x04272380: MappedDisplay Unit 0; ColorProfile { 2, "iMac"}; TransferTable (256, 3)
    Oct  1 16:11:51 macgraphicss-imac.local launchctl[120]: com.apple.findmymacmessenger: Already loaded
    Oct  1 16:11:51 macgraphicss-imac.local com.apple.SecurityServer[16]: Session 100003 created
    Oct  1 16:11:52 macgraphicss-imac.local locationd[126]: Incorrect NSStringEncoding value 0x8000100 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future.
    Oct  1 16:11:52 macgraphicss-imac.local locationd[126]: NOTICE,Location icon should now be in state 0
    Oct  1 16:11:52 macgraphicss-imac.local UserEventAgent[121]: cannot find useragent 1102
    Oct  1 16:11:52 macgraphicss-imac.local loginwindow[42]: Login Window Started Security Agent
    Oct  1 16:11:52 macgraphicss-imac.local SecurityAgent[129]: This is the first run
    Oct  1 16:11:52 macgraphicss-imac.local SecurityAgent[129]: MacBuddy was run = 0
    Oct  1 16:11:52 macgraphicss-imac.local SecurityAgent[129]: User info context values set for vicky
    Oct  1 16:11:52 macgraphicss-imac.local authorizationhost[130]: in pam_sm_authenticate(): Got user: vicky
    Oct  1 16:11:52 macgraphicss-imac.local authorizationhost[130]: in pam_sm_authenticate(): Got ruser: (null)
    Oct  1 16:11:52 macgraphicss-imac.local authorizationhost[130]: in pam_sm_authenticate(): Got service: authorization
    Oct  1 16:11:52 macgraphicss-imac.local authorizationhost[130]: in od_principal_for_user(): No authentication authority returned
    Oct  1 16:11:52 macgraphicss-imac.local authorizationhost[130]: in od_principal_for_user(): failed: 7
    Oct  1 16:11:52 macgraphicss-imac.local authorizationhost[130]: in pam_sm_authenticate(): Failed to determine Kerberos principal name.
    Oct  1 16:11:52 macgraphicss-imac.local authorizationhost[130]: in pam_sm_authenticate(): Done cleanup3
    Oct  1 16:11:52 macgraphicss-imac.local authorizationhost[130]: in pam_sm_authenticate(): Kerberos 5 refuses you
    Oct  1 16:11:52 macgraphicss-imac.local authorizationhost[130]: in pam_sm_authenticate(): pam_sm_authenticate: ntlm
    Oct  1 16:11:52 macgraphicss-imac.local authorizationhost[130]: in pam_sm_acct_mgmt(): OpenDirectory - Membership cache TTL set to 1800.
    Oct  1 16:11:52 macgraphicss-imac.local authorizationhost[130]: in od_record_check_pwpolicy(): retval: 0
    Oct  1 16:11:52 macgraphicss-imac.local authorizationhost[130]: in od_record_attribute_create_cfstring(): returned 2 attributes for dsAttrTypeStandard:AuthenticationAuthority
    Oct  1 16:11:52 macgraphicss-imac.local authorizationhost[130]: in pam_sm_setcred(): Establishing credentials
    Oct  1 16:11:52 macgraphicss-imac.local authorizationhost[130]: in pam_sm_setcred(): Got user: vicky
    Oct  1 16:11:52 macgraphicss-imac.local authorizationhost[130]: in pam_sm_setcred(): Context initialised
    Oct  1 16:11:52 macgraphicss-imac.local authorizationhost[130]: in pam_sm_setcred(): Got euid, egid: 0 0
    Oct  1 16:11:52 macgraphicss-imac.local authorizationhost[130]: in pam_sm_setcred(): Done getpwnam()
    Oct  1 16:11:52 macgraphicss-imac.local authorizationhost[130]: in pam_sm_setcred(): Done setegid() & seteuid()
    Oct  1 16:11:52 macgraphicss-imac.local authorizationhost[130]: in pam_sm_setcred(): pam_sm_setcred: krb5 user vicky doesn't have a principal
    Oct  1 16:11:52 macgraphicss-imac.local authorizationhost[130]: in pam_sm_setcred(): Done cleanup3
    Oct  1 16:11:52 macgraphicss-imac.local authorizationhost[130]: in pam_sm_setcred(): Done seteuid() & setegid()
    Oct  1 16:11:52 macgraphicss-imac.local authorizationhost[130]: in pam_sm_setcred(): Done cleanup4
    Oct  1 16:11:52 macgraphicss-imac.local authorizationhost[130]: in pam_sm_setcred(): pam_sm_setcred: ntlm
    Oct  1 16:11:52 macgraphicss-imac.local authorizationhost[130]: in pam_sm_setcred(): pam_sm_setcred: no domain found skipping
    Oct  1 16:11:53 macgraphicss-imac.local helpd[124]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 1. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
    Oct  1 16:12:30 --- last message repeated 1 time ---
    Oct  1 16:11:54 macgraphicss-imac.local com.apple.SecurityServer[16]: Succeeded authorizing right 'system.login.console' by client '/System/Library/CoreServices/loginwindow.app' [42] for authorization created by '/System/Library/CoreServices/loginwindow.app' [42] (100003,0)
    Oct  1 16:11:54 macgraphicss-imac.local loginwindow[42]: Login Window - Returned from Security Agent
    Oct  1 16:11:54 macgraphicss-imac.local loginwindow[42]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102
    Oct  1 16:11:54 macgraphicss-imac.local loginwindow[42]: USER_PROCESS: 42 console
    Oct  1 16:11:58 macgraphicss-imac.local launchctl[133]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    Oct  1 16:11:58 macgraphicss-imac.local launchctl[134]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    Oct  1 16:11:58 macgraphicss-imac com.apple.launchd.peruser.501[132] (com.apple.gamed): Ignored this key: UserName
    Oct  1 16:11:58 macgraphicss-imac com.apple.launchd.peruser.501[132] (com.apple.gamed): Ignored this key: GroupName
    Oct  1 16:11:58 macgraphicss-imac com.apple.launchd.peruser.501[132] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    Oct  1 16:11:58 macgraphicss-imac.local loginwindow[42]: Connection with distnoted server was invalidated
    Oct  1 16:11:58 macgraphicss-imac.local distnoted[136]: # distnote server agent  absolute time: 64.437656477   civil time: Tue Oct  1 16:11:58 2013   pid: 136 uid: 501  root: no
    Oct  1 16:12:00 macgraphicss-imac.local com.apple.SecurityServer[16]: Succeeded authorizing right 'system.login.done' by client '/System/Library/CoreServices/loginwindow.app' [42] for authorization created by '/System/Library/CoreServices/loginwindow.app' [42] (100002,0)
    Oct  1 16:12:01 macgraphicss-imac.local com.apple.SecurityServer[16]: Succeeded authorizing right 'system.services.systemconfiguration.network' by client '/usr/libexec/UserEventAgent' [135] for authorization created by '/usr/libexec/UserEventAgent' [135] (100000,0)
    Oct  1 16:12:30 --- last message repeated 1 time ---
    Oct  1 16:12:01 macgraphicss-imac.local UserEventAgent[135]: cannot find fw daemon port 1102
    Oct  1 16:12:02 macgraphicss-imac.local SystemStarter[107]: Adobe Version Cue CS2 (148) did not complete successfully
    Oct  1 16:12:02 macgraphicss-imac.local SystemStarter[107]: The following StartupItems failed to start properly:
    Oct  1 16:12:02 macgraphicss-imac.local SystemStarter[107]: /Library/StartupItems/AdobeVersionCueCS2
    Oct  1 16:12:02 macgraphicss-imac.local SystemStarter[107]:  - execution of Startup script failed
    Oct  1 16:12:17 macgraphicss-imac.local com.apple.SecurityServer[16]: Session 100004 created
    Oct  1 16:12:18 macgraphicss-imac com.apple.launchd[1] (com.apple.coreservices.appleid.authentication[125]): Exit timeout elapsed (20 seconds). Killing
    Oct  1 16:12:19 macgraphicss-imac.local WindowServer[106]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Oct  1 16:12:20 macgraphicss-imac.local coreaudiod[179]: Enabled automatic stack shots because audio IO is inactive
    Oct  1 16:12:20 macgraphicss-imac.local mds[38]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputerIndexed"
    Oct  1 16:12:20 macgraphicss-imac.local WindowServer[106]: Display 0x04272380: MappedDisplay Unit 0; ColorProfile { 2, "iMac"}; TransferTable (256, 3)
    Oct  1 16:12:20 macgraphicss-imac.local launchctl[186]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    Oct  1 16:12:20 macgraphicss-imac.local NetworkBrowserAgent[189]: Starting NetworkBrowserAgent
    Oct  1 16:12:20 macgraphicss-imac.local locationd[194]: Incorrect NSStringEncoding value 0x8000100 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future.
    Oct  1 16:12:20 macgraphicss-imac.local locationd[194]: NOTICE,Location icon should now be in state 0
    Oct  1 16:12:20 macgraphicss-imac.local WindowServer[106]: kCGErrorNotImplemented: receive_notification: CPXSetEventFilter failed
    Oct  1 16:12:31 --- last message repeated 1 time ---
    Oct  1 16:12:21 macgraphicss-imac.local mds[38]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    Oct  1 16:12:31 --- last message repeated 1 time ---
    Oct  1 16:12:22 macgraphicss-imac.local talagent[160]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, _kLSApplicationIsHiddenKey, hidden ? kCFBooleanTrue : kCFBooleanFalse, NULL) produced OSStatus -50 on line 623 in TCApplication.m
    Oct  1 16:12:22 macgraphicss-imac.local talagent[160]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, TAL_kLSIsProxiedForTALKey, kCFBooleanTrue, NULL) produced OSStatus -50 on line 626 in TCApplication.m
    Oct  1 16:12:22 macgraphicss-imac.local com.apple.time[135]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    Oct  1 16:12:23 macgraphicss-imac.local fseventsd[48]: check_vol_last_mod_time:XXX failed to get mount time (25; &mount_time == 0x10fd84518)
    Oct  1 16:12:23 macgraphicss-imac.local fseventsd[48]: log dir: /Volumes/EXCEL LABEL/.fseventsd getting new uuid: E1295DF7-BE83-460D-ABC4-68BC058C456E
    Oct  1 16:12:24 macgraphicss-imac.local WindowServer[106]: kCGErrorNotImplemented: receive_notification: CPXSetEventFilter failed
    Oct  1 16:12:24 macgraphicss-imac.local mds[38]: (/)(Warning) IndexQuery in bool preIterate_FSI(SISearchCtx_FSI *):Throttling inefficient file system query
    Oct  1 16:12:25 macgraphicss-imac com.apple.launchd.peruser.501[132] ([0x0-0x11011].org.python.python[171]): Exited with code: 2
    Oct  1 16:12:25 macgraphicss-imac.local com.apple.time[135]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    Oct  1 16:12:26 macgraphicss-imac.local coreservicesd[61]: SFLItem (ExcelShare) is missing volume type when setting new prefs.
                        1   OSServices                          0x00007fff8318aee6 _ZN18SFLMutableListItem11SetNewPrefsEPK14__CFDictionarytP16OpaqueISImageRef + 976
                        2   OSServices                          0x00007fff8318aab8 _Z18SFLMakeNewListItemjPK14__CFDictionarystP16OpaqueISImageRef + 176
                        3   OSServices                          0x00007fff8318d2b6 _ZN11SFLListBase18AppendFromListInfoEPK9__CFArrayS2_t + 102
                        4   OSServices                          0x00007fff831d7d09 _ZN15SFLVolumesEntry15GenericDataPushEjmjPPK8__CFDataPj + 233
                        5   OSServices                          0x00007fff831daebc SFLGenericDataPush + 92
                        6   OSServices                          0x00007fff831dfaf6 Server_SFLGenericDataPushOneWay_rpc + 296
                        7   OSServices                          0x00007fff831e56b0 _XSFLGenericDataPushOneWay_rpc + 259
                        8   OSServices                          0x00007fff831e766f SFLServer_server + 106
                        9   CarbonCore                          0x00007fff878aaa3b _Z15scHandleMessageP17mach_msg_header_tPFjS0_S0_EPjPh + 96
                        10  CarbonCore                          0x00007fff878ab2c6 _ZN15SCServerSession13handleMessageEP17mach_msg_header_t + 390
                        11  CarbonCore                          0x00007fff878aa98a _ZL15_serverCallbackP12__CFMachPortPvlS1_ + 738
                        12  CoreFoundation                      0x00007fff8b8e4e40 __CFMachPortPerform + 288
                        13  CoreFoundation                      0x00007fff8b8e4d09 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
                        14  CoreFoundation                      0x00007fff8b8e4a49 __CFRunLoopDoSource1 + 153
                        15  CoreFoundation                      0x00007fff8b917c02 __CFRunLoopRun + 1826
                        16  CoreFoundation                      0x00007fff8b9170e2 CFRunLoopRunSpecific + 290
                        17  CoreFoundation                      0x00007fff8b925dd1 CFRunLoopRun + 97
                        18  CarbonCore                          0x00007fff878a9ff5 _CoreServicesServerMain + 691
                        19  libdyld.dylib                       0x00007fff8547a7e1 start + 0
                        20  ???                                 0x0000000000000001 0x0 + 1
    Oct  1 16:12:26 macgraphicss-imac.local coreservicesd[61]: SFLItem (WIP) is missing volume type when setting new prefs.
                        1   OSServices                          0x00007fff8318aee6 _ZN18SFLMutableListItem11SetNewPrefsEPK14__CFDictionarytP16OpaqueISImageRef + 976
                        2   OSServices                          0x00007fff8318aab8 _Z18SFLMakeNewListItemjPK14__CFDictionarystP16OpaqueISImageRef + 176
                        3   OSServices                          0x00007fff8318d2b6 _ZN11SFLListBase18AppendFromListInfoEPK9__CFArrayS2_t + 102
                        4   OSServices                          0x00007fff831d7d09 _ZN15SFLVolumesEntry15GenericDataPushEjmjPPK8__CFDataPj + 233
                        5   OSServices                          0x00007fff831daebc SFLGenericDataPush + 92
                        6   OSServices                          0x00007fff831dfaf6 Server_SFLGenericDataPushOneWay_rpc + 296
                        7   OSServices                          0x00007fff831e56b0 _XSFLGenericDataPushOneWay_rpc + 259
                        8   OSServices                          0x00007fff831e766f SFLServer_server + 106
                        9   CarbonCore                          0x00007fff878aaa3b _Z15scHandleMessageP17mach_msg_header_tPFjS0_S0_EPjPh + 96
                        10  CarbonCore                          0x00007fff878ab2c6 _ZN15SCServerSession13handleMessageEP17mach_msg_header_t + 390
                        11  CarbonCore                          0x00007fff878aa98a _ZL15_serverCallbackP12__CFMachPortPvlS1_ + 738
                        12  CoreFoundation                      0x00007fff8b8e4e40 __CFMachPortPerform + 288
                        13  CoreFoundation                      0x00007fff8b8e4d09 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
                        14  CoreFoundation                      0x00007fff8b8e4a49 __CFRunLoopDoSource1 + 153
                        15  CoreFoundation                      0x00007fff8b917c02 __CFRunLoopRun + 1826
                        16  CoreFoundation                      0x00007fff8b9170e2 CFRunLoopRunSpecific + 290
                        17  CoreFoundation                      0x00007fff8b925dd1 CFRunLoopRun + 97
                        18  CarbonCore                          0x00007fff878a9ff5 _CoreServicesServerMain + 691
                        19  libdyld.dylib                       0x00007fff8547a7e1 start + 0
                        20  ???                                 0x0000000000000001 0x0 + 1
    Oct  1 16:12:26 macgraphicss-imac kernel[0]: HFS: Vol: My Disc Very Low Disk: freeblks: 0, dangerlimit: 838
    Oct  1 16:12:27 macgraphicss-imac.local mds[38]: (/)(Warning) IndexQuery in bool preIterate_FSI(SISearchCtx_FSI *):Throttling inefficient file system query
    Oct  1 16:12:28 macgraphicss-imac.local Finder[178]: ISGetIconFamilyFromStorage: seed mismatch for 2db5001b, actual seed is 8a5c6567
                        1   OSServices                          0x00007fff83192720 _ZL26ISGetIconFamilyFromStoragejPP17CIconStorageArrayPj + 140
                        2   OSServices                          0x00007fff8319267a _ISAcquireStorageRefInternal + 19
                        3   OSServices                          0x00007fff83192654 _ISAcquireStorageRef + 31
                        4   OSServices                          0x00007fff8319260a _ZL25ISAcquireImageRefInternalP16OpaqueISImageRef + 49
                        5   OSServices                          0x00007fff83192988 _ISAcquireImageRef + 33
                        6   LaunchServices                      0x00007fff82aeb08a _ZL33_GetISImageRefFromIconRefInternalP13OpaqueIconRefPP16OpaqueISImageRef + 64
                        7   LaunchServices                      0x00007fff82aed7eb _GetISImageRefFromIconRef + 42
                        8   LaunchServices                      0x00007fff82acbfec LSSharedFileListItemCopyIconRef + 536
                        9   DesktopServicesPriv                 0x00007fff871dfac9 _ZN7TFSInfo10InitializeEhP29OpaqueLSSharedFileListItemRef + 757
                        10  DesktopServicesPriv                 0x00007fff871ce46d _ZN19TFSInfoSynchronizer13FetchChildrenEv + 1435
                        11  DesktopServicesPriv                 0x00007fff871c9f5e _ZN5TNode19SynchronizeChildrenEjR16TNodeEventPtrSet + 318
                        12  DesktopServicesPriv                 0x00007fff871c71c1 _ZN5TNode10HandleSyncEj + 2629
                        13  DesktopServicesPriv                 0x00007fff871da988 _ZN5TNode10HandleSyncERK11TCountedPtrI9TNodeTaskERK8TNodePtr + 42
                        14  DesktopServicesPriv                 0x00007fff871b6fd7 _ZN5TNode17HandleNodeRequestERK11TCountedPtrI9TNodeTaskERKS0_I17TVolumeSyncThreadE + 833
                        15  DesktopServicesPriv                 0x00007fff8722a13f __block_global_1 + 82
                        16  DesktopServicesPriv                 0x00007fff871b6c40 _Z18ExceptionSafeBlockU13block_pointerFvvE + 12
                        17  DesktopServicesPriv                 0x00007fff871b6be1 __PostNodeTaskRequest_block_invoke_0 + 91
                        18  libdispatch.dylib                   0x00007fff8deb3f01 _dispatch_call_block_and_release + 15
                        19  libdispatch.dylib                   0x00007fff8deb00b6 _dispatch_client_callout + 8
                        20  libdispatch.dylib                   0x00007fff8deb147f _dispatch_queue_drain + 235
                        21  libdispatch.dylib                   0x00007fff8deb12f1 _dispatch_queue_invoke + 52
                        22  libdispatch.dylib                   0x00007fff8deb11c3 _dispatch_worker_thread2 + 249
                        23  libsystem_c.dylib                   0x00007fff83af7cdb _pthread_wqthread + 404
                        24  libsystem_c.dylib                   0x00007fff83ae2191 start_wqthread + 13
    Oct  1 16:12:28 macgraphicss-imac.local Finder[178]: _GetISImageRefFromIconRefInternal: could not retain image ref 0x2db5001b (err=-2580)
    Oct  1 16:12:28 macgraphicss-imac.local Finder[178]: ISGetIconFamilyFromStorage: seed mismatch for 2db5001b, actual seed is 8a5c6567
                        1   OSServices                          0x00007fff83192720 _ZL26ISGetIconFamilyFromStoragejPP17CIconStorageArrayPj + 140
                        2   OSServices                          0x00007fff8319267a _ISAcquireStorageRefInternal + 19
                        3   OSServices                          0x00007fff83192654 _ISAcquireStorageRef + 31
                        4   OSServices                          0x00007fff8319260a _ZL25ISAcquireImageRefInternalP16OpaqueISImageRef + 49
                        5   OSServices                          0x00007fff83192988 _ISAcquireImageRef + 33
                        6   LaunchServices                      0x00007fff82aeb08a _ZL33_GetISImageRefFromIconRefInternalP13OpaqueIconRefPP16OpaqueISImageRef + 64
                        7   LaunchServices                      0x00007fff82acc209 _CopyIconRefSystemTypeInfo + 54
                        8   LaunchServices                      0x00007fff82acc048 LSSharedFileListItemCopyIconRef + 628
                        9   DesktopServicesPriv                 0x00007fff871dfac9 _ZN7TFSInfo10InitializeEhP29OpaqueLSSharedFileListItemRef + 757
                        10  DesktopServicesPriv                 0x00007fff871ce46d _ZN19TFSInfoSynchronizer13FetchChildrenEv + 1435
                        11  DesktopServicesPriv                 0x00007fff871c9f5e _ZN5TNode19SynchronizeChildrenEjR16TNodeEventPtrSet + 318
                        12  DesktopServicesPriv                 0x00007fff871c71c1 _ZN5TNode10HandleSyncEj + 2629
                        13  DesktopServicesPriv                 0x00007fff871da988 _ZN5TNode10HandleSyncERK11TCountedPtrI9TNodeTaskERK8TNodePtr + 42
                        14  DesktopServicesPriv                 0x00007fff871b6fd7 _ZN5TNode17HandleNodeRequestERK11TCountedPtrI9TNodeTaskERKS0_I17TVolumeSyncThreadE + 833
                        15  DesktopServicesPriv                 0x00007fff8722a13f __block_global_1 + 82
                        16  DesktopServicesPriv                 0x00007fff871b6c40 _Z18ExceptionSafeBlockU13block_pointerFvvE + 12
                        17  DesktopServicesPriv                 0x00007fff871b6be1 __PostNodeTaskRequest_block_invoke_0 + 91
                        18  libdispatch.dylib                   0x00007fff8deb3f01 _dispatch_call_block_and_release + 15
                        19  libdispatch.dylib                   0x00007fff8deb00b6 _dispatch_client_callout + 8
                        20  libdispatch.dylib                   0x00007fff8deb147f _dispatch_queue_drain + 235
                        21  libdispatch.dylib                   0x00007fff8deb12f1 _dispatch_queue_invoke + 52
                        22  libdispatch.dylib                   0x00007fff8deb11c3 _dispatch_worker_thread2 + 249
                        23  libsystem_c.dylib                   0x00007fff83af7cdb _pthread_wqthread + 404
                        24  libsystem_c.dylib                   0x00007fff83ae2191 start_wqthread + 13
    Oct  1 16:12:28 macgraphicss-imac.local Finder[178]: _GetISImageRefFromIconRefInternal: could not retain image ref 0x2db5001b (err=-2580)
    Oct  1 16:12:28 macgraphicss-imac.local Finder[178]: ISGetIconFamilyFromStorage: seed mismatch for 283a001c, actual seed is 80af9cc3
                        1   OSServices                          0x00007fff83192720 _ZL26ISGetIconFamilyFromStoragejPP17CIconStorageArrayPj + 140
                        2   OSServices                          0x00007fff8319267a _ISAcquireStorageRefInternal + 19
                        3   OSServices                          0x00007fff83192654 _ISAcquireStorageRef + 31
                        4   OSServices                          0x00007fff8319260a _ZL25ISAcquireImageRefInternalP16OpaqueISImageRef + 49
                        5   OSServices                          0x00007fff83192988 _ISAcquireImageRef + 33
                        6   LaunchServices                      0x00007fff82aeb08a _ZL33_GetISImageRefFromIconRefInternalP13OpaqueIconRefPP16OpaqueISImageRef + 64
                        7   LaunchServices                      0x00007fff82aed7eb _GetISImageRefFromIconRef + 42
                        8   LaunchServices                      0x00007fff82acbfec LSSharedFileListItemCopyIconRef + 536
                        9   DesktopServicesPriv                 0x00007fff871dfac9 _ZN7TFSInfo10InitializeEhP29OpaqueLSSharedFileListItemRef + 757
                        10  DesktopServicesPriv                 0x00007fff871ce46d _ZN19TFSInfoSynchronizer13FetchChildrenEv + 1435
                        11  DesktopServicesPriv                 0x00007fff871c9f5e _ZN5TNode19SynchronizeChildrenEjR16TNodeEventPtrSet + 318
                        12  DesktopServicesPriv                 0x00007fff871c71c1 _ZN5TNode10HandleSyncEj + 2629
                        13  DesktopServicesPriv                 0x00007fff871da988 _ZN5TNode10HandleSyncERK11TCountedPtrI9TNodeTaskERK8TNodePtr + 42
                        14  DesktopServicesPriv                 0x00007fff871b6fd7 _ZN5TNode17HandleNodeRequestERK11TCountedPtrI9TNodeTaskERKS0_I17TVolumeSyncThreadE + 833
                        15  DesktopServicesPriv                 0x00007fff8722a13f __block_global_1 + 82
                        16  DesktopServicesPriv                 0x00007fff871b6c40 _Z18ExceptionSafeBlockU13block_pointerFvvE + 12
                        17  DesktopServicesPriv                 0x00007fff871b6be1 __PostNodeTaskRequest_block_invoke_0 + 91
                        18  libdispatch.dylib                   0x00007fff8deb3f01 _dispatch_call_block_and_release + 15
                        19  libdispatch.dylib                   0x00007fff8deb00b6 _dispatch_client_callout + 8
                        20  libdispatch.dylib                   0x00007fff8deb147f _dispatch_queue_drain + 235
                        21  libdispatch.dylib                   0x00007fff8deb12f1 _dispatch_queue_invoke + 52
                        22  libdispatch.dylib                   0x00007fff8deb11c3 _dispatch_worker_thread2 + 249
                        23  libsystem_c.dylib                   0x00007fff83af7cdb _pthread_wqthread + 404
                        24  libsystem_c.dylib                   0x00007fff83ae2191 start_wqthread + 13
    Oct  1 16:12:28 macgraphicss-imac.local Finder[178]: _GetISImageRefFromIconRefInternal: could not retain image ref 0x283a001c (err=-2580)
    Oct  1 16:12:28 macgraphicss-imac.local Finder[178]: ISGetIconFamilyFromStorage: seed mismatch for 283a001c, actual seed is 80af9cc3
                        1   OSServices                          0x00007fff83192720 _ZL26ISGetIconFamilyFromStoragejPP17CIconStorageArrayPj + 140
                        2   OSServices                          0x00007fff8319267a _ISAcquireStorageRefInternal + 19
                        3   OSServices                          0x00007fff83192654 _ISAcquireStorageRef + 31
                        4   OSServices                          0x00007fff8319260a _ZL25ISAcquireImageRefInternalP16OpaqueISImageRef + 49
                        5   OSServices                          0x00007fff83192988 _ISAcquireImageRef + 33
                        6   LaunchServices                      0x00007fff82aeb08a _ZL33_GetISImageRefFromIconRefInternalP13OpaqueIconRefPP16OpaqueISImageRef + 64
                        7   LaunchServices                      0x00007fff82acc209 _CopyIconRefSystemTypeInfo + 54
                        8   LaunchServices                      0x00007fff82acc048 LSSharedFileListItemCopyIconRef + 628
                        9   DesktopServicesPriv                 0x00007fff871dfac9 _ZN7TFSInfo10InitializeEhP29OpaqueLSSharedFileListItemRef + 757
                        10  DesktopServicesPriv                 0x00007fff871ce46d _ZN19TFSInfoSynchronizer13FetchChildrenEv + 1435
                        11  DesktopServicesPriv                 0x00007fff871c9f5e _ZN5TNode19SynchronizeChildrenEjR16TNodeEventPtrSet + 318
                        12  DesktopServicesPriv                 0x00007fff871c71c1 _ZN5TNode10HandleSyncEj + 2629
                        13  DesktopServicesPriv                 0x00007fff871da988 _ZN5TNode10HandleSyncERK11TCountedPtrI9TNodeTaskERK8TNodePtr + 42
                        14  DesktopServicesPriv                 0x00007fff871b6fd7 _ZN5TNode17HandleNodeRequestERK11TCountedPtrI9TNodeTaskERKS0_I17TVolumeSyncThreadE + 833
                        15  DesktopServicesPriv                 0x00007fff8722a13f __block_global_1 + 82
                        16  DesktopServicesPriv                 0x00007fff871b6c40 _Z18ExceptionSafeBlockU13block_pointerFvvE + 12
                        17  DesktopServicesPriv                 0x00007fff871b6be1 __PostNodeTaskRequest_block_invoke_0 + 91
                        18  libdispatch.dylib                   0x00007fff8deb3f01 _dispatch_call_block_and_release + 15
                        19  libdispatch.dylib                   0x00007fff8deb00b6 _dispatch_client_callout + 8
                        20  libdispatch.dylib                   0x00007fff8deb147f _dispatch_queue_drain + 235
                        21  libdispatch.dylib                   0x00007fff8deb12f1 _dispatch_queue_invoke + 52
                        22  libdispatch.dylib                   0x00007fff8deb11c3 _dispatch_worker_thread2 + 249
                        23  libsystem_c.dylib                   0x00007fff83af7cdb _pthread_wqthread + 404
                        24  libsystem_c.dylib                   0x00007fff83ae2191 start_wqthread + 13
    Oct  1 16:12:28 macgraphicss-imac.local Finder[178]: _GetISImageRefFromIconRefInternal: could not retain image ref 0x283a001c (err=-2580)
    Oct  1 16:12:30 macgraphicss-imac.local coreservicesd[61]: Can't change an application into stopped state for app App:"Adobe Illustrator CC" [ 0x0/0x8008]  @ 0x0x7fe671c31cb0 because it's already been started.
    Oct  1 16:12:34 macgraphicss-imac.local mds[38]: (/)(Warning) IndexQuery in virtual bool SISearchCtx_FSI::performSearch(struct PartialQueryResults *):Retried searchfs 4 times
    Oct  1 16:12:45 macgraphicss-imac.local FileMaker Pro[169]: clip: empty path.
    Oct  1 16:12:46 macgraphicss-imac.local Adobe Illustrator[161]: find_shared_window: WID 43
    Oct  1 16:12:46 macgraphicss-imac.local Adobe Illustrator[161]: kCGErrorIllegalArgument: CGSOrderFrontConditionally: Invalid window
    Oct  1 16:12:50 macgraphicss-imac.local IDLE[173]: ATS: Invalid FontObjectID (22) - only low 16 bits are being passed in.
    Oct  1 16:12:53 macgraphicss-imac.local mds[38]: Unable to talk to lsboxd
    Oct  1 16:12:54 macgraphicss-imac com.apple.launchd.peruser.501[132] (com.logmein.LMILaunchAgentFixer[244]): Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory
    Oct  1 16:12:54 macgraphicss-imac com.apple.launchd.peruser.501[132] (com.logmein.LMILaunchAgentFixer[244]): Job failed to exec(3) for weird reason: 2
    Oct  1 16:12:54 macgraphicss-imac com.apple.launchd.peruser.501[132] (com.apple.afpstat-qfa[243]): Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory
    Oct  1 16:12:54 macgraphicss-imac com.apple.launchd.peruser.501[132] (com.apple.afpstat-qfa[243]): Job failed to exec(3) for weird reason: 2
    Oct  1 16:12:54 macgraphicss-imac.local loginwindow[42]: Login items - LSOpenApplication returned error -10665, url=/Library/Application Support/Logitech/LCCDaemon.app
    Oct  1 16:12:54 macgraphicss-imac.local loginwindow[42]: Unable to lauch startup item: (null)
    Oct  1 16:12:54 macgraphicss-imac com.apple.launchd.peruser.501[132] (com.apple.mrt.uiagent[235]): Exited with code: 255
    Oct  1 16:12:55 macgraphicss-imac.local mdworker[256]: Connection with distnoted server was invalidated
    Oct  1 16:12:55 macgraphicss-imac kernel[0]: Sandbox: sandboxd(257) deny mach-lookup com.apple.coresymbolicationd
    Oct  1 16:12:56 macgraphicss-imac com.apple.launchd.peruser.501[132] (com.adobe.AdobeCreativeCloud[247]): Check-in of Mach service failed. Already active: Cancel Port247
    Oct  1 16:12:57 macgraphicss-imac.local Creative Cloud[247]: objc[247]: Class HTTPHeader is implemented in both /Applications/Utilities/Adobe Creative Cloud/ACC/C3ContainerBL.dylib and /Applications/Utilities/Adobe Creative Cloud/AppsPanel/AppsPanelIL.dylib. One of the two will be used. Which one is undefined.
    Oct  1 16:12:57 macgraphicss-imac.local Creative Cloud[247]: objc[247]: Class ProxyManager is implemented in both /Applications/Utilities/Adobe Creative Cloud/ACC/C3ContainerBL.dylib and /Applications/Utilities/Adobe Creative Cloud/AppsPanel/AppsPanelIL.dylib. One of the two will be used. Which one is undefined.
    Oct  1 16:13:00 macgraphicss-imac.local Creative Cloud[247]: objc[247]: Class HTTPHeader is implemented in both /Applications/Utilities/Adobe Creative Cloud/ACC/C3ContainerBL.dylib and /Applications/Utilities/Adobe Application Manager/UWA/UpdaterCore.framework/UpdaterCore. One of the two will be used. Which one is undefined.
    Oct  1 16:13:00 macgraphicss-imac.local Creative Cloud[247]: objc[247]: Class ProxyManager is implemented in both /Applications/Utilities/Adobe Creative Cloud/ACC/C3ContainerBL.dylib and /Applications/Utilities/Adobe Application Manager/UWA/UpdaterCore.framework/UpdaterCore. One of the two will be used. Which one is undefined.
    Oct  1 16:14:48 macgraphicss-imac.local Locum[279]: Connection with distnoted server was invalidated
    Oct  1 16:14:55 macgraphicss-imac.local com.apple.quicklook.satellite[275]: bootstrap_look_up2 failed with 0x44c
    Oct  1 16:14:56 macgraphicss-imac kernel[0]: Sandbox: sandboxd(280) deny mach-lookup com.apple.coresymbolicationd
    Oct  1 16:15:03 macgraphicss-imac.local launchctl[284]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    Oct  1 16:15:04 macgraphicss-imac.local com.apple.quicklook.satellite[275]: [QL] Using too much memory (161 MB), hit critical threshold (120 MB), exiting immediately to clean up.
    Oct  1 16:15:04 macgraphicss-imac com.apple.launchd[1] (com.apple.quicklook.satellite.3ECED7D5-E422-4CD2-9596-ABE3E87C89F3[275]): Exited: Killed: 9
    Oct  1 16:15:04 macgraphicss-imac.local coreaudiod[179]: Disabled automatic stack shots because audio IO is active
    Oct  1 16:15:05 macgraphicss-imac.local coreaudiod[179]: Enabled automatic stack shots because audio IO is inactive
    Oct  1 16:15:10 macgraphicss-imac.local WindowServer[106]: kCGErrorNotImplemented: receive_notification: CPXSetEventFilter failed
    Oct  1 16:15:13 macgraphicss-imac.local Adobe Photoshop CC[166]: Error loading /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScriptingAdditio ns:  dlopen(/Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScripting Additions, 262): no suitable image found.  Did find:
                        /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions: mach-o, but wrong architecture
    Oct  1 16:15:13 macgraphicss-imac.local coreservicesd[61]: Can't change an application into stopped state for app App:"Photoshop" [ 0x0/0xc00c]  @ 0x0x7fe671e268b0 because it's already been started.
    Oct  1 16:15:16 macgraphicss-imac.local VDCAssistant[288]: AVF error: AVD_api.Create failed ...
    Oct  1 16:15:16 macgraphicss-imac.local VDCAssistant[288]: AVF encoder error: fail to create accelerator instance
    Oct  1 16:15:32 macgraphicss-imac.local Finder[178]: ISGetIconFamilyFromStorage: seed mismatch for 2db5001b, actual seed is 8a5c6567
                        1   OSServices                          0x00007fff83192720 _ZL26ISGetIconFamilyFromStoragejPP17CIconStorageArrayPj + 140
                        2   OSServices                          0x00007fff831c0e5b _ISIsStorageOnTheVolume + 23
                        3   OSServices                          0x00007fff831eb506 _ISIsAnyOfImageStoragesOnTheVolume + 47
                        4   LaunchServices                      0x00007fff82b08307 _ZN13CIconRefEntry23DataChangedAfterUnmountEs + 13
                        5   LaunchServices                      0x00007fff82b0749c _ZN13CIconRefArray13UnmountVolumeEs + 82
                        6   LaunchServices                      0x00007fff82b082f0 _ZL21MountNotificationHookP15VolumeNoticeBlk + 39
                        7   CarbonCore                          0x00007fff879248d7 _Z29_FSVolumeNotificationCallbacksPK10__CFStringPKvPv + 282
                        8   CarbonCore                          0x00007fff878f0e3e _FSVolumeObserverCallback + 165
                        9   CoreFoundation                      0x00007fff8b8e4e40 __CFMachPortPerform + 288
                        10  CoreFoundation                      0x00007fff8b8e4d09 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
                        11  CoreFoundation                      0x00007fff8b8e4a49 __CFRunLoopDoSource1 + 153
                        12  CoreFoundation                      0x00007fff8b917c02 __CFRunLoopRun + 1826
                        13  CoreFoundation                      0x00007fff8b9170e2 CFRunLoopRunSpecific + 290
                        14  HIToolbox                           0x00007fff8b57aeb4 RunCurrentEventLoopInMode + 209
                        15  HIToolbox                           0x00007fff8b57ac52 ReceiveNextEventCommon + 356
                        16  HIToolbox                           0x00007fff8b57aae3 BlockUntilNextEventMatchingListInMode + 62
                        17  AppKit                              0x00007fff8bfa6533 _DPSNextEvent + 685
                        18  AppKit                              0x00007fff8bfa5df2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
                        19  AppKit                              0x00007fff8bf9d1a3 -[NSApplication run] + 517
                        20  AppKit                              0x00007fff8bf41bd6 NSApplicationMain + 869
                        21  Finder                              0x000000010f8f6b56 Finder + 23382
                        22  libdyld.dylib                       0x00007fff8547a7e1 start + 0
    Oct  1 16:15:32 macgraphicss-imac.local Finder[178]: ISGetIconFamilyFromStorage: seed mismatch for 283a001c, actual seed is 80af9cc3
                        1   OSServices                          0x00007fff83192720 _ZL26ISGetIconFamilyFromStoragejPP17CIconStorageArrayPj + 140
                        2   OSServices                          0x00007fff831c0e5b _ISIsStorageOnTheVolume + 23
                        3   OSServices                          0x00007fff831eb506 _ISIsAnyOfImageStoragesOnTheVolume + 47
                        4   LaunchServices                      0x00007fff82b08307 _ZN13CIconRefEntry23DataChangedAfterUnmountEs + 13
                        5   LaunchServices                      0x00007fff82b0749c _ZN13CIconRefArray13UnmountVolumeEs + 82
                        6   LaunchServices                      0x00007fff82b082f0 _ZL21MountNotificationHookP15VolumeNoticeBlk + 39
                        7   CarbonCore                          0x00007fff879248d7 _Z29_FSVolumeNotificationCallbacksPK10__CFStringPKvPv + 282
                        8   CarbonCore                          0x00007fff878f0e3e _FSVolumeObserverCallback + 165
                        9   CoreFoundation                      0x00007fff8b8e4e40 __CFMachPortPerform + 288
                        10  CoreFoundation                      0x00007fff8b8e4d09 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
                        11  CoreFoundation                      0x00007fff8b8e4a49 __CFRunLoopDoSource1 + 153
                        12  CoreFoundation                      0x00007fff8b917c02 __CFRunLoopRun + 1826
                        13  CoreFoundation                      0x00007fff8b9170e2 CFRunLoopRunSpecific + 290
                        14  HIToolbox                           0x00007fff8b57aeb4 RunCurrentEventLoopInMode + 209
                        15  HIToolbox                           0x00007fff8b57ac52 ReceiveNextEventCommon + 356
                        16  HIToolbox                           0x00007fff8b57aae3 BlockUntilNextEventMatchingListInMode + 62
                        17  AppKit                              0x00007fff8bfa6533 _DPSNextEvent + 685
                        18  AppKit                              0x00007fff8bfa5df2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
                        19  AppKit                              0x00007fff8bf9d1a3 -[NSApplication run] + 517
                        20  AppKit                              0x00007fff8bf41bd6 NSApplicationMain + 869
                        21  Finder                              0x000000010f8f6b56 Finder + 23382
                        22  libdyld.dylib                       0x00007fff8547a7e1 start + 0
    Oct  1 16:15:49 macgraphicss-imac.local System Preferences[291]: Attempted search for modules of unknown type (4)
    Oct  1 16:15:55 macgraphicss-imac.local System Preferences[291]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Oct  1 16:15:55 macgraphicss-imac.local System Preferences[291]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Oct  1 16:16:06 macgraphicss-imac.local WindowServer[106]: CGXDisableUpdate: UI updates were forcibly disabled by application "Adobe Photoshop CC" for over 1.00 seconds. Server has re-enabled them.
    Oct  1 16:16:08 macgraphicss-imac.local WindowServer[106]: reenable_update_for_connection: UI updates were finally reenabled by application "Adobe Photoshop CC" after 2.95 seconds (server forcibly re-enabled them after 1.00 seconds)
    Oct  1 16:16:21 macgraphicss-imac.local mds[38]: (/)(Warning) IndexQuery in virtual bool SISearchCtx_FSI::performSearch(struct PartialQueryResults *):Throttling slow file system query
    Oct  1 16:16:27 macgraphicss-imac.local mds[38]: (/)(Warning) IndexQuery in virtual bool SISearchCtx_FSI::performSearch(struct PartialQueryResults *):Retried searchfs 4 times
    Oct  1 16:16:29 macgraphicss-imac.local mds[38]: (/)(Warning) IndexQuery in virtual bool SISearchCtx_FSI::performSearch(struct PartialQueryResults *):Throttling slow file system query
    Oct  1 16:19:45 macgraphicss-imac.local WindowServer[106]: _CGXGetWindowOrderingGroup: Operation on a window 0x7b requiring rights 0x5 by caller Adobe Photoshop CC
    Oct  1 16:21:46 macgraphicss-imac.local launchctl[311]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    Oct  1 16:21:47 macgraphicss-imac.local distnoted[313]: # distnote server agent  absolute time: 653.588672623   civil time: Tue Oct  1 16:21:47 2013   pid: 313 uid: 89  root: no
    Oct  1 16:22:02 macgraphicss-imac.local com.apple.SecurityServer[16]: Session 100009 created
    Oct  1 16:22:39 macgraphicss-imac kernel[0]: Sandbox: sandboxd(319) deny mach-lookup com.apple.coresymbolicationd
    Oct  1 16:22:44 macgraphicss-imac.local sandboxd[319] ([317]): mdworker(317) deny file-read-data /Applications/GraphicConverter/GraphicConverter (pre-ls-info fstype:hfs fsflag:480D000 flags:240000005E diag:0 uti:dyn.ah62d4rv4ge80k2py plugin:internalPlainTextImporter - find suspect file using: sudo mdutil -t 23010332)
    Oct  1 16:25:26 macgraphicss-imac.local coreaudiod[179]: Disabled automatic stack shots because audio IO is ac

    Hi Exceldpstudiocc5,
    can you please elaborate, which creative cloud app you are using and  what kind of file you are trying to open?
    I' m assuming, it could be an issue with fonts or type of files.
    Regards,
    Ashish

  • After updating to 10.10.2, my OpenGL applications do not work, and there are problems with window updates/refresh in App Store, and many applications, Google Chrome is unusable.

    After performing the OS X 10.10.2 update, OpenGL applications, for example Starry Night Pro fail to run, there are numerous windows update/refresh problems (incomplete refresh, remnants of window/frame borders), and some applications, for example Google Chrome are unusable, as cursor motion in the application window causes the display to flash horizontal bars in the window.
    I've tried a variety of things, including downloading the most current release of Xcode, turning on/off transparency in Accessibility, graphics switching, and a few other things, but the problem persists.
    The App Store display behaves similarly.  I am running a MacBook Pro.
    This is the output from EtreCheck:
    Problem description:
    Screen/windows corruption
    EtreCheck version: 2.1.8 (121)
    Report generated March 11, 2015 at 10:26:15 PM CDT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (15-inch, Mid 2012) (Technical Specifications)
        MacBook Pro - model: MacBookPro9,1
        1 2.6 GHz Intel Core i7 CPU: 4-core
        16 GB RAM Upgradeable
            BANK 0/DIMM0
                8 GB DDR3 1600 MHz ok
            BANK 1/DIMM0
                8 GB DDR3 1600 MHz ok
        Bluetooth: Good - Handoff/Airdrop2 supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 36
    Video Information: ℹ️
        Intel HD Graphics 4000
        NVIDIA GeForce GT 650M - VRAM: 1024 MB
    System Software: ℹ️
        OS X 10.10.2 (14C1510) - Time since boot: 23:26:45
    Disk Information: ℹ️
        APPLE HDD HTS547575A9E384 disk0 : (750.16 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 748.96 GB (146.71 GB free)
                Encrypted AES-XTS Unlocked
                Core Storage: disk0s2 749.30 GB Online
        HL-DT-ST DVDRW  GS31N 
    USB Information: ℹ️
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple iPod
        Western Digital My Book 1 TB
            EFI (disk3s1) <not mounted> : 210 MB
            WDP1 (disk3s2) /Volumes/WDP1 : 333.40 GB (9.12 GB free)
            WDP2 (disk3s3) /Volumes/WDP2 : 333.40 GB (2.55 GB free)
            WDP3 (disk3s4) /Volumes/WDP3 : 332.79 GB (94.00 GB free)
        Western Digital My Book 1140 2 TB
            EFI (disk4s1) <not mounted> : 210 MB
            2TB_1 (disk4s2) /Volumes/2TB_1 : 666.79 GB (31.36 GB free)
            2TB_2 (disk4s3) /Volumes/2TB_2 : 666.79 GB (58.76 GB free)
            2TB_3 (disk4s4) /Volumes/2TB_3 : 666.18 GB (70.41 GB free)
        Logitech USB Receiver
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Computer, Inc. IR Receiver
        Logitech USB Receiver
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Anywhere
    Kernel Extensions: ℹ️
            /Applications/Parallels Access.app
        [loaded]    com.parallels.virtualsound (1.0.36 36 - SDK 10.6) [Click for support]
            /Applications/Parallels Desktop.app
        [not loaded]    com.parallels.kext.hypervisor (10.1.1 28614 - SDK 10.7) [Click for support]
        [not loaded]    com.parallels.kext.netbridge (10.1.1 28614 - SDK 10.7) [Click for support]
        [not loaded]    com.parallels.kext.usbconnect (10.1.1 28614 - SDK 10.7) [Click for support]
        [not loaded]    com.parallels.kext.vnic (10.1.1 28614 - SDK 10.7) [Click for support]
            /Applications/Utilities/DiskWarrior.app
        [not loaded]    com.alsoft.Preview (4.1) [Click for support]
            /Library/Extensions
        [loaded]    com.epson.driver.EPSONProjectorUDAudio (1.40 - SDK 10.6) [Click for support]
            /System/Library/Extensions
        [not loaded]    com.FTDI.driver.FTDIUSBSerialDriver (2.2.18 - SDK 10.6) [Click for support]
        [loaded]    com.Logitech.Control Center.HID Driver (3.6.0 - SDK 10.6) [Click for support]
        [loaded]    com.Logitech.Unifying.HID Driver (1.2.0 - SDK 10.6) [Click for support]
        [not loaded]    com.Ralink.driver.RT73 (1.1.6) [Click for support]
        [not loaded]    com.beceem.BeceemAppleWiMAXAdapter (5.2.56d16) [Click for support]
        [not loaded]    com.cisco.nke.ipsec (2.0.1) [Click for support]
        [not loaded]    com.devguru.driver.DIFMCDFree (1.1.0) [Click for support]
        [not loaded]    com.devguru.driver.DIFMSerial (1.1.0) [Click for support]
        [not loaded]    com.fklt.driver (1.8.0) [Click for support]
        [not loaded]    com.novatelwireless.driver.3G (2.2.8) [Click for support]
        [not loaded]    com.novatelwireless.driver.DisableAutoInstall (1.2) [Click for support]
        [not loaded]    com.prolific.driver.PL2303 (2.0.0) [Click for support]
        [not loaded]    com.rim.driver.BlackBerryUSBDriverInt (0.0.39) [Click for support]
        [not loaded]    com.rim.driver.BlackBerryUSBDriverVSP (0.0.39) [Click for support]
        [not loaded]    com.sbig.driver.SBIGUSBEDriver (4.70) [Click for support]
        [not loaded]    com.sbig.driver.SBIGUSBLoader (4.70.2) [Click for support]
        [not loaded]    com.sierrawireless.driver.SierraDevSupport (2.0.6) [Click for support]
        [not loaded]    com.sierrawireless.driver.SierraFSCSupport (2.0.6) [Click for support]
        [not loaded]    com.tomtom.driver.UsbEthernetGadget (1.0.0d1) [Click for support]
        [not loaded]    com.wacom.kext.wacomtablet (6.3.7 - SDK 10.8) [Click for support]
        [not loaded]    org.emul.driver.EarthMate (1.0.0d1) [Click for support]
            /System/Library/Extensions/NovatelWireless3G.kext/Contents/Plugins
        [not loaded]    com.novatelwireless.driver.3GData (2.2.8) [Click for support]
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [running]    com.adobe.AdobeCreativeCloud.plist [Click for support]
        [not loaded]    com.canon.MFManager.plist [Click for support]
        [loaded]    com.divx.dms.agent.plist [Click for support]
        [loaded]    com.divx.update.agent.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [running]    com.kodak.BonjourAgent.plist [Click for support]
        [running]    com.Logitech.Control Center.Daemon.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [running]    com.parallels.mobile.prl_deskctl_agent.launchagent.plist [Click for support]
        [running]    com.wacom.wacomtablet.plist [Click for support]
        [loaded]    org.macosforge.xquartz.startx.plist [Click for support]
    Launch Daemons: ℹ️
        [running]    com.adobe.adobeupdatedaemon.plist [Click for support]
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [running]    com.autodesk.backburner_manager.plist [Click for support]
        [running]    com.autodesk.backburner_server.plist [Click for support]
        [loaded]    com.autodesk.backburner_start.plist [Click for support]
        [loaded]    com.google.keystone.daemon.plist [Click for support]
        [running]    com.makerbot.conveyor.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [running]    com.parallels.mobile.dispatcher.launchdaemon.plist [Click for support]
        [loaded]    com.parallels.mobile.kextloader.launchdaemon.plist [Click for support]
        [loaded]    org.macosforge.xquartz.privileged_startx.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.citrixonline.GoToMeeting.G2MUpdate.plist [Click for support]
        [loaded]    com.kodak.KODAK AiO Firmware Updater.plist [Click for support]
        [loaded]    com.kodak.KODAK AiO Software Updater.plist [Click for support]
        [running]    com.parallels.mobile.startgui.launchagent.plist [Click for support]
        [loaded]    com.valvesoftware.steamclean.plist [Click for support]
    User Login Items: ℹ️
        Google Drive    Application  (/Applications/Google Drive.app)
        USB Display Agent    Application  (/Applications/USB Display/USB Display.app/Contents/Resources/USB Display Agent.app)
        USB Display Agent    Application  (/Applications/USB Display/USB Display.app/Contents/Resources/USB Display Agent.app)
    Internet Plug-ins: ℹ️
        WacomNetscape: Version: 2.1.0-1 - SDK 10.8 [Click for support]
        OVSHelper: Version: 1.1 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        Google Earth Web Plug-in: Version: 6.0 [Click for support]
        SlingPlayer: Version: Unknown [Click for support]
        RealPlayer Plugin: Version: Unknown [Click for support]
        AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 [Click for support]
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        DivX Web Player: Version: 3.2.4.1250 - SDK 10.6 [Click for support]
        Silverlight: Version: 5.1.10411.0 - SDK 10.6 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        iPhotoPhotocast: Version: 6.0
        WacomTabletPlugin: Version: WacomTabletPlugin 2.1.0.2 [Click for support]
        AdobePDFViewer: Version: 9.5.5 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 40 Check version
    User internet Plug-ins: ℹ️
        fbplugin_1_0_3: Version: Unknown [Click for support]
        BrowserPlus_2.6.0: Version: 2.6.0 [Click for support]
        CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 [Click for support]
        fbplugin_1_0_1: Version: Unknown [Click for support]
        Picasa: Version: 1.0 [Click for support]
    Safari Extensions: ℹ️
        Open in Internet Explorer
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Flip4Mac WMV  [Click for support]
        GoPro  [Click for support]
        Growl  [Click for support]
        Java  [Click for support]
        Logitech Control Center  [Click for support]
        MacFUSE  [Click for support]
        Perian  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: NO - Auto backup turned off
        Volumes being backed up:
            Macintosh HD: Disk size: 748.96 GB Disk used: 602.25 GB
        Destinations:
            WDP3 [Local]
            Total size: 332.79 GB
            Total number of backups: 2
            Oldest backup: 2013-04-03 12:26:32 +0000
            Last backup: 2013-04-03 12:26:32 +0000
            Size of backup disk: Too small
                Backup size 332.79 GB < (Disk used 602.25 GB X 3)
            STAR_TECH_EXT [Local]
            Total size: 499.76 GB
            Total number of backups: 2
            Oldest backup: 2013-04-03 14:26:44 +0000
            Last backup: 2013-04-03 14:26:44 +0000
            Size of backup disk: Too small
                Backup size 499.76 GB < (Disk used 602.25 GB X 3)
    Top Processes by CPU: ℹ️
             3%    WindowServer
             1%    Creative Cloud
             0%    firefox
             0%    fontd
             0%    AdobeUpdateDaemon
    Top Processes by Memory: ℹ️
        670 MB    Safari
        567 MB    firefox
        464 MB    softwareupdated
        395 MB    mds_stores
        309 MB    WindowServer
    Virtual Memory Information: ℹ️
        1.43 GB    Free RAM
        7.87 GB    Active RAM
        6.40 GB    Inactive RAM
        1.47 GB    Wired RAM
        7.30 GB    Page-ins
        205 KB    Page-outs
    Diagnostics Information: ℹ️
        Mar 11, 2015, 04:04:23 PM    /Library/Logs/DiagnosticReports/ScreenSaverEngine_2015-03-11-160423_[redacted]. cpu_resource.diag [Click for details]
        Mar 11, 2015, 02:54:29 PM    /Library/Logs/DiagnosticReports/ScreenSaverEngine_2015-03-11-145429_[redacted]. cpu_resource.diag [Click for details]
        Mar 11, 2015, 10:18:18 AM    /Library/Logs/DiagnosticReports/ScreenSaverEngine_2015-03-11-101818_[redacted]. cpu_resource.diag [Click for details]
        Mar 10, 2015, 10:55:10 PM    Self test - passed
        Mar 9, 2015, 03:21:58 AM    /Library/Logs/DiagnosticReports/SubmitDiagInfo_2015-03-09-032158_[redacted].cpu _resource.diag [Click for details]

    Here is the diagnostic script output:
    Start time: 12:06:12 03/14/15
    Revision: 1290
    Model Identifier: MacBookPro9,1
    System Version: OS X 10.10.2 (14C1510)
    Kernel Version: Darwin 14.1.0
    Time since boot: 3 days 13:11
    UID: 502
    Memory
        BANK 0/DIMM0
          Size: 8 GB
          Speed: 1600 MHz
          Status: OK
          Manufacturer: 0x859B
        BANK 1/DIMM0
          Size: 8 GB
          Speed: 1600 MHz
          Status: OK
          Manufacturer: 0x859B
    USB
        Hub (Belkin Corporation)
        My Book 1140 (Western Digital Technologies, Inc.)
        My Book (Western Digital Technologies, Inc.)
        USB Receiver (Logitech Inc.)
        USB Receiver (Logitech Inc.)
    FileVault 2: On
    Activity
        CPU: user 13%, system 7%
    CPU usage (%)
        plugin-container (UID 502): 100.0
        com.apple.WebKit (UID 502): 26.2
    File opens (per sec)
        AdobeUpdateDaem (UID 0) => /tmp/UUID_OUT (status 60): 6
    Energy (lifetime)
        WindowServer (UID 88): 7.44
        com.apple.WebKit.WebContent (UID 502): 7.22
    Energy (sampled)
        plugin-container (UID 502): 99.13
        com.apple.WebKit.WebContent (UID 502): 23.60
        WindowServer (UID 88): 21.29
        com.apple.WebKit.WebContent (UID 502): 13.16
        Console (UID 502): 12.28
    Memory (MB)
        kernel_task (UID 0): 1327
    Font issues: 1
    Listeners
        launchd: ftp
    System caches/logs
        3.6 GiB: /System/Library/Caches/com.apple.coresymbolicationd/data
    Diagnostic reports
        2015-02-19 com.apple.WebKit.WebContent crash
        2015-02-20 Topaz Adjust 5 crash
        2015-02-20 Topaz ReStyle crash
        2015-02-20 com.apple.WebKit.WebContent crash x2
        2015-02-21 com.apple.WebKit.WebContent crash x2
        2015-02-25 com.apple.WebKit.WebContent crash
        2015-03-04 system_profiler crash
        2015-03-07 com.apple.WebKit.WebContent crash
        2015-03-08 MPEG Streamclip hang x2
        2015-03-08 com.apple.WebKit.WebContent crash
    I/O errors
        disk2s2: close: journal 0xffffff8049bb9c20, is invalid.  aborting outstanding transactions 1
        disk2s2: do_jnl_io: strategy err 0x6 1
        disk2s3: close: journal 0xffffff8049bb9740, is invalid.  aborting outstanding transactions 1
        disk2s3: do_jnl_io: strategy err 0x6 1
        disk2s4: close: journal 0xffffff8049bb9260, is invalid.  aborting outstanding transactions 1
        disk2s4: do_jnl_io: strategy err 0x6 1
        disk3s2: do_jnl_io: strategy err 0x6 1
        disk3s3: close: journal 0xffffff8049bb95a0, is invalid.  aborting outstanding transactions 1
        disk3s3: do_jnl_io: strategy err 0x6 1
        disk3s4: close: journal 0xffffff8049bb9400, is invalid.  aborting outstanding transactions 1
        disk3s4: do_jnl_io: strategy err 0x6 1
        disk4s3: close: journal 0xffffff8023522c20, is invalid.  aborting outstanding transactions 1
        disk4s3: do_jnl_io: strategy err 0x6 1
    Volumes
        disk1: /
        disk5s3: /Volumes/WDP2
        disk5s2: /Volumes/WDP1
        disk5s4: /Volumes/WDP3
        disk6s2: /Volumes/2TB_1
        disk6s4: /Volumes/2TB_3
        disk6s3: /Volumes/2TB_2
        disk7s2: /Volumes/Starry Night Pro 7
    HID errors: 3
    Kernel log
        Mar  8 17:08:19 firefox (map: 0xffffff80501790f0) triggered DYLD shared region unnest for map: 0xffffff80501790f0, region 0x7fff8a200000->0x7fff8a400000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
        Mar  8 17:08:59 firefox (map: 0xffffff8051e54870) triggered DYLD shared region unnest for map: 0xffffff8051e54870, region 0x7fff8a200000->0x7fff8a400000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
        Mar  9 08:11:09 jnl: disk2s4: close: journal 0xffffff8049bb9260, is invalid.  aborting outstanding transactions
        Mar  9 08:11:09 jnl: disk3s4: close: journal 0xffffff8049bb9400, is invalid.  aborting outstanding transactions
        Mar  9 08:11:09 jnl: disk2s3: close: journal 0xffffff8049bb9740, is invalid.  aborting outstanding transactions
        Mar  9 08:11:09 jnl: disk3s3: close: journal 0xffffff8049bb95a0, is invalid.  aborting outstanding transactions
        Mar  9 08:11:09 jnl: disk3s2: write_journal_header: error writing the journal header!
        Mar  9 08:11:09 jnl: disk2s2: close: journal 0xffffff8049bb9c20, is invalid.  aborting outstanding transactions
        Mar  9 11:42:59 firefox (map: 0xffffff8031b5e780) triggered DYLD shared region unnest for map: 0xffffff8031b5e780, region 0x7fff89e00000->0x7fff8a000000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
        Mar 10 13:44:08 Limiting closed port RST response from 310 to 250 packets per second
        Mar 10 23:03:12 firefox (map: 0xffffff802a954780) triggered DYLD shared region unnest for map: 0xffffff802a954780, region 0x7fff90000000->0x7fff90200000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
        Mar 10 23:20:37 Limiting icmp unreach response from 302 to 250 packets per second
        Mar 11 08:39:04 jnl: disk4s3: write_journal_header: error writing the journal header!
        Mar 11 08:39:04 jnl: disk4s3: close: journal 0xffffff8023522c20, is invalid.  aborting outstanding transactions
        Mar 13 17:42:33 Limiting icmp unreach response from 428 to 250 packets per second
        Mar 13 17:42:34 Limiting icmp unreach response from 433 to 250 packets per second
    System log
        Mar 14 09:09:18 VTDecoderXPCService: GVA warning: failed to get a service for display id: 4128828
        Mar 14 09:09:18 VTDecoderXPCService: GVA warning: failed to get a service for display id: 4128829
        Mar 14 09:09:18 VTDecoderXPCService: GVA warning: failed to get a service for display id: 4128830
        Mar 14 09:09:18 VTDecoderXPCService: GVA warning: failed to get a service for display id: 4128831
        Mar 14 09:14:35 Adobe Photoshop Elements Editor: Error loading /Applications/Adobe Photoshop Elements 10/Support Files/Plug-Ins/onOne Library.8li/Contents/MacOS/onOne Library:  dlopen(/Applications/Adobe Photoshop Elements 10/Support Files/Plug-Ins/onOne Library.8li/Contents/MacOS/onOne Library, 262): no suitable image found.  Did find:
        /Applications/Adobe Photoshop Elements 10/Support Files/Plug-Ins/onOne Library.8li/Contents/MacOS/onOne Library: mach-o, but wrong architecture
        Mar 14 09:14:35 Adobe Photoshop Elements Editor: Error loading /Applications/Adobe Photoshop Elements 10/Support Files/Plug-Ins/onOne Library.8li/Contents/MacOS/onOne Library:  dlopen(/Applications/Adobe Photoshop Elements 10/Support Files/Plug-Ins/onOne Library.8li/Contents/MacOS/onOne Library, 262): no suitable image found.  Did find:
        /Applications/Adobe Photoshop Elements 10/Support Files/Plug-Ins/onOne Library.8li/Contents/MacOS/onOne Library: mach-o, but wrong architecture
        Mar 14 09:14:35 Adobe Photoshop Elements Editor: Error loading /Applications/Adobe Photoshop Elements 10/Support Files/Plug-Ins/onOne Library.8li/Contents/MacOS/onOne Library:  dlopen(/Applications/Adobe Photoshop Elements 10/Support Files/Plug-Ins/onOne Library.8li/Contents/MacOS/onOne Library, 262): no suitable image found.  Did find:
        /Applications/Adobe Photoshop Elements 10/Support Files/Plug-Ins/onOne Library.8li/Contents/MacOS/onOne Library: mach-o, but wrong architecture
        Mar 14 09:32:27 com.apple.sbd:  SOSCCThisDeviceIsInCircle SOSCCThisDeviceIsInCircle!! 7
        Mar 14 09:35:28 WindowServer: disable_update_timeout: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
        Mar 14 09:47:41 WindowServer: disable_update_timeout: UI updates were forcibly disabled by application "Installer" for over 1.00 seconds. Server has re-enabled them.
        Mar 14 09:50:38 WindowServer: disable_update_timeout: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
        Mar 14 09:52:55 WindowServer: WSGetSurfaceInWindow : Invalid surface 583724228 for window 1898
        Mar 14 10:09:38 WindowServer: disable_update_timeout: UI updates were forcibly disabled by application "com.apple.appkit.xpc.openAndSav" for over 1.00 seconds. Server has re-enabled them.
        Mar 14 10:09:38 WindowServer: disable_update_timeout: UI updates were forcibly disabled by application "com.apple.WebKit.Plugin.64" for over 1.00 seconds. Server has re-enabled them.
        Mar 14 10:09:48 WindowServer: disable_update_timeout: UI updates were forcibly disabled by application "com.apple.appkit.xpc.openAndSav" for over 1.00 seconds. Server has re-enabled them.
        Mar 14 10:09:49 WindowServer: disable_update_timeout: UI updates were forcibly disabled by application "com.apple.WebKit.Plugin.64" for over 1.00 seconds. Server has re-enabled them.
        Mar 14 10:09:55 WindowServer: disable_update_timeout: UI updates were forcibly disabled by application "com.apple.appkit.xpc.openAndSav" for over 1.00 seconds. Server has re-enabled them.
        Mar 14 10:10:08 WindowServer: disable_update_timeout: UI updates were forcibly disabled by application "com.apple.appkit.xpc.openAndSav" for over 1.00 seconds. Server has re-enabled them.
        Mar 14 10:39:34 launchservicesd: Application App:"loginwindow" asn:0x0-1001 pid:69 refs=7 @ 0x7fd821519070 tried to be brought forward, but isn't in fPermittedFrontApps ( ( "LSApplication:0x0-0x29a29a pid=25591 "ScreenSaverEngine"")), so denying. : LASSession.cp #1521 SetFrontApplication() q=LSSession 100005/0x186a5 queue
        Mar 14 10:39:34 launchservicesd: Application App:"loginwindow" asn:0x0-1001 pid:69 refs=8 @ 0x7fd821519070 tried to be brought forward, but isn't in fPermittedFrontApps ( ( "LSApplication:0x0-0x29a29a pid=25591 "ScreenSaverEngine"")), so denying. : LASSession.cp #1521 SetFrontApplication() q=LSSession 100005/0x186a5 queue
        Mar 14 11:57:26 launchservicesd: Application App:"loginwindow" asn:0x0-1001 pid:69 refs=7 @ 0x7fd821519070 tried to be brought forward, but isn't in fPermittedFrontApps ( ( "LSApplication:0x0-0x29f29f pid=26088 "ScreenSaverEngine"")), so denying. : LASSession.cp #1521 SetFrontApplication() q=LSSession 100005/0x186a5 queue
        Mar 14 11:57:26 launchservicesd: Application App:"loginwindow" asn:0x0-1001 pid:69 refs=8 @ 0x7fd821519070 tried to be brought forward, but isn't in fPermittedFrontApps ( ( "LSApplication:0x0-0x29f29f pid=26088 "ScreenSaverEngine"")), so denying. : LASSession.cp #1521 SetFrontApplication() q=LSSession 100005/0x186a5 queue
    launchd log
        Mar  8 17:07:46 com.apple.xpc.launchd.domain.system: Session adoption is only allowed in user domains.
        Mar  8 17:08:18 com.apple.xpc.launchd.user.502.100006.Aqua: Could not import service from caller: caller = otherbsd.341, service = com.garmin.renu.service, error = 119: Service is disabled
        Mar  8 17:08:18 com.apple.xpc.launchd.user.502.100006.Aqua: Could not import service from caller: caller = otherbsd.341, service = com.apple.photostream-agent, error = 119: Service is disabled
        Mar  9 11:41:23 com.apple.xpc.launchd.domain.system: Session adoption is only allowed in user domains.
        Mar  9 11:41:51 com.apple.xpc.launchd.user.502.100006.Aqua: Could not import service from caller: caller = otherbsd.274, service = com.garmin.renu.service, error = 119: Service is disabled
        Mar  9 11:41:51 com.apple.xpc.launchd.user.502.100006.Aqua: Could not import service from caller: caller = otherbsd.274, service = com.apple.photostream-agent, error = 119: Service is disabled
        Mar 10 22:48:48 com.apple.xpc.launchd.domain.user.loginwindow.14802.4294967295: Could not import service from caller: caller = imklaunchagent.14852, service = com.parallels.inputmethod.ParallelsIM.5712, error = 134: Service cannot load in requested session
        Mar 10 22:48:58 com.apple.xpc.launchd.domain.user.loginwindow.14802.4294967295: Could not import service from caller: caller = WacomTabletDriv.14813, service = com.wacom.WacomTouchDriver.183780, error = 134: Service cannot load in requested session
        Mar 10 22:48:59 com.apple.xpc.launchd.domain.user.loginwindow.14802.4294967295: Could not import service from caller: caller = prl_deskctl_age.14812, service = com.parallels.mobile.prl_deskctl_agent.220416.UUID, error = 134: Service cannot load in requested session
        Mar 10 22:48:59 com.apple.xpc.launchd.domain.user.loginwindow.14802.4294967295: Could not import service from caller: caller = WacomTabletDriv.14813, service = com.wacom.TabletDriver.184064, error = 134: Service cannot load in requested session
        Mar 10 22:56:21 com.apple.xpc.launchd.domain.system: Session adoption is only allowed in user domains.
        Mar 10 22:59:02 com.apple.xpc.launchd.user.502.100005.Aqua: Could not import service from caller: caller = otherbsd.340, service = com.garmin.renu.service, error = 119: Service is disabled
        Mar 10 22:59:02 com.apple.xpc.launchd.user.502.100005.Aqua: Could not import service from caller: caller = otherbsd.340, service = com.apple.photostream-agent, error = 119: Service is disabled
    Loaded kernel extensions
        com.Logitech.Control Center.HID Driver (3.6.0)
        com.Logitech.Unifying.HID Driver (1.2.0)
        com.epson.driver.EPSONProjectorUDAudio (1.40)
        com.parallels.virtualsound (1.0.36 36)
    System services loaded
        com.adobe.adobeupdatedaemon
        com.adobe.fpsaud
        com.apple.watchdogd
        com.autodesk.backburner_manager
        com.autodesk.backburner_server
        com.autodesk.backburner_start
        com.google.keystone.daemon
        com.makerbot.conveyor.daemon
        com.oracle.java.Helper-Tool
        com.oracle.java.JavaUpdateHelper
        com.parallels.mobile.dispatcher.launchdaemon
        com.parallels.mobile.kextloader.launchdaemon
        org.macosforge.xquartz.privileged_startx
    System services disabled
        com.apple.security.FDERecoveryAgent
        com.apple.mtmd
        com.apple.mrt
        com.apple.mtmfs
    Login services loaded
        com.GoPro.GoPro-Importer
        com.Logitech.Control Center.Daemon
        com.adobe.AAM.Scheduler-1.0
        com.adobe.ARM.UUID
        com.adobe.ARM.UUID
        com.adobe.ARM.UUID
        com.adobe.AdobeCreativeCloud
        com.apple.Safari
        - status: 78
        com.apple.mrt.uiagent
        com.citrixonline.GoToMeeting.G2MUpdate
        com.divx.dms.agent
        com.divx.update.agent
        com.google.keystone.system.agent
        com.kodak.BonjourAgent
        com.kodak.KODAK AiO Firmware Updater
        com.kodak.KODAK AiO Software Updater
        com.oracle.java.Java-Updater
        com.parallels.mobile.prl_deskctl_agent.launchagent
        com.parallels.mobile.startgui.launchagent
        com.valvesoftware.steamclean
        com.wacom.wacomtablet
        gldrvmond
        org.macosforge.xquartz.startx
    Global login items
        /Applications/USB Display/USB Display.app/Contents/Resources/USB Display Agent.app
        /Applications/USB Display/USB Display.app/Contents/Resources/USB Display Agent.app
    User login items
        Google Drive
        - /Applications/Google Drive.app
        USB Display Agent
        - /Applications/USB Display/USB Display.app/Contents/Resources/USB Display Agent.app
        USB Display Agent
        - /Applications/USB Display/USB Display.app/Contents/Resources/USB Display Agent.app
    User crontab
        #SqzS VERSION = 1.0.0
        #SYMANTEC SCHEDULER CRON ENTRIES.  THESE ENTRIES ARE AUTOMATICALLY GENERATED
        #PLEASE DO NOT EDIT.
        # Enc=1 Name="Update Virus Protection"  EvType1=1 EvType2=0 Sched=2
        0 8 * * 5 "/Library/Application Support/Symantec/Scheduler/SymSecondaryLaunch.app/Contents/schedLauncher"  1 "/Applications/Symantec Solutions/LiveUpdate.app/Contents/MacOS/LiveUpdate" "    "  "oapp"  "aevt"  "exAG" "-update LUdf"
        # Enc=1 Name="My AntiVirus Scan Task"  EvType1=2 EvType2=0 Sched=2
        #0 9 * * 6 "/Library/Application Support/Symantec/Scheduler/SymSecondaryLaunch.app/Contents/schedLauncher" -n  2 "/Library/Application Support/Symantec/AntiVirus/ScanNotification.app/Contents/scheduledScanner" "    "  "NVsi"  "SCae"  "path" '/' "kydo" "niCE" "long" 0
        # Enc=1 Name="My Product Update Task"  EvType1=1 EvType2=0 Sched=3
        0 8 * * * "/Library/Application Support/Symantec/Scheduler/SymSecondaryLaunch.app/Contents/schedLauncher"  3 "/Applications/Symantec Solutions/LiveUpdate.app/Contents/MacOS/LiveUpdate" "    "  "oapp"  "aevt"  "exAG" "-update LUlu"
        #SqzS END SYMANTEC CRON ENTRIES
    Safari extensions
        Open in Internet Explorer
        - com.parallels.openinie
    Widgets
        TimeCalc
        eCalc_Scientific
    iCloud errors
        bird 137
        cloudd 18
        storedownloadd 2
        CallHistorySyncHelper 2
    Continuity errors
        lsuseractivityd 21
        sharingd 11
    Restricted files: 10847
    Lockfiles: 19
    High file counts
        Desktop: 84
    Accessibility
        Keyboard Zoom: On
        Scroll Zoom: On
    Contents of /Library/LaunchAgents/com.canon.MFManager.plist
        - mod date: May 22 05:23:32 2012
        - checksum: 290641261
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.canon.MFManager</string>
        <key>Program</key>
        <string>/Applications/Canon Utilities/ImageBrowser EX/ExtApp/MFManager.app/Contents/MacOS/MFManager</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Canon Utilities/ImageBrowser EX/ExtApp/MFManager.app/Contents/MacOS/MFManager</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/com.divx.dms.agent.plist
        - mod date: Nov 17 02:11:48 2014
        - checksum: 637650676
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.divx.dms.agent</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/DivX/DivXMediaServer.app/Contents/MacOS/DivXMediaServer</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/com.divx.update.agent.plist
        - mod date: May 19 16:24:29 2014
        - checksum: 3867571547
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.divx.update.agent</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/DivX/DivXUpdate.app/Contents/MacOS/DivXUpdate</string>
        <string>/silent</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>10800</integer>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/com.kodak.BonjourAgent.plist
        - mod date: Sep 21 01:39:00 2012
        - checksum: 2625351456
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Kodak Version</key>
        <string>7.1.6.10</string>
        <key>Label</key>
        <string>com.kodak.BonjourAgent</string>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Printers/Kodak/AiO_Printers/KodakAiOBonjourAgent.app/Contents/ MacOS/KodakAiOBonjourAgent</string>
        </array>
        <key>ServiceIPC</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/com.oracle.java.Java-Updater.plist
        - mod date: Feb 15 11:22:20 2014
        - checksum: 2857777334
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.oracle.java.Java-Updater</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Resources/Java Updater.app/Contents/MacOS/Java Updater</string>
        <string>-bgcheck</string>
        </array>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        <key>StartCalendarInterval</key>
        <dict>
        <key>Hour</key>
        <integer>71</integer>
        <key>Minute</key>
        <integer>54</integer>
        <key>Weekday</key>
        <integer>5</integer>
        </dict>
        </dict>
        ...and 1 more line(s)
    Contents of /Library/LaunchAgents/com.parallels.mobile.prl_deskctl_agent.launchagent.plist
        - mod date: Feb 24 10:45:51 2015
        - checksum: 1795713191
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>EnableTransactions</key>
        <true/>
        <key>KeepAlive</key>
        <dict>
        <key>PathState</key>
        <dict>
        <key>/etc/com.parallels.mobile.prl_deskctl_agent.launchd</key>
        <true/>
        </dict>
        </dict>
        <key>Label</key>
        <string>com.parallels.mobile.prl_deskctl_agent.launchagent</string>
        <key>LimitLoadToSessionType</key>
        <array>
        <string>Aqua</string>
        <string>LoginWindow</string>
        </array>
        <key>Program</key>
        <string>/Applications/Parallels Access.app/Contents/MacOS/Parallels Access Agent.app/Contents/MacOS/prl_deskctl_agent</string>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/com.wacom.wacomtablet.plist
        - mod date: Oct 11 17:37:46 2013
        - checksum: 2972905917
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>EnvironmentVariables</key>
        <dict>
        <key>RUN_WITH_LAUNCHD</key>
        <string>1</string>
        </dict>
        <key>KeepAlive</key>
        <dict>
        <key>SuccessfulExit</key>
        <true/>
        </dict>
        <key>Label</key>
        <string>com.wacom.wacomtablet</string>
        <key>LimitLoadToSessionType</key>
        <array>
        <string>Aqua</string>
        <string>LoginWindow</string>
        </array>
        <key>Program</key>
        <string>/Library/Application Support/Tablet/WacomTabletSpringboard</string>
        <key>RunAtLoad</key>
        <true/>
        ...and 4 more line(s)
    Contents of /Library/LaunchAgents/org.macosforge.xquartz.startx.plist
        - mod date: Aug 11 16:52:54 2014
        - checksum: 2451978492
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>org.macosforge.xquartz.startx</string>
        <key>ProgramArguments</key>
        <array>
        <string>/opt/X11/lib/X11/xinit/launchd_startx</string>
        <string>/opt/X11/bin/startx</string>
        <string>--</string>
        <string>/opt/X11/bin/Xquartz</string>
        </array>
        <key>Sockets</key>
        <dict>
        <key>org.macosforge.xquartz:0</key>
        <dict>
        <key>SecureSocketWithKey</key>
        <string>DISPLAY</string>
        </dict>
        </dict>
        <key>ServiceIPC</key>
        <true/>
        <key>EnableTransactions</key>
        <true/>
        ...and 2 more line(s)
    Contents of /Library/LaunchDaemons/com.autodesk.backburner_manager.plist
        - mod date: Feb  4 12:44:56 2013
        - checksum: 3394451584
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>KeepAlive</key>
        <dict>
        <key>PathState</key>
        <dict>
        <key>/usr/discreet/backburner/nrapi.conf</key>
        <true/>
        </dict>
        </dict>
        <key>Label</key>
        <string>com.autodesk.backburner_manager</string>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/discreet/backburner/backburnerManager</string>
        </array>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.autodesk.backburner_server.plist
        - mod date: Feb  4 12:44:56 2013
        - checksum: 2405015914
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>KeepAlive</key>
        <dict>
        <key>PathState</key>
        <dict>
        <key>/usr/discreet/backburner/nrapi.conf</key>
        <true/>
        </dict>
        </dict>
        <key>Label</key>
        <string>com.autodesk.backburner_server</string>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/discreet/backburner/backburnerServer</string>
        </array>
        <key>Nice</key>
        <integer>18</integer>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.autodesk.backburner_start.plist
        - mod date: Feb  4 12:44:56 2013
        - checksum: 597826117
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>RunAtLoad</key>
        <true/>
        <key>Label</key>
        <string>com.autodesk.backburner_start</string>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/discreet/backburner/backburner</string>
        <string>boot</string>
        </array>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.makerbot.conveyor.plist
        - mod date: Dec  2 11:47:26 2013
        - checksum: 147573995
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
            <key>Disabled</key>
            <false/>
            <key>Label</key>
            <string>com.makerbot.conveyor.daemon</string>
            <key>WorkingDirectory</key>
            <string>/Library/MakerBot</string>
            <key>ProgramArguments</key>
            <array>
                <string>/Library/MakerBot/conveyor-svc</string>
                <string>--config_file</string>
                <string>/Library/MakerBot/conveyor.conf</string>
            </array>
            <key>KeepAlive</key>
            <true/>
            <key>EnvironmentVariables</key>
            <dict/>
            <key>RunAtLoad</key>
            <true/>
            <key>UserName</key>
            <string>_conveyor</string>
        </dict>
        ...and 1 more line(s)
    Contents of /Library/LaunchDaemons/com.parallels.mobile.dispatcher.launchdaemon.plist
        - mod date: Feb 24 10:45:50 2015
        - checksum: 1994226602
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>ExitTimeOut</key>
        <integer>150</integer>
        <key>Label</key>
        <string>com.parallels.mobile.dispatcher.launchdaemon</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Parallels Access.app/Contents/MacOS/Parallels Access Dispatcher Service.app/Contents/MacOS/prl_pm_service</string>
        <string>-e</string>
        <string>--logfile</string>
        <string>/var/log/prl_disp_service_server.log</string>
        <string>--pidfile</string>
        <string>/var/run/prl_pm_service.pid</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.parallels.mobile.kextloader.launchdaemon.plist
        - mod date: Feb 24 10:45:51 2015
        - checksum: 3938648138
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>ExitTimeOut</key>
        <integer>150</integer>
        <key>Label</key>
        <string>com.parallels.mobile.kextloader.launchdaemon</string>
        <key>ProgramArguments</key>
        <array>
                <string>/sbin/kextload</string>
        <string>/Applications/Parallels Access.app/Contents/Library/Extensions/10.9/prl_virtual_sound.kext</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /private/etc/ssh_config
        - mod date: Nov 19 19:03:16 2012
        - checksum: 1281775184
         Host *
           SendEnv LANG LC_*
        Host *
            XAuthLocation /opt/X11/bin/xauth
    Contents of Library/LaunchAgents/com.adobe.ARM.UUID.plist
        - mod date: Jan 20 19:45:18 2011
        - checksum: 408149527
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.adobe.ARM.UUID</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Adobe Reader.app/Contents/MacOS/Updater/Adobe Reader Updater Helper.app/Contents/MacOS/Adobe Reader Updater Helper</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>12600</integer>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.adobe.ARM.UUID.plist
        - mod date: Jan 29 16:03:43 2010
        - checksum: 2544798274
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.adobe.ARM.UUID</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Adobe Reader 8/Adobe Reader.app/Contents/MacOS/Updater/Adobe Reader Updater Helper.app/Contents/MacOS/Adobe Reader Updater Helper</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>12600</integer>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.adobe.ARM.UUID.plist
        - mod date: Sep 11 18:20:35 2011
        - checksum: 2170691092
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.adobe.ARM.UUID</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Adobe Reader 9/Adobe Reader.app/Contents/MacOS/Updater/Adobe Reader Updater Helper.app/Contents/MacOS/Adobe Reader Updater Helper</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>12600</integer>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.adobe.ARM.UUID.plist
        - mod date: Oct 19 12:47:52 2009
        - checksum: 10744905
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.adobe.ARM.UUID</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/MacOS/Updater/Adobe Acrobat Updater Helper.app/Contents/MacOS/Adobe Acrobat Updater Helper</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>12600</integer>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.apple.FolderActions.folders.plist
        - mod date: Jan 30 08:36:08 2015
        - checksum: 1189540302
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.apple.FolderActions.folders</string>
        <key>Program</key>
        <string>/usr/bin/osascript</string>
        <key>ProgramArguments</key>
        <array>
        <string>osascript</string>
        <string>-e</string>
        <string>tell application "Folder Actions Dispatcher" to tick</string>
        </array>
        <key>WatchPaths</key>
        <array/>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.apple.SafariBookmarksSyncer.plist
        - mod date: Dec 18 09:24:48 2008
        - checksum: 3493273791
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.apple.Safari</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Safari.app/Contents/SafariSyncClient.app/Contents/MacOS/S afariSyncClient</string>
        <string>--sync</string>
        <string>com.apple.Safari</string>
        <string>--entitynames</string>
        <string>com.apple.bookmarks.Bookmark,com.apple.bookmarks.Folder</string>
        </array>
        <key>RunAtLoad</key>
        <false/>
        <key>ThrottleInterval</key>
        <integer>60</integer>
        <key>WatchPaths</key>
        <array>
        <string>/Users/USER/Library/Safari/Bookmarks.plist</string>
        </array>
        </dict>
        ...and 1 more line(s)
    Contents of Library/LaunchAgents/com.citrixonline.GoToMeeting.G2MUpdate.plist
        - mod date: Dec 15 10:55:51 2014
        - checksum: 3001252484
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.citrixonline.GoToMeeting.G2MUpdate</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Users/USER/Library/Application Support/CitrixOnline/GoToMeeting/G2MUpdate</string>
        </array>
        <key>StartInterval</key>
        <integer>3660</integer>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.parallels.mobile.startgui.launchagent.plist
        - mod date: Mar 10 23:00:25 2015
        - checksum: 662430762
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>ExitTimeOut</key>
        <integer>150</integer>
        <key>Label</key>
        <string>com.parallels.mobile.startgui.launchagent</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Parallels Access.app/Contents/MacOS/prl_deskctl_wizard</string>
                <string>--autorun</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.valvesoftware.steamclean.plist
        - mod date: Mar  7 15:48:06 2014
        - checksum: 1327160095
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.valvesoftware.steamclean</string>
        <key>Program</key>
        <string>/Users/USER/Library/Application Support/Steam/SteamApps/steamclean</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Users/USER/Library/Application Support/Steam/SteamApps/steamclean</string>
        <string>Public</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>SteamContentPaths</key>
        <array>
        <string>/Users/USER/Library/Application Support/Steam/SteamApps</string>
        </array>
        <key>WatchPaths</key>
        <array>
        <string>/Applications/Steam.app</string>
        </array>
        </dict>
        </plist>
    App extensions
        com.google.GoogleDrive.FinderSyncAPIExtension
        com.parallels.desktop.console.Resource-Monitor
    Installations
        Topaz Detail2: 11/15/12, 2:58 PM
        Topaz DeNoise 5: 11/15/12, 2:57 PM
        Topaz Adjust 5: 1

  • I need help with slow macbook STILL

    still having serious speed issues.. slow shutdown slow startup and seem to be errors.. I am a novice with apple and do not know what any of this means so help would be very much appreciated.. I have tried many things suggested but still have issues
    6/04/13 3:28:57.000 PM kernel[0]: hibernate_page_list_setall time: 889 ms
    6/04/13 3:28:57.000 PM kernel[0]: pages 1371715, wire 322802, act 173391, inact 138, cleaned 0 spec 98, zf 2196, throt 0, could discard act 136535 inact 194761 purgeable 3730 spec 538064 cleaned 0
    6/04/13 3:28:57.000 PM kernel[0]: hibernate_page_list_setall found pageCount 498625
    6/04/13 3:28:57.000 PM kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    6/04/13 3:28:57.000 PM kernel[0]: IOHibernatePollerOpen(0)
    6/04/13 3:28:57.000 PM kernel[0]: encryptStart 13300
    6/04/13 3:28:57.000 PM kernel[0]: bitmap_size 0x7f5a0, previewSize 0x48e468, writing 497175 pages @ 0x520d08
    6/04/13 3:28:57.000 PM kernel[0]: hibernate_machine_init: state 2, image pages 322606, sum was ec7945d8, image1Size 16875800, conflictCount 3459, nextFree 1138
    6/04/13 3:28:57.000 PM kernel[0]: hibernate_page_list_discard time: 646 ms, discarded act 136535 inact 194761 purgeable 3730 spec 538064 cleaned 0
    6/04/13 3:28:57.000 PM kernel[0]: IOHibernatePollerOpen(), ml_get_interrupts_enabled 0
    6/04/13 3:28:57.000 PM kernel[0]: IOHibernatePollerOpen(0)
    6/04/13 3:28:57.000 PM kernel[0]: hibernate_machine_init reading
    6/04/13 3:28:57.000 PM kernel[0]: PMStats: Hibernate read took 4550 ms
    6/04/13 3:28:57.000 PM kernel[0]: hibernate_machine_init pagesDone 498429 sum2 925233cf, time: 4550 ms, comp bytes: 675549184 time: 2186 ms 294 Mb/s, crypt bytes: 306937344 time: 407 ms 717 Mb/s
    6/04/13 3:28:57.000 PM kernel[0]: Wake reason: ?
    6/04/13 3:28:57.000 PM kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    6/04/13 3:28:57.000 PM kernel[0]: Previous Sleep Cause: 5
    6/04/13 3:28:57.000 PM kernel[0]: Previous Shutdown Cause: -60
    6/04/13 3:28:57.000 PM kernel[0]: en1: 802.11d country code set to 'X1'.
    6/04/13 3:28:57.000 PM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 12 13 36 40 44 48 52 56 60 64 149 153 157 161 165
    6/04/13 3:28:57.000 PM kernel[0]: TBT W (1): 0 [x]
    6/04/13 3:28:59.361 PM mDNSResponder[39]: setsockopt - IP_ADD_MEMBERSHIP error -1 errno 49 (Can't assign requested address) group 224.0.0.251 on 192.168.0.8
    6/04/13 3:29:00.635 PM UserEventAgent[149]: Could not get event name for stream/token: com.apple.time/7: 0x3: No such process
    6/04/13 3:29:02.504 PM configd[18]: network changed: v4(en1-:192.168.0.8) DNS- Proxy- SMB-
    6/04/13 3:29:06.123 PM WindowServer[76]: Created shield window 0x3aa for display 0x003f003d
    6/04/13 3:29:06.123 PM WindowServer[76]: handle_will_sleep_auth_and_shield_windows: no action for lock state 1
    6/04/13 3:29:06.124 PM WindowServer[76]: Created shield window 0x3ab for display 0x003f003e
    6/04/13 3:29:06.125 PM WindowServer[76]: handle_will_sleep_auth_and_shield_windows: no action for lock state 1
    6/04/13 3:29:06.468 PM WindowServer[76]: handle_will_sleep_auth_and_shield_windows: no action for lock state 1
    6/04/13 3:29:07.000 PM kernel[0]: en1: 802.11d country code set to 'GB'.
    6/04/13 3:29:07.000 PM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 12 13 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140
    6/04/13 3:29:08.147 PM com.apple.launchd[1]: (com.apple.emond.aslmanager[1538]) Exited with code: 255
    6/04/13 3:29:10.000 PM kernel[0]: MacAuthEvent en1   Auth result for: 2c:b0:5d:f7:70:70  MAC AUTH succeeded
    6/04/13 3:29:10.000 PM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    6/04/13 3:29:10.000 PM kernel[0]: AirPort: Link Up on en1
    6/04/13 3:29:10.000 PM kernel[0]: en1: BSSID changed to 2c:b0:5d:f7:70:70
    6/04/13 3:29:10.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    6/04/13 3:29:10.000 PM kernel[0]: AirPort: RSN handshake complete on en1
    6/04/13 3:29:14.204 PM airportd[1530]: _doAutoJoin: Already associated to “Bens Wireless”. Bailing on auto-join.
    6/04/13 3:29:14.273 PM airportd[1530]: _doAutoJoin: Already associated to “Bens Wireless”. Bailing on auto-join.
    6/04/13 3:29:14.934 PM digest-service[1548]: label: default
    6/04/13 3:29:14.935 PM digest-service[1548]:           dbname: od:/Local/Default
    6/04/13 3:29:14.935 PM digest-service[1548]:           mkey_file: /var/db/krb5kdc/m-key
    6/04/13 3:29:14.935 PM digest-service[1548]:           acl_file: /var/db/krb5kdc/kadmind.acl
    6/04/13 3:29:14.940 PM configd[18]: network changed: v4(en1+:192.168.0.8) DNS+ Proxy+ SMB+
    6/04/13 3:29:14.985 PM UserEventAgent[11]: Captive: en1: Not probing 'Bens Wireless' (protected network)
    6/04/13 3:29:14.998 PM configd[18]: network changed: v4(en1!:192.168.0.8) DNS Proxy SMB
    6/04/13 3:29:15.208 PM digest-service[1548]: digest-request: uid=0
    6/04/13 3:29:16.101 PM digest-service[1548]: digest-request: init request
    6/04/13 3:29:16.161 PM digest-service[1548]: digest-request: init return domain: MACBOOKPRO-664D server: BEN-TATASCIORES-MACBOOK-PRO
    6/04/13 3:29:16.000 PM kernel[0]: IOBluetoothUSBDFU::probe
    6/04/13 3:29:16.000 PM kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    6/04/13 3:29:16.000 PM kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    6/04/13 3:29:16.000 PM kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    6/04/13 3:29:16.000 PM kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    6/04/13 3:29:17.312 PM UserEventAgent[149]: Error loading /Library/Audio/Plug-Ins/HAL/SeratoVirtualAudioPlugIn.plugin/Contents/MacOS/Sera toVirtualAudioPlugIn:  dlopen(/Library/Audio/Plug-Ins/HAL/SeratoVirtualAudioPlugIn.plugin/Contents/Mac OS/SeratoVirtualAudioPlugIn, 262): no suitable image found.  Did find:
              /Library/Audio/Plug-Ins/HAL/SeratoVirtualAudioPlugIn.plugin/Contents/MacOS /SeratoVirtualAudioPlugIn: mach-o, but wrong architecture
    6/04/13 3:29:17.313 PM UserEventAgent[149]: Cannot find function pointer New_SHP_PlugIn for factory 834FC054-C1CC-11D6-BD01-00039315CD46 in CFBundle/CFPlugIn 0x7ffe67802b90 </Library/Audio/Plug-Ins/HAL/SeratoVirtualAudioPlugIn.plugin> (bundle, not loaded)
    6/04/13 3:29:20.083 PM digest-service[1548]: digest-request: uid=0
    6/04/13 3:29:20.083 PM digest-service[1548]: digest-request: init request
    6/04/13 3:29:20.088 PM digest-service[1548]: digest-request: init return domain: MACBOOKPRO-664D server: BEN-TATASCIORES-MACBOOK-PRO
    6/04/13 3:29:20.548 PM SystemUIServer[160]: It does not make sense to draw an image when [NSGraphicsContext currentContext] is nil.  This is a programming error. Break on void _NSWarnForDrawingImageWithNoCurrentContext() to debug.  This will be logged only once.  This may break in the future.
    6/04/13 3:30:15.992 PM SubmitDiagInfo[1654]: Launched to submit Diagnostics and Usage
    6/04/13 3:30:30.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1660[ksadmin] clearing CS_VALID
    6/04/13 3:30:39.372 PM com.apple.launchd.peruser.501[146]: ([0x0-0x177177].com.google.Chrome[1657]) Exited: Killed: 9
    6/04/13 3:30:43.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1684[ksadmin] clearing CS_VALID
    6/04/13 3:30:47.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1687[ksadmin] clearing CS_VALID
    6/04/13 3:31:23.196 PM com.apple.launchd.peruser.501[146]: ([0x0-0x17e17e].com.apple.ActivityMonitor[1690]) Exited: Killed: 9
    6/04/13 3:31:32.454 PM com.apple.launchd.peruser.501[146]: (com.apple.PackageKit.InstallStatus) Throttling respawn: Will start in 9 seconds
    6/04/13 3:31:32.841 PM WindowServer[76]: CGXGetConnectionProperty: Invalid connection 39171
    6/04/13 3:31:32.841 PM WindowServer[76]: CGXGetConnectionProperty: Invalid connection 39171
    6/04/13 3:31:32.842 PM com.apple.ShareKitHelper[242]: --warning: [ShareKit-XPC] Received XPC_ERROR_CONNECTION_INVALID
    6/04/13 3:31:32.842 PM WindowServer[76]: CGXGetConnectionProperty: Invalid connection 39171
    6/04/13 3:31:32.842 PM com.apple.ShareKitHelper[242]: --warning: [ShareKit-XPC] connectionWithClientInterrupted
    6/04/13 3:31:32.843 PM WindowServer[76]: CGXGetConnectionProperty: Invalid connection 39171
    6/04/13 3:31:32.843 PM WindowServer[76]: CGXGetConnectionProperty: Invalid connection 39171
    6/04/13 3:31:32.847 PM com.apple.launchd[1]: (com.apple.ShareKitHelper[242]) Exited: Killed: 9
    6/04/13 3:31:32.847 PM com.apple.launchd.peruser.501[146]: (com.apple.FolderActions.enabled[184]) Exited: Killed: 9
    6/04/13 3:31:32.848 PM WindowServer[76]: dict count after removing entry for window 0x25 is 0
    6/04/13 3:31:32.853 PM com.apple.launchd.peruser.501[146]: (com.apple.quicklook[1688]) Exited: Killed: 9
    6/04/13 3:31:32.854 PM com.apple.launchd.peruser.501[146]: ([0x0-0x17017].com.apple.AppleSpell[247]) Exited: Terminated: 15
    6/04/13 3:31:32.853 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=117
    6/04/13 3:31:32.854 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=890
    6/04/13 3:31:32.855 PM com.apple.launchd.peruser.501[146]: (com.apple.mdworker.shared.04000000-0000-0000-0000-000000000000[1527]) Exited: Killed: 9
    6/04/13 3:32:03.000 PM bootlog[0]: BOOT_TIME 1365226323 0
    6/04/13 3:32:16.000 PM kernel[0]: PMAP: PCID enabled
    6/04/13 3:32:16.000 PM kernel[0]: Darwin Kernel Version 12.3.0: Sun Jan  6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64
    6/04/13 3:32:16.000 PM kernel[0]: vm_page_bootstrap: 3869919 free pages and 291617 wired pages
    6/04/13 3:32:16.000 PM kernel[0]: kext submap [0xffffff7f80735000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000735000]
    6/04/13 3:32:16.000 PM kernel[0]: zone leak detection enabled
    6/04/13 3:32:16.000 PM kernel[0]: standard timeslicing quantum is 10000 us
    6/04/13 3:32:16.000 PM kernel[0]: standard background quantum is 2500 us
    6/04/13 3:32:16.000 PM kernel[0]: mig_table_max_displ = 74
    6/04/13 3:32:16.000 PM kernel[0]: TSC Deadline Timer supported and enabled
    6/04/13 3:32:16.000 PM kernel[0]: corecrypto kext started!
    6/04/13 3:32:16.000 PM kernel[0]: Running kernel space in FIPS MODE
    6/04/13 3:32:16.000 PM kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    6/04/13 3:32:16.000 PM kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    6/04/13 3:32:16.000 PM kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    6/04/13 3:32:16.000 PM kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    6/04/13 3:32:16.000 PM kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    6/04/13 3:32:16.000 PM kernel[0]: corecrypto.kext FIPS AES ECB AESNI POST test passed!
    6/04/13 3:32:16.000 PM kernel[0]: corecrypto.kext FIPS AES XTS AESNI POST test passed!
    6/04/13 3:32:16.000 PM kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    6/04/13 3:32:16.000 PM kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    6/04/13 3:32:16.000 PM kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    6/04/13 3:32:16.000 PM kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    6/04/13 3:32:16.000 PM kernel[0]: corecrypto.kext FIPS POST passed!
    6/04/13 3:32:16.000 PM kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    6/04/13 3:32:16.000 PM kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    6/04/13 3:32:16.000 PM kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    6/04/13 3:32:16.000 PM kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled
    6/04/13 3:32:16.000 PM kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=1 Enabled
    6/04/13 3:32:16.000 PM kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=3 Enabled
    6/04/13 3:32:16.000 PM kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=5 Enabled
    6/04/13 3:32:16.000 PM kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=7 Enabled
    6/04/13 3:32:16.000 PM kernel[0]: calling mpo_policy_init for TMSafetyNet
    6/04/13 3:32:16.000 PM kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    6/04/13 3:32:16.000 PM kernel[0]: calling mpo_policy_init for Sandbox
    6/04/13 3:32:16.000 PM kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    6/04/13 3:32:16.000 PM kernel[0]: calling mpo_policy_init for Quarantine
    6/04/13 3:32:16.000 PM kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    6/04/13 3:32:16.000 PM kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    6/04/13 3:32:16.000 PM kernel[0]: The Regents of the University of California. All rights reserved.
    6/04/13 3:32:16.000 PM kernel[0]: MAC Framework successfully initialized
    6/04/13 3:32:16.000 PM kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    6/04/13 3:32:16.000 PM kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    6/04/13 3:32:16.000 PM kernel[0]: ACPI: System State [S0 S3 S4 S5]
    6/04/13 3:32:16.000 PM kernel[0]: PFM64 (36 cpu) 0xf80000000, 0x80000000
    6/04/13 3:32:16.000 PM kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 6689
    6/04/13 3:32:16.000 PM kernel[0]: AppleIntelCPUPowerManagement: (built 00:59:42 Aug 25 2012) initialization complete
    6/04/13 3:32:16.000 PM kernel[0]: [ PCI configuration begin ]
    6/04/13 3:32:16.000 PM kernel[0]: console relocated to 0xfd0010000
    6/04/13 3:32:16.000 PM kernel[0]: PCI configuration changed (bridge=16 device=5 cardbus=0)
    6/04/13 3:32:16.000 PM kernel[0]: [ PCI configuration end, bridges 12 devices 18 ]
    6/04/13 3:32:16.000 PM kernel[0]: mbinit: done [128 MB total pool size, (85/42) split]
    6/04/13 3:32:16.000 PM kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    6/04/13 3:32:16.000 PM kernel[0]: rooting via boot-uuid from /chosen: 2A472E82-CE11-3B34-80B2-5644FCAAE941
    6/04/13 3:32:16.000 PM kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    6/04/13 3:32:16.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    6/04/13 3:32:16.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    6/04/13 3:32:16.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    6/04/13 3:32:16.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    6/04/13 3:32:16.000 PM kernel[0]: AppleIntelCPUPowerManagementClient: ready
    6/04/13 3:32:16.000 PM kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 70cd60fffec8cf72; max speed s800.
    6/04/13 3:32:16.000 PM kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/ST9500325ASG Media/IOGUIDPartitionScheme/Customer@2
    6/04/13 3:32:16.000 PM kernel[0]: BSD root: disk0s2, major 1, minor 2
    6/04/13 3:32:16.000 PM kernel[0]: BTCOEXIST off
    6/04/13 3:32:16.000 PM kernel[0]: BRCM tunables:
    6/04/13 3:32:16.000 PM kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    6/04/13 3:32:16.000 PM kernel[0]: Kernel is LP64
    6/04/13 3:32:16.000 PM kernel[0]: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    6/04/13 3:32:05.232 PM com.apple.launchd[1]: *** launchd[1] has started up. ***
    6/04/13 3:32:05.232 PM com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    6/04/13 3:32:16.398 PM com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    6/04/13 3:32:17.000 PM kernel[0]: BCM5701Enet: Ethernet address c8:2a:14:10:66:4d
    6/04/13 3:32:17.000 PM kernel[0]: AirPort_Brcm4331: Ethernet address e0:f8:47:2c:d3:1e
    6/04/13 3:32:17.000 PM kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    6/04/13 3:32:17.000 PM kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    6/04/13 3:32:23.374 PM rpc.statd[29]: Failed to contact rpc.statd at host 192.168.0.4
    6/04/13 3:32:25.000 PM kernel[0]: fsevents: watcher com.freemacsoft. (pid: 59) - Using /dev/fsevents directly is unsupported.  Migrate to FSEventsFramework
    6/04/13 3:32:25.096 PM hidd[46]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    6/04/13 3:32:27.000 PM kernel[0]: Waiting for DSMOS...
    6/04/13 3:32:30.000 PM kernel[0]: macx_swapon SUCCESS
    6/04/13 3:32:32.078 PM coreservicesd[60]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    6/04/13 3:32:32.095 PM mDNSResponder[39]: mDNSResponder mDNSResponder-379.37 (Dec 16 2012 19:43:09) starting OSXVers 12
    6/04/13 3:32:32.100 PM airportd[65]: _processDLILEvent: en1 attached (down)
    6/04/13 3:32:32.117 PM appleeventsd[52]: main: Starting up
    6/04/13 3:32:32.139 PM com.apple.usbmuxd[27]: usbmuxd-296.4 on Dec 21 2012 at 16:11:14, running 64 bit
    6/04/13 3:32:32.000 PM kernel[0]: createVirtIf(): ifRole = 1
    6/04/13 3:32:32.000 PM kernel[0]: in func createVirtualInterface ifRole = 1
    6/04/13 3:32:32.000 PM kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff804dbe5000
    6/04/13 3:32:32.000 PM kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    6/04/13 3:32:32.000 PM kernel[0]: Created virtif 0xffffff804dbe5000 p2p0
    6/04/13 3:32:32.194 PM hidd[46]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    6/04/13 3:32:32.000 PM kernel[0]: AGC: 3.3.0, HW version=1.9.23, flags:0, features:20600
    6/04/13 3:32:32.000 PM kernel[0]: Previous Shutdown Cause: -60
    6/04/13 3:32:32.000 PM kernel[0]: [IOBluetoothHCIController][start] -- completed
    6/04/13 3:32:32.000 PM kernel[0]: IOBluetoothUSBDFU::probe
    6/04/13 3:32:32.000 PM kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    6/04/13 3:32:32.000 PM kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    6/04/13 3:32:32.000 PM kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    6/04/13 3:32:33.000 PM kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    6/04/13 3:32:33.000 PM kernel[0]: AMDCaicosGraphicsAccelerator: ** Device in slot: SLOT--1 **
    6/04/13 3:32:33.507 PM com.apple.SecurityServer[14]: Session 100000 created
    6/04/13 3:32:33.733 PM mds[38]: (Normal) FMW: FMW 0 0
    6/04/13 3:32:33.897 PM configd[18]: setting hostname to "Ben-Tatasciores-MacBook-Pro.local"
    6/04/13 3:32:33.000 PM kernel[0]: DSMOS has arrived
    6/04/13 3:32:33.000 PM kernel[0]: [AGPM Controller] build GPUDict by Vendor1002Device6760
    6/04/13 3:32:33.000 PM kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    6/04/13 3:32:33.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    6/04/13 3:32:33.902 PM configd[18]: network changed.
    6/04/13 3:32:34.171 PM WindowServer[76]: Server is starting up
    6/04/13 3:32:34.174 PM WindowServer[76]: Session 256 retained (2 references)
    6/04/13 3:32:34.174 PM WindowServer[76]: Session 256 released (1 references)
    6/04/13 3:32:34.180 PM WindowServer[76]: Session 256 retained (2 references)
    6/04/13 3:32:34.181 PM WindowServer[76]: init_page_flip: page flip mode is on
    6/04/13 3:32:35.379 PM WindowServer[76]: mux_initialize: Mode is dynamic
    6/04/13 3:32:35.394 PM WindowServer[76]: GLCompositor enabled for tile size [256 x 256]
    6/04/13 3:32:35.394 PM WindowServer[76]: CGXGLInitMipMap: mip map mode is on
    6/04/13 3:32:35.425 PM WindowServer[76]: WSMachineUsesNewStyleMirroring: false
    6/04/13 3:32:35.426 PM WindowServer[76]: Display 0x042728c0: GL mask 0x9; bounds (0, 0)[1440 x 900], 39 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ca3, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009ca300000000042728c0
    6/04/13 3:32:35.426 PM WindowServer[76]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    6/04/13 3:32:35.426 PM WindowServer[76]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    6/04/13 3:32:35.429 PM WindowServer[76]: Created shield window 0x5 for display 0x042728c0
    6/04/13 3:32:35.430 PM WindowServer[76]: Created shield window 0x6 for display 0x003f003e
    6/04/13 3:32:35.430 PM WindowServer[76]: Created shield window 0x7 for display 0x003f003d
    6/04/13 3:32:35.431 PM WindowServer[76]: Display 0x042728c0: GL mask 0x9; bounds (0, 0)[1440 x 900], 39 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ca3, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009ca300000000042728c0
    6/04/13 3:32:35.431 PM WindowServer[76]: Display 0x003f003e: GL mask 0x4; bounds (2464, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    6/04/13 3:32:35.431 PM WindowServer[76]: Display 0x003f003d: GL mask 0x2; bounds (2465, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    6/04/13 3:32:35.431 PM WindowServer[76]: CGXPerformInitialDisplayConfiguration
    6/04/13 3:32:35.431 PM WindowServer[76]:   Display 0x042728c0: MappedDisplay Unit 0; Alias(0, 0x9); Vendor 0x610 Model 0x9ca3 S/N 0 Dimensions 13.03 x 8.15; online enabled built-in, Bounds (0,0)[1440 x 900], Rotation 0, Resolution 1
    6/04/13 3:32:35.431 PM WindowServer[76]:   Display 0x003f003e: MappedDisplay Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2464,0)[1 x 1], Rotation 0, Resolution 1
    6/04/13 3:32:35.432 PM WindowServer[76]:   Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2465,0)[1 x 1], Rotation 0, Resolution 1
    6/04/13 3:32:35.432 PM WindowServer[76]: CGXMuxBoot: Boot normal
    6/04/13 3:32:35.491 PM WindowServer[76]: GLCompositor: GL renderer id 0x01021b07, GL mask 0x00000007, accelerator 0x000045c3, unit 0, caps QEX|QGL|MIPMAP, vram 256 MB
    6/04/13 3:32:35.491 PM WindowServer[76]: GLCompositor: GL renderer id 0x01021b07, GL mask 0x00000007, texture units 8, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    6/04/13 3:32:35.491 PM WindowServer[76]: GLCompositor: GL renderer id 0x01024301, GL mask 0x00000008, accelerator 0x00004a2b, unit 3, caps QEX|QGL|MIPMAP, vram 451 MB
    6/04/13 3:32:35.491 PM WindowServer[76]: GLCompositor: GL renderer id 0x01024301, GL mask 0x00000008, texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    6/04/13 3:32:35.508 PM WindowServer[76]: Unable to open IOHIDSystem (e00002bd)
    6/04/13 3:32:35.000 PM kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    6/04/13 3:32:37.430 PM WindowServer[76]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    6/04/13 3:32:37.441 PM WindowServer[76]: Received display connect changed for display 0x42728c0
    6/04/13 3:32:37.474 PM WindowServer[76]: CGXMuxAcknowledge: Posting glitchless acknowledge
    6/04/13 3:32:37.491 PM WindowServer[76]: Received display connect changed for display 0x42728c0
    6/04/13 3:32:37.491 PM WindowServer[76]: Received display connect changed for display 0x3f003d
    6/04/13 3:32:37.491 PM WindowServer[76]: Received display connect changed for display 0x3f003e
    6/04/13 3:32:39.002 PM com.apple.SecurityServer[14]: Entering service
    6/04/13 3:32:39.031 PM systemkeychain[68]: done file: /var/run/systemkeychaincheck.done
    6/04/13 3:32:39.042 PM configd[18]: network changed: DNS*
    6/04/13 3:32:39.043 PM mDNSResponder[39]: D2D_IPC: Loaded
    6/04/13 3:32:39.043 PM mDNSResponder[39]: D2DInitialize succeeded
    6/04/13 3:32:39.068 PM awacsd[56]: Starting awacsd connectivity-78.2 (Dec 16 2012 19:43:29)
    6/04/13 3:32:39.072 PM awacsd[56]: InnerStore CopyAllZones: no info in Dynamic Store
    6/04/13 3:32:39.095 PM loginwindow[42]: Login Window Application Started
    6/04/13 3:32:39.117 PM loginwindow[42]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    6/04/13 3:32:39.133 PM UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    6/04/13 3:32:40.000 PM kernel[0]: MacAuthEvent en1   Auth result for: 2c:b0:5d:f7:70:70  MAC AUTH succeeded
    6/04/13 3:32:40.000 PM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    6/04/13 3:32:40.000 PM kernel[0]: AirPort: Link Up on en1
    6/04/13 3:32:40.000 PM kernel[0]: en1: BSSID changed to 2c:b0:5d:f7:70:70
    6/04/13 3:32:40.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    6/04/13 3:32:40.515 PM digest-service[105]: label: default
    6/04/13 3:32:40.515 PM digest-service[105]:           dbname: od:/Local/Default
    6/04/13 3:32:40.515 PM digest-service[105]:           mkey_file: /var/db/krb5kdc/m-key
    6/04/13 3:32:40.515 PM digest-service[105]:           acl_file: /var/db/krb5kdc/kadmind.acl
    6/04/13 3:32:40.517 PM digest-service[105]: digest-request: uid=0
    6/04/13 3:32:40.536 PM rpcsvchost[115]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    6/04/13 3:32:40.540 PM digest-service[105]: digest-request: init request
    6/04/13 3:32:40.543 PM digest-service[105]: digest-request: init return domain: BUILTIN server: BEN-TATASCIORES-MACBOOK-PRO
    6/04/13 3:32:40.547 PM sudo[112]:     root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/Library/StartupItems/HWNetMgr/HWNetCfg
    6/04/13 3:32:41.000 PM kernel[0]: AirPort: RSN handshake complete on en1
    6/04/13 3:32:41.837 PM netbiosd[75]: Unable to start NetBIOS name service:
    6/04/13 3:32:42.041 PM locationd[43]: NOTICE,Location icon should now be in state 0
    6/04/13 3:32:47.335 PM configd[18]: network changed: v4(en1+:192.168.0.8) DNS+ Proxy+ SMB+
    6/04/13 3:32:47.351 PM UserEventAgent[11]: Captive: en1: Not probing 'Bens Wireless' (protected network)
    6/04/13 3:32:47.355 PM configd[18]: network changed: v4(en1!:192.168.0.8) DNS Proxy SMB
    6/04/13 3:32:48.640 PM airportd[65]: _doAutoJoin: Already associated to “Bens Wireless”. Bailing on auto-join.
    6/04/13 3:32:48.656 PM airportd[65]: _doAutoJoin: Already associated to “Bens Wireless”. Bailing on auto-join.
    6/04/13 3:32:31.406 PM ntpd[102]: proto: precision = 1.000 usec
    6/04/13 3:32:34.476 PM SystemStarter[103]: StartOuc (111) did not complete successfully
    6/04/13 3:32:34.477 PM SystemStarter[103]: The following StartupItems failed to start properly:
    6/04/13 3:32:34.477 PM SystemStarter[103]: /Library/StartupItems/StartOuc
    6/04/13 3:32:34.477 PM SystemStarter[103]:  - execution of Startup script failed
    6/04/13 3:32:34.949 PM WindowServer[76]: Created shield window 0x8 for display 0x042728c0
    6/04/13 3:32:34.949 PM WindowServer[76]: Display 0x042728c0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    6/04/13 3:32:34.968 PM launchctl[129]: com.apple.findmymacmessenger: Already loaded
    6/04/13 3:32:34.986 PM com.apple.SecurityServer[14]: Session 100004 created
    6/04/13 3:32:35.035 PM airportd[65]: _doAutoJoin: Already associated to “Bens Wireless”. Bailing on auto-join.
    6/04/13 3:32:35.045 PM hidd[46]: CGSShutdownServerConnections: Detaching application from window server
    6/04/13 3:32:35.045 PM hidd[46]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    6/04/13 3:32:35.069 PM loginwindow[42]: Login Window Started Security Agent
    6/04/13 3:32:35.076 PM locationd[136]: NOTICE,Location icon should now be in state 0
    6/04/13 3:32:35.086 PM UserEventAgent[130]: cannot find useragent 1102
    6/04/13 3:32:35.126 PM WindowServer[76]: Display 0x042728c0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    6/04/13 3:32:35.146 PM WindowServer[76]: Display 0x042728c0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    6/04/13 3:32:35.152 PM SecurityAgent[138]: This is the first run
    6/04/13 3:32:35.152 PM SecurityAgent[138]: MacBuddy was run = 0
    6/04/13 3:32:35.181 PM SecurityAgent[138]: User info context values set for djinferno01
    6/04/13 3:32:35.464 PM loginwindow[42]: Login Window - Returned from Security Agent
    6/04/13 3:32:35.467 PM loginwindow[42]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102
    6/04/13 3:32:35.485 PM loginwindow[42]: USER_PROCESS: 42 console
    6/04/13 3:32:35.511 PM airportd[65]: _doAutoJoin: Already associated to “Bens Wireless”. Bailing on auto-join.
    6/04/13 3:32:35.684 PM com.apple.launchd.peruser.501[148]: (com.apple.gamed) Ignored this key: UserName
    6/04/13 3:32:35.684 PM com.apple.launchd.peruser.501[148]: (com.apple.gamed) Ignored this key: GroupName
    6/04/13 3:32:35.685 PM com.apple.launchd.peruser.501[148]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    6/04/13 3:32:35.690 PM loginwindow[42]: Connection with distnoted server was invalidated
    6/04/13 3:32:35.696 PM distnoted[152]: # distnote server agent  absolute time: 50.940676450   civil time: Sat Apr  6 15:32:35 2013   pid: 152 uid: 501  root: no
    6/04/13 3:32:35.844 PM WindowServer[76]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    6/04/13 3:32:36.326 PM awacsd[56]: Exiting
    6/04/13 3:32:36.487 PM netbiosd[75]: starting time 386919156.486931 is before last initialize time 386919167.336407
    6/04/13 3:32:36.487 PM netbiosd[75]: starting time 386919156.487135 is before last initialize time 386919167.336407
    6/04/13 3:32:36.776 PM blued[55]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    6/04/13 3:32:37.157 PM com.apple.SecurityServer[14]: Session 100006 created
    6/04/13 3:32:37.183 PM SystemUIServer[164]: In 'CFPasteboardCopyDataReturn __CFPasteboardCopyData(CFPasteboardRef, CFIndex, CFIndex, CFStringRef, Boolean)', file /SourceCache/CF/CF-744.18/AppServices.subproj/CFPasteboard.c, line 2373, during unlock, spin lock 0x109b7f018 has value 0x0, which is not locked.  The memory has been smashed or the lock is being unlocked when not locked.
    6/04/13 3:32:37.201 PM WindowServer[76]: Display 0x042728c0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    6/04/13 3:32:37.233 PM com.apple.launchd.peruser.501[148]: (com.apple.afpstat-qfa[193]) Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory
    6/04/13 3:32:37.233 PM com.apple.launchd.peruser.501[148]: (com.apple.afpstat-qfa[193]) Job failed to exec(3) for weird reason: 2
    6/04/13 3:32:37.238 PM NetworkBrowserAgent[178]: Starting NetworkBrowserAgent
    6/04/13 3:32:37.536 PM loginwindow[42]: Error loading /Library/Audio/Plug-Ins/HAL/SeratoVirtualAudioPlugIn.plugin/Contents/MacOS/Sera toVirtualAudioPlugIn:  dlopen(/Library/Audio/Plug-Ins/HAL/SeratoVirtualAudioPlugIn.plugin/Contents/Mac OS/SeratoVirtualAudioPlugIn, 262): no suitable image found.  Did find:
              /Library/Audio/Plug-Ins/HAL/SeratoVirtualAudioPlugIn.plugin/Contents/MacOS /SeratoVirtualAudioPlugIn: mach-o, but wrong architecture
    6/04/13 3:32:37.537 PM loginwindow[42]: Cannot find function pointer New_SHP_PlugIn for factory 834FC054-C1CC-11D6-BD01-00039315CD46 in CFBundle/CFPlugIn 0x7fe46b038340 </Library/Audio/Plug-Ins/HAL/SeratoVirtualAudioPlugIn.plugin> (bundle, not loaded)
    6/04/13 3:32:39.788 PM SystemUIServer[164]: Error loading /Library/Audio/Plug-Ins/HAL/SeratoVirtualAudioPlugIn.plugin/Contents/MacOS/Sera toVirtualAudioPlugIn:  dlopen(/Library/Audio/Plug-Ins/HAL/SeratoVirtualAudioPlugIn.plugin/Contents/Mac OS/SeratoVirtualAudioPlugIn, 262): no suitable image found.  Did find:
              /Library/Audio/Plug-Ins/HAL/SeratoVirtualAudioPlugIn.plugin/Contents/MacOS /SeratoVirtualAudioPlugIn: mach-o, but wrong architecture
    6/04/13 3:32:39.789 PM SystemUIServer[164]: Cannot find function pointer New_SHP_PlugIn for factory 834FC054-C1CC-11D6-BD01-00039315CD46 in CFBundle/CFPlugIn 0x7fdaa322bc30 </Library/Audio/Plug-Ins/HAL/SeratoVirtualAudioPlugIn.plugin> (bundle, not loaded)
    6/04/13 3:32:40.337 PM SystemUIServer[164]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    6/04/13 3:32:40.337 PM SystemUIServer[164]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    6/04/13 3:32:55.648 PM com.apple.launchd[1]: (com.apple.coreservices.appleid.authentication[134]) Exit timeout elapsed (20 seconds). Killing
    6/04/13 3:33:35.922 PM SubmitDiagInfo[277]: Launched to submit Diagnostics and Usage
    6/04/13 3:33:47.995 PM SubmitDiagInfo[277]: SubmitDiagInfo successfully uploaded 96 diagnostic messages.
    6/04/13 3:33:56.863 PM com.apple.SecurityServer[14]: Session 100005 created
    6/04/13 3:34:37.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=292[ksadmin] clearing CS_VALID
    6/04/13 3:34:37.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=294[ksadmin] clearing CS_VALID
    6/04/13 3:34:56.000 PM kernel[0]: Limiting closed port RST response from 314 to 250 packets per second
    6/04/13 3:34:58.000 PM kernel[0]: MacAuthEvent en1   Auth result for: 2c:b0:5d:f7:70:70  MAC AUTH succeeded
    6/04/13 3:34:58.000 PM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    6/04/13 3:34:58.000 PM kernel[0]: wl0: Roamed or switched channel, reason #8, bssid 2c:b0:5d:f7:70:70
    6/04/13 3:34:58.000 PM kernel[0]: en1: BSSID changed to 2c:b0:5d:f7:70:70
    6/04/13 3:34:58.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    6/04/13 3:34:58.000 PM kernel[0]: AirPort: RSN handshake complete on en1
    6/04/13 3:35:58.303 PM DiskImages UI Agent[308]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    6/04/13 3:36:05.120 PM librariand[324]: MMe quota status changed: under quota
    6/04/13 3:36:05.000 PM kernel[0]: Sandbox: sandboxd(326) deny mach-lookup com.apple.coresymbolicationd
    6/04/13 3:36:08.600 PM sandboxd[326]: ([322]) TextEdit(322) deny sysctl-write
    6/04/13 3:36:08.616 PM sandboxd[326]: ([322]) TextEdit(322) deny sysctl-write
    6/04/13 3:36:38.141 PM CoreServicesUIAgent[338]: Error: qtn_file_apply_to_path error: Read-only file system
    6/04/13 3:36:38.145 PM CoreServicesUIAgent[338]: Error: qtn_file_apply_to_path error: Read-only file system
    6/04/13 3:36:38.148 PM CoreServicesUIAgent[338]: Error: qtn_file_apply_to_path error: Read-only file system
    6/04/13 3:36:38.151 PM CoreServicesUIAgent[338]: Error: qtn_file_apply_to_path error: Read-only file system
    6/04/13 3:36:38.155 PM CoreServicesUIAgent[338]: Error: qtn_file_apply_to_path error: Read-only file system
    6/04/13 3:36:38.158 PM CoreServicesUIAgent[338]: Error: qtn_file_apply_to_path error: Read-only file system
    6/04/13 3:36:38.852 PM Installer[336]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    6/04/13 3:36:41.170 PM Installer[336]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    6/04/13 3:36:45.323 PM Installer[336]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    6/04/13 3:36:49.299 PM Installer[336]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    6/04/13 3:36:49.300 PM Installer[336]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    6/04/13 3:36:49.434 PM Installer[336]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    6/04/13 3:36:49.435 PM Installer[336]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    6/04/13 3:36:49.514 PM Installer[336]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    6/04/13 3:37:06.831 PM coreservicesd[60]: Application App:"Installer" [ 0x0/0x2a02a]  @ 0x0x7f8894813640 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x2c02c:) ), so denying.
    6/04/13 3:37:06.832 PM WindowServer[76]: [cps/setfront] Failed setting the front application to Installer, psn 0x0-0x2a02a, securitySessionID=0x186a4, err=-13066
    6/04/13 3:37:43.699 PM rpc.statd[29]: Failed to contact rpc.statd at host 192.168.0.4
    6/04/13 3:37:54.392 PM Installer[336]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    6/04/13 3:37:55.003 PM mds[38]: Unable to talk to lsboxd
    6/04/13 3:38:12.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=396[ksadmin] clearing CS_VALID
    6/04/13 3:38:12.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=398[ksadmin] clearing CS_VALID
    6/04/13 3:45:09.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=434[ksadmin] clearing CS_VALID
    6/04/13 3:45:10.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=436[ksadmin] clearing CS_VALID
    6/04/13 3:50:12.206 PM VDCAssistant[452]: AVF encoder error: fail to create accelerator instance
    6/04/13 3:55:43.789 PM rpc.statd[29]: Failed to contact rpc.statd at host 192.168.0.4
    6/04/13 3:56:43.634 PM com.apple.ShareKitHelper[450]: --warning: [ShareKit-XPC] Received XPC_ERROR_CONNECTION_INVALID
    6/04/13 3:56:43.635 PM com.apple.ShareKitHelper[450]: --warning: [ShareKit-XPC] connectionWithClientInterrupted
    6/04/13 3:56:43.635 PM com.apple.ShareKitHelper[450]: --warning: [ShareKit] Cancel UI for running services with Client PID: 460
    6/04/13 3:58:09.180 PM xpcd[201]: (null): have symlinks: (
    6/04/13 3:58:10.658 PM librariand[475]: MMe quota status changed: under quota
    6/04/13 3:58:12.716 PM com.apple.SecurityServer[14]: Session 100010 created
    6/04/13 3:58:21.384 PM CVMServer[77]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    6/04/13 3:58:21.414 PM CVMServer[77]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    6/04/13 3:58:23.757 PM com.apple.security.pboxd[485]: Bug: 12D78: liblaunch.dylib + 23849 [2F71CAF8-6524-329E-AC56-C506658B4C0C]: 0x25
    6/04/13 3:58:33.710 PM com.apple.security.pboxd[485]: CGSGetWindowTags: Invalid window 0xd9
    6/04/13 3:58:33.710 PM com.apple.security.pboxd[485]: kCGErrorFailure: CGSSetHideOnDeact: error getting window tags
    6/04/13 3:58:33.740 PM com.apple.security.pboxd[485]: CGSCopyWindowColorSpace: Invalid window 0xd9
    6/04/13 3:58:52.967 PM com.apple.security.pboxd[485]: CGSReleaseWindow: Invalid window 217
    6/04/13 3:58:52.967 PM com.apple.security.pboxd[485]: _NXTermWindow: error releasing window (1000)
    6/04/13 3:59:41.822 PM WindowServer[76]: CGXSetWindowListTags: Modification of kCGSPermittedBeforeLoginTagBit (30) on a window 0xea requiring rights kCGSWindowRightOwner by caller TextEdit
    6/04/13 4:00:22.807 PM com.apple.security.pboxd[485]: CGSGetWindowTags: Invalid window 0xf8
    6/04/13 4:00:22.807 PM com.apple.security.pboxd[485]: kCGErrorFailure: CGSSetHideOnDeact: error getting window tags
    6/04/13 4:00:22.867 PM com.apple.security.pboxd[485]: CGSCopyWindowColorSpace: Invalid window 0xf8
    6/04/13 4:01:01.846 PM com.apple.security.pboxd[485]: CGSReleaseWindow: Invalid window 248
    6/04/13 4:01:01.847 PM com.apple.security.pboxd[485]: _NXTermWindow: error releasing window (1000)
    6/04/13 4:01:17.493 PM com.apple.security.pboxd[485]: CGSGetWindowTags: Invalid window 0x104
    6/04/13 4:01:17.493 PM com.apple.security.pboxd[485]: kCGErrorFailure: CGSSetHideOnDeact: error getting window tags
    6/04/13 4:01:22.146 PM com.apple.security.pboxd[485]: CGSReleaseWindow: Invalid window 260
    6/04/13 4:01:22.147 PM com.apple.security.pboxd[485]: _NXTermWindow: error releasing window (1000)
    6/04/13 4:01:57.060 PM Google Chrome[432]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    6/04/13 4:02:53.532 PM com.apple.ShareKitHelper[450]: --warning: [ShareKit-XPC] Received XPC_ERROR_CONNECTION_INVALID
    6/04/13 4:02:53.533 PM com.apple.ShareKitHelper[450]: --warning: [ShareKit-XPC] connectionWithClientInterrupted
    6/04/13 4:02:53.533 PM com.apple.ShareKitHelper[450]: --warning: [ShareKit] Cancel UI for running services with Client PID: 428
    6/04/13 4:03:35.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=526[ksadmin] clearing CS_VALID
    6/04/13 4:03:35.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=528[ksadmin] clearing CS_VALID
    6/04/13 4:07:43.480 PM WindowServer[76]: Created shield window 0x13b for display 0x042728c0
    6/04/13 4:07:43.480 PM WindowServer[76]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x0(0)
    6/04/13 4:07:43.496 PM WindowServer[76]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x0(0)
    6/04/13 4:08:43.455 PM WindowServer[76]: Created shield window 0x13c for display 0x003f003d
    6/04/13 4:08:43.456 PM WindowServer[76]: handle_will_sleep_auth_and_shield_windows: no lock state data
    6/04/13 4:08:43.456 PM WindowServer[76]: Created shield window 0x13d for display 0x003f003e
    6/04/13 4:08:43.457 PM WindowServer[76]: handle_will_sleep_auth_and_shield_windows: no lock state data
    6/04/13 4:08:43.459 PM WindowServer[76]: handle_will_sleep_auth_and_shield_windows: no lock state data
    6/04/13 4:08:45.217 PM Microsoft Outlook[546]: objc[546]: Class OnClickLinkAction is implemented in both /Applications/Microsoft Office 2011/Office/OutlookLegacy.framework/Versions/14/OutlookLegacy and /Applications/Microsoft Office 2011/Microsoft Outlook.app/Contents/MacOS/Microsoft Outlook. One of the two will be used. Which one is undefined.
    6/04/13 4:08:50.918 PM WindowServer[76]: CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    6/04/13 4:10:19.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=557[ksadmin] clearing CS_VALID
    6/04/13 4:10:19.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=559[ksadmin] clearing CS_VALID
    6/04/13 4:10:51.860 PM WindowServer[76]: Created shield window 0x164 for display 0x042728c0
    6/04/13 4:10:51.860 PM WindowServer[76]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x0(0)
    6/04/13 4:10:51.873 PM WindowServer[76]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x0(0)
    6/04/13 4:10:53.000 PM kernel[0]: hibernate image path: /var/vm/sleepimage
    6/04/13 4:10:53.000 PM kernel[0]: AirPort_Brcm43xx::powerChange: System Sleep
    6/04/13 4:10:53.000 PM kernel[0]: hibernate_alloc_pages act 238901, inact 79691, anon 830, throt 0, spec 195176, wire 311000, wireinit 291617
    6/04/13 4:10:53.000 PM kernel[0]: hibernate_setup(0) took 0 ms
    6/04/13 4:10:53.000 PM kernel[0]: sizeof(IOHibernateImageHeader) == 512
    6/04/13 4:10:53.000 PM kernel[0]: kern_open_file_for_direct_io(0) took 29 ms
    6/04/13 4:10:53.000 PM kernel[0]: Opened file /var/vm/sleepimage, size 17179869184, partition base 0x0, maxio 400000 ssd 0
    6/04/13 4:10:53.000 PM kernel[0]: hibernate image major 1, minor 0, blocksize 512, pollers 5
    6/04/13 4:11:06.000 PM kernel[0]: hibernate_page_list_setall(preflight 0) start 0xffffff81fd0ea000, 0xffffff81fd16a000
    6/04/13 4:11:06.000 PM kernel[0]: hibernate_page_list_setall time: 761 ms
    6/04/13 4:11:06.000 PM kernel[0]: pages 805095, wire 292488, act 137636, inact 857, cleaned 0 spec 121, zf 830, throt 0, could discard act 94348 inact 78141 purgeable 5548 spec 195126 cleaned 0
    6/04/13 4:11:06.000 PM kernel[0]: hibernate_page_list_setall found pageCount 431932
    6/04/13 4:11:06.000 PM kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    6/04/13 4:11:06.000 PM kernel[0]: IOHibernatePollerOpen(0)
    6/04/13 4:11:06.000 PM kernel[0]: encryptStart 13300
    6/04/13 4:11:06.000 PM kernel[0]: bitmap_size 0x7f5a0, previewSize 0x48e460, writing 430482 pages @ 0x520d00
    6/04/13 4:11:06.000 PM kernel[0]: encryptEnd a5cd200
    6/04/13 4:11:06.000 PM kernel[0]: image1Size 0x1318ec00, encryptStart1 0x13300, End1 0xa5cd200
    6/04/13 4:11:06.000 PM kernel[0]: encryptStart 1318ec00
    6/04/13 4:11:06.000 PM kernel[0]: encryptEnd 21799000
    6/04/13 4:11:06.000 PM kernel[0]: PMStats: Hibernate write took 8629 ms
    6/04/13 4:11:06.000 PM kernel[0]: all time: 8629 ms, comp bytes: 1763618816 time: 1402 ms 1199 Mb/s, crypt bytes: 414991104 time: 818 ms 483 Mb/s,
    6/04/13 4:11:06.000 PM kernel[0]: image 561614848 (3%), uncompressed 1763618816 (430571), compressed 553329568 (31%), sum1 3f83d918, sum2 f8c9e83a
    6/04/13 4:11:06.000 PM kernel[0]: wired_pages_encrypted 162616, wired_pages_clear 128511, dirty_pages_encrypted 139444
    6/04/13 4:11:06.000 PM kernel[0]: hibernate_write_image done(0)
    6/04/13 4:11:06.000 PM kernel[0]: sleep
    6/04/13 4:21:49.332 PM WindowServer[76]: Created shield window 0x165 for display 0x003f003d
    6/04/13 4:21:49.332 PM WindowServer[76]: handle_will_sleep_auth_and_shield_windows: no action for lock state 1
    6/04/13 4:21:49.332 PM WindowServer[76]: Created shield window 0x166 for display 0x003f003e
    6/04/13 4:21:49.332 PM WindowServer[76]: handle_will_sleep_auth_and_shield_windows: no action for lock state 1
    6/04/13 4:21:49.333 PM WindowServer[76]: handle_will_sleep_auth_and_shield_windows: no action for lock state 1
    6/04/13 4:21:49.000 PM kernel[0]: Wake reason: EC.LidOpen (User)
    6/04/13 4:21:49.000 PM kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    6/04/13 4:21:49.000 PM kernel[0]: Previous Sleep Cause: 5
    6/04/13 4:21:49.000 PM kernel[0]: wlEvent: en1 en1 Link DOWN virtIf = 0
    6/04/13 4:21:49.000 PM kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    6/04/13 4:21:49.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    6/04/13 4:21:49.000 PM kernel[0]: TBT W (1): 0 [x]
    6/04/13 4:21:49.000 PM kernel[0]: The USB device USB Receiver (Port 3 of Hub at 0xfa100000) may have caused a wake by issuing a remote wakeup (3)
    6/04/13 4:21:50.005 PM WindowServer[76]: CGXDisableUpdate: UI updates were forcibly disabled by application "Microsoft Outlook" for over 1.00 seconds. Server has re-enabled them.
    6/04/13 4:21:52.410 PM WindowServer[76]: reenable_update_for_connection: UI updates were finally reenabled by application "Microsoft Outlook" after 3.41 seconds (server forcibly re-enabled them after 1.00 seconds)
    6/04/13 4:21:53.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=569[ksadmin] clearing CS_VALID
    6/04/13 4:21:53.574 PM configd[18]: network changed: v4(en1-:192.168.0.8) DNS- Proxy- SMB-
    6/04/13 4:21:53.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=572[ksadmin] clearing CS_VALID
    6/04/13 4:21:54.000 PM kernel[0]: MacAuthEvent en1   Auth result for: 2c:b0:5d:f7:70:70  MAC AUTH succeeded
    6/04/13 4:21:54.000 PM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    6/04/13 4:21:54.000 PM kernel[0]: AirPort: Link Up on en1
    6/04/13 4:21:54.000 PM kernel[0]: en1: BSSID changed to 2c:b0:5d:f7:70:70
    6/04/13 4:21:54.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    6/04/13 4:21:54.000 PM kernel[0]: AirPort: RSN handshake complete on en1
    6/04/13 4:21:55.535 PM configd[18]: network changed: v4(en1+:192.168.0.8) DNS+ Proxy+ SMB+
    6/04/13 4:21:55.682 PM UserEventAgent[11]: Captive: en1: Not probing 'Bens Wireless' (protected network)
    6/04/13 4:21:55.686 PM configd[18]: network changed: v4(en1!:192.168.0.8) DNS Proxy SMB
    6/04/13 4:21:56.389 PM airportd[566]: _doAutoJoin: Already associated to “Bens Wireless”. Bailing on auto-join.
    6/04/13 4:21:56.419 PM airportd[566]: _doAutoJoin: Already associated to “Bens Wireless”. Bailing on auto-join.
    6/04/13 4:21:56.453 PM airportd[566]: _doAutoJoin: Already associated to “Bens Wireless”. Bailing on auto-join.
    6/04/13 4:22:19.000 PM kernel[0]: MacAuthEvent en1   Auth result for: 2c:b0:5d:f7:70:70  MAC AUTH succeeded
    6/04/13 4:22:19.000 PM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    6/04/13 4:22:19.000 PM kernel[0]: AirPort: RSN handshake complete on en1
    6/04/13 4:22:19.000 PM kernel[0]: wl0: Roamed or switched channel, reason #8, bssid 2c:b0:5d:f7:70:70
    6/04/13 4:22:19.000 PM kernel[0]: en1: BSSID changed to 2c:b0:5d:f7:70:70
    6/04/13 4:22:19.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    6/04/13 4:22:54.000 PM kernel[0]: en1: 802.11d country code set to 'GB'.
    6/04/13 4:22:54.000 PM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 12 13 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140
    6/04/13 4:23:41.000 PM kernel[0]: MacAuthEvent en1   Auth result for: 2c:b0:5d:f7:70:70  MAC AUTH succeeded
    6/04/13 4:23:41.000 PM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    6/04/13 4:23:41.000 PM kernel[0]: AirPort: RSN handshake complete on en1
    6/04/13 4:23:41.000 PM kernel[0]: wl0: Roamed or switched channel, reason #8, bssid 2c:b0:5d:f7:70:70
    6/04/13 4:23:41.000 PM kernel[0]: en1: BSSID changed to 2c:b0:5d:f7:70:70
    6/04/13 4:23:41.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    6/04/13 4:49:47.567 PM UserEventAgent[151]: Error loading /Library/Audio/Plug-Ins/HAL/SeratoVirtualAudioPlugIn.plugin/Contents/MacOS/Sera toVirtualAudioPlugIn:  dlopen(/Library/Audio/Plug-Ins/HAL/SeratoVirtualAudioPlugIn.plugin/Contents/Mac OS/SeratoVirtualAudioPlugIn, 262): no suitable image found.  Did find:
              /Library/Audio/Plug-Ins/HAL/SeratoVirtualAudioPlugIn.plugin/Contents/MacOS /SeratoVirtualAudioPlugIn: mach-o, but wrong architecture
    6/04/13 4:49:47.568 PM UserEventAgent[151]: Cannot find function pointer New_SHP_PlugIn for factory 834FC054-C1CC-11D6-BD01-00039315CD46 in CFBundle/CFPlugIn 0x7f9e42a18470 </Library/Audio/Plug-Ins/HAL/SeratoVirtualAudioPlugIn.plugin> (bundle, not loaded)
    6/04/13 4:49:47.641 PM blued[611]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    6/04/13 4:51:50.072 PM System Preferences[617]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    6/04/13 4:51:50.072 PM System Preferences[617]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    6/04/13 4:51:50.150 PM System Preferences[617]: Error loading /Library/Audio/Plug-Ins/HAL/SeratoVirtualAudioPlugIn.plugin/Contents/MacOS/Sera toVirtualAudioPlugIn:  dlopen(/Library/Audio/Plug-Ins/HAL/SeratoVirtualAudioPlugIn.plugin/Contents/Mac OS/SeratoVirtualAudioPlugIn, 262): no suitable image found.  Did find:
              /Library/Audio/Plug-Ins/HAL/SeratoVirtualAudioPlugIn.plugin/Contents/MacOS /SeratoVirtualAudioPlugIn: mach-o, but wrong architecture
    6/04/13 4:51:50.151 PM System Preferences[617]: Cannot find function pointer New_SHP_PlugIn for factory 834FC054-C1CC-11D6-BD01-00039315CD46 in CFBundle/CFPlugIn 0x7fab8ca42b50 </Library/Audio/Plug-Ins/HAL/SeratoVirtualAudioPlugIn.plugin> (bundle, not loaded)
    6/04/13 4:53:11.598 PM blued[611]: -[CBManager init] init returning self:0x7ff1c380f250
    6/04/13 4:53:23.137 PM blued[611]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    6/04/13 4:53:43.014 PM blued[611]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    6/04/13 4:53:59.838 PM BluetoothUIServer[634]: Launching application /System/Library/CoreServices/OBEXAgent.app/Contents/MacOS/OBEXAgent
    6/04/13 4:54:54.000 PM kernel[0]: MacAuthEvent en1   Auth result for: 2c:b0:5d:f7:70:70  MAC AUTH succeeded
    6/04/13 4:54:54.000 PM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    6/04/13 4:54:54.000 PM kernel[0]: wl0: Roamed or switched channel, reason #8, bssid 2c:b0:5d:f7:70:70
    6/04/13 4:54:54.000 PM kernel[0]: en1: BSSID changed to 2c:b0:5d:f7:70:70
    6/04/13 4:54:54.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    6/04/13 4:54:56.000 PM kernel[0]: AirPort: RSN handshake complete on en1
    6/04/13 4:55:47.816 PM WindowServer[76]: Received display connect changed for display 0x42728c0
    6/04/13 4:55:47.846 PM WindowServer[76]: Received display connect changed for display 0x3f003d
    6/04/13 4:55:47.847 PM WindowServer[76]: Received display connect changed for display 0x3f003e
    6/04/13 4:55:47.848 PM WindowServer[76]: CGXMuxAcknowledge: Posting glitchless acknowledge
    6/04/13 4:55:47.890 PM CVMServer[77]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    6/04/13 4:55:47.896 PM WindowServer[76]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x042728c0 device: 0x108379b90  isBackBuffered: 1 numComp: 3 numDisp: 3
    6/04/13 4:55:47.919 PM CVMServer[77]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    6/04/13 4:55:47.987 PM WindowServer[76]: Received display connect changed for display 0x42728c0
    6/04/13 4:55:48.486 PM Google Chrome Helper EH[648]: CGImageCreateWithImageProvider: invalid image size: 0 x 0.
    6/04/13 4:56:13.090 PM VDCAssistant[656]: AVF encoder error: fail to create accelerator instance
    6/04/13 4:56:16.281 PM FacebookVideoCalling[655]: Roadblock URL service returned 400 bad request
    6/04/13 5:00:48.513 PM WindowServer[76]: Received display connect changed for display 0x42728c0
    6/04/13 5:00:48.551 PM WindowServer[76]: CGXMuxAcknowledge: Posting glitchless acknowledge
    6/04/13 5:00:48.607 PM WindowServer[76]: Received display connect changed for display 0x42728c0
    6/04/13 5:00:48.608 PM WindowServer[76]: Received display connect changed for display 0x3f003d
    6/04/13 5:00:48.608 PM WindowServer[76]: Received display connect changed for display 0x3f003e
    6/04/13 5:02:59.658 PM VDCAssistant[671]: AVF encoder error: fail to create accelerator instance
    6/04/13 5:07:14.093 PM rpc.statd[29]: Failed to contact rpc.statd at host 192.168.0.4
    6/04/13 5:43:34.000 PM kernel[0]: Limiting closed port RST response from 276 to 250 packets per second
    6/04/13 5:48:07.000 PM kernel[0]: Limiting closed port RST response from 258 to 250 packets per second
    6/04/13 5:55:52.611 PM com.apple.launchd.peruser.501[148]: ([0x0-0xb00b0].com.apple.BluetoothFileExchange[702]) Exited: Killed: 9
    6/04/13 6:08:01.926 PM rpc.statd[29]: Failed to contact rpc.statd at host 192.168.0.4
    6/04/13 6:13:29.707 PM WindowServer[76]: CGXRegisterWindowWithSystemStatusBar: window c already registered
    6/04/13 7:08:49.921 PM rpc.statd[29]: Failed to contact rpc.statd at host 192.168.0.4
    6/04/13 7:19:07.293 PM WindowServer[76]: Received display connect changed for display 0x42728c0
    6/04/13 7:19:07.321 PM WindowServer[76]: Received display connect changed for display 0x3f003d
    6/04/13 7:19:07.322 PM WindowServer[76]: Received display connect changed for display 0x3f003e
    6/04/13 7:19:07.324 PM WindowServer[76]: CGXMuxAcknowledge: Posting glitchless acknowledge
    6/04/13 7:19:07.357 PM WindowServer[76]: Received display connect changed for display 0x42728c0
    6/04/13 7:19:07.373 PM WindowServer[76]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x042728c0 device: 0x108379b90  isBackBuffered: 1 numComp: 3 numDisp: 3
    6/04/13 7:19:07.805 PM WindowServer[76]: Received display connect changed for display 0x42728c0
    6/04/13 7:19:07.826 PM WindowServer[76]: CGXMuxAcknowledge: Posting glitchless acknowledge
    6/04/13 7:19:07.843 PM WindowServer[76]: Received display connect changed for display 0x42728c0
    6/04/13 7:19:07.843 PM WindowServer[76]: Received display connect changed for display 0x3f003d
    6/04/13 7:19:07.843 PM WindowServer[76]: Received display connect changed for display 0x3f003e
    6/04/13 7:19:08.404 PM WindowServer[76]: Received display connect changed for display 0x42728c0
    6/04/13 7:19:08.428 PM WindowServer[76]: Received display connect changed for display 0x3f003d
    6/04/13 7:19:08.428 PM WindowServer[76]: Received display connect changed for display 0x3f003e
    6/04/13 7:19:08.430 PM WindowServer[76]: CGXMuxAcknowledge: Posting glitchless acknowledge
    6/04/13 7:19:08.449 PM WindowServer[76]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x042728c0 device: 0x108379b90  isBackBuffered: 1 numComp: 3 numDisp: 3
    6/04/13 7:19:08.480 PM WindowServer[76]: Received display connect changed for display 0x42728c0
    6/04/13 7:19:55.346 PM WindowServer[76]: Received display connect changed for display 0x42728c0
    6/04/13 7:19:55.371 PM WindowServer[76]: CGXMuxAcknowledge: Posting glitchless acknowledge
    6/04/13 7:19:55.406 PM WindowServer[76]: Received display connect changed for display 0x42728c0
    6/04/13 7:19:55.407 PM WindowServer[76]: Received display connect changed for display 0x3f003d
    6/04/13 7:19:55.407 PM WindowServer[76]: Received display connect changed for display 0x3f003e
    6/04/13 7:19:57.227 PM WindowServer[76]: Received display connect changed for display 0x42728c0
    6/04/13 7:19:57.255 PM WindowServer[76]: Received display connect changed for display 0x3f003d
    6/04/13 7:19:57.256 PM WindowServer[76]: Received display connect changed for display 0x3f003e
    6/04/13 7:19:57.258 PM WindowServer[76]: CGXMuxAcknowledge: Posting glitchless acknowledge
    6/04/13 7:19:57.288 PM WindowServer[76]: Received display connect changed for display 0x42728c0
    6/04/13 7:19:57.290 PM WindowServer[76]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x042728c0 device: 0x108379b90  isBackBuffered: 1 numComp: 3 numDisp: 3
    6/04/13 7:19:57.784 PM WindowServer[76]: Received display connect changed for display 0x42728c0
    6/04/13 7:19:57.807 PM WindowServer[76]: CGXMuxAcknowledge: Posting glitchless acknowledge
    6/04/13 7:19:57.843 PM WindowServer[76]: Received display connect changed for display 0x42728c0
    6/04/13 7:19:57.844 PM WindowServer[76]: Received display connect changed for display 0x3f003d
    6/04/13 7:19:57.844 PM WindowServer[76]: Received display connect changed for display 0x3f003e
    6/04/13 7:19:58.402 PM WindowServer[76]: Received display connect changed for display 0x42728c0
    6/04/13 7:19:58.428 PM WindowServer[76]: Received display connect changed for display 0x3f003d
    6/04/13 7:19:58.428 PM WindowServer[76]: Received display connect changed for display 0x3f003e
    6/04/13 7:19:58.430 PM WindowServer[76]: CGXMuxAcknowledge: Posting glitchless acknowledge
    6/04/13 7:19:58.449 PM WindowServer[76]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x042728c0 device: 0x108379b90  isBackBuffered: 1 numComp: 3 numDisp: 3
    6/04/13 7:19:58.476 PM WindowServer[76]: Received display connect changed for display 0x42728c0
    6/04/13 7:20:26.534 PM WindowServer[76]: Received display connect changed for display 0x42728c0
    6/04/13 7:20:26.570 PM WindowServer[76]: CGXMuxAcknowledge: Posting glitchless acknowledge
    6/04/13 7:20:26.576 PM WindowServer[76]: Received display connect changed for display 0x42728c0
    6/04/13 7:20:26.576 PM WindowServer[76]: Received display connect changed for display 0x3f003d
    6/04/13 7:20:26.576 PM WindowServer[76]: Received display connect changed for display 0x3f003e
    6/04/13 7:20:27.195 PM WindowServer[76]: Received display connect changed for display 0x42728c0
    6/04/13 7:20:27.225 PM WindowServer[76]: Received display connect changed for display 0x3f003d
    6/04/13 7:20:27.226 PM WindowServer[76]: Received display connect changed for display 0x3f003e
    6/04/13 7:20:27.227 PM WindowServer[76]: CGXMuxAcknowledge: Posting glitchless acknowledge
    6/04/13 7:20:27.260 PM WindowServer[76]: Received display connect changed for display 0x42728c0
    6/04/13 7:20:27.261 PM WindowServer[76]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x042728c0 device: 0x108379b90  isBackBuffered: 1 numComp: 3 numDisp: 3
    6/04/13 7:20:27.847 PM WindowServer[76]: Received display connect changed for disp

    Did you ever solve your problem?
    What is StartOuc?  It seems to be having a problem:
    7/04/13 4:25:56.099 AM SystemStarter[97]: StartOuc (105) did not complete successfully
    7/04/13 4:25:56.099 AM SystemStarter[97]: The following StartupItems failed to start properly:
    7/04/13 4:25:56.099 AM SystemStarter[97]: /Library/StartupItems/StartOuc
    7/04/13 4:25:56.099 AM SystemStarter[97]:  - execution of Startup script failed
    It might be related to your Serato, which seems to have been installed before a major OSX upgrade:
    (See the "no suitable image found, but I did find... ..but wrong architecture")
    7/04/13 4:25:41.731 AM loginwindow[42]: Error loading /Library/Audio/Plug-Ins/HAL/SeratoVirtualAudioPlugIn.plugin/Contents/MacOS/Sera toVirtualAudioPlugIn:  dlopen(/Library/Audio/Plug-Ins/HAL/SeratoVirtualAudioPlugIn.plugin/Contents/Mac OS/SeratoVirtualAudioPlugIn, 262): no suitable image found.  Did find:
              /Library/Audio/Plug-Ins/HAL/SeratoVirtualAudioPlugIn.plugin/Contents/MacOS /SeratoVirtualAudioPlugIn: mach-o, but wrong architecture
    7/04/13 4:25:41.731 AM loginwindow[42]: Cannot find function pointer New_SHP_PlugIn for factory 834FC054-C1CC-11D6-BD01-00039315CD46 in CFBundle/CFPlugIn 0x7f8796016d80 </Library/Audio/Plug-Ins/HAL/SeratoVirtualAudioPlugIn.plugin> (bundle, not loaded)
    This would stop your audio plugin, and might be related to the Ouc failing.
    Finally, there's a folder-action that is constantly triggering but maybe failing or not working:
    7/04/13 4:25:56.329 AM com.apple.launchd.peruser.501[133]: (com.apple.FolderActions.folders) Throttling respawn: Will start in 10 seconds
    7/04/13 4:25:56.726 AM com.apple.launchd.peruser.501[133]: (com.apple.FolderActions.folders) Throttling respawn: Will start in 10 seconds
    7/04/13 4:25:56.827 AM com.apple.launchd.peruser.501[133]: (com.apple.FolderActions.folders) Throttling respawn: Will start in 10 seconds
    7/04/13 4:25:57.017 AM com.apple.launchd.peruser.501[133]: (com.apple.FolderActions.folders) Throttling respawn: Will start in 10 seconds
    7/04/13 4:25:57.118 AM com.apple.launchd.peruser.501[133]: (com.apple.FolderActions.folders) Throttling respawn: Will start in 9 seconds
    7/04/13 4:25:57.271 AM com.apple.launchd.peruser.501[133]: (com.apple.FolderActions.folders) Throttling respawn: Will start in 9 seconds
    7/04/13 4:25:57.372 AM com.apple.launchd.peruser.501[133]: (com.apple.FolderActions.folders) Throttling respawn: Will start in 9 seconds
    ...that constant start/stop/start/stop would cause load and slow things down.
    It might be worth triggering a rebuild of your Search (MDS) which is complaining, and if it's constantly re-indexing things, would cause load:
    7/04/13 4:25:45.772 AM mds[38]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    7/04/13 4:25:45.773 AM mds[38]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    Hope that helps if you are still seeing an issue.

  • Can't Open Many Programs - Possibly due to Lack of a Tiff Compressor

    I hope I'm posting this in the right place...
    First, thanks for taking the time to read this.
    Ok, down to business. A couple weeks ago I went to open the Halo Demo for Mac I had installed on my computer. After I chose to play in full screen mode, a large white screen displayed with the words: "Quicktime and a TIFF(LZW) Compressor are needed to view this picture." It then hangs there for a second or two and quits. I tried reinstalling the demo and opening it back up, but to no avail. I also had installed Macromedia Flash and Fireworks MX 2004 and Flash 8. They would appear in the dock after I tried opening them, hang there, and then would quit. I had to uninstall the Macromedia programs and the Halo Demo anyways because they were taking up space on my computer. I later found out about something that I wanted to do in Macromedia Dreamweaver, so I took my Studio MX 2004 CD plopped in my drive and reinstalled the entire suite onto an external hard drive formatted as Mac OS Journaled. The same thing happens with all adobe products installed on my computer (and with a few other programs); they either display the screen that says I need Quicktime (which I have installed) and a TIFF Compressor to display the image, or they just hang in the dock for a second and close. I opened the Console, tried opening dreamweaver, and the following log was displayed in the Console window:
    dyld: NSAddImage() error
    dyld: no suitable image found. Did find:
    /System/Library/Printers/Libraries/libConverter.dylib: mach-o, but wrong architecture /System/Library/Printers/Libraries/libConverter.dylib
    I'm not sure what that means, as I'm just starting to learn about advanced computing skills and such, but I noticed that it said that a suitable image wasn't found. I thought this sounded similar to the error message I was getting before. Be sure to note, though, that before I reinstalled the Halo Demo and Studio MX 2004 the first time, they did work. I think the problems arose at around the same time. I'm not sure what's going on, so I'd like to know if anyone has any answers or solutions to my problems. Any help would be appreciated.

    Does anyone know the answer to my question? And is LZW the default Mac OS Tiff decompressor?

  • Can I transfer troubled contents of my iMac into my MacBook Pro & back?

    Can I transfer the contents of my iMac (4,1; 2 GHZ Intel Core Duo; 1 GB 667 MHz DDR2 SDRAM) into my new MacBook Pro (8,2: 2.2 GHz Intel Core i7); both with OS 10.6.7?
    I was having trouble with 10.4.11 on my iMac, as shown here: Link: [discussions.apple.com/thread.jspa?threadID=2768285&tstart=0]. I went ahead & installed Snow Leopard & had automatic downloads of the updates.
    I am having more trouble now. By the end of the day, I cannot type into browser address line, nor delete highlighted items, nor highlight multiple items. This is temporarily cleared up by restarting.
    I previously have always kept my machine going while away from desk. Now, in the evening, it seems to go to sleep--even tho I have web pages that are supposed to refresh themselves automatically & iTunes radio station supposed to stay running.
    Yesterday & today after being away, I could not make the screen turn on--although the iTunes radio was playing. This is temporarily cleared up by restarting.
    1. Can this situation be fixed? Problems were not completely solved under Tiger.
    Disk Repair indicated disk is OK. I have downloaded AppleJack; & each morning upon starting, it shows a full screen of permissions corrected of various forms of java in system library.
    Current Console Messages shows--
    "4/6/11 10:01:14 AM com.apple.launchd[1] * launchd[1] has started up. *
    4/6/11 10:03:53 AM com.apple.launchd.peruser.501[107] (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    4/6/11 10:04:02 AM com.apple.launchd.peruser.501[107] (com.apple.Kerberos.renew.plist[125]) Exited with exit code: 1
    4/6/11 10:04:10 AM [0x0-0xb00b].com.kensington.mouseworks.background[136] Kensington FastUserSwitch: Session On Console
    4/6/11 10:04:10 AM [0x0-0xb00b].com.kensington.mouseworks.background[136] Kensington FastUserSwitch: Session User ID = 501
    4/6/11 10:04:10 AM [0x0-0xb00b].com.kensington.mouseworks.background[136] Kensington FastUserSwitch: Installing User Switch Notifications
    4/6/11 10:04:37 AM com.apple.WindowServer[87] Wed Apr 6 10:04:37 owners-computer.local WindowServer[87] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    4/6/11 11:03:54 AM SubmitDiagInfo[209] Removed expired file /Library/Logs/DiagnosticReports/firefox-bin2011-03-22-233802owners-computer.hang
    4/6/11 11:04:14 AM SubmitDiagInfo[209] SubmitDiagInfo successfully uploaded 25 diagnostic messages.
    4/6/11 11:27:42 AM [0x0-0x20020].org.mozilla.thunderbird[229] Warning: unrecognized command line flag -foreground
    4/6/11 12:43:43 PM Safari[165] * WebKit discarding exception: <NSImageCacheException> Cannot lock focus on image <NSImage 0x2b81b8f0 Size={0, 0} Reps=(
    )>, because it is size zero.
    4/6/11 4:58:00 PM com.apple.launchd[1] * launchd[1] has started up. *
    4/6/11 4:58:34 PM com.apple.launchd.peruser.501[97] (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    4/6/11 4:58:43 PM com.apple.launchd.peruser.501[97] (com.apple.Kerberos.renew.plist[114]) Exited with exit code: 1
    4/6/11 4:58:47 PM [0x0-0xa00a].com.kensington.mouseworks.background[122] Kensington FastUserSwitch: Session On Console
    4/6/11 4:58:47 PM [0x0-0xa00a].com.kensington.mouseworks.background[122] Kensington FastUserSwitch: Session User ID = 501
    4/6/11 4:58:47 PM [0x0-0xa00a].com.kensington.mouseworks.background[122] Kensington FastUserSwitch: Installing User Switch Notifications
    4/6/11 4:58:58 PM com.apple.WindowServer[76] Wed Apr 6 16:58:58 owners-computer.local WindowServer[76] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    4/6/11 5:12:44 PM firefox-bin[172] * __NSAutoreleaseNoPool(): Object 0xd07ea90 of class NSCFDictionary autoreleased with no pool in place - just leaking
    4/6/11 5:20:21 PM [0x0-0x1f01f].org.mozilla.thunderbird[185] Warning: unrecognized command line flag -foreground"
    When some sort of update check runs, it shows a bunch of different missing bundle identifier:/library/receipts/...
    Would this mean I should try to reinstall Snow Leopard again? (Then update that from my 10.6.3?)
    2. I plan to add memory.
    3. If necessary, I will buy & install a new hard drive.
    Question for #2 & #3 (neither of which I have ever down before): If I transfer the contents of iMac hard drive to MBP, will it stay in a folder that I can transfer back, or does it all spread itself throughout the MBP?
    If I install a new hard drive, will the transferred-back stuff still exhibit the same problems?
    Thanks,
    Txgrandmater

    Here are a couple more console messages:
    "4/7/11 12:34:31 AM Safari[158] Error loading /Library/Contextual Menu Items/CleverKeysCM.plugin/Contents/MacOS/CleverKeysCM: dlopen(/Library/Contextual Menu Items/CleverKeysCM.plugin/Contents/MacOS/CleverKeysCM, 262): no suitable image found. Did find:
    /Library/Contextual Menu Items/CleverKeysCM.plugin/Contents/MacOS/CleverKeysCM: mach-o, but wrong architecture
    4/7/11 12:34:31 AM Safari[158] Cannot find function pointer AbstractCMPluginFactory for factory 37EEA914-23F3-11D7-9750-003065EAE3BE in CFBundle/CFPlugIn 0x23e98180 </Library/Contextual Menu Items/CleverKeysCM.plugin> (bundle, not loaded)"
    Tonight does not have as many messages containing "error"s & "cannot find"s as usual.
    See y'all in the morning.
    Txgrandmater

  • AppleWorks won't open and I don't think it's the program's problem.

    All of a sudden my MacBook Pro (10.4.11) will not open AppleWorks 6.2.9. It starts to open, gets to the starting points, but the icons do not appear and the application crashes. This happens with any AW doc I try to open and even if I try to open a new doc. I know the docs are OK since I can open them in CanOpener and on an older computer. I've got tons of stuff in AW that I really need to work with on my MBP. I'm posting the crash log from my Console -- hopefully someone can understand the problem and translate it to me.
    Thanks.
    Sass
    Version: 6.2.9 (6.2.9)
Build Version: 0
Project Name: AppleWorks
Source Version: 1

PID: 306
Thread: 0

Exception: EXCBADACCESS (0x0001)
Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000002

Thread 0 Crashed:
0 AppleWorks 0x01088e78 0x1008000 + 527992
1 AppleWorks 0x01090470 0x1008000 + 558192
2 AppleWorks 0x010c7674 0x1008000 + 783988
3 AppleWorks 0x01018594 0x1008000 + 66964
4 AppleWorks 0x012dec40 0x1008000 + 2976832
5 AppleWorks 0x012de88c 0x1008000 + 2975884
6 AppleWorks 0x01035ee4 0x1008000 + 188132
7 AppleWorks 0x010569e8 0x1008000 + 322024
8 AppleWorks 0x01259eb0 0x1008000 + 2432688
9 AppleWorks 0x01258f94 0x1008000 + 2428820
10 AppleWorks 0x011f33a8 0x1008000 + 2012072
11 AppleWorks 0x0101c588 0x1008000 + 83336
12 AppleWorks 0x0101c674 0x1008000 + 83572

Thread 1:
0 libSystem.B.dylib 0x9000a738 machmsgtrap + 8
1 libSystem.B.dylib 0x9000a67c mach_msg + 60
2 com.unsanity.ape 0xc0002afc _apeinternal + 3300 (icplusplus.c:28)
3 com.unsanity.ape 0xc0001910 _apeagent + 64 (icplusplus.c:28)
4 libSystem.B.dylib 0x9002c3b4 pthreadbody + 96

Thread 2:
0 libSystem.B.dylib 0x9000a738 machmsgtrap + 8
1 libSystem.B.dylib 0x9000a67c mach_msg + 60
2 ...ple.CoreServices.CarbonCore 0x90b661e4 SwitchContexts + 96
3 ...ple.CoreServices.CarbonCore 0x90b5be90 YieldToThread + 372
4 ...ple.CoreServices.CarbonCore 0x90b6612c SetThreadState + 192
5 ...ple.CoreServices.CarbonCore 0x90b66048 SetThreadStateEndCritical + 144
6 AppleWorks 0x01504e10 0x1008000 + 5230096
7 AppleWorks 0x01503284 0x1008000 + 5223044
8 AppleWorks 0x01503180 0x1008000 + 5222784
9 AppleWorks 0x015035a8 0x1008000 + 5223848
10 AppleWorks 0x015053a4 0x1008000 + 5231524
11 ...ple.CoreServices.CarbonCore 0x90b66288 InvokeThreadEntryUPP + 24
12 ...ple.CoreServices.CarbonCore 0x90b65ea8 CooperativeThread + 220
13 libSystem.B.dylib 0x9002c3b4 pthreadbody + 96

Thread 3:
0 libSystem.B.dylib 0x9000a738 machmsgtrap + 8
1 libSystem.B.dylib 0x9000a67c mach_msg + 60
2 ...ple.CoreServices.CarbonCore 0x90b661e4 SwitchContexts + 96
3 ...ple.CoreServices.CarbonCore 0x90b5be90 YieldToThread + 372
4 ...ple.CoreServices.CarbonCore 0x90b6612c SetThreadState + 192
5 ...ple.CoreServices.CarbonCore 0x90b66048 SetThreadStateEndCritical + 144
6 AppleWorks 0x015049d4 0x1008000 + 5229012
7 AppleWorks 0x011ef240 0x1008000 + 1995328
8 AppleWorks 0x015053a4 0x1008000 + 5231524
9 ...ple.CoreServices.CarbonCore 0x90b66288 InvokeThreadEntryUPP + 24
10 ...ple.CoreServices.CarbonCore 0x90b65ea8 CooperativeThread + 220
11 libSystem.B.dylib 0x9002c3b4 pthreadbody + 96

Thread 4:
0 libSystem.B.dylib 0x90056418 semaphoretimedwait_signaltrap + 8
1 libSystem.B.dylib 0x900723b0 pthreadcond_timedwait_relativenp + 592
2 ...ple.CoreServices.CarbonCore 0x90b6c728 TSWaitOnSemaphoreCommon + 176
3 ...ple.CoreServices.CarbonCore 0x90b746c4 TimerThread + 60
4 libSystem.B.dylib 0x9002c3b4 pthreadbody + 96

Thread 5:
0 libSystem.B.dylib 0x9000a738 machmsgtrap + 8
1 libSystem.B.dylib 0x9000a67c mach_msg + 60
2 ...ple.CoreServices.CarbonCore 0x90b661e4 SwitchContexts + 96
3 ...ple.CoreServices.CarbonCore 0x90b5be90 YieldToThread + 372
4 ...ple.CoreServices.CarbonCore 0x90b6612c SetThreadState + 192
5 ...ple.CoreServices.CarbonCore 0x90b66048 SetThreadStateEndCritical + 144
6 AppleWorks 0x015049d4 0x1008000 + 5229012
7 AppleWorks 0x011efd60 0x1008000 + 1998176
8 AppleWorks 0x015053a4 0x1008000 + 5231524
9 ...ple.CoreServices.CarbonCore 0x90b66288 InvokeThreadEntryUPP + 24
10 ...ple.CoreServices.CarbonCore 0x90b65ea8 CooperativeThread + 220
11 libSystem.B.dylib 0x9002c3b4 pthreadbody + 96

Thread 6:
0 libSystem.B.dylib 0x90056418 semaphoretimedwait_signaltrap + 8
1 libSystem.B.dylib 0x900723b0 pthreadcond_timedwait_relativenp + 592
2 ...ple.CoreServices.CarbonCore 0x90b6c728 TSWaitOnSemaphoreCommon + 176
3 ...ickTimeComponents.component 0x98745340 ReadSchedulerThreadEntryPoint + 436
4 libSystem.B.dylib 0x9002c3b4 pthreadbody + 96

Thread 0 crashed with PPC Thread State 64:
srr0: 0x0000000001088e78 srr1: 0x000000000200f030 vrsave: 0x0000000000000000
cr: 0x44804482 xer: 0x0000000020000004 lr: 0x0000000001088e74 ctr: 0x000000009011f5a4
r0: 0x0000000000000000 r1: 0x00000000bfffedc0 r2: 0x000000000040d000 r3: 0x0000000000000000
r4: 0x0000000000000004 r5: 0x000000000866db00 r6: 0x00000000ffffffff r7: 0x0000000000000001
r8: 0x0000000000010000 r9: 0x0000000001800008 r10: 0x000000000191a77b r11: 0x00000000a0afee60
r12: 0x000000009011f5a4 r13: 0x0000000000439198 r14: 0x000000000040b37c r15: 0x0000000000000006
r16: 0x0000000000000000 r17: 0x0000000001924200 r18: 0x00000000085d5b70 r19: 0x0000000000000006
r20: 0x00000000bffff228 r21: 0x0000000000000002 r22: 0x0000000000000000 r23: 0x0000000000000000
r24: 0x00000000085d5ab0 r25: 0x000000000866e250 r26: 0x0000000006b1e5f0 r27: 0x000000000866e250
r28: 0x0000000000000000 r29: 0x0000000000000000 r30: 0x0000000006b1e528 r31: 0x0000000006b1e540

Binary Images Description:
0x1000 - 0x2fff LaunchCFMApp /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp
0x27f000 - 0x2ce3c7 CarbonLibpwpc PEF binary: CarbonLibpwpc
0x2ce3d0 - 0x2e66bd Apple;Carbon;Multimedia PEF binary: Apple;Carbon;Multimedia
0x2e7c00 - 0x2e998b Apple;Carbon;Networking PEF binary: Apple;Carbon;Networking
0x2ea000 - 0x2f4fff com.unsanity.dockdetox Dock Detox version 1.2 (1.2) /Library/Application Enhancers/Dock Detox.ape/Contents/MacOS/Dock Detox
0x313130 - 0x3131e2 CFMPriv_CoreFoundation PEF binary: CFMPriv_CoreFoundation
0x3133f0 - 0x3134a5 CFMPriv_DVComponentGlue PEF binary: CFMPriv_DVComponentGlue
0x3136e0 - 0x313783 CFMPriv_QuickTime PEF binary: CFMPriv_QuickTime
0x313800 - 0x313877 CFMPriv_System PEF binary: CFMPriv_System
0x313cc0 - 0x313d90 CFMPriv_CarbonSound PEF binary: CFMPriv_CarbonSound
0x313e00 - 0x313ed3 CFMPriv_CommonPanels PEF binary: CFMPriv_CommonPanels
0x313fa0 - 0x31405b CFMPriv_Help PEF binary: CFMPriv_Help
0x314060 - 0x31412a CFMPriv_HIToolbox PEF binary: CFMPriv_HIToolbox
0x3141b0 - 0x314286 CFMPriv_HTMLRendering PEF binary: CFMPriv_HTMLRendering
0x314300 - 0x3143d3 CFMPriv_ImageCapture PEF binary: CFMPriv_ImageCapture
0x314460 - 0x314545 CFMPriv_NavigationServices PEF binary: CFMPriv_NavigationServices
0x3145c0 - 0x314696 CFMPriv_OpenScriptingMacBLib PEF binary: CFMPriv_OpenScriptingMacBLib
0x314770 - 0x31482e CFMPriv_Print PEF binary: CFMPriv_Print
0x314850 - 0x31491d CFMPriv_SecurityHI PEF binary: CFMPriv_SecurityHI
0x3149a0 - 0x314a82 CFMPriv_SpeechRecognition PEF binary: CFMPriv_SpeechRecognition
0x314b00 - 0x314bd3 CFMPriv_CarbonCore PEF binary: CFMPriv_CarbonCore
0x314c50 - 0x314d23 CFMPriv_OSServices PEF binary: CFMPriv_OSServices
0x314e00 - 0x314ec2 CFMPriv_AE PEF binary: CFMPriv_AE
0x314ed0 - 0x314f95 CFMPriv_ATS PEF binary: CFMPriv_ATS
0x315010 - 0x3150e7 CFMPriv_ColorSync PEF binary: CFMPriv_ColorSync
0x315170 - 0x315253 CFMPriv_FindByContent PEF binary: CFMPriv_FindByContent
0x3152d0 - 0x3153aa CFMPriv_HIServices PEF binary: CFMPriv_HIServices
0x315420 - 0x315500 CFMPriv_LangAnalysis PEF binary: CFMPriv_LangAnalysis
0x315590 - 0x315676 CFMPriv_LaunchServices PEF binary: CFMPriv_LaunchServices
0x315750 - 0x315827 CFMPriv_PrintCore PEF binary: CFMPriv_PrintCore
0x315830 - 0x3158f2 CFMPriv_QD PEF binary: CFMPriv_QD
0x3159f0 - 0x315ad9 CFMPriv_SpeechSynthesis PEF binary: CFMPriv_SpeechSynthesis
0x482000 - 0x4b7fff com.unsanity.fruitmenu FruitMenu version 3.4.2 (3.4.2) /Library/Application Enhancers/FruitMenu.ape/Contents/MacOS/FruitMenu
0x4c9000 - 0x50ffff com.unsanity.fontcard 1.3.2 /Library/Application Enhancers/FontCard.ape/Contents/MacOS/FontCard
0x524000 - 0x53ffff com.unsanity.menumaster.ape 1.3.1 /Library/Application Enhancers/Menu Master.ape/Contents/MacOS/Menu Master
0x54c000 - 0x570fff com.unsanity.labels Labels X version 1.7.1 (1.7.1) /Library/Application Enhancers/Labels X.ape/Contents/MacOS/Labels X
0x586000 - 0x5affff com.unsanity.windowshadex ??? (4.0.2) /Library/Application Enhancers/WindowShade X.ape/Contents/MacOS/WindowShade X
0x5be000 - 0x5c7fff com.unsanity.xounds Xounds version 2.3.1, Copyright ©2002-2005, Unsanity, LLC (2.3.1) /Users/sass/Library/Application Enhancers/Xounds.ape/Contents/MacOS/Xounds
0x5cd000 - 0x5d9fff com.unsanity.mightymouse Mighty Mouse v1.2.2 (1.2.2) /Library/Application Enhancers/Mighty Mouse.ape/Contents/MacOS/Mighty Mouse
0x79e000 - 0x79ffff com.unsanity.menumaster.menuisequalcat ??? (0.0.1d1) /Library/Application Enhancers/Menu Master.ape/Contents/Resources/MenuIsEqualCat.bundle/Contents/MacOS/MenuIsEqualC at
0x1008000 - 0x15bb07c AppleWorks PEF binary: AppleWorks
0x6bb4000 - 0x6bb4fff com.apple.SpotLightCM 1.0 (121) /System/Library/Contextual Menu Items/SpotlightCM.plugin/Contents/MacOS/SpotlightCM
0x77d1000 - 0x77d2fff com.stairways.interarchy.cmplugin 7.3.1 (???) /Users/sass/Library/Contextual Menu Items/InterarchyCMPlugIn.plugin/Contents/MacOS/InterarchyCMPlugin
0x77d6000 - 0x77ebfff com.cocoatech.PathFinderCM Path Finder CM version 2.1.1 (2.1.2) /Users/sass/Library/Contextual Menu Items/Path Finder CM.plugin/Contents/MacOS/Path Finder CM
0x77f7000 - 0x7821288 StuffItCM PEF binary: StuffItCM
0x7822000 - 0x7848408 StuffItEngineSDKLib PEF binary: StuffItEngineSDKLib
0x784e000 - 0x7850fff com.apple.AutomatorCMM 1.0 (48) /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
0x7853000 - 0x7857fff com.apple.FolderActionsMenu 1.3 /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
0x785b000 - 0x7870fff com.stuffit.StuffItCM 10.0 /Library/Contextual Menu Items/StuffItCM.plugin/Contents/MacOS/StuffItCM
0x7883000 - 0x789bfff StuffItSupport /Library/Frameworks/StuffItSupport.framework/Versions/A/StuffItSupport
0x85dd000 - 0x85dffff com.apple.PDFImporter 1.6 (???) /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
0x85e3000 - 0x85f2fff com.rainmaker.SpellCatcher.InputMethod 10.2.1 /Users/sass/Library/Components/Spell Catcher.component/Contents/MacOS/Spell Catcher
0x85fa000 - 0x85fafff com.rainmaker.SpellCatcher.InputMethod.CocoaBundle 10.2.1 /Users/sass/Library/Components/Spell Catcher.component/Contents/Frameworks/CocoaBundle.bundle/Contents/MacOS/CocoaBu ndle
0x871d000 - 0x8724fff com.unsanity.smartcrashreports Smart Crash Reports version 1.0.2 (1.0.2) /Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
0x78e00000 - 0x78e07fff libLW8Utils.dylib /System/Library/Printers/Libraries/libLW8Utils.dylib
0x79200000 - 0x7923efff libLW8Converter.dylib /System/Library/Printers/Libraries/libLW8Converter.dylib
0x8fe00000 - 0x8fe51fff dyld 43.1 /usr/lib/dyld
0x90000000 - 0x901a6fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
0x901fe000 - 0x90202fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
0x90204000 - 0x90257fff com.apple.CoreText 1.0.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
0x90284000 - 0x90335fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
0x90364000 - 0x9069dfff com.apple.CoreGraphics 1.256.14 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
0x90728000 - 0x90801fff com.apple.CoreFoundation 6.4.3 (368.12) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9084a000 - 0x9084afff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9084c000 - 0x9094efff libicucore.A.dylib /usr/lib/libicucore.A.dylib
0x909a8000 - 0x90a2cfff libobjc.A.dylib /usr/lib/libobjc.A.dylib
0x90a56000 - 0x90acafff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90ae4000 - 0x90af6fff libauto.dylib /usr/lib/libauto.dylib
0x90afd000 - 0x90dc2fff com.apple.CoreServices.CarbonCore 10.4.1 (611.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
0x90e25000 - 0x90ea5fff com.apple.CoreServices.OSServices 4.0 (4.0.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
0x90eef000 - 0x90f2ffff com.apple.CFNetwork 10.4.2 (80) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
0x90f44000 - 0x90f5cfff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
0x90f6c000 - 0x90feafff com.apple.SearchKit 1.0.3 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
0x9102f000 - 0x91056fff com.apple.Metadata 1.1 (121.6) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
0x91066000 - 0x91074fff libz.1.dylib /usr/lib/libz.1.dylib
0x91077000 - 0x91239fff com.apple.security 4.0.1 (223) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x9133b000 - 0x91344fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x9134b000 - 0x91372fff com.apple.SystemConfiguration 1.8.0 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
0x91385000 - 0x9138dfff libbsm.dylib /usr/lib/libbsm.dylib
0x91391000 - 0x9140ffff com.apple.audio.CoreAudio 3.0.1 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9144d000 - 0x9144dfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
0x9144f000 - 0x91487fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
0x914a2000 - 0x9156dfff com.apple.ColorSync 4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
0x915c2000 - 0x91655fff com.apple.print.framework.PrintCore 4.0 (172.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
0x9169b000 - 0x91758fff com.apple.QD 3.8.16 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
0x91796000 - 0x917f4fff com.apple.HIServices 1.5.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
0x91822000 - 0x91845fff com.apple.LangAnalysis 1.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
0x91859000 - 0x9187efff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
0x91891000 - 0x918d2fff com.apple.LaunchServices 10.4.3 (157) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
0x918ed000 - 0x91901fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9190f000 - 0x91945fff com.apple.ImageIO.framework 1.0.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
0x91959000 - 0x91a1ffff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
0x91a6c000 - 0x91a81fff libcups.2.dylib /usr/lib/libcups.2.dylib
0x91a86000 - 0x91aa2fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x91aa7000 - 0x91b16fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x91b2d000 - 0x91b31fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x91b33000 - 0x91b4bfff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
0x91b4e000 - 0x91b91fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x91b98000 - 0x91bb1fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91bb6000 - 0x91bb9fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x91bbb000 - 0x91bbbfff com.apple.Accelerate 1.1.1 (Accelerate 1.1.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x91bbd000 - 0x91ca7fff com.apple.vImage 2.0 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
0x91caf000 - 0x91ccefff com.apple.Accelerate.vecLib 3.1.1 (vecLib 3.1.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
0x91d3a000 - 0x91d5afff libmx.A.dylib /usr/lib/libmx.A.dylib
0x91d60000 - 0x91dc5fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
0x91dcf000 - 0x91e61fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
0x91e7b000 - 0x9240bfff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
0x92453000 - 0x92763fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
0x92790000 - 0x9281bfff com.apple.DesktopServices 1.3 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
0x9285d000 - 0x92a86fff com.apple.Foundation 6.4.1 (567.12) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92ba4000 - 0x92c82fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
0x92ca2000 - 0x92d90fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
0x92da2000 - 0x92dc0fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92dcb000 - 0x92e25fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92e43000 - 0x92e43fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92e45000 - 0x92e59fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
0x92e71000 - 0x92e81fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
0x92e8d000 - 0x92ea2fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
0x92eb4000 - 0x92f3bfff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
0x92f4f000 - 0x92f5afff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
0x92f64000 - 0x92f91fff com.apple.openscripting 1.2.2 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
0x92fab000 - 0x92fbbfff com.apple.print.framework.Print 4.0 (187) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
0x92fc7000 - 0x9302dfff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
0x9305e000 - 0x930b0fff com.apple.NavigationServices 3.4.1 (3.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
0x930dc000 - 0x930f9fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
0x9310b000 - 0x93118fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
0x93121000 - 0x93431fff com.apple.HIToolbox 1.4.3 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
0x9357c000 - 0x93588fff com.apple.opengl 1.4.0 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x935fa000 - 0x935fafff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x935fc000 - 0x93c2dfff com.apple.AppKit 6.4.2 (824.11) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x93fb9000 - 0x94023fff com.apple.CoreData 1.0 (46) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9405b000 - 0x94125fff com.apple.audio.toolbox.AudioToolbox 1.4.1 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x94179000 - 0x94179fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9417b000 - 0x942dafff com.apple.QuartzCore 1.4.1 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x94322000 - 0x9435ffff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
0x94367000 - 0x943b2fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
0x94553000 - 0x94562fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x9456a000 - 0x94576fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x945bb000 - 0x945cffff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x945d5000 - 0x9483ffff com.apple.QuickTime 7.0.2 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x96191000 - 0x96192fff libCyrillicConverter.dylib /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
0x96194000 - 0x96195fff libGreekConverter.dylib /System/Library/CoreServices/Encodings/libGreekConverter.dylib
0x9619a000 - 0x961b0fff libJapaneseConverter.dylib /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0x961b2000 - 0x961d2fff libKoreanConverter.dylib /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
0x961d4000 - 0x961d6fff libLatin2Converter.dylib /System/Library/CoreServices/Encodings/libLatin2Converter.dylib
0x961e0000 - 0x961eefff libSimplifiedChineseConverter.dylib /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
0x961f3000 - 0x961f4fff libThaiConverter.dylib /System/Library/CoreServices/Encodings/libThaiConverter.dylib
0x961f6000 - 0x96209fff libTraditionalChineseConverter.dylib /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
0x96694000 - 0x96737fff libcrypto.0.9.dylib /usr/lib/libcrypto.0.9.dylib
0x96c3a000 - 0x96c59fff com.apple.vecLib 3.1.1 (vecLib 3.1.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x97425000 - 0x97432fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x98733000 - 0x98febfff com.apple.QuickTimeComponents.component 7.0.2 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
0x9a073000 - 0x9a074fff com.apple.iokit.dvcomponentglue 1.7.5 /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlue
0xc0000000 - 0xc000ffff com.unsanity.ape 1.5.1 /Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhance r
0xeab00000 - 0xeab25fff libConverter.dylib /System/Library/Printers/Libraries/libConverter.dylib
0xebf80000 - 0xec06afff com.stuffit.sdk 10.0 /Library/Frameworks/StuffIt.framework/Versions/A/StuffIt

********

Host Name: Alise
Date/Time: 2006-04-15 22:07:37.041 -0400
OS Version: 10.4.5 (Build 8H14)
Report Version: 4

Command: AppleWorks 6
Path: /Applications/AppleWorks 6/AppleWorks 6.2.9.app/Contents/MacOS/AppleWorks 6
Parent: WindowServer 60

Version: 6.2.9 (6.2.9, Copyright Apple Computer, Inc. 1991-2003)

PID: 1711
Thread: 0

Exception: EXCBADACCESS (0x0001)
Codes: KERNINVALIDADDRESS (0x0001) at 0x08b830e0

Thread 0 Crashed:
0 ATS 0x902f3404 RestoreGlyphCacheMonikers(unsigned char) + 116
1 ATS 0x902cc410 ReconnectToATSServer(int, unsigned char) + 308
2 ATS 0x902cc1e0 atsServerDied(__CFNotificationCenter*, void*, __CFString const*, void const*, __CFDictionary const*) + 204
3 com.apple.CoreFoundation 0x9078faf8 __CFXNotificationPostEntry + 164
4 com.apple.CoreFoundation 0x9078f9a0 __CFXNotificationHandleMessage + 300
5 com.apple.CoreFoundation 0x9078f7e8 __CFXNotificationReceiveFromServer + 192
6 com.apple.CoreFoundation 0x9076adbc __CFMachPortPerform + 176
7 com.apple.CoreFoundation 0x9076acd0 __CFRunLoopDoSource1 + 152
8 com.apple.CoreFoundation 0x9075d3e8 __CFRunLoopRun + 1556
9 com.apple.CoreFoundation 0x9075ca18 CFRunLoopRunSpecific + 268
10 com.apple.HIToolbox 0x9318f1e0 RunCurrentEventLoopInMode + 264
11 com.apple.HIToolbox 0x9327403c GetNextEventMatchingMask + 400
12 com.apple.HIToolbox 0x93273df0 WNEInternal + 140
13 com.apple.HIToolbox 0x93273d50 WaitNextEvent + 76
14 AppleWorks 0x011f3318 0x1008000 + 2011928
15 AppleWorks 0x0101c588 0x1008000 + 83336
16 AppleWorks 0x0101c674 0x1008000 + 83572

Thread 1:
0 libSystem.B.dylib 0x9000b1e8 machmsgtrap + 8
1 libSystem.B.dylib 0x9000b13c mach_msg + 60
2 com.unsanity.ape 0xc0002afc _apeinternal + 3300 (icplusplus.c:28)
3 com.unsanity.ape 0xc0001910 _apeagent + 64 (icplusplus.c:28)
4 libSystem.B.dylib 0x9002b1e0 pthreadbody + 96

Thread 2:
0 libSystem.B.dylib 0x9000b1e8 machmsgtrap + 8
1 libSystem.B.dylib 0x9000b13c mach_msg + 60
2 ...ple.CoreServices.CarbonCore 0x90b6e868 SwitchContexts + 96
3 ...ple.CoreServices.CarbonCore 0x90b644e0 YieldToThread + 372
4 ...ple.CoreServices.CarbonCore 0x90b6e7b0 SetThreadState + 192
5 ...ple.CoreServices.CarbonCore 0x90b6e6cc SetThreadStateEndCritical + 144
6 AppleWorks 0x01504e10 0x1008000 + 5230096
7 AppleWorks 0x01503284 0x1008000 + 5223044
8 AppleWorks 0x01503180 0x1008000 + 5222784
9 AppleWorks 0x015035a8 0x1008000 + 5223848
10 AppleWorks 0x015053a4 0x1008000 + 5231524
11 ...ple.CoreServices.CarbonCore 0x90b6e90c InvokeThreadEntryUPP + 24
12 ...ple.CoreServices.CarbonCore 0x90b6e52c CooperativeThread + 220
13 libSystem.B.dylib 0x9002b1e0 pthreadbody + 96

Thread 3:
0 libSystem.B.dylib 0x9000b1e8 machmsgtrap + 8
1 libSystem.B.dylib 0x9000b13c mach_msg + 60
2 ...ple.CoreServices.CarbonCore 0x90b6e868 SwitchContexts + 96
3 ...ple.CoreServices.CarbonCore 0x90b644e0 YieldToThread + 372
4 ...ple.CoreServices.CarbonCore 0x90b6e7b0 SetThreadState + 192
5 ...ple.CoreServices.CarbonCore 0x90b6e6cc SetThreadStateEndCritical + 144
6 AppleWorks 0x015049d4 0x1008000 + 5229012
7 AppleWorks 0x011ef240 0x1008000 + 1995328
8 AppleWorks 0x015053a4 0x1008000 + 5231524
9 ...ple.CoreServices.CarbonCore 0x90b6e90c InvokeThreadEntryUPP + 24
10 ...ple.CoreServices.CarbonCore 0x90b6e52c CooperativeThread + 220
11 libSystem.B.dylib 0x9002b1e0 pthreadbody + 96

Thread 4:
0 libSystem.B.dylib 0x90053f48 semaphoretimedwait_signaltrap + 8
1 libSystem.B.dylib 0x900702a8 pthreadcond_timedwait_relativenp + 556
2 ...ple.CoreServices.CarbonCore 0x90b74e90 TSWaitOnSemaphoreCommon + 176
3 ...ple.CoreServices.CarbonCore 0x90b7ce2c TimerThread + 60
4 libSystem.B.dylib 0x9002b1e0 pthreadbody + 96

Thread 5:
0 libSystem.B.dylib 0x9000b1e8 machmsgtrap + 8
1 libSystem.B.dylib 0x9000b13c mach_msg + 60
2 ...ple.CoreServices.CarbonCore 0x90b6e868 SwitchContexts + 96
3 ...ple.CoreServices.CarbonCore 0x90b644e0 YieldToThread + 372
4 AppleWorks 0x015038b4 0x1008000 + 5224628
5 AppleWorks 0x0139cd28 0x1008000 + 3755304
6 AppleWorks 0x0139c6fc 0x1008000 + 3753724
7 AppleWorks 0x011f0044 0x1008000 + 1998916
8 AppleWorks 0x011f078c 0x1008000 + 2000780
9 AppleWorks 0x011f0200 0x1008000 + 1999360
10 AppleWorks 0x011f00f0 0x1008000 + 1999088
11 AppleWorks 0x011efd3c 0x1008000 + 1998140
12 AppleWorks 0x015053a4 0x1008000 + 5231524
13 ...ple.CoreServices.CarbonCore 0x90b6e90c InvokeThreadEntryUPP + 24
14 ...ple.CoreServices.CarbonCore 0x90b6e52c CooperativeThread + 220
15 libSystem.B.dylib 0x9002b1e0 pthreadbody + 96

Thread 6:
0 libSystem.B.dylib 0x90053f48 semaphoretimedwait_signaltrap + 8
1 libSystem.B.dylib 0x900702a8 pthreadcond_timedwait_relativenp + 556
2 ...ple.CoreServices.CarbonCore 0x90b74e90 TSWaitOnSemaphoreCommon + 176
3 ...ickTimeComponents.component 0x8ed87564 ReadSchedulerThreadEntryPoint + 5212
4 libSystem.B.dylib 0x9002b1e0 pthreadbody + 96

Thread 0 crashed with PPC Thread State 64:
srr0: 0x00000000902f3404 srr1: 0x000000000000d030 vrsave: 0x0000000000000000
cr: 0x24824444 xer: 0x0000000000000004 lr: 0x00000000902f33d0 ctr: 0x0000000090001310
r0: 0x0000000008b62ff0 r1: 0x00000000bfffebc0 r2: 0x00000000a0291b38 r3: 0x0000000000000000
r4: 0x0000000000000000 r5: 0x00000000a0291b34 r6: 0x00000000ffffffff r7: 0x0000000000000000
r8: 0x0000000000000ff0 r9: 0x0000000000020010 r10: 0x00000000bfffe62c r11: 0x00000000a0b07740
r12: 0x0000000090001310 r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x0000000000000001
r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000000007aab r19: 0x0000000000000000
r20: 0x00000000000000d3 r21: 0x000000005eec0f39 r22: 0x0000000000305c88 r23: 0x00000000a073fa5c
r24: 0x0000000000307010 r25: 0x00000000085754f0 r26: 0x0000000000000001 r27: 0x00000000000006c0
r28: 0x00000000a029c2e4 r29: 0x0000000008b83000 r30: 0x00000000a029574c r31: 0x00000000902f33a0

Binary Images Description:
0x1000 - 0x2fff LaunchCFMApp /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp
0x27f000 - 0x2ce3c7 CarbonLibpwpc PEF binary: CarbonLibpwpc
0x2ce3d0 - 0x2e66bd Apple;Carbon;Multimedia PEF binary: Apple;Carbon;Multimedia
0x2e7c00 - 0x2e998b Apple;Carbon;Networking PEF binary: Apple;Carbon;Networking
0x2ea000 - 0x2f4fff com.unsanity.dockdetox Dock Detox version 1.2 (1.2) /Library/Application Enhancers/Dock Detox.ape/Contents/MacOS/Dock Detox
0x313d20 - 0x313dd2 CFMPriv_CoreFoundation PEF binary: CFMPriv_CoreFoundation
0x313fe0 - 0x314095 CFMPriv_DVComponentGlue PEF binary: CFMPriv_DVComponentGlue
0x3142d0 - 0x314373 CFMPriv_QuickTime PEF binary: CFMPriv_QuickTime
0x3145d0 - 0x314647 CFMPriv_System PEF binary: CFMPriv_System
0x3148c0 - 0x314990 CFMPriv_CarbonSound PEF binary: CFMPriv_CarbonSound
0x314a00 - 0x314ad3 CFMPriv_CommonPanels PEF binary: CFMPriv_CommonPanels
0x314ba0 - 0x314c5b CFMPriv_Help PEF binary: CFMPriv_Help
0x314c60 - 0x314d2a CFMPriv_HIToolbox PEF binary: CFMPriv_HIToolbox
0x314da0 - 0x314e76 CFMPriv_HTMLRendering PEF binary: CFMPriv_HTMLRendering
0x314ef0 - 0x314fc3 CFMPriv_ImageCapture PEF binary: CFMPriv_ImageCapture
0x315050 - 0x315135 CFMPriv_NavigationServices PEF binary: CFMPriv_NavigationServices
0x3151b0 - 0x315286 CFMPriv_OpenScriptingMacBLib PEF binary: CFMPriv_OpenScriptingMacBLib
0x315360 - 0x31541e CFMPriv_Print PEF binary: CFMPriv_Print
0x315440 - 0x31550d CFMPriv_SecurityHI PEF binary: CFMPriv_SecurityHI
0x315590 - 0x315672 CFMPriv_SpeechRecognition PEF binary: CFMPriv_SpeechRecognition
0x3156f0 - 0x3157c3 CFMPriv_CarbonCore PEF binary: CFMPriv_CarbonCore
0x315840 - 0x315913 CFMPriv_OSServices PEF binary: CFMPriv_OSServices
0x3159f0 - 0x315ab2 CFMPriv_AE PEF binary: CFMPriv_AE
0x315ac0 - 0x315b85 CFMPriv_ATS PEF binary: CFMPriv_ATS
0x315c00 - 0x315cd7 CFMPriv_ColorSync PEF binary: CFMPriv_ColorSync
0x315d60 - 0x315e43 CFMPriv_FindByContent PEF binary: CFMPriv_FindByContent
0x315ec0 - 0x315f9a CFMPriv_HIServices PEF binary: CFMPriv_HIServices
0x316010 - 0x3160f0 CFMPriv_LangAnalysis PEF binary: CFMPriv_LangAnalysis
0x316180 - 0x316266 CFMPriv_LaunchServices PEF binary: CFMPriv_LaunchServices
0x316340 - 0x316417 CFMPriv_PrintCore PEF binary: CFMPriv_PrintCore
0x316420 - 0x3164e2 CFMPriv_QD PEF binary: CFMPriv_QD
0x3165e0 - 0x3166c9 CFMPriv_SpeechSynthesis PEF binary: CFMPriv_SpeechSynthesis
0x482000 - 0x4b7fff com.unsanity.fruitmenu FruitMenu version 3.4.2 (3.4.2) /Library/Application Enhancers/FruitMenu.ape/Contents/MacOS/FruitMenu
0x4c9000 - 0x4e4fff com.unsanity.menumaster.ape 1.3.1 /Library/Application Enhancers/Menu Master.ape/Contents/MacOS/Menu Master
0x4f1000 - 0x515fff com.unsanity.labels Labels X version 1.7.1 (1.7.1) /Library/Application Enhancers/Labels X.ape/Contents/MacOS/Labels X
0x52b000 - 0x554fff com.unsanity.windowshadex ??? (4.0.2) /Library/Application Enhancers/WindowShade X.ape/Contents/MacOS/WindowShade X
0x662000 - 0x66efff com.unsanity.mightymouse Mighty Mouse v1.2.2 (1.2.2) /Library/Application Enhancers/Mighty Mouse.ape/Contents/MacOS/Mighty Mouse
0x1008000 - 0x15bb07c AppleWorks PEF binary: AppleWorks
0x1601000 - 0x1602fff com.unsanity.menumaster.menuisequalcat ??? (0.0.1d1) /Library/Application Enhancers/Menu Master.ape/Contents/Resources/MenuIsEqualCat.bundle/Contents/MacOS/MenuIsEqualC at
0x7ac4000 - 0x7ac6fff com.apple.PDFImporter 1.6 (???) /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
0x84c7000 - 0x84d6fff com.rainmaker.SpellCatcher.InputMethod 10.2.1 /Users/sass/Library/Components/Spell Catcher.component/Contents/MacOS/Spell Catcher
0x84de000 - 0x84defff com.rainmaker.SpellCatcher.InputMethod.CocoaBundle 10.2.1 /Users/sass/Library/Components/Spell Catcher.component/Contents/Frameworks/CocoaBundle.bundle/Contents/MacOS/CocoaBu ndle
0x866d000 - 0x8674fff com.unsanity.smartcrashreports Smart Crash Reports version 1.0.2 (1.0.2) /Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
0x8775000 - 0x87b2fff com.apple.QuickTimeFireWireDV.component 7.0.4 /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
0x87bd000 - 0x8836fff com.apple.applepixletvideo 1.2.5 (1.2d5) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
0x78e00000 - 0x78e07fff libLW8Utils.dylib /System/Library/Printers/Libraries/libLW8Utils.dylib
0x79200000 - 0x7923efff libLW8Converter.dylib /System/Library/Printers/Libraries/libLW8Converter.dylib
0x8e995000 - 0x8ea50fff com.apple.QuickTimeMPEG4.component 7.0.4 /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
0x8ec78000 - 0x8ec7bfff com.apple.QuickTimeH264.component 7.0.4 /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
0x8ed72000 - 0x8f731fff com.apple.QuickTimeComponents.component 7.0.4 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
0x8fa79000 - 0x8fd27fff com.apple.QuickTime 7.0.4 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x8fe00000 - 0x8fe54fff dyld 44.2 /usr/lib/dyld
0x90000000 - 0x901b3fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
0x9020b000 - 0x9020ffff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
0x90211000 - 0x90264fff com.apple.CoreText 1.0.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
0x90291000 - 0x90342fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
0x90371000 - 0x906aefff com.apple.CoreGraphics 1.256.33 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
0x9073a000 - 0x90813fff com.apple.CoreFoundation 6.4.4 (368.25) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9085c000 - 0x9085cfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9085e000 - 0x90960fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
0x909ba000 - 0x90a3efff libobjc.A.dylib /usr/lib/libobjc.A.dylib
0x90a68000 - 0x90ad6fff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90aed000 - 0x90afffff libauto.dylib /usr/lib/libauto.dylib
0x90b06000 - 0x90ddefff com.apple.CoreServices.CarbonCore 681.3 (671.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
0x90e44000 - 0x90ec4fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
0x90f0e000 - 0x90f4ffff com.apple.CFNetwork 10.4.4 (129.9) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
0x90f64000 - 0x90f7cfff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
0x90f8c000 - 0x9100dfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
0x91053000 - 0x9107dfff com.apple.Metadata 10.4.4 (121.34) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
0x9108e000 - 0x9109cfff libz.1.dylib /usr/lib/libz.1.dylib
0x9109f000 - 0x91262fff com.apple.security 4.3 (25966) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x91365000 - 0x9136efff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x91375000 - 0x9139cfff com.apple.SystemConfiguration 1.8.2 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
0x913af000 - 0x913b7fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
0x913bc000 - 0x913dcfff libmx.A.dylib /usr/lib/libmx.A.dylib
0x913e2000 - 0x913eafff libbsm.dylib /usr/lib/libbsm.dylib
0x913ee000 - 0x9146efff com.apple.audio.CoreAudio 3.0.2 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x914ad000 - 0x914adfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
0x914af000 - 0x914e7fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
0x91502000 - 0x915cffff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
0x91624000 - 0x916b7fff com.apple.print.framework.PrintCore 4.3 (172.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
0x916fe000 - 0x917bbfff com.apple.QD 3.8.18 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
0x917f9000 - 0x91857fff com.apple.HIServices 1.5.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
0x91885000 - 0x918a9fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
0x918bd000 - 0x918e2fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
0x918f5000 - 0x91937fff com.apple.LaunchServices 168.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
0x91953000 - 0x91967fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x91975000 - 0x919affff com.apple.ImageIO.framework 1.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
0x919c4000 - 0x91a8cfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
0x91ada000 - 0x91aeffff libcups.2.dylib /usr/lib/libcups.2.dylib
0x91af4000 - 0x91b11fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x91b16000 - 0x91b85fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x91b9c000 - 0x91ba0fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x91ba2000 - 0x91bd3fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
0x91bd7000 - 0x91c1afff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x91c21000 - 0x91c3afff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91c3f000 - 0x91c42fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x91c44000 - 0x91c44fff com.apple.Accelerate 1.1.1 (Accelerate 1.1.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x91c46000 - 0x91d30fff com.apple.vImage 2.0 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
0x91d38000 - 0x91d57fff com.apple.Accelerate.vecLib 3.1.1 (vecLib 3.1.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
0x91dc3000 - 0x91e28fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
0x91e32000 - 0x91ec4fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
0x91ede000 - 0x9246efff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
0x924b6000 - 0x927c6fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
0x927f3000 - 0x9287ffff com.apple.DesktopServices 1.3.1 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
0x928c1000 - 0x92aecfff com.apple.Foundation 6.4.4 (567.25) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92c0a000 - 0x92ce8fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
0x92d08000 - 0x92df6fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
0x92e08000 - 0x92e26fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92e31000 - 0x92e8bfff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92ea9000 - 0x92ea9fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92eab000 - 0x92ebffff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
0x92ed7000 - 0x92ee7fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
0x92ef3000 - 0x92f08fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
0x92f1a000 - 0x92fa1fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
0x92fb5000 - 0x92fc0fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
0x92fca000 - 0x92ff7fff com.apple.openscripting 1.2.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
0x93011000 - 0x93021fff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
0x9302d000 - 0x93093fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
0x930c4000 - 0x93116fff com.apple.NavigationServices 3.4.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
0x93142000 - 0x9315ffff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
0x93171000 - 0x9317efff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
0x93187000 - 0x93499fff com.apple.HIToolbox 1.4.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
0x935e5000 - 0x935f1fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x93662000 - 0x93662fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x93664000 - 0x93c97fff com.apple.AppKit 6.4.4 (824.33) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x94024000 - 0x94094fff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x940cd000 - 0x94197fff com.apple.audio.toolbox.AudioToolbox 1.4.1 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x941eb000 - 0x941ebfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x941ed000 - 0x94365fff com.apple.QuartzCore 1.4.5 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x943af000 - 0x943ecfff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
0x943f4000 - 0x94444fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
0x945e7000 - 0x945f6fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x945fe000 - 0x9460afff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x94650000 - 0x94668fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x9466f000 - 0x946f2fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
0x95fc8000 - 0x95fc9fff libCyrillicConverter.dylib /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
0x95fcb000 - 0x95fccfff libGreekConverter.dylib /System/Library/CoreServices/Encodings/libGreekConverter.dylib
0x95fd1000 - 0x95fe7fff libJapaneseConverter.dylib /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0x95fe9000 - 0x96009fff libKoreanConverter.dylib /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
0x9600b000 - 0x9600dfff libLatin2Converter.dylib /System/Library/CoreServices/Encodings/libLatin2Converter.dylib
0x9600f000 - 0x96010fff libLatin5Converter.dylib /System/Library/CoreServices/Encodings/libLatin5Converter.dylib
0x96012000 - 0x96015fff libLatinSuppConverter.dylib /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
0x96017000 - 0x96025fff libSimplifiedChineseConverter.dylib /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
0x96027000 - 0x96028fff libSymbolConverter.dylib /System/Library/CoreServices/Encodings/libSymbolConverter.dylib
0x9602a000 - 0x9602bfff libThaiConverter.dylib /System/Library/CoreServices/Encodings/libThaiConverter.dylib
0x9602d000 - 0x96040fff libTraditionalChineseConverter.dylib /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
0x964cb000 - 0x9656efff libcrypto.0.9.dylib /usr/lib/libcrypto.0.9.dylib
0x96a74000 - 0x96a93fff com.apple.vecLib 3.1.1 (vecLib 3.1.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x97299000 - 0x972a6fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x98e13000 - 0x98e14fff com.apple.iokit.dvcomponentglue 1.7.9 /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlue
0xc0000000 - 0xc000ffff com.unsanity.ape 1.5.1 /Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhance r
0xeab00000 - 0xeab25fff libConverter.dylib /System/Library/Printers/Libraries/libConverter.dylib 


    I tried all the suggestions and still no go. I cleared user and system cache with Cocktail. I also removed a contextual menu plug-in that I thought might be a problem (Zingg) but it didn't help. There is a new log, though:
    ===== Sunday, 9 December, 2007 16:31:27 America/Detroit =====
    2007-12-09 16:31:39.222 AppleWorks 6[1211] CFLog (21): dyld returns 2 when trying to load /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    2007-12-09 16:31:39.340 AppleWorks 6[1211] CFLog (21): dyld returns 2 when trying to load /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    2007-12-09 16:31:40.218 AppleWorks 6[1211] CFLog (21): dyld returns 2 when trying to load /System/Library/TextEncodings/Chinese Encodings.bundle/Contents/MacOS/Chinese Encodings
    2007-12-09 16:31:40.229 AppleWorks 6[1211] CFLog (21): dyld returns 2 when trying to load /System/Library/TextEncodings/Japanese Encodings.bundle/Contents/MacOS/Japanese Encodings
    2007-12-09 16:31:40.233 AppleWorks 6[1211] CFLog (21): dyld returns 2 when trying to load /System/Library/TextEncodings/Korean Encodings.bundle/Contents/MacOS/Korean Encodings
    2007-12-09 16:31:40.240 AppleWorks 6[1211] CFLog (21): dyld returns 2 when trying to load /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    2007-12-09 16:31:50.560 AppleWorks 6[1211] CFLog (21): dyld returns 2 when trying to load /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    dyld: NSAddImage() error
    dyld: no suitable image found. Did find:
    /System/Library/Printers/Libraries/libConverter.dylib: mach-o, but wrong architecture /System/Library/Printers/Libraries/libConverter.dylib
    2007-12-09 16:31:50.636 KeyCue[225] * no parent

  • IPhoto wont open with any update of it

    I upgrade to iLife '11 but I can't use iPhoto, I can use perfectly all the other apps in the bundle but iPhoto.
    I got this message...
    Process:         iPhoto [6811]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto 
    Identifier:      com.apple.iPhoto
    Version:         9.3.1 (9.3.1)
    Build Info:      iPhotoProject-652003000000000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [125]
    Date/Time:       2012-07-14 16:02:49.227 -0500
    OS Version:      Mac OS X 10.7.4 (11E53)
    Report Version:  9
    Interval Since Last Report:          40256 sec
    Crashes Since Last Report:           1
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      6291AF07-57A7-46A5-BC0D-7B1DF72CFD77
    Crashed Thread:  0
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    dyld: launch, loading dependent libraries
    Dyld Error Message:
      Library not loaded: /Library/Frameworks/NyxAudioAnalysis.framework/Versions/A/NyxAudioAnalysis
      Referenced from: /Applications/iPhoto.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/ A/Frameworks/iLifeSlideshowProducer.framework/Versions/A/iLifeSlideshowProducer
      Reason: no suitable image found.  Did find:
              /Library/Frameworks/NyxAudioAnalysis.framework/Versions/A/NyxAudioAnalysis : mach-o, but wrong architecture
              /Library/Frameworks/NyxAudioAnalysis.framework/Versions/A/NyxAudioAnalysis : mach-o, but wrong architecture
    Its kind of upsetting because i have to downgrade it to iLife '09 to use it... anyone?

    You need to re-install:
    To re-install iPhoto
    1. Put the iPhoto.app in the trash (Drag it from your Applications Folder to the trash)
    2a: On 10.5:  Go to HD/Library/Receipts and remove any pkg file there with iPhoto in the name.
    2b: On 10.6: Those receipts may be found as follows:  In the Finder use the Go menu and select Go To Folder. In the resulting window type
    /var/db/receipts/
    2c: on 10.7 they're at
    /private/var/db/receipts
    A Finder Window will open at that location and you can remove the iPhoto pkg files.
    3. Re-install.
    If you purchased an iLife Disk, then iPhoto is on it.
    If iPhoto was installed on your Mac when you go it then it’s on the System Restore disks that came with your Mac. Insert the first one and opt to ‘Install Bundled Applications Only.
    If you purchased it on the App Store or have a Recent Mac you can find it in your Purchases List.

Maybe you are looking for