CH Pro Throttle and MS Force Feedback 2 in X3: Terran Conflict.

Hi all, I posted over in the X3: Reunion Linux thread on the official X Universe boards, but this is probably relevant to some of you here:
I have managed to get the my CH Products Pro Throttle and Microsoft Sidewinder Force Feedback 2 to work together perfectly in X3: Terran conflict. It was a pain in the backside to do, but here's how:
First I grabbed the source code to joy-map, the linux userspace joystick mapping program. This allows you to remap axes and buttons on existing devices and assign them to a new virtual device. By default, joy-map sets all the evdev abs_max values to 32767 and all the evdev abs_min values to -32767 for all axes. When I was running it out of the box, this caused the virtual stick to barely register movement, as the raw output from the USB devices was in the region of -256 to 256 for the throttle and -512 to 512 for the sidewinder.... and then the stick twist was -32 to 32, and the hats were -1 to 1. As X3 doesn't let you recalibrate in game, and any joydev calibration with jscal is ignored, this was not much use.
So I used evtest to find out what the maximum and minimum reported raw values were for each and every axis I was remapping. I then edited devices.c, one of the joy-map source files. Line 127 is the start of the loop which sets up the abs_max and abs_min values for all of the axes, so I commented out the loop and hard-coded the values for each axis in. After that was done, I compiled the mapper, and wrote a map file which combined all of the axes and buttons I needed.
Finally, I copied the compiled loadmap executable and my joystick map config to my X3:TC directory and modified the last line of testandlaunch to read
./loadmap CH-sidewinder.map & ./$1
killall loadmap
It's not as straighforward as the CH Products Control Manager software in Windows, and if I change my stick setup (as I plan on doing next payday when I intend to get a CH Fighter Stick and CH Pro Pedals) then I'll have to edit the joy-map source and recompile, but it works, and I can play X3:TC in Linux with mt HOTAS setup.
If anyone is interested in the hacked joy-map source or the config map file, I can provide them. There's probably a way to get joy-map to set abs_max and abs_min values based on the values supplied by the devices themselves, but that's something I'll work on when I have more time.
This may be of use to people whose joysticks do not work without calibration, as well as anyone looking to combine multiple stick setups to play X3:TC
Last edited by 2Karl (2014-09-28 02:17:16)

Having used Corsair almost exclusively with X58's for the past three years, those you have linked look to be an excellent choice. 3X4GB is a great way to go for 12GB, much better than 6X2GB route.
As for initial startup, please use just one stick RAM in the primary black dimm slot. I always load Windows & all the drivers that way too. Then, add the other sticks & additional HDD's, etc.
Added: If & when you decide to OC, open a new thread in the OC & Mod Section of the forum. These are really easy to OC.
2nd add: Wouldn't mess with the BIOS revisions unless a specific problem is encountered.

Similar Messages

  • Calling a Function node in a DLL to give force-feedback effect to a joystick (using DirectInput)

    Hello,
    I have been working for a couple of weeks on writing a DLL in Visual C++ Studio. My intention is to write an exported function in the DLL to initialize a Logitech Force3Dpro joystick, setup a force feedback effect and run it using DirectInput. I would like to control this force feedback effect (in particular, the intensity of the feedback) from Labview by calling the function in the DLL.
    I followed the FFConst example in Microsoft SDK DirectInput Samples for making an .exe file to setup and run force feedback effects. I have been able to build the DLL successfully with an exported function that can be accessed from Labview by "Call a function node". I tested the function by running simple functions such as addition and multiplication of integers, andconfirmed the fact that the DLL was built correctly. I have also included the DirectInput code for initializing and running the force feedback effect. I am able to compile and build the DLL with no problems.
    The Problem:
    The only problem that I have at this point is with setting SetCooperativeLevel for the DirectInput8 joystick device. I have to provide a top-level window handle to SetCooperativeLevel so that I can give the function exclusive access to the joystick. Since I am not making a window and am building a DLL, I am not sure what handle I am supposed to provide it so that the joystick can respond. I am not sure if passing a handle to the Labview window would work because it is accessing the DLL's function? I tried passing LabView window handle to the function and read the X-axisposition off the joystick, but it read some junk (huge long integer) - which lead me to believe that the problem is something to do with initializing the joystick.
    For all practical purposes, I am a complete novice at DirectInput
    programming and working with Visual C++. Although, I have programmed in
    C++previously. I am sorry for the long message, but I wanted to give a bit of background so that my aim is clear.
    Any help, advice or direction with this problem be very much appreciated. Thank you for your time!
    Cheers!
    Abhishek

    Hi,
    This gave me the nudge in the right direction I needed, after a bit of basic frameset research I've got the desired functionality.
    Huge thanks!

  • Driving the force feedback of an MS joystick

    I'd like to drive the force feedback of a joystick (sidewinder) with Labview 7.0. How can I do ?
    I hope anyone could answer me.
    Thanks

    Hello,
    I
    have been working for a couple of weeks on writing a DLL in Visual C++
    Studio. My intention is to write an exported function in the DLL to
    initialize a Logitech Force3Dpro joystick, setup a force feedback
    effect and run it using DirectInput. I would like to control this force
    feedback effect (in particular, the intensity of the feedback) from Labview by calling the function in the DLL.
    I
    followed the FFConst example in Microsoft SDK DirectInput Samples for
    making an .exe file to setup and run force feedback effects. I have
    been able to build the DLL successfully with an exported function that
    can be accessed from Labview by "Call a function node". I tested the
    function by running simple functions such as addition and
    multiplication of integers, andconfirmed the fact that the DLL was
    built correctly. I have also included the DirectInput code for
    initializing and running the force feedback effect. I am able to
    compile and build the DLL with no problems.
    The Problem:
    The only problem that I have at this point is with setting SetCooperativeLevel
    for the DirectInput8 joystick device. I have to provide a top-level
    window handle to SetCooperativeLevel so that I can give the function
    exclusive access to the joystick. Since I am not making a window and am
    building a DLL, I am not sure what handle I am supposed to provide it
    so that the joystick can respond. I am not sure if passing a handle to
    the Labview window would work because it is accessing the DLL's
    function? I tried passing LabView window handle to the function and
    read the X-axisposition off the joystick, but it read some junk (huge
    long integer) - which lead me to believe that the problem is something
    to do with initializing the joystick.
    For all practical purposes, I am a complete novice at DirectInput
    programming and working with Visual C++. Although, I have programmed in
    C++previously. I am sorry for the long message, but I wanted to give a bit of background so that my aim is clear.
    Any help, advice or direction with this problem be very much appreciated. Thank you for your time!
    Cheers!
    Abhishek
    P.S. I apologize for posting this message in an old thread. I have been following many such threads and this one in particular seemed pretty close to the problem I am currently facing.

  • The latest Premier Pro CC 2014 update forced me to convert and create version of my project while guaranteeing that the project would not be altered; however, the timelines are not the up to date versions I had.

    The latest Premier Pro CC 2014 update forced me to convert and create version of my project while guaranteeing that the project would not be altered; however, the timelines/sequences are not the up to date versions I had. I saved different version of this project for various purposes, but they were all named differently(i.e joe and mary wedding, joe and mary wedding 2, joe and mary wedding 3, joe and mary wedding 3.1).  I do not know if they just pulled the timelines from the earliest version, eradicated the data entirely, or something else.
    Since the program prompts me to create and save a new version for the updated premier, I still have the previous projects, but cannot open them.  I imagine they are unchanged, but cannot be sure.
    Thoughts? Is it possible to uninstall an update re-install it later?
    Please advise.
    Thank you.
    Brian

    Also...
    Add to right click menu of timelines an entry for "go to next keyframe" and "go to last keyframe" a la After Effects, we should also be able to assign a kb shortcut to this.
    There are buttons on either side of the create keyframe button to advance forward or backward in the effects control panel or timeline.
    You can also advance forward or backward in the effects control window by holding shift while dragging the playhead.
    Allow copy/paste of selection of audio/video effects, not just one at a time. Sure we can copy/paste attributes but since we can also copy/paste effects it would only make sense to allow to copy/paste a selection of effects.
    I guess I don't get this one. If I have 5 effects on a clip, I can simply command-click on the ones I want to copy over to the other clip.

  • Force Feedback for Lion and Saitek R440 Wheel

    I just got Dirt2 from the App-Store and it works fine.
    Except my wheel a SAITEK R440 Force Feedback just lets me control the car but there is no force feedback with it.
    So I wrote a mail to Feral and got a simple answer:
    "Apple took out the support for force feedback from lion and so it wont work at all.
    We hope Apple would fix this problem one fine day"
    Is this correct?
    If YES: When will Apple support Force Feedback for Wheels (to play Dirt2 at full range)
    If NO: Whts going wrong with my device?
    Can you help me please.
    Andre

    All steering wheels that have force feedback in Snow Leopard you can fix in Lion by using the hint on the vgp3depot forums. However that solution is not offically supported. I don't know if Force Feedback ever worked on the Saitek wheels on the Mac as I don't think Saitek wrote any drivers.
    Edwin

  • Why does my Macbook pro keyboard and trackpad randomly become unresponsive forcing restart in OSX Mavericks?

    Randomly when using OSX Mavericks, since installing yesterday, my mid-2012 Macbook Pro keyboard and trackpad freeze and become unresponsive.
    The computer is still running whatever I was doing, the computer does not crash, i just cannot control it and the only way I have found as a fix is to restart.
    This never happened in Mountain Lion.
    Can anyone help?

    Very similarly.
    Mac Mini late 2012. i7 CPU, 16GB ram. 12GB unused.
    After installing Mavericks, it seems to grind my system to a halt. It is still running (I can move the cursor and activity monitor updates processes) but every application I try to launch results in a colorful waiting sign. It even can take a minute or more before an application shows "any" sign of starting.
    I tried to open a terminal session (so I could manually kill a process) but the terminal session did not even process. It timed out after 5 minutes.
    Acitivity monitor shows 90-95% idle and I have no idea what's causing it.
    I have already rebuild disk and reset permissions (all seemed fine) 3 times.
    I've rebooted over 8 times since last night. I cannot use my Mac anymore reliably.
    Please help.

  • LOTS of spinning wheels in Mountain Lion--multiple applications, ALL the time Sep 6, 2012 1:55 AM (in response to teacher24_70) Having the exact same issue. Also, on right click, many apps freeze/beachball and must force close

    LOTS of spinning wheels in Mountain Lion--multiple applications, ALL the time 
    Sep 6, 2012 1:55 AM (in response to teacher24_70)
    Having the exact same issue. Also, on right click, many apps freeze/beachball and must force close.  Additionally, uTorrent and Transmission are not operating correctly-uTorrent constantly beachballing and unresponsive.  Right-click freezes with everything from Word to iMovie. Takes way too much time to do anything, and lots of cursor freezing, here is a sys log excerpt:
    Sep  6 01:20:42 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:20:43 Matthews-MacBook-Pro-4.local Google Chrome[271]: Cannot find function pointer pluginFactory for factory 053918F4-2869-11D7-A671-000A27E2DB90 in CFBundle/CFPlugIn 0x808d2800 </Users/happymatt/Library/Contextual Menu Items/ToastIt.plugin> (not loaded)
    Sep  6 01:20:43 Matthews-MacBook-Pro-4.local Google Chrome[271]: Cannot find function pointer AntiCMPlugInFactory for factory E7083DE8-B37D-11D9-9B46-000D935563B0 in CFBundle/CFPlugIn 0x808d05b0 </Library/Contextual Menu Items/Antidote - MC.plugin> (not loaded)
    Sep  6 01:20:52 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:20:54 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDisableUpdate: UI updates were forcibly disabled by application "µTorrent" for over 1.00 seconds. Server has re-enabled them.
    Sep  6 01:20:59 Matthews-MacBook-Pro-4.local WindowServer[86]: reenable_update_for_connection: UI updates were finally reenabled by application "µTorrent" after 6.13 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep  6 01:21:02 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:21:32 --- last message repeated 2 times ---
    Sep  6 01:21:32 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:21:40 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDisableUpdate: UI updates were forcibly disabled by application "µTorrent" for over 1.00 seconds. Server has re-enabled them.
    Sep  6 01:21:42 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:21:47 Matthews-MacBook-Pro-4.local WindowServer[86]: reenable_update_for_connection: UI updates were finally reenabled by application "µTorrent" after 8.50 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep  6 01:21:52 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:22:23 --- last message repeated 2 times ---
    Sep  6 01:22:23 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:22:29 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDisableUpdate: UI updates were forcibly disabled by application "µTorrent" for over 1.00 seconds. Server has re-enabled them.
    Sep  6 01:22:33 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:22:37 Matthews-MacBook-Pro-4.local WindowServer[86]: reenable_update_for_connection: UI updates were finally reenabled by application "µTorrent" after 8.81 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep  6 01:22:43 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:23:13 --- last message repeated 2 times ---
    Sep  6 01:23:13 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:23:19 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDisableUpdate: UI updates were forcibly disabled by application "µTorrent" for over 1.00 seconds. Server has re-enabled them.
    Sep  6 01:23:22 Matthews-MacBook-Pro-4.local WindowServer[86]: reenable_update_for_connection: UI updates were finally reenabled by application "µTorrent" after 3.61 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep  6 01:23:23 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:23:53 --- last message repeated 2 times ---
    Sep  6 01:23:53 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:23:56 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDisableUpdate: UI updates were forcibly disabled by application "µTorrent" for over 1.00 seconds. Server has re-enabled them.
    Sep  6 01:24:02 Matthews-MacBook-Pro-4.local WindowServer[86]: reenable_update_for_connection: UI updates were finally reenabled by application "µTorrent" after 7.20 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep  6 01:24:03 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:24:24 --- last message repeated 2 times ---
    Sep  6 01:24:24 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDisableUpdate: UI updates were forcibly disabled by application "Safari" for over 1.00 seconds. Server has re-enabled them.
    Sep  6 01:24:27 Matthews-MacBook-Pro-4.local WindowServer[86]: reenable_update_for_connection: UI updates were finally reenabled by application "Safari" after 4.25 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep  6 01:24:33 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:24:59 --- last message repeated 2 times ---
    Sep  6 01:24:59 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDisableUpdate: UI updates were forcibly disabled by application "µTorrent" for over 1.00 seconds. Server has re-enabled them.
    Sep  6 01:25:04 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:25:07 Matthews-MacBook-Pro-4.local WindowServer[86]: reenable_update_for_connection: UI updates were finally reenabled by application "µTorrent" after 8.59 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep  6 01:25:14 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:25:44 --- last message repeated 2 times ---
    Sep  6 01:25:44 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDisableUpdate: UI updates were forcibly disabled by application "µTorrent" for over 1.00 seconds. Server has re-enabled them.
    Sep  6 01:25:44 Matthews-MacBook-Pro-4.local WindowServer[86]: reenable_update_for_connection: UI updates were finally reenabled by application "µTorrent" after 1.24 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep  6 01:25:44 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:26:14 --- last message repeated 2 times ---
    Sep  6 01:26:14 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:26:36 --- last message repeated 2 times ---
    Sep  6 01:26:36 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDisableUpdate: UI updates were forcibly disabled by application "µTorrent" for over 1.00 seconds. Server has re-enabled them.
    Sep  6 01:26:42 Matthews-MacBook-Pro-4.local WindowServer[86]: reenable_update_for_connection: UI updates were finally reenabled by application "µTorrent" after 7.22 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep  6 01:26:44 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:27:06 --- last message repeated 2 times ---
    Sep  6 01:27:06 Matthews-MacBook-Pro-4.local purge[1528]: <CPPathUtils.c:526>          The device-file for this operating system, 'osx-12.1.0.xml', was not found. An attempt to revert to a previous revision of the OS device-file: 'osx-12.0.0.xml' has been made. Please file a Radar report with Apple, on the 'CoreProfile' component, version 'X'.
    Sep  6 01:27:20 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDisableUpdate: UI updates were forcibly disabled by application "µTorrent" for over 1.00 seconds. Server has re-enabled them.
    Sep  6 01:27:21 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 4 seconds
    Sep  6 01:27:24 Matthews-MacBook-Pro-4.local WindowServer[86]: reenable_update_for_connection: UI updates were finally reenabled by application "µTorrent" after 5.71 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep  6 01:27:25 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:27:53 --- last message repeated 2 times ---
    Sep  6 01:27:53 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDisableUpdate: UI updates were forcibly disabled by application "µTorrent" for over 1.00 seconds. Server has re-enabled them.
    Sep  6 01:27:55 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:28:00 Matthews-MacBook-Pro-4.local WindowServer[86]: reenable_update_for_connection: UI updates were finally reenabled by application "µTorrent" after 7.22 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep  6 01:28:05 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:28:25 --- last message repeated 1 time ---
    Sep  6 01:28:25 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDisableUpdate: UI updates were forcibly disabled by application "µTorrent" for over 1.00 seconds. Server has re-enabled them.
    Sep  6 01:28:25 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:28:33 Matthews-MacBook-Pro-4.local WindowServer[86]: reenable_update_for_connection: UI updates were finally reenabled by application "µTorrent" after 8.65 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep  6 01:28:35 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:29:05 --- last message repeated 2 times ---
    Sep  6 01:29:05 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:29:08 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDisableUpdate: UI updates were forcibly disabled by application "µTorrent" for over 1.00 seconds. Server has re-enabled them.
    Sep  6 01:29:16 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:29:22 Matthews-MacBook-Pro-4.local WindowServer[86]: disable_update_likely_unbalanced: UI updates still disabled by application "µTorrent" after 15.00 seconds (server forcibly re-enabled them after 1.00 seconds). Likely an unbalanced disableUpdate call.
    Sep  6 01:29:24 Matthews-MacBook-Pro-4.local WindowServer[86]: reenable_update_for_connection: UI updates were finally reenabled by application "µTorrent" after 17.09 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep  6 01:29:26 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:29:56 --- last message repeated 2 times ---
    Sep  6 01:29:56 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:30:03 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDisableUpdate: UI updates were forcibly disabled by application "µTorrent" for over 1.00 seconds. Server has re-enabled them.
    Sep  6 01:30:06 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:30:12 Matthews-MacBook-Pro-4.local WindowServer[86]: reenable_update_for_connection: UI updates were finally reenabled by application "µTorrent" after 9.74 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep  6 01:30:16 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:30:26 --- last message repeated 1 time ---
    Sep  6 01:30:26 Matthews-MacBook-Pro-4 com.apple.launchd.peruser.501[179] ([0x0-0x59059].com.apple.DiskUtility[769]): Exited: Killed: 9
    Sep  6 01:30:26 Matthews-MacBook-Pro-4 com.apple.launchd.peruser.501[179] ([0x0-0x1d01d].com.bittorrent.uTorrent[281]): Exited: Killed: 9
    Sep  6 01:30:33 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDeferSurfaces : Invalid source window 231
    Sep  6 01:30:33 Matthews-MacBook-Pro-4.local com.apple.ShareKitHelper[1266]: --warning: [ShareKit-XPC] Received XPC_ERROR_CONNECTION_INVALID
    Sep  6 01:30:33 Matthews-MacBook-Pro-4.local com.apple.ShareKitHelper[1266]: --warning: [ShareKit-XPC] connectionWithClientInterrupted
    Sep  6 01:30:33 Matthews-MacBook-Pro-4.local com.apple.ShareKitHelper[1266]: --warning: [ShareKit] Cancel UI for running services with Client PID: 1235
    Sep  6 01:30:36 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:30:43 Matthews-MacBook-Pro-4.local CVMServer[103]: 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.
    Sep  6 01:30:44 Matthews-MacBook-Pro-4.local launchctl[1590]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    Sep  6 01:30:45 Matthews-MacBook-Pro-4.local CVMServer[103]: 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.
    Sep  6 01:30:46 Matthews-MacBook-Pro-4 kernel[0]: Sandbox: sandboxd(1596) deny mach-lookup com.apple.coresymbolicationd
    Sep  6 01:30:46 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:30:47 Matthews-MacBook-Pro-4.local com.apple.quicklook.satellite[1591]: CFBundle 0x7f8ac3c87370 </Library/Audio/Plug-Ins/Components/Flip4Mac WMA Import.component> (bundle, not loaded): bundle is not loadable: The bundle ‚ÄúFlip4Mac WMV Import‚Äù couldn‚Äôt be loaded because it is damaged or missing necessary resources.
    Sep  6 01:30:56 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:31:26 --- last message repeated 2 times ---
    Sep  6 01:31:26 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:31:57 --- last message repeated 2 times ---
    Sep  6 01:31:57 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:32:12 --- last message repeated 1 time ---
    Sep  6 01:32:12 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.apple.coremedia.videodecoder[1602]): Exit timeout elapsed (20 seconds). Killing
    Sep  6 01:32:17 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:32:47 --- last message repeated 2 times ---
    Sep  6 01:32:47 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:33:17 --- last message repeated 2 times ---
    Sep  6 01:33:17 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:33:47 --- last message repeated 2 times ---
    Sep  6 01:33:47 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:34:17 --- last message repeated 2 times ---
    Sep  6 01:34:17 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:34:48 --- last message repeated 2 times ---
    Sep  6 01:34:48 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:35:14 --- last message repeated 2 times ---
    Sep  6 01:35:14 Matthews-MacBook-Pro-4.local 1PasswordAgent[241]: Failed to return databaseID, encryption key is not loaded
    Sep  6 01:35:14 Matthews-MacBook-Pro-4.local 1PasswordAgent[241]: Incorrect password, failed to verify key [5057D5F949924084807D7C8DDB02E833]
    Sep  6 01:35:14 Matthews-MacBook-Pro-4.local 1PasswordAgent[241]: Incorrect password, failed to verify key [EF0ED6A834EA4FE8AE6CE569E06DEBDA]
    Sep  6 01:35:14 Matthews-MacBook-Pro-4.local 1PasswordAgent[241]: Not enough encryption keys found in [file://localhost/Users/happymatt/Desktop/SECURITY:ENCRYPTION/1Password%202.agi lekeychain/data/default/1password.keys]: 0. The master password entered incorrectly.
    Sep  6 01:35:15 Matthews-MacBook-Pro-4.local 1PasswordAgent[241]: Failed to return databaseID, encryption key is not loaded
    Sep  6 01:35:18 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:35:19 Matthews-MacBook-Pro-4.local 1PasswordAgent[241]: Failed to return databaseID, encryption key is not loaded
    Sep  6 01:35:26 Matthews-MacBook-Pro-4.local Safari[1472]: *** WARNING: -[NSImage dissolveToPoint:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep  6 01:35:26 Matthews-MacBook-Pro-4.local Safari[1472]: *** WARNING: -[NSImage dissolveToPoint:fromRect:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep  6 01:35:26 Matthews-MacBook-Pro-4.local Safari[1472]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep  6 01:35:26 Matthews-MacBook-Pro-4.local Safari[1472]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep  6 01:35:28 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:35:33 Matthews-MacBook-Pro-4.local CalendarAgent[997]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=CoreDAVHTTPStatusErrorDomain Code=401 "The operation couldn’t be completed. (CoreDAVHTTPStatusErrorDomain error 401.)" UserInfo=0x7fdf6e3050a0 {AccountName=Google, CalDAVErrFromRefresh=YES, CoreDAVHTTPHeaders=<CFBasicHash 0x7fdf6e3116f0 [0x7fff7579c190]>{type = immutable dict, count = 10,
              entries =>
                        0 : Case Insensitive Key: X-Content-Type-Options = <CFString 0x7fdf6e311770 [0x7fff7579c190]>{contents = "nosniff"}
                        1 : Case Insensitive Key: Content-Type = <CFString 0x7fdf6e311740 [0x7fff7579c190]>{contents = "text/html; charset=UTF-8"}
                        2 : Case Insensitive Key: Server = <CFString 0x7fdf6e319f70 [0x7fff7579c190]>{contents = "GSE"}
                        3 : Case Insensitive Key: Transfer-Encoding = <CFString 0x7fff74a546b8 [0x7fff7579c190]>{contents = "Identity"}
                        6 : Case Insensitive Key: Date = <CFString 0x7fdf6e317fe0 [0x7fff7579c190]>{contents = "Thu, 06 Sep 2012 08:34:55 GMT"}
                        7 : Case Insensitive Key: X-Frame-Options = <CFString 0x7fdf6e318070 [0x7fff7579c190]>{contents = "SAMEORIGIN"}
                        8 : Case Insensitive Key: X-XSS-Protection = <CFString 0x7fdf6e319f50 [0x7fff7579c190]>{contents = "1; mode=block"}
                        9 : Case Insensitive Key: Www-Authenticate = <CFString 0x7fdf6e31d190 [0x7fff7579c190]>{contents = "BASIC realm="Google CalDAV""}
                        11 : Case Insensitive Key: Cache-Control = <CFString 0x7fdf6e318040 [0x7fff7579c190]>{contents = "private, max-age=0"}
                        12 : Case Insensitive Key: Expires = <CFString 0x7fdf6e318010 [0x7fff7579c190]>{contents = "Thu, 06 Sep 2012 08:34:55 GMT"}
    Sep  6 01:35:38 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:35:54 --- last message repeated 1 time ---
    Sep  6 01:35:54 Matthews-MacBook-Pro-4.local 1PasswordAgent[241]: reloadAllObjects
    Sep  6 01:35:54 Matthews-MacBook-Pro-4.local 1PasswordAgent[241]: Database (AGHtmlDatabase:file://localhost/Users/happymatt/Desktop/SECURITY:ENCRYPTION/1P assword%202.agilekeychain/) load time [Cache]: 0.016+0.000 (294 objects)
    Sep  6 01:35:56 Matthews-MacBook-Pro-4.local 1PasswordAgent[241]: reloadAllObjects
    Sep  6 01:35:56 Matthews-MacBook-Pro-4.local 1PasswordAgent[241]: Database (AGHtmlDatabase:file://localhost/Users/happymatt/Desktop/SECURITY:ENCRYPTION/1P assword%202.agilekeychain/) load time [Cache]: 0.019+0.000 (294 objects)
    Sep  6 01:35:58 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:36:18 --- last message repeated 1 time ---
    Sep  6 01:36:18 Matthews-MacBook-Pro-4.local 1PasswordAgent[241]: reloadAllObjects
    Sep  6 01:36:18 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:36:18 Matthews-MacBook-Pro-4.local 1PasswordAgent[241]: Database (AGHtmlDatabase:file://localhost/Users/happymatt/Desktop/SECURITY:ENCRYPTION/1P assword%202.agilekeychain/) load time [Cache]: 0.015+0.000 (294 objects)
    Sep  6 01:36:28 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:36:59 --- last message repeated 2 times ---
    Sep  6 01:36:59 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:37:29 --- last message repeated 2 times ---
    Sep  6 01:37:29 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:37:59 --- last message repeated 2 times ---
    Sep  6 01:37:59 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:38:29 --- last message repeated 2 times ---
    Sep  6 01:38:29 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:38:59 --- last message repeated 2 times ---
    Sep  6 01:38:59 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:39:30 --- last message repeated 2 times ---
    Sep  6 01:39:30 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:40:00 --- last message repeated 2 times ---
    Sep  6 01:40:00 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:40:30 --- last message repeated 2 times ---
    Sep  6 01:40:30 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:40:48 --- last message repeated 1 time ---
    Sep  6 01:40:48 Matthews-MacBook-Pro-4 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1771[GoogleSoftwareUp] clearing CS_VALID
    Sep  6 01:40:50 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:40:51 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KeystoneDaemon logServiceState] GoogleSoftwareUpdate daemon (1.1.0.3659) vending:
                        com.google.Keystone.Daemon.UpdateEngine: 2 connection(s)
                        com.google.Keystone.Daemon.Administration: 0 connection(s)
    Sep  6 01:40:51 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSUpdateEngine updateProductID:] KSUpdateEngine updating product ID: "com.google.Keystone"
    Sep  6 01:40:51 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSCheckAction performAction] KSCheckAction checking 1 ticket(s).
    Sep  6 01:40:51 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction starting update check for ticket(s): {(
                        <KSTicket:0x253390
                                  productID=com.google.Keystone
                                  version=1.1.0.3659
                                  xc=<KSPathExistenceChecker:0x253740 path=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/>
                                  serverType=Omaha
                                  url=https://tools.google.com/service/update2
                                  creationDate=2012-08-18 11:28:06
                        >
              Using server: <KSOmahaServer:0x2583a0
                        engine=<KSDaemonUpdateEngine:0x2044530>
                        params={
                                  EngineVersion = "1.1.0.3659";
                                  ActivesInfo = {
                                            "com.google.Keystone" = {
                                                      LastRollCallPingDate = 2012-09-06 07:00:38 +0000;
                                                      LastActivePingDate = 2012-09-06 07:00:38 +0000;
                                                      LastActiveDate = 2012-09-06 08:40:51 +0000;
                                            "com.google.Chrome" = {
                                                      LastRollCallPingDate = 2012-09-06 07:00:38 +0000;
                                                      LastActivePingDate = 2012-09-06 07:00:38 +0000;
                                                      LastActiveDate = 2012-09-06 07:42:15 +0000;
                                            "com.google.GoogleDrive" = {
                                                      LastRollCallPingDate = 2012-09-06 07:00:38 +0000;
                                                      LastActiveDate = 2012-08-31 00:45:54 +0000;
                                                      LastActivePingDate = 2012-08-31 07:00:30 +0000;
                                            "com.google.talkplugin" = {
                                                      LastRollCallPingDate = 2012-09-06 07:00:38 +0000;
                                                      LastActivePingDate = 2012-08-22 07:00:12 +0000;
                                                      LastActiveDate = 2012-08-22 02:55:20 +0000;
                                  UserInitiated = 0;
                                  IsSystem = 1;
                                  OmahaOSVersion = "10.8.1_i486";
                                  Identity = KeystoneDaemon;
                                  AllowedSubdomains = (
                                            ".omaha.sandbox.google.com",
                                            ".tools.google.com",
                                            ".www.google.com",
                                            ".corp.google.com"
              >
    Sep  6 01:40:51 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction running KSServerUpdateRequest: <KSOmahaServerUpdateRequest:0x259c40
                        server=<KSOmahaServer:0x2583a0>
                        url="https://tools.google.com/service/update2"
                        runningFetchers=0
                        tickets=1
                        activeTickets=0
                        rollCallTickets=0
                        body=
                                  <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
                                  <o:gupdate xmlns:o="http://www.google.com/update2/request" protocol="2.0" version="KeystoneDaemon-1.1.0.3659" ismachine="1">
                                      <o:os platform="mac" version="MacOSX" sp="10.8.1_i486"></o:os>
                                      <o:app appid="com.google.Keystone" version="1.1.0.3659" lang="en-us" installage="18" brand="GGLG">
                                          <o:updatecheck></o:updatecheck>
                                      </o:app>
                                  </o:gupdate>
              >
    Sep  6 01:40:51 Matthews-MacBook-Pro-4.local launchctl[1776]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    Sep  6 01:40:54 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSUpdateCheckAction(KSServerUpdateRequestDelegate) serverRequest:fetchedWithResponse:] KSUpdateCheckAction received KSServerUpdateResponse: <KSOmahaServerUpdateResponse:0x45437b0
                        server=<KSOmahaServer:0x2583a0>
                        url="https://tools.google.com/service/update2"
                        status=200
                        tickets=1
                        activeTickets=0
                        rollCallTickets=0
                        data=
                                  <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
                                  <gupdate xmlns="http://www.google.com/update2/response" protocol="2.0" server="prod">
                                      <daystart elapsed_seconds="6017"></daystart>
                                      <app appid="com.google.Keystone" status="ok">
                                          <updatecheck status="noupdate"></updatecheck>
                                      </app>
                                  </gupdate>
              >
    Sep  6 01:40:54 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSUpdateCheckAction(PrivateMethods) finishAction] KSUpdateCheckAction found updates: {( )}
    Sep  6 01:40:54 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSPrefetchAction performAction] KSPrefetchAction no updates to prefetch.
    Sep  6 01:40:54 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSMultiUpdateAction performAction] KSSilentUpdateAction had no updates to apply.
    Sep  6 01:40:54 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSMultiUpdateAction performAction] KSPromptAction had no updates to apply.
    Sep  6 01:40:54 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSUpdateEngine(PrivateMethods) updateFinish] KSUpdateEngine update processing complete.
    Sep  6 01:40:54 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSUpdateEngine updateAllProducts] KSUpdateEngine updating all installed products.
    Sep  6 01:40:54 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSCheckAction performAction] KSCheckAction checking 2 ticket(s).
    Sep  6 01:40:54 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction starting update check for ticket(s): {(
                        <KSTicket:0x2643870
                                  productID=com.google.talkplugin
                                  version=3.5.1.8982
                                  xc=<KSPathExistenceChecker:0x2643740 path=/Library/Application Support/Google/GoogleTalkPlugin.app>
                                  serverType=Omaha
                                  url=https://tools.google.com/service/update2
                                  creationDate=2012-08-18 11:28:07
                        >,
                        <KSTicket:0x2643480
                                  productID=com.google.Keystone
                                  version=1.1.0.3659
                                  xc=<KSPathExistenceChecker:0x2642ec0 path=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/>
                                  serverType=Omaha
                                  url=https://tools.google.com/service/update2
                                  creationDate=2012-08-18 11:28:06
                        >
              Using server: <KSOmahaServer:0x204c0e0
                        engine=<KSDaemonUpdateEngine:0x2044530>
                        params={
                                  EngineVersion = "1.1.0.3659";
                                  ActivesInfo = {
                                            "com.google.Keystone" = {
                                                      LastRollCallPingDate = 2012-09-06 07:00:38 +0000;
                                                      LastActivePingDate = 2012-09-06 07:00:38 +0000;
                                                      LastActiveDate = 2012-09-06 08:40:51 +0000;
                                            "com.google.Chrome" = {
                                                      LastRollCallPingDate = 2012-09-06 07:00:38 +0000;
                                                      LastActivePingDate = 2012-09-06 07:00:38 +0000;
                                                      LastActiveDate = 2012-09-06 07:42:15 +0000;
                                            "com.google.GoogleDrive" = {
                                                      LastRollCallPingDate = 2012-09-06 07:00:38 +0000;
                                                      LastActiveDate = 2012-08-31 00:45:54 +0000;
                                                      LastActivePingDate = 2012-08-31 07:00:30 +0000;
                                            "com.google.talkplugin" = {
                                                      LastRollCallPingDate = 2012-09-06 07:00:38 +0000;
                                                      LastActivePingDate = 2012-08-22 07:00:12 +0000;
                                                      LastActiveDate = 2012-08-22 02:55:20 +0000;
                                  UserInitiated = 0;
                                  IsSystem = 1;
                                  OmahaOSVersion = "10.8.1_i486";
                                  Identity = KeystoneDaemon;
                                  AllowedSubdomains = (
                                            ".omaha.sandbox.google.com",
                                            ".tools.google.com",
                                            ".www.google.com",
                                            ".corp.google.com"
              >
    Sep  6 01:40:54 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction running KSServerUpdateRequest: <KSOmahaServerUpdateRequest:0x2047910
                        server=<KSOmahaServer:0x204c0e0>
                        url="https://tools.google.com/service/update2"
                        runningFetchers=0
                        tickets=2
                        activeTickets=0
                        rollCallTickets=0
                        body=
                                  <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
                                  <o:gupdate xmlns:o="http://www.google.com/update2/request" protocol="2.0" version="KeystoneDaemon-1.1.0.3659" ismachine="1">
                                      <o:os platform="mac" version="MacOSX" sp="10.8.1_i486"></o:os>
                                      <o:app appid="com.google.talkplugin" version="3.5.1.8982" lang="en-us" installage="18" brand="GGLG">
                                          <o:updatecheck></o:updatecheck>
                                      </o:app>
                                      <o:app appid="com.google.Keystone" version="1.1.0.3659" lang="en-us" installage="18" brand="GGLG">
                                          <o:updatecheck></o:updatecheck>
                                      </o:app>
                                  </o:gupdate>
              >
    Sep  6 01:40:56 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSUpdateCheckAction(KSServerUpdateRequestDelegate) serverRequest:fetchedWithResponse:] KSUpdateCheckAction received KSServerUpdateResponse: <KSOmahaServerUpdateResponse:0x257570
                        server=<KSOmahaServer:0x204c0e0>
                        url="https://tools.google.com/service/update2"
                        status=200
                        tickets=2
                        activeTickets=0
                        rollCallTickets=0
                        data=
                                  <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
                                  <gupdate xmlns="http://www.google.com/update2/response" protocol="2.0" server="prod">
                                      <daystart elapsed_seconds="6018"></daystart>
                                      <app appid="com.google.talkplugin" status="ok">
                                          <updatecheck status="noupdate"></updatecheck>
                                      </app>
                                      <app appid="com.google.Keystone" status="ok">
                                          <updatecheck status="noupdate"></updatecheck>
                                      </app>
                                  </gupdate>
              >
    Sep  6 01:40:56 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSUpdateCheckAction(PrivateMethods) finishAction] KSUpdateCheckAction found updates: {( )}
    Sep  6 01:40:56 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSPrefetchAction performAction] KSPrefetchAction no updates to prefetch.
    Sep  6 01:40:56 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSMultiUpdateAction performAction] KSSilentUpdateAction had no updates to apply.
    Sep  6 01:40:56 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSMultiUpdateAction performAction] KSPromptAction had no updates to apply.
    Sep  6 01:40:56 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSUpdateEngine(PrivateMethods) updateFinish] KSUpdateEngine update processing complete.
    Sep  6 01:40:59 Matthews-MacBook-Pro-4.local KernelEventAgent[57]: tid 00000000 received event(s) VQ_LOWDISK, VQ_VERYLOWDISK (516)
    Sep  6 01:40:59 Matthews-MacBook-Pro-4 kernel[0]: HFS: Vol: Google Chrome 21.0.1180.82-21.0.1180.89 Update Very Low Disk: freeblks: 0, dangerlimit: 12
    Sep  6 01:40:59 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 1 seconds
    Sep  6 01:41:00 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:41:01 Matthews-MacBook-Pro-4 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1804[ksadmin] clearing CS_VALID
    Sep  6 01:41:01 Matthews-MacBook-Pro-4 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1807[ksadmin] clearing CS_VALID
    Sep  6 01:41:01 Matthews-MacBook-Pro-4 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1809[ksadmin] clearing CS_VALID
    Sep  6 01:41:02 Matthews-MacBook-Pro-4.local defaults[1813]:
              The domain/default pair of (/Applications/Google Chrome.app/Contents/Info, KSBrandID) does not exist
    Sep  6 01:41:10 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:41:11 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KeystoneDaemon logServiceState] GoogleSoftwareUpdate daemon (1.1.0.3659) vending:
                        com.google.Keystone.Daemon.UpdateEngine: 1 connection(s)
                        com.google.Keystone.Daemon.Administration: 0 connection(s)
    Sep  6 01:41:20 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:41:21 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KeystoneDaemon main] GoogleSoftwareUpdateDaemon inactive, shutdown.
    Sep  6 01:41:30 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:42:01 --- last message repeated 2 times ---
    Sep  6 01:42:01 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:42:05 Matthews-MacBook-Pro-4.local purge[2045]: <CPPathUtils.c:526>          The device-file for this operating system, 'osx-12.1.0.xml', was not found. An attempt to revert to a previous revision of the OS device-file: 'osx-12.0.0.xml' has been made. Please file a Radar report with Apple, on the 'CoreProfile' component, version 'X'.
    Sep  6 01:42:20 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 2 seconds
    Sep  6 01:42:22 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:42:52 --- last message repeated 2 times ---
    Sep  6 01:42:52 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:43:22 --- last message repeated 2 times ---
    Sep  6 01:43:22 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:43:52 --- last message repeated 2 times ---
    Sep  6 01:43:52 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:44:23 --- last message repeated 2 times ---
    Sep  6 01:44:23 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:44:53 --- last message repeated 2 times ---
    Sep  6 01:44:53 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:45:23 --- last message repeated 2 times ---
    Sep  6 01:45:23 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:45:53 --- last message repeated 2 times ---
    Sep  6 01:45:53 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:46:23 --- last message repeated 2 times ---
    Sep  6 01:46:23 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:46:54 --- last message repeated 2 times ---
    Sep  6 01:46:54 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:47:00 Matthews-MacBook-Pro-4.local WebProcess[1474]: *** WARNING: -[NSImage dissolveToPoint:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep  6 01:47:00 Matthews-MacBook-Pro-4.local WebProcess[1474]: *** WARNING: -[NSImage dissolveToPoint:fromRect:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep  6 01:47:00 Matthews-MacBook-Pro-4.local WebProcess[1474]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep  6 01:47:00 Matthews-MacBook-Pro-4.local WebProcess[1474]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep  6 01:47:04 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:47:34 --- last message repeated 2 times ---
    Sep  6 01:47:34 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:48:04 --- last message repeated 2 times ---
    Sep  6 01:48:04 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:48:34 --- last message repeated 2 times ---
    Sep  6 01:48:34 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:49:04 --- last message repeated 2 times ---
    Sep  6 01:49:04 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:49:30 --- last message repeated 2 times ---
    Sep  6 01:49:30 Matthews-MacBook-Pro-4.local Dock[197]: Unable to open IOHIDSystem (e00002bd)
    Sep  6 01:49:30 Matthews-MacBook-Pro-4 kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    Sep  6 01:49:30 Matthews-MacBook-Pro-4.local Dock[197]: CGSSetWindowTransformAtPlacement: Singular matrix [inf 0.000 0.000 inf]
    Sep  6 01:49:31 Matthews-MacBook-Pro-4.local usernoted[220]: Cannot find originating application to launch for event action.  file://localhost/Applications/Postbox.app/ is not the same app as the one that sent the original notification.
    Sep  6 01:49:31 Matthews-MacBook-Pro-4.local usernoted[220]: Error finding application com.postbox-inc.postbox.
    Sep  6 01:49:34 Matthews-MacBook-Pro-4.local DashboardClient[2154]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep  6 01:49:34 Matthews-MacBook-Pro-4.local DashboardClient[2154]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep  6 01:49:35 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:49:46 --- last message repeated 1 time ---
    Sep  6 01:49:46 Matthews-MacBook-Pro-4.local Google Chrome Helper[2162]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    Sep  6 01:49:48 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXSetWindowListTags: Modification of (unknown tag) (45) on a window 0x17 requiring rights kCGSWindowRightOwner by caller Dashboard
    Sep  6 01:49:49 Matthews-MacBook-Pro-4.local Google Chrome Helper[2162]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Sep  6 01:49:55 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:50:10 --- last message repeated 1 time ---
    Sep  6 01:50:10 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXSetWindowListTags: Modification of (unknown tag) (45) on a window 0x13 requiring rights kCGSWindowRightOwner by caller Dashboard
    Sep  6 01:50:10 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXSetWindowListTags: Modification of (unknown tag) (45) on a window 0x15 requiring rights kCGSWindowRightOwner by caller Dashboard
    Sep  6 01:50:15 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:50:32 --- last message repeated 1 time ---
    Sep  6 01:50:32 Matthews-MacBook-Pro-4.local CalendarAgent[997]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=CoreDAVHTTPStatusErrorDomain Code=401 "The operation couldn’t be completed. (CoreDAVHTTPStatusErrorDomain error 401.)" UserInfo=0x7fdf6981ad60 {AccountName=Google, CalDAVErrFromRefresh=YES, CoreDAVHTTPHeaders=<CFBasicHash 0x7fdf6e807840 [0x7fff7579c190]>{type = immutable dict, count = 10,
              entries =>
                        0 : Case Insensitive Key: X-Content-Type-Options = <CFString 0x7fdf6e806420 [0x7fff7579c190]>{contents = "nosniff"}
                        1 : Case Insensitive Key: Content-Type = <CFString 0x7fdf6e807780 [0x7fff7579c190]>{contents = "text/html; charset=UTF-8"}
                        2 : Case Insensitive Key: Server = <CFString 0x7fdf6e801460 [0x7fff7579c190]>{contents = "GSE"}
                        3 : Case Insensitive Key: Transfer-Encoding = <CFString 0x7fff74a546b8 [0x7fff7579c190]>{contents = "Identity"}
                        6 : Case Insensitive Key: Date = <CFString 0x7fdf6e8077b0 [0x7fff7579c190]>{contents = "Thu, 06 Sep 2012 08:49:54 GMT"}
                        7 : Case Insensitive Key: X-Frame-Options = <CFString 0x7fdf6e801320 [0x7fff7579c190]>{contents = "SAMEORIGIN"}
                        8 : Case Insensitive Key: X-XSS-Protection = <CFString 0x7fdf6e801440 [0x7fff7579c190]>{contents = "1; mode=block"}
                        9 : Case Insensitive Key: Www-Authenticate = <CFString 0x7fdf6e807750 [0x7fff7579c190]>{contents = "BASIC realm="Google CalDAV""}
                        11 : Case Insensitive Key: Cache-Control = <CFString 0x7fdf6e807810 [0x7fff7579c190]>{contents = "private, max-age=0"}
                        12 : Case Insensitive Key: Expires = <CFString 0x7fdf6e8077e0 [0x7fff7579c190]>{contents = "Thu, 06 Sep 2012 08:49:54 GMT"}
    Sep  6 01:50:35 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:51:05 --- last message repeated 2 times ---
    Sep  6 01:51:05 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Below is the EtreSoft Analysis:
    Hardware Information:
              MacBook Pro - model: MacBookPro8,3
              1 2.4 GHz Intel Core i7 CPU: 4 cores
              4 GB RAM
    Startup Items:
              Cocktail - Path: /Library/StartupItems/Cocktail
              EyeConnect - Path: /Library/StartupItems/EyeConnect
    System Software:
              OS X 10.8.1 (12B19) - Uptime: 0 days 0:50
    Disk Information:
              TOSHIBA MK7559GSXF disk0 : (750.16 GB)
                        disk0s1 (disk0s1) <not mounted>: 209.7 MB
                        disk0s2 (disk0s2) <not mounted>: 749.16 GB
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              MATSHITADVD-R   UJ-8A8
    USB Information:
              Apple Inc. FaceTime HD Camera (Built-in)
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Inc. BRCM2070 Hub
                        Apple Inc. Bluetooth USB Host Controller
              PNY Technologies USB 2.0 FD 32.08 GB
                        disk2s1 (disk2s1) <not mounted>: 209.7 MB

    I'm having the same issue - started a few months ago and had to forcibly shut down the Mac. That killed the hard drive, so I got a new hard drive and had the Apple Store install Lion on it, then used Migration Assistant to bring files over. Since then I've upgraded to Mountain Lion and have been experiencing lots of beach balls, freezes, etc. They're so bad that I've had to forcibly shut down 3 times, and each time can't restart. Each time I've erased and done a clean install of Mountain Lion from a USB, then used migration assistant and time machine to bring files back. Just did this last night and am still getting tons of beach balls and freezes. Help please! Here's what Etresoft says.
    Hardware Information:
              MacBook Pro - model: MacBookPro8,1
              1 2.3 GHz Intel Core i5 CPU: 2 cores
              4 GB RAM
    Video Information:
              Intel HD Graphics 3000 - VRAM: 384 MB
    Startup Items:
              CiscoVPN - Path: /System/Library/StartupItems/CiscoVPN
              Parallels - Path: /Library/StartupItems/Parallels
    System Software:
              OS X 10.8.3 (12D78) - Uptime: 0 days 1:25
    Disk Information:
              WDC WD5000BPVT-00HXZT3 disk0 : (500.11 GB)
                        disk0s1 (disk0s1) <not mounted>: 209.7 MB
                        V (disk0s2) /: 499.25 GB (294.67 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              MATSHITADVD-R   UJ-8A8 
    USB Information:
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Inc. BRCM2070 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Inc. FaceTime HD Camera (Built-in)
              Apple Computer, Inc. IR Receiver
    FireWire Information:
    Kernel Extensions:
    Problem System Launch Daemons:
    Problem System Launch Agents:
                     [failed] com.apple.accountsd.plist
                     [failed] com.apple.mrt.uiagent.plist
    Launch Daemons:
                     [loaded] com.adobe.fpsaud.plist
                     [loaded] com.backblaze.bzserv.plist
                     [loaded] com.google.keystone.daemon.plist
                     [loaded] com.microsoft.office.licensing.helper.plist
    Launch Agents:
                     [loaded] com.google.keystone.agent.plist
                     [loaded] com.puredigitaltechnologies.FlipShare.AutoRun.plist
                     [loaded] jp.co.canon.CUPSCMFP.BG.plist
                     [failed] jp.co.canon.CUPSPS2.BG.plist
                     [loaded] jp.co.canon.UFR2.BG.plist
    User Launch Agents:
                     [loaded] com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae.plist
                     [failed] com.apple.CSConfigDotMacCert-paul.graham...plist
                     [loaded] com.backblaze.bzbmenu.plist
                     [failed] com.facebook.videochat.paulburke.plist
                     [loaded] com.microsoft.LaunchAgent.SyncServicesAgent.plist
    User Login Items:
              Microsoft Database Daemon
              iTunesHelper
              Dropbox
    3rd Party Preference Panes:
              Backblaze Backup
              Flash Player
    Internet Plug-ins:
              AdobePDFViewer.plugin
              AdobePDFViewerNPAPI.plugin
              Flip4Mac WMV Plugin.plugin
              DivXBrowserPlugin.plugin
              Flash Player.plugin
              FlashPlayer-10.6.plugin
              googletalkbrowserplugin.plugin
              iPhotoPhotocast.plugin
              JavaAppletPlugin.plugin
              npg.plugin
              npgtpo3dautoplugin.plugin
              o1dbrowserplugin.plugin
              OfficeLiveBrowserPlugin.plugin
              QuickTime Plugin.plugin
              RealPlayer Plugin.plugin
              SharePointBrowserPlugin.plugin
              Silverlight.plugin
    User Internet Plug-ins:
              WebEx64.plugin
    Bad Fonts:
              None
    Top Processes by CPU:
                  27%          mds
                   3%          WindowServer
                   2%          EtreCheck
                   2%          Skype
                   2%          hidd
                   1%          bztransmit
                   1%          fontd
                   1%          WebProcess
                   0%          Console
                   0%          mtmfs
    Top Processes by Memory:
              496 MB          Mail
              283 MB          WebProcess
              229 MB          bztransmit
              202 MB          mds
              164 MB          Safari
              139 MB          Skype
              66 MB          SyncServicesAgent
              57 MB          WindowServer
              53 MB          Finder
              41 MB          PluginProcess

  • My macbook pro freezes and then displays a blue screen with black stripes... do you know what's wrong with it?

    My macbook pro freezes and then displays a blue screen with black stripes... do you know what's wrong with it?
    I have a two and half year mac book pro... I've had some issues with the screen looking scrambled when I quit certain applications, but now it's turned into something worse.  I'll be working on my computer and the thing will freeze.  When I force restart, the first screen, the apple logo, will be a blue tint and won't boot up normally.  Then I try safe mood and it will then boot just fine.  But there are blue stripes on my screen.  The screen alternates from a blue tint to normal and if the computer freezes again the screen will become completely blue with black stripes.  I haven't tried reinstalling my software because I don't have the startup discs that came with my computer.  If I was sure that would fix it I would purchase them, but if it's a hardware issue I'm afraid that I'm screwed.  I've been able to successfully get the blue off my screen by putting it to sleep and then waking it up, but that's not working well anymore either. 
    Does anyone else have experience with this?  Is it the firmware or what?  I have a MacBook Pro from early 2011 and I'm running Mac OS X 10.6.8.
    Please help... Thanks!

    I just experienced this exact same issue with my early 2011 15" macbook pro. Since like a month after purchasing it I had issues with the screen randomly going dark on me. I sent it in for repair inder waranty they replaced the gpu and logic board but I continued to have the same issues with the screen randomly going black sometimes I would need to reboot it in order to get the screen to go back on but it happened so infrequently and I used the computer for school so disnt find the time to resend it in to apple. Just last night the screen started to display the blue screen with black verticle lines on it. I called apple and explained to them  the issues that had been ongoing since I purchased the laptop but they said because I was now outside of warantee that any repairs at thia point wouldn't be covered. Fml so glad I spent 2200 on this future proof macbook pro what a joke my sister purchased a toshiba laptop for 300 4 years ago and it still running like a champ. I loved my macbook but at the price I paid I expect it to last longer than 2 years before leaving me high and dry. *** apple??

  • Why not let me have Acrobat Pro XI and DC much like I have CS6 and CC?

    I've loved CC so far because it let me have both CS6 and the new CC apps. That meant there was no slowdown in production while I learn how to use the new app. When crunch time came, I could just turn to my trusty old app that I know like the back of my hand. I'm a huge fan of the CC subscription model and the constant rollouts, but this is the first time I felt like the rollout was forced upon me.

    Thanks Dov,
    That makes sense for why Acrobat is the exception to the parallel installation rule. Thanks for the explanation. I didn't mean to imply that Adobe made me install DC, just that there doesn't seem to be a way to roll back the installation - at least not within the Creative Cloud App. Is there a trick to do that?
    Also, I haven't tried this, but could I have both Acrobat Pro XI and Reader DC on the same machine? I was thinking of using that as a work around to have both the old familiar acrobat, but also start using the doc share/fill and sign stuff that I like in the new DC. Does that cause too many problems to be practical?

  • Acrobat X Pro (10 and lower) won't start on Windows 7 (64-bit)

    Hello, does anyone know why Acrobat X Pro (10 and lower) won't start on Windows 7 (64-bit)? It just doesn't respond whether I try to open files with it or double-click to start the program. Re-installation and Repair doesn't help. I had the same issue with the previous versions of Acrobat on this computer. 
    Thank you!

    Ditto to all of the above. Acrobat Pro was working fine until a day or two ago, then kaput.  Reader still functions.  I have Win 7 (64bit), CS6 Design and Web Premium. Anyone with any new ideas? 
    I don't seem to have an alm.log file, but I do have the amt3.log, see below.
    amt3.log
    2012-06-12 07:54:34 [5740]  AMT: START SESSION, library version 3.5.0.34,3.5
    2012-06-12 07:54:34 [5740]  AMT: Initializing C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\
    2012-06-12 07:54:34 [5740]  AMT: Adobe License Manager version 3.5 (build 2.0) RELEASE
    2012-06-12 07:54:34 [5740]  AMT: Virtualization Turned off
    2012-06-12 07:54:34 [5740]  ServiceLoader: looking for library C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\adobe_caps.dll
    2012-06-12 07:54:34 [5740]  ServiceLoader: Found library C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\adobe_caps.dll
    2012-06-12 07:54:34 [5740]  PCDService: PCD Service in threaded mode
    2012-06-12 07:54:34 [5740]  performance: AMTPreObtainProductLicense took 4.550707 ms
    2012-06-12 07:54:34 [5740]  PCD thread: PCD thread started
    2012-06-12 07:54:34 [5740]  ServiceLoader: looking for library C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\Adobe_OOBE_Launcher.dll
    2012-06-12 07:54:34 [5740]  ServiceLoader: Found library C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\Adobe_OOBE_Launcher.dll
    2012-06-12 07:54:34 [5740]  AMT: App Product Locale [0] = en_US
    2012-06-12 07:54:34 [5740]  config: Loading configuration for C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\AMT\application.xml
    2012-06-12 07:54:34 [5740]  config: Found payload code {AC76BA86-1033-F400-7760-000000000005}
    2012-06-12 07:54:34 [5740]  PCDService: found driver code {402F6F2E-5683-491C-977D-0CA599A07CAF}
    2012-06-12 07:54:34 [5740]  config: config: Host app was installed, using installed license configuration.
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [FLMap] in hive [AcrobatPro-AS1-Win-GM{|}ALL] in cache.
    2012-06-12 07:54:34 [5740]  config: Setting current license to the driver at startup because no mapping was found.
    2012-06-12 07:54:34 [5740]  config: Setting current license to DesignWebSuitePremium-CS6-Win-GM [ALL]
    2012-06-12 07:54:34 [5740]  config: payload code: {AC76BA86-1033-F400-7760-000000000005}
    2012-06-12 07:54:34 [5740]  config: driver payload code: {402F6F2E-5683-491C-977D-0CA599A07CAF}
    2012-06-12 07:54:34 [5740]  config: driver licensing code: DesignWebSuitePremium-CS6-Win-GM
    2012-06-12 07:54:34 [5740]  config: current licensing code: DesignWebSuitePremium-CS6-Win-GM
    2012-06-12 07:54:34 [5740]  config: current locale code: ALL
    2012-06-12 07:54:34 [5740]  config: Done loading configuration
    2012-06-12 07:54:34 [5740]  AMT: Locale from PCD [0] = en_US
    2012-06-12 07:54:34 [5740]  AMT: Reordered Installed App Product Locale [0] = en_US
    2012-06-12 07:54:34 [5740]  config: Setting insalled locales
    2012-06-12 07:54:34 [5740]  config: Changing locale to "en_US" because old locale "" is not in the new list of installed languages
    2012-06-12 07:54:34 [5740]  ServiceLoader: looking for library C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\asneu.dll
    2012-06-12 07:54:34 [5740]  ServiceLoader: Found library C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\asneu.dll
    2012-06-12 07:54:34 [5740]  AMT: config: Finding license info for payload: {402F6F2E-5683-491C-977D-0CA599A07CAF}
    2012-06-12 07:54:34 [5740]  AMT: config: PayloadCode: {AC76BA86-1033-F400-7760-000000000005}
    2012-06-12 07:54:34 [5740]  AMT: config: Driver PayloadCode: {402F6F2E-5683-491C-977D-0CA599A07CAF}
    2012-06-12 07:54:34 [5740]  AMT: config: Installed LicensingCode: DesignWebSuitePremium-CS6-Win-GM
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [BridgeTalkCode] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master.
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [BridgeTalkCode] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master.
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [ISO_TAGGING_DISABLED] in hive [AcrobatPro-AS1-Win-GM] in master.
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [EULA] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master.
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [Registration] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master.
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [Registration] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [Growl] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master.
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [Growl] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [Updates] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master.
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [Updates] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2012-06-12 07:54:34 [5740]  AMT: config: No BridgeTalkCode found in configuration; Bridgetalk will be disabled.
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [SuiteFeatureCount] in hive [DesignWebSuitePremium-CS6-Win-GM] in master.
    2012-06-12 07:54:34 [5740]  AMT: Application can be serialized (sif file found).
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [SN] in hive [AcrobatPro-AS1-Win-GM{|}en_US] in cache.
    2012-06-12 07:54:34 [5740]  config: No en_US licensed serial number found in AcrobatPro-AS1-Win-GM
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [SN] in hive [DesignWebSuitePremium-CS6-Win-GM{|}ALL] in cache.
    2012-06-12 07:54:34 [5740]  config: No ALL licensed serial number found in DesignWebSuitePremium-CS6-Win-GM
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [AMTConfigPath] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in cache.
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [LineCV 6] in hive [DesignWebSuitePremium-CS6-Win-GM{|}ALL] in cache.
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [LineCV 7] in hive [DesignWebSuitePremium-CS6-Win-GM{|}ALL] in cache.
    2012-06-12 07:54:34 [5740]  AMT: First launch (serial [90148700767331006075]).
    2012-06-12 07:54:34 [5740]  AMT: Application state initialized.  Obtaining Product License.
    2012-06-12 07:54:34 [5740]  AMT: Obtaining client features from cache.
    2012-06-12 07:54:34 [5740]  AMT: Obtaining client product info from cache.
    2012-06-12 07:54:34 [5740]  AMT: Forcing first launch workflow because product is not licensed from previous launch.
    2012-06-12 07:54:34 [5740]  AMT: AMT: Obtaining Product License.
    2012-06-12 07:54:34 [5740]  AMT: Launch Workflow not yet done in foreground in this session.
    2012-06-12 07:54:34 [5740]  AMT: Starting First Launch Workflow
    2012-06-12 07:54:34 [5740]  AMT: Running in PROV_APP
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [EULADelay] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master.
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [EULADelay] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master.
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [MediaTag] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master.
    2012-06-12 07:54:34 [5740]  config: No media tag found for payload {402F6F2E-5683-491C-977D-0CA599A07CAF}
    2012-06-12 07:54:34 [5740]  config: Using default media policy RET
    2012-06-12 07:54:34 [5740]  uiswitch: EULA has already been accepted.
    2012-06-12 07:54:34 [5740]  AMT: Starting ALM workflow.
    2012-06-12 07:54:34 [5740]  AMT: Initializing ALM for serialized activation.
    2012-06-12 07:54:34 [5740]  ALMService: Initializing as licensed app
    2012-06-12 07:54:34 [5740]  ALM: _info_: Start ALM 3.5 Release (build 3.5.2.0)
    2012-06-12 07:54:34 [5740]  SLCoreService: Starting up SLCore 1.5 Release (build 1.5.21.224873).
    2012-06-12 07:54:34 [5740]  SLCoreService: Service construction took 0.0 ms and succeed.
    2012-06-12 07:54:34 [5740]  ALM: _info_: LEID passed DesignWebSuitePremium-CS6-Win-GM is used to configure SLCore = 0
    2012-06-12 07:54:34 [5740]  ALM: _info_: Host app is Licensable App
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [AcrobatPro-AS1-Win-GM{|}16] in hive [SSC-AS1-LE-Dominance] in master.
    2012-06-12 07:54:34 [5740]  config: SSC LEID dir not found: C:\Program Files (x86)\Common Files\Adobe\ssc\TechnicalCommunicationSuite-TS3.5-Win-GM
    2012-06-12 07:54:34 [5740]  config: SSC LEID dir not found: C:\Program Files (x86)\Common Files\Adobe\ssc\TechnicalCommunicationSuite-TS3.5-Win-GM
    2012-06-12 07:54:34 [5740]  ALM: _info_: Found LEID AcrobatPro-AS1-Win-GM with AMT Path C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\AMT
    2012-06-12 07:54:34 [5740]  ALM: _info_: Found LEID AcrobatSuite-AS1-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\AcrobatSuite-AS1-Win-GM
    2012-06-12 07:54:34 [5740]  ALM: _info_: Found LEID FrameMakerServer-TS3-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\FrameMakerServer-TS3-Win-GM
    2012-06-12 07:54:34 [5740]  ALM: _info_: Found LEID TechnicalCommunicationSuite-TS3-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\TechnicalCommunicationSuite-TS3-Win-GM
    2012-06-12 07:54:34 [5740]  ALM: _info_: Found LEID DesignSuiteStandard-CS5.5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\DesignSuiteStandard-CS5.5-Win-GM
    2012-06-12 07:54:34 [5740]  ALM: _info_: Found LEID WebSuitePremium-CS5.5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\WebSuitePremium-CS5.5-Win-GM
    2012-06-12 07:54:34 [5740]  ALM: _info_: Found LEID DesignSuitePremium-CS5.5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\DesignSuitePremium-CS5.5-Win-GM
    2012-06-12 07:54:34 [5740]  ALM: _info_: Found LEID MasterCollection-CS5.5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\MasterCollection-CS5.5-Win-GM
    2012-06-12 07:54:34 [5740]  ALM: _info_: Found LEID ELearningSuite-ES2.5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\ELearningSuite-ES2.5-Win-GM
    2012-06-12 07:54:34 [5740]  ALM: _info_: Found LEID TechnicalCommunicationSuite-TS3.5-Win-GM with AMT Path
    2012-06-12 07:54:34 [5740]  ALM: _info_: Found LEID V6{}TechnicalCommunicationSuite-TS4-Win-PR with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\V6{}TechnicalCommunicationSuite-TS4-Win-PR
    2012-06-12 07:54:34 [5740]  ALM: _info_: Found LEID V6{}FrameMakerServer-TS4-Win-PR with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\V6{}FrameMakerServer-TS4-Win-PR
    2012-06-12 07:54:34 [5740]  ALM: _info_: Found LEID DesignWebSuitePremium-CS6-Win-PR with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\DesignWebSuitePremium-CS6-Win-PR
    2012-06-12 07:54:34 [5740]  ALM: _info_: Found LEID DesignSuiteStandard-CS6-Win-PR with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\DesignSuiteStandard-CS6-Win-PR
    2012-06-12 07:54:34 [5740]  ALM: _info_: Found LEID MasterCollection-CS6-Win-PR with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\MasterCollection-CS6-Win-PR
    2012-06-12 07:54:34 [5740]  ALM: _info_: Found LEID V6{}ELearningSuite-ES6-Win-PR with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\V6{}ELearningSuite-ES6-Win-PR
    2012-06-12 07:54:34 [5740]  ALM: _info_: Found LEID CreativeCloud-CS6-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\CreativeCloud-CS6-Win-GM
    2012-06-12 07:54:34 [5740]  ALM: _info_: Found LEID DesignWebSuitePremium-CS6-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\Adobe Creative Suite 6 Design and Web Premium\AMT
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [MediaTag] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master.
    2012-06-12 07:54:34 [5740]  config: No media tag found for payload {402F6F2E-5683-491C-977D-0CA599A07CAF}
    2012-06-12 07:54:34 [5740]  config: Using default media policy RET
    2012-06-12 07:54:34 [5740]  ALM: _info_: MediaTagPolicy is RET
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [NTL_WO_SN] in hive [DesignWebSuitePremium-CS6-Win-GM] in master.
    2012-06-12 07:54:34 [5740]  ALM: _info_: Canonical LEID is AcrobatPro-AS1-Win-GM
    2012-06-12 07:54:34 [5740]  ALM: _info_: Driver LEID is DesignWebSuitePremium-CS6-Win-GM
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [901487007673310060752956] in hive [RejectedSNDomain_CS5] in cache.
    2012-06-12 07:54:34 [5740]  SLCoreService: Reading product config [C:\Program Files (x86)\Common Files\Adobe\Adobe Creative Suite 6 Design and Web Premium\AMT\SLConfig.xml]
    2012-06-12 07:54:34 [5740]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for ALL
    2012-06-12 07:54:34 [5740]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is not installed
    2012-06-12 07:54:34 [5740]  ALM: _time_: (func: ALM_Initialize, duration: 0.016 sec)
    2012-06-12 07:54:34 [5740]  AMT: Performing ALM silent license verification.
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [EncryptedSerial] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in cache.
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [Serial] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in cache.
    2012-06-12 07:54:34 [5740]  config: No pre-serial number found in {402F6F2E-5683-491C-977D-0CA599A07CAF}
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [PSN] in hive [DesignWebSuitePremium-CS6-Win-GM{|}en_US] in cache.
    2012-06-12 07:54:34 [5740]  config: No en_US provisional serial number found in DesignWebSuitePremium-CS6-Win-GM
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [PSN] in hive [DesignWebSuitePremium-CS6-Win-GM{|}ALL] in cache.
    2012-06-12 07:54:34 [5740]  config: No ALL provisional serial number found in DesignWebSuitePremium-CS6-Win-GM
    2012-06-12 07:54:34 [5740]  ALM: _info_: Validate license at Pre-Chrome time
    2012-06-12 07:54:34 [5740]  ALM: _info_: Searching license for locale en_US ...
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [SN] in hive [AcrobatPro-AS1-Win-GM{|}en_US] in cache.
    2012-06-12 07:54:34 [5740]  config: No en_US licensed serial number found in AcrobatPro-AS1-Win-GM
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [970787040936944783527623] in hive [RejectedSNDomain_CS5] in cache.
    2012-06-12 07:54:34 [5740]  SLCoreService: Reading product config [C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\AMT\SLConfig.xml]
    2012-06-12 07:54:34 [5740]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for ALL
    2012-06-12 07:54:34 [5740]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is not installed
    2012-06-12 07:54:34 [5740]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for ALL
    2012-06-12 07:54:34 [5740]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is not installed
    2012-06-12 07:54:34 [5740]  ALM: _info_: Found existing serialization under LEID AcrobatPro-AS1-Win-GM, the serial number locale is ALL
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [970787040936944783527623] in hive [RejectedSNDomain_CS5] in cache.
    2012-06-12 07:54:34 [5740]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for ALL
    2012-06-12 07:54:34 [5740]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is not installed
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [970787040936944783527623] in hive [RejectedSNDomain_CS5] in cache.
    2012-06-12 07:54:34 [5740]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for ALL
    2012-06-12 07:54:34 [5740]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is not installed
    2012-06-12 07:54:34 [5740]  ALM: _info_: Cached license is expired for locale en_US, continue the search to next locale
    2012-06-12 07:54:34 [5740]  ALM: _info_: No valid license found, fall back to the most preferred locale: en_US
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [SN] in hive [AcrobatPro-AS1-Win-GM{|}en_US] in cache.
    2012-06-12 07:54:34 [5740]  config: No en_US licensed serial number found in AcrobatPro-AS1-Win-GM
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [970787040936944783527623] in hive [RejectedSNDomain_CS5] in cache.
    2012-06-12 07:54:34 [5740]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for ALL
    2012-06-12 07:54:34 [5740]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is not installed
    2012-06-12 07:54:34 [5740]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for ALL
    2012-06-12 07:54:34 [5740]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is not installed
    2012-06-12 07:54:34 [5740]  PCDService: No value for key [970787040936944783527623] in hive [RejectedSNDomain_CS5] in cache.
    2012-06-12 07:54:34 [5740]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for ALL
    2012-06-12 07:54:34 [5740]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is not installed
    2012-06-12 07:54:34 [5740]  SLCoreService: Syncing to license store...
    2012-06-12 07:54:35 [5740]  SLCoreService: Found server mkey.
    2012-06-12 07:54:35 [5740]  SLCoreService: Loading license references...
    2012-06-12 07:54:35 [5740]  SLCoreService: Found 4 license file(s)
    2012-06-12 07:54:35 [5740]  SLCoreService: Parsing license file [20566957.lic] succeed.
    2012-06-12 07:54:35 [5740]  SLCoreService: Parsing license file [226832637.lic] succeed.
    2012-06-12 07:54:35 [5740]  SLCoreService: Parsing license file [28738525.lic] succeed.
    2012-06-12 07:54:35 [5740]  SLCoreService: Parsing license file [7412525.lic] succeed.
    2012-06-12 07:54:35 [5740]  SLCoreService: License store synchronization took 32.2 ms and succeed.
    2012-06-12 07:54:35 [5740]  SLCoreService: Query license: type = 2, duration = 30 days, remaining = expired.
    2012-06-12 07:54:35 [5740]  config: Setting current license to AcrobatPro-AS1-Win-GM [ALL]
    2012-06-12 07:54:35 [5740]  PCDService: No value for key [LoadTrial] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master.
    2012-06-12 07:54:35 [5740]  PCDService: No value for key [LoadTrial] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2012-06-12 07:54:35 [5740]  PCDService: No value for key [PDApp_WF] in hive [AcrobatPro-AS1-Win-GM] in cache.
    2012-06-12 07:54:35 [5740]  PCDService: No value for key [ALM_Info_S1] in hive [AcrobatPro-AS1-Win-GM{|}ALL] in cache.
    2012-06-12 07:54:35 [5740]  ALM: _info_: Performing Block Check
    2012-06-12 07:54:35 [5740]  SLCoreService: Query license: type = 2, duration = 30 days, remaining = expired.
    2012-06-12 07:54:35 [5740]  PCDService: No value for key [Subscription] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master.
    2012-06-12 07:54:35 [5740]  PCDService: No value for key [Subscription] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2012-06-12 07:54:35 [5740]  PCDService: No value for key [ACT_NOINTERNET] in hive [AcrobatPro-AS1-Win-GM] in cache.
    2012-06-12 07:54:35 [5740]  PCDService: No value for key [SERVICE_ONLINE] in hive [AcrobatPro-AS1-Win-GM] in cache.
    2012-06-12 07:54:35 [5740]  SLCoreService: Query license: type = 2, duration = 30 days, remaining = expired.
    2012-06-12 07:54:35 [5740]  ALM: _time_: (func: ALM_License_SilentValidate, duration: 0.046 sec)
    2012-06-12 07:54:35 [5740]  ALM: _info_: ALM_License_SilentValidate return license status: Invalid
    2012-06-12 07:54:35 [5740]  AMT: License check shows product is unlicensed.
    2012-06-12 07:54:35 [5740]  AMT: Product is not activated.  Starting ALM launch-time product licensing UI.
    2012-06-12 07:54:35 [5740]  SLCoreService: Query license: type = 2, duration = 30 days, remaining = expired.
    2012-06-12 07:54:35 [5740]  PCDService: No value for key [PDApp_WF] in hive [AcrobatPro-AS1-Win-GM] in cache.
    2012-06-12 07:54:35 [5740]  SLCoreService: Query license: type = 2, duration = 30 days, remaining = expired.
    2012-06-12 07:54:35 [5740]  ALM: _info_: Entered ALM_NeedANAG
    2012-06-12 07:54:35 [5740]  SLCoreService: Query license: type = 2, duration = 30 days, remaining = expired.
    2012-06-12 07:54:35 [5740]  PCDService: No value for key [ADOBEID_EXT_PROFILE] in hive [970787040936944783527623] in cache.
    2012-06-12 07:54:35 [5740]  ALM: _info_: Exiting ALM_NeedANAG
    2012-06-12 07:54:35 [5740]  AMT: NAG Ignored!!.
    2012-06-12 07:54:35 [5740]  AMT: Licensing has been refused.  Application must exit.
    2012-06-12 07:54:35 [5740]  AMT: Starting Data Collection for SWTag_Init()
    2012-06-12 07:54:35 [5740]  AMT: DoISOTagging() productCanonicalLEID = AcrobatPro-AS1-Win-GM;outMappedLEID =  AcrobatPro-AS1-Win-GM, unused =
    2012-06-12 07:54:35 [5740]  AMT: DoISOTagging() productPayloadCode = {AC76BA86-1033-F400-7760-000000000005};driverPayloadCode =  {402F6F2E-5683-491C-977D-0CA599A07CAF}
    2012-06-12 07:54:35 [5740]  PCDService: No value for key [EPIC_APP_543] in hive [AcrobatPro-AS1-Win-GM] in master.
    2012-06-12 07:54:35 [5740]  AMT: SWTag_Init() Tags Arguments CS6 Design and Web Premium; AcrobatPro-AS1-Win-GM;
    2012-06-12 07:54:35 [5740]  AMT: DoISOTagging() License Status = unlicensed
    2012-06-12 07:54:35 [5740]  AMT: DoISOTagging() Tags 970787040936944783527623; 10.0; TRIAL
    2012-06-12 07:54:35 [5740]  AMT: DoISOTagging() Product Version 10; 0
    2012-06-12 07:54:35 [5740]  performance: AMTObtainProductLicense took 117.355057 ms
    2012-06-12 07:54:35 [5740]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master.
    2012-06-12 07:54:35 [5740]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2012-06-12 07:54:35 [5740]  PCDService: No value for key [Updates] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master.
    2012-06-12 07:54:35 [5740]  PCDService: No value for key [Updates] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2012-06-12 07:54:35 [5740]  AUMService: config: No AdobeUpdaterCode found in configuration; AUM will be disabled.
    2012-06-12 07:54:35 [5740]  ServiceLoader: looking for library C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\updaternotifications.dll
    2012-06-12 07:54:35 [5740]  ServiceLoader: looking for library C:\Windows\system32\updaternotifications.dll
    2012-06-12 07:54:35 [5740]  ServiceLoader: Failed to find updaternotifications.dll
    2012-06-12 07:54:35 [5740]  ALMService: Terminating
    2012-06-12 07:54:35 [5740]  SLCoreService: Shutting down SLCore 1.5 Release (build 1.5.21.224873).
    2012-06-12 07:54:35 [5740]  SLCoreService: Service destruction took 0.6 ms and succeed.
    2012-06-12 07:54:35 [5740]  ALM: _info_: End ALM
    2012-06-12 07:54:35 [5740]  performance: AMTReleaseProductLicense took 5.815388 ms
    2012-06-12 07:54:35 [5740]  AMT: END SESSION.

  • Final Cut Pro x and Compressor 992 hour to process

    I edited a 1 hour-40 minute video, on Final Cut Pro X and processed using Apple's Compressor.
    I have tried different Operating Systems (Mavericks and Mountain Lion) on two different Mac Computers.
    IMac 2.8 Mhz and Mac Book Pro (both 2008)
    It has been transcoding to create video to run on Apple Devices, for over 6 days now, and it shows that it will take 992 hours to process.
    The same video, some months back, with Mountain Lion, took a couple of days to process.
    Question: Why is it taking this long now?
    I have tried to get a DVD done, different types of output; none have succeeded.
    I guess Apple, has made adjustments to their Operating Systems, to basically render this computers inoperable, forcing customers to buy their latest Mac models.
    Yes, I went to the "Genius Bar" at Apple (twice), first they told me to increase the memory, which I did; even though months ago I had videos processed without extra memory.
    The second time at the "Genius Bar", after I had installed extra memory, they had nothing to say, except that "they had a friend" with the same problem, but after "the friend" bought a new Mac, the problem was resolved.
    I called Apple support and was told to "reset PRAM", which I did. Still the problem persists.
    Any ideas?
    http://www.flickr.com/photos/brankoab/12089286396/

    You don't mention how much RAM is in your machines, nor what are the versions of FCP X and the OS.
    These can make a lot of difference. If you are trying a long export with very little RAM (and I must say 4GB is *very little* RAM), then it can get bogged down tremendously. Do you have at least 8GB?
    How much free RAM is reported in Activity Monitor?
    Are you using Mavericks or a previous version of the OS? Mountain Lion was notorious for slowing down to a crawl in such circumstances.
    Give us more info, so we can better help.
    In the meantime, you might consider exporting just a small section of the movie (use I and O to mark an in and an out point in the timeline) and see how fast it goes; keep Activity Monitor open while you are doing it.

  • How do I synchronise my To Do Items between my MacBook Pro iCal and my iPhone?

    How do I synchronise my To Do Items between my MacBook Pro iCal and my iPhone?

    You're welcome.
    http://www.apple.com/feedback/iphone.html

  • Is Mavericks compatible with Final Cut Pro 7 and the rest of Studio 3?

    I still use FCP 7 and limp along, but recent updates of FCP X are encouraging.  Until I'm ready to take the plunge, would someone tell me if there's been any feedback re Mavericks' compatibility with Final Cut Pro 7 and the other software in the Studio 3 Suite - especially Compressor and DVD Studio Pro?  I'd love to dl Mavericks but not if there are compatibility issues.
    Thanks ~

    Going from SL to Lion is not advised. Start clean.
    Install Lion. Run updates. Install FCS. Run updates.
    x

  • Force Feedback steering wheel

    Hi to all,
    I don't know if it is the correct place to post, but I would like to buy a new steering wheel to play with Grand Prix Legends (and its mods) under wine.
    My current steering wheel has two issue:
    1) it has combined pedals (accelerator and brake use the same axis, so if you press the at the same time the output is zero and you cant brake and at the same time use the accelerator to maintain high engine RPM using the cluth which, hower, is not present and I've to command with a button)
    2) it has no force feedback.
    So I would like to buy a new one with these non combined pedals and force feedback. Obviously it must work in my arch linux 64 bit system using wine (maybe in the future I may also start playing with the native vdrift).
    So before buying anew device I would like to know if:
    1) anybody play with racing games and can help me finding a working device;
    2) anybody play with Grand Prix Legends under wine with a Force Feedback Steering Wheel;
    3) this package (https://aur.archlinux.org/packages.php?ID=50236) is needed to use force feedback. I suppose it will install a library, but I don't know if it will be usable also from a 32 bit program (wine) running in my 64 bit system. Does anybody have experience on that?
    Thank you,
    Xwang

    Hi Teemu,
    Like Paul or Sean suggested, using directX, win API, or DLL calls can all provide a solution to your problem.
    I would suggest looking at http://digital.ni.com/public.nsf/websearch/CA411647F224787B86256DD000669EFE?OpenDocument for some more information on reading the joystick/gamepad. To send the force feedback, I would suggest trying to find some more information on the driver provided with Logitech device (maybe searching on google forums) and then calling the functions in LV.
    If you end up using the dll's then you can use DependencyWalker (not an NI utility) to get the function names in that dll and then probably searching web on those function names.
    You are working on a cool application and maybe you are the first one doing it, so do post the solution in the end.
    Regards,
    Ankita
    NI

  • Logic Pro X and Eleven Rack Sound Card Problem. Intermittent? MacBook Pro Yosemite. Anyone having this issue too?

    Ok,
    Avid Eleven Rack Audio Interface with latest firmware into usb MacBook Pro running 10.10.3 (latest Yosemite)
    Logic X and the sound card do not see the Eleven Rack all the time. *Intermittently*, but more often than not, I can't select the eleven rack as my interface either in Logic X Preferences>Audio>Devices or System Preferences>sound pref as the eleven rack does not show up in either list to be able to even select it.
    Real pain when you are writing and have a flow of ideas and need to get a recording down. Anyone else having this issue? I have tried both usb ports in the macbook pro and the same results.
    Of course I unplug and replug the usb cable. Still nothing. I have to quit Logic Pro X and restart to even get a chance for the eleven to even show up in either list.
    Once I can select it then I also have a problem with being able to record (it records and gets input not prob) but on playback their is no output (with correct output selected) so I then have to use a Logic X template where the output is set exactly the same as what I am trying currently but for some reason it works with the template on the same exact settings. Mighty pain. Any help would be greatly appreciated. I am going to try my Eleven on another computer to see what happens too but thought I would ask here.
    Thanks
    ejh

    First make sure you are using the latest drivers...
    http://avid.force.com/pkb/articles/en_US/Download/Eleven-Rack-Drivers
    However the latest ones are not yet confirmed as working to OS X 10.10.3 so you may need to wait for an update from Avid....
    Test and see....
    Note: It's always a good idea not to update OS X or Logic Pro until after you have checked if there are working drivers for your external hardware first.. especially, in my personal opinion... in the case of Avid hardware drivers which are know to lag behind in development..

Maybe you are looking for