AIR package size & and why Adobe AIR rules..

Here is one for all the flash dooms-dayers:
I just published my app Gig Ink to Amazon App store. My app is now on iTunes for iPad/iPhone/iPod, Android Market for over 460 phones and tablets, and soon for Blackberry and desktop for mac/pc/linux with no runtime needed as I use captive runtime to package. And soon I will have access to Stage3D using the GPU to render full 3D content AND with Native Extensions I can do In-App billing, native notifications etc..
Every one of them is the same 1 project in Flash Builder, same code, works landscape/portrait/phone/tablet etc. etc. etc.
If I tried to do that with native code I would have to employ 5 separate developers and pay them heaps and anytime a change or update occurs... no way.
Honestly are people thick? Doesn't anyone get how awesome this is, considering the massive and constant changes to web development recently?
I hope Adobe know how important Flash Builder/AIR/AS3 is to a lot of developers now focusing on apps and keep making it better. My No 1 request? Reduce the file size of packaged AIR for captive runtime, possible allow us to select only dependant classes? Any suggestions? Is this an issue others think important?
Cheers
Blackmarketbear Mobile

I totally agree with blackmarketbear !!
Developing for mobile devices using Adobe AIR, Flex and Flash Builder brings exceptionnal productivity, and reduces a lot development cost !! =D
However, the only drawback to this is the final packaged file size which won't let users download the app via 3G on Apple Store...
This is such a big issue i think since our last client wanted his app to be downloadable via 3G ... =(
I hope Adobe is working on this point, it is really important and if no improvment is made, i might fall into another development solution (native development with Java and Objective-C ...)

Similar Messages

  • Bitmap/picture/whatever size limitation in Adobe Air on iPhone.

    Hi
    I'm gonna start on a new app and was wondering what the max width and height of a picture can be?
    I will import a big picture into my Flash CS5.5 (pro) and place it in a movieclip.
    I found this info on an old site from 2008:
    Note: The maximum dimensions of a bitmap in Flash Player is limited to 2880 pixels in either direction (width or height). If you attempt to create a BitmapData instance that is larger than this restriction, the Bitmap will not be created. This limit is in place to keep people from creating Flash movies that gobble up the client’s RAM. A bitmap that is 2880 x 2880 pixels, will use roughly 32MB of RAM.
    I'm not sure if that is the limit of today's flash version. I'm using Flash CS5.5 Pro.
    And íf now, let's say the max width and height of a picture (or should I rather say bitmap?) is 2880x2880, will the limit change in any way if it's placed in a movieclip?
    According to some more info on the same site, there's no limit if you do a "trick":
    [Workaround] Flash Bitmap maximum width and height
    The trick is to “kidnap” a BitmapData object from a loaded image with dimension over the limit of 2880 pixels (Which flash allows. Huh! Yes Flash can actually handle bitmaps larger the the limit. It just doesn’t let you create one.).
    It’s simple. Create a dummy image with the dimension you need. Save it and make it accessible to Flash. Dynamically load it using ActionScript. And take the loader object’s BitmapData object. That’s why I termed it “kidnap”. We are actually just taking the child of the parent object(loader object), which is the BitmapData, and use it like we build it ourselves.
    Here’s the actionscript ,
    // 1. Create an image loader and
    var DummyImageLoader:Loader = new Loader;
    // 2. Assign a function to “kidnap” the BitmapData object
    DummyImageLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, DummyImageOnComplete);
    // 3. Load the image with the preferred dimension
    var DummyImageRequest:URLRequest = new URLRequest(“dummy_image.jpg”);
    DummyImageLoader.load(DummyImageRequest);
    function DummyImageOnComplete(evt:Event):void {
         var DummyImageBitmap = Bitmap(DummyImageLoader.content);
         // “kidnap” the BitmapData object
        var ValidBitmapData:BitmapData = DummyImageBitmap.bitmapData;
        // you can now use ValidBitmapData to draw any element larger than 2880×2880
    var InvalidBitmapData:BitmapData = new BitmapData(3000, 3000);
    Now, I don't think I can do it this way anyway, I need to import it and manually put stuff on the picture in the movieclip in the Flash IDE.
    Is there a difference in picture size limit between normal Flash stuff (no Adobe Air) and Adobe Air? Maybe the picture limit also changes if the app is made for an iPhone?, ie, size limit for Adobe Air could be 2880x2880, but the iPhone can only handle max 2000x2000 so I must not do bigger than 2000x2000.
    Speaking of picture size limits in Flash, I experienced a problem once in Flash MX. I had a picture of max size imported, I could scroll to the far right, left, up and down in the Flash Player (not IDE, this was with code) and I could see every bit of the picture, so it all worked ok... but for some reason, the graphics I manually placed on the picture (the graphics were tiny objects I've drawn myself placed in movieclips) only showed in a limited area... for instance:   the big picture I imported was 2880x2880, I have the starting position in the bottom right corner of the picture. I place some graphics on the picture far apart from each other.. first one on .x=2880/y=2880 (bottom right), then I placed several from that position to the far left, til I reached x=0/y=2880... for some reason the graphics half way to the left stopped showing. I only placed like 10 small things. So, if the picture size limit is 2880x2880, it can not show anything else beyond a certain point? only the picture itself?
    I apologize for my somewhat bad English... I find it hard to express what I want to say

    Ah, nice page... 16.7X mill seems to be the rough number.
    I didn't look such pages up as I wasn't sure, and still arn't if that size applies to everything with Flash. Could vary depending on what it's used for, like Adobe Air desktop apps, Adobe Air iPhone apps etc.... But I guess I'll just have to accept and hope it's the same for all.
    The largest square bitmap allowed is 4,095 x 4,095 pixels.  Nonrectangular size limits vary, for example, the following sizes all fit within Flash Player 10 limits:
    2169 x 7735
    3133 x 5355
    3315 x 5061
    3615 x 4641
    4095 x 4097
    4097 x 4095
    4641 x 3615
    5061 x 3315
    5355 x 3133
    7735 x 2169
    So guess I could make any size I want, as long as it's not above 7735xXXXX / XXXXx7735 and 16.7X million pixels.
    Wonder if that's how it is, or if I could have like 10000x1600...couldn't find that answer on that page.

  • Developing and using Adobe AIR native extensions for Android devices

    I was using this tutorial:
    "Developing and using Adobe AIR native extensions for Android devices"
    http://www.adobe.com/devnet/air/articles/ane-android-devices.html
    When packing the Flex mobile ANESampleTest to deploy on an Android device, the below error happens
    Error occurred while packaging the application:
    aapt tool failed:invalid resource directory name: /private/var/folders/k8/1thhvkf92h947n_g22hg_v9m0000gn/T/52ba05aa-9001-4d46-9438-db81ef83 06f0/res/drawable-xxhdpi
    invalid resource directory name: /private/var/folders/k8/1thhvkf92h947n_g22hg_v9m0000gn/T/52ba05aa-9001-4d46-9438-db81ef83 06f0/res/values-sw600dp
    invalid resource directory name: /private/var/folders/k8/1thhvkf92h947n_g22hg_v9m0000gn/T/52ba05aa-9001-4d46-9438-db81ef83 06f0/res/values-sw720dp-lan
    Does anyone know what the issue might be?

    Did you find a workaround for the Error? I'm getting the same and I can't seem to find any solution.

  • I am having trouble running the New York Times Reader (Times Reader) application.  It runs on adobe air. I've reloaded adobe air and the application, but it won't run. Any ideas?

    I can't figure out why the Times Reader won't run on my Mac (OS 10.8.5).  The application opens, but doesn't run.  Nothing shows up on the screen except the menu bar at the top. 
    I have reloaded the application, and uninstalled and reinstalled Adobe Air, but neither has helped.
    Loooking for ideas.

    If it happens again then try to reload the website or clear the cache and the cookies from that website.
    Reload web page(s) and bypass the cache.
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"
    *http://support.mozilla.com/kb/Deleting+cookies
    *http://support.mozilla.com/kb/How+to+clear+the+cache

  • Sudo: /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer: command not fou

    This is what comes up when I am trying to install Adobe AIR on my Mac OS 10.8.5 with Cricut Craft Room in the terminal.

    Hi Chris,
      I've been reading and trying everything!  Ok so this is what I had on my Mac:
    Bamboo
    Core Essentials Painter 4
    Cricut Craft room
    * will be adding Adobe Photoshop Essentials 11 next month also.
    When I tried install the Cricut Sync (to sync my Gypsy to the Mac) that's when it asked for Adobe AIR installation.  I can see the AIR installer in my applications/utilities, but it will not let me run the program.
    Here is the installer log:
    Apr  1 00:39:58 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 00:39:59 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 02:27:27 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  1 02:27:28 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 02:27:28 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 02:27:32 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 02:27:35 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 04:14:39 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  1 04:14:44 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 04:14:44 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 04:14:47 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 06:01:28 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  1 06:01:29 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 06:01:29 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 06:01:34 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 06:01:36 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 07:47:55 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  1 07:47:56 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 07:47:56 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 07:48:01 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 07:48:03 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 08:30:00 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  1 08:30:01 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 08:30:02 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 08:30:06 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 08:30:07 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 10:28:45 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  1 10:28:50 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 10:28:50 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 10:28:52 Melissa-Aguayos-iMac.local airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 10:28:53 Melissa-Aguayos-iMac.local airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 12:16:45 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  1 12:16:51 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 12:16:51 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 12:16:51 Melissa-Aguayos-iMac.local airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 12:16:53 unknown001d4ffc3bb2 airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 14:04:21 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  1 14:04:22 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 14:04:22 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 14:04:26 unknown001d4ffc3bb2 airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 14:04:29 unknown001d4ffc3bb2 airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 15:51:33 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  1 15:51:34 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 15:51:34 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 15:51:39 unknown001d4ffc3bb2 airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 15:51:41 unknown001d4ffc3bb2 airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 16:32:20 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  1 16:32:23 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100481000): Pair worker could not connect to lockdownd on device 425: 0xe8000084.
    Apr  1 16:32:25 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 16:32:25 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 16:32:26 unknown001d4ffc3bb2 airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 16:32:27 unknown001d4ffc3bb2 airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 17:08:14 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100481000): Pair worker could not connect to lockdownd on device 435: 0xe8000084.
    Apr  1 21:39:43 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  1 21:39:49 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 21:39:49 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 21:39:51 Melissa-Aguayos-iMac.local airportd[10548]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 23:04:54 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  1 23:05:03 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 23:05:03 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 23:05:04 unknown001d4ffc3bb2 airportd[10548]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 23:23:49 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  1 23:23:53 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 23:23:53 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 23:23:55 Melissa-Aguayos-iMac.local airportd[10703]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 23:24:09 unknown001d4ffc3bb2 iTunes[9641]: 2013-04-01 11:24:09.295152 PM [AVSystemController] Stopping AirPlay
    Apr  1 23:24:30 unknown001d4ffc3bb2 airportd[10737]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 23:24:36 unknown001d4ffc3bb2 airportd[10737]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 09:14:14 localhost kernel[0]: AirPort_Brcm43224: Ethernet address 00:1d:4f:fc:3b:b2
    Apr  2 09:14:14 localhost airportd[31]: _processDLILEvent: en1 attached (down)
    Apr  2 09:14:15 localhost kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  2 09:14:24 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  2 09:14:24 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  2 09:14:34 unknown001d4ffc3bb2 airportd[31]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 09:14:39 unknown001d4ffc3bb2 airportd[31]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 09:14:40 unknown001d4ffc3bb2 airportd[31]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 10:33:28 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  2 10:33:34 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  2 10:33:34 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  2 10:33:36 unknown001d4ffc3bb2 airportd[959]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 13:34:44 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  2 13:34:50 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  2 13:34:50 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  2 13:34:52 unknown001d4ffc3bb2 airportd[1498]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 13:34:52 unknown001d4ffc3bb2 airportd[1498]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 14:41:20 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  2 14:41:21 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  2 14:41:21 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  2 14:41:26 unknown001d4ffc3bb2 airportd[1498]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 14:41:27 unknown001d4ffc3bb2 airportd[1498]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 16:16:10 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  2 16:16:16 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  2 16:16:16 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  2 16:16:18 unknown001d4ffc3bb2 airportd[1760]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 17:48:25 unknown001d4ffc3bb2 com.apple.usbmuxd[39]: HandleUSBMuxConnect Client 0x100606770-ath/com.apple.AirTrafficHost requesting attach to 0x38:62078 failed, no such device
    Apr  2 17:48:25 unknown001d4ffc3bb2 com.apple.usbmuxd[39]: HandleUSBMuxConnect Client 0x1006086b0-ath/com.apple.AirTrafficHost requesting attach to 0x38:62078 failed, no such device
    Apr  2 17:48:25 unknown001d4ffc3bb2 com.apple.usbmuxd[39]: HandleUSBMuxConnect Client 0x1002346d0-ath/com.apple.AirTrafficHost requesting attach to 0x38:62078 failed, no such device
    Apr  2 19:21:22 unknown001d4ffc3bb2 com.apple.usbmuxd[39]: SCEDeviceSocketCallback 0x10060c440-ath/com.apple.AirTrafficHost remote peer closed connection for sce 0x10060c440.
    Apr  2 19:51:15 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  2 19:51:21 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  2 19:51:21 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  2 19:51:23 unknown001d4ffc3bb2 airportd[3010]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 20:59:30 unknown001d4ffc3bb2 usbmuxd[39]: AMDeviceValidatePairing (thread 0x100504000): Could not validate pairing with device 96: kAMDDeviceDisconnectedError
    Apr  2 20:59:36 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100587000): Pair worker could not pair with device 99: 0xe8000084
    Apr  2 21:29:34 unknown001d4ffc3bb2 iTunes[1794]: AMDeviceValidatePairing (thread 0x7fff7a9ea180): Could not validate pairing with device 109: kAMDReadError
    Apr  2 21:59:26 unknown001d4ffc3bb2 com.apple.usbmuxd[39]: SCEDeviceSocketCallback Client 0x10060a5c0-ath/com.apple.AirTrafficHost connect to 0x75 failed, connection failed with error 140733193388093
    Apr  2 21:59:44 unknown001d4ffc3bb2 com.apple.usbmuxd[39]: SCEDeviceSocketCallback Client 0x10023f230-ath/com.apple.AirTrafficHost connect to 0x76 failed, connection failed with error 140733193388093
    Apr  2 22:01:05 unknown001d4ffc3bb2 iTunes[1794]: 2013-04-02 10:01:05.816954 PM [AVSystemController] Stopping AirPlay
    Apr  2 22:02:21 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100504000): Pair worker could not start heartbeat with device 119 (0xe8000084)
    Apr  2 22:11:41 unknown001d4ffc3bb2 kernel[0]: AirPort: RSN handshake complete on en1
    Apr  2 23:59:54 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  3 00:00:00 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 00:00:00 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 00:00:02 unknown001d4ffc3bb2 airportd[3759]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 01:47:54 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  3 01:47:59 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 01:48:00 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 01:48:00 Melissa-Aguayos-iMac.local airportd[3759]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 01:48:02 unknown001d4ffc3bb2 airportd[3759]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 03:35:33 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  3 03:35:38 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 03:35:38 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 03:35:39 unknown001d4ffc3bb2 airportd[3759]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 03:35:41 unknown001d4ffc3bb2 airportd[3759]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 05:22:49 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  3 05:22:50 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 05:22:50 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 05:22:55 unknown001d4ffc3bb2 airportd[3856]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 05:22:57 unknown001d4ffc3bb2 airportd[3856]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 07:09:41 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  3 07:09:42 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 07:09:42 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 07:09:47 unknown001d4ffc3bb2 airportd[3856]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 07:09:49 unknown001d4ffc3bb2 airportd[3856]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 08:30:00 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  3 08:30:01 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 08:30:01 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 08:30:05 unknown001d4ffc3bb2 airportd[3856]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 08:30:07 unknown001d4ffc3bb2 airportd[3856]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 08:30:31 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100504000): Pair worker could not connect to lockdownd on device 121: 0xe8000084.
    Apr  3 10:28:30 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  3 10:28:36 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 10:28:36 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 10:28:37 unknown001d4ffc3bb2 airportd[3968]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 10:28:38 unknown001d4ffc3bb2 airportd[3968]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 12:16:30 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  3 12:16:34 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 12:16:34 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 12:16:35 Melissa-Aguayos-iMac.local airportd[3968]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 12:16:39 unknown001d4ffc3bb2 airportd[3968]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 14:04:06 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  3 14:04:09 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100504000): Pair worker could not pair with device 123: 0xe8000084
    Apr  3 14:04:12 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 14:04:12 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 14:04:13 unknown001d4ffc3bb2 airportd[3968]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 15:51:19 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  3 15:51:20 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 15:51:20 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 15:51:24 unknown001d4ffc3bb2 airportd[3968]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 15:51:27 unknown001d4ffc3bb2 airportd[3968]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 16:30:10 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  3 16:30:13 unknown001d4ffc3bb2 usbmuxd[39]: AMDeviceValidatePairing (thread 0x100504000): Could not validate pairing with device 126: kAMDDeviceDisconnectedError
    Apr  3 16:30:15 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 16:30:15 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 16:30:17 unknown001d4ffc3bb2 airportd[3968]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 16:30:17 unknown001d4ffc3bb2 airportd[3968]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 16:31:51 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100504000): Pair worker could not pair with device 128: 0xe8000084
    Apr  3 16:47:31 unknown001d4ffc3bb2 iTunes[4022]: 2013-04-03 04:47:31.704191 PM [AVSystemController] Stopping AirPlay
    Apr  3 18:26:25 unknown001d4ffc3bb2 iTunes[4655]: 2013-04-03 06:26:25.846484 PM [AVSystemController] Stopping AirPlay
    Apr  3 19:53:05 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  3 19:53:11 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 19:53:11 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 19:53:13 unknown001d4ffc3bb2 airportd[5124]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 20:29:47 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100504000): Pair worker could not pair with device 148: 0xe8000084
    Apr  3 21:15:00 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100504000): Pair worker could not start heartbeat with device 163 (0xe8000084)
    Apr  3 23:13:09 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  3 23:13:15 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 23:13:16 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 23:13:17 Melissa-Aguayos-iMac.local airportd[5686]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 23:13:17 Melissa-Aguayos-iMac.local airportd[5686]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 23:13:23 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 23:13:30 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 01:01:09 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 01:01:10 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 01:01:10 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 01:01:15 unknown001d4ffc3bb2 airportd[5686]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 01:01:18 unknown001d4ffc3bb2 airportd[5686]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 01:01:59 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 01:02:00 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 01:02:01 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 01:02:04 unknown001d4ffc3bb2 airportd[5686]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 01:02:07 unknown001d4ffc3bb2 airportd[5686]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 02:50:53 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  4 02:50:59 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 02:50:59 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 02:51:01 unknown001d4ffc3bb2 airportd[5712]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 04:38:36 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 04:38:42 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 04:38:42 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 04:38:43 Melissa-Aguayos-iMac.local airportd[5727]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 04:38:45 unknown001d4ffc3bb2 airportd[5727]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 06:25:41 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  4 06:25:42 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 06:25:42 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 06:25:48 unknown001d4ffc3bb2 airportd[5801]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 06:25:50 unknown001d4ffc3bb2 airportd[5801]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 08:12:06 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 08:12:07 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 08:12:08 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 08:12:12 unknown001d4ffc3bb2 airportd[5811]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 08:12:12 unknown001d4ffc3bb2 airportd[5811]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 08:12:42 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100504000): Pair worker could not start heartbeat with device 167 (0xe8000084)
    Apr  4 08:30:00 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 08:30:01 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 08:30:01 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 08:30:07 unknown001d4ffc3bb2 airportd[5819]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 08:30:07 unknown001d4ffc3bb2 airportd[5819]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 10:28:51 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  4 10:28:56 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 10:28:56 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 10:28:57 unknown001d4ffc3bb2 airportd[5926]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 11:59:58 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 12:00:04 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 12:00:04 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 12:00:05 unknown001d4ffc3bb2 airportd[5935]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 12:09:43 unknown001d4ffc3bb2 Cricut-Craft Room[6124]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    Apr  4 12:10:12 unknown001d4ffc3bb2 Cricut-Craft Room[6124]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  4 12:10:15 unknown001d4ffc3bb2 Adobe AIR Installer[6148]: Runtime Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  4 12:10:15 unknown001d4ffc3bb2 Adobe AIR Installer[6148]: Commandline is: -updatecheck
    Apr  4 12:10:15 unknown001d4ffc3bb2 Adobe AIR Installer[6148]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  4 12:10:16 unknown001d4ffc3bb2 Adobe AIR Installer[6148]: Performing pingback request
    Apr  4 12:10:16 unknown001d4ffc3bb2 Adobe AIR Installer[6148]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  4 12:10:16 unknown001d4ffc3bb2 Adobe AIR Installer[6148]: Runtime Installer end with exit code 0
    Apr  4 13:02:08 unknown001d4ffc3bb2 com.apple.SecurityServer[23]: Succeeded authorizing right 'system.preferences.security.remotepair' by client '/Applications/System Preferences.app' [6716] for authorization created by '/Applications/System Preferences.app' [6716] (100013,0)
    Apr  4 13:03:55 unknown001d4ffc3bb2 com.apple.SecurityServer[23]: Succeeded authorizing right 'system.preferences.security.remotepair' by client '/Applications/System Preferences.app' [6754] for authorization created by '/Applications/System Preferences.app' [6754] (100013,0)
    Apr  4 13:04:29 unknown001d4ffc3bb2 Install CricutSync[6775]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  4 13:04:29 unknown001d4ffc3bb2 Install CricutSync[6775]: Launching subprocess with commandline "AIR Application Installer" /Volumes/Install CricutSync/Install CricutSync.app/Contents/Resources/CricutSync
    Apr  4 13:04:33 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: Application Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  4 13:04:33 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: Commandline is: "/Volumes/Install CricutSync/Install CricutSync.app/Contents/Resources/CricutSync"
    Apr  4 13:04:33 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  4 13:04:34 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: Validating app in folder /Volumes/Install CricutSync/Install CricutSync.app/Contents/Resources/CricutSync/Contents/Resources
    Apr  4 13:04:37 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: Application signature verified
    Apr  4 13:04:37 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: Unpackaging/validation complete
    Apr  4 13:04:37 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: No app located for appID 'YosemiteSync' and pubID ''
    Apr  4 13:05:02 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: Starting app installation to /Applications. Installing app YosemiteSync version 2.1.18 using the source file at file:///Volumes/Install%20CricutSync/Install%20CricutSync.app/Contents/Resources/CricutSy nc
    Apr  4 13:05:02 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: Launching subprocess with commandline /Applications/CricutSync.app
    Apr  4 13:05:02 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: Application Installer end with exit code 0
    Apr  4 13:06:47 unknown001d4ffc3bb2 CricutSync[6815]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  4 13:06:47 unknown001d4ffc3bb2 Adobe AIR Installer[6826]: Runtime Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  4 13:06:47 unknown001d4ffc3bb2 Adobe AIR Installer[6826]: Commandline is: -updatecheck
    Apr  4 13:06:47 unknown001d4ffc3bb2 Adobe AIR Installer[6826]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  4 13:06:48 unknown001d4ffc3bb2 Adobe AIR Installer[6826]: Performing pingback request
    Apr  4 13:06:48 unknown001d4ffc3bb2 Adobe AIR Installer[6826]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  4 13:06:48 unknown001d4ffc3bb2 Adobe AIR Installer[6826]: Runtime Installer end with exit code 0
    Apr  4 13:14:17 unknown001d4ffc3bb2 iTunes[5939]: 2013-04-04 01:14:17.117025 PM [AVSystemController] Stopping AirPlay
    Apr  4 14:15:52 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 14:15:58 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 14:15:58 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 14:15:59 Melissa-Aguayos-iMac.local airportd[7089]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 14:18:45 unknown001d4ffc3bb2 com.apple.SecurityServer[23]: Succeeded authorizing right 'system.preferences.security.remotepair' by client '/Applications/System Preferences.app' [7146] for authorization created by '/Applications/System Preferences.app' [7146] (100013,0)
    Apr  4 14:26:52 localhost kernel[0]: AirPort_Brcm43224: Ethernet address 00:1d:4f:fc:3b:b2
    Apr  4 14:27:04 localhost airportd[75]: _processDLILEvent: en1 attached (down)
    Apr  4 14:27:04 localhost kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  4 14:27:09 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 14:27:09 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 14:27:10 Melissa-Aguayos-iMac.local airportd[75]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 14:27:10 Melissa-Aguayos-iMac.local airportd[75]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 14:27:11 Melissa-Aguayos-iMac.local airportd[75]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 14:27:12 Melissa-Aguayos-iMac.local airportd[75]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 14:28:56 unknown001d4ffc3bb2 CricutSync[321]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  4 14:28:57 unknown001d4ffc3bb2 Adobe AIR Installer[335]: Runtime Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  4 14:28:57 unknown001d4ffc3bb2 Adobe AIR Installer[335]: Commandline is: -updatecheck
    Apr  4 14:28:57 unknown001d4ffc3bb2 Adobe AIR Installer[335]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  4 14:28:58 unknown001d4ffc3bb2 Adobe AIR Installer[335]: Performing pingback request
    Apr  4 14:28:58 unknown001d4ffc3bb2 Adobe AIR Installer[335]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  4 14:28:58 unknown001d4ffc3bb2 Adobe AIR Installer[335]: Runtime Installer end with exit code 0
    Apr  4 15:25:22 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 15:25:23 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 15:25:23 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 15:25:28 unknown001d4ffc3bb2 airportd[571]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 15:25:39 unknown001d4ffc3bb2 airportd[571]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 15:54:22 unknown001d4ffc3bb2 CricutSync[321]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    Apr  4 16:19:30 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 16:19:35 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 16:19:35 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 16:19:37 unknown001d4ffc3bb2 airportd[974]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 16:19:44 unknown001d4ffc3bb2 usbmuxd[38]: _AMDevicePreflightWorker (thread 0x100681000): Pair worker could not start heartbeat with device 18 (0xe8000084)
    Apr  4 16:19:47 unknown001d4ffc3bb2 airportd[974]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 16:24:59 unknown001d4ffc3bb2 iTunes[989]: 2013-04-04 04:24:59.718958 PM [AVSystemController] Stopping AirPlay
    Apr  4 16:25:55 unknown001d4ffc3bb2 CricutSync[1036]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  4 16:25:55 unknown001d4ffc3bb2 Adobe AIR Installer[1041]: Runtime Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  4 16:25:55 unknown001d4ffc3bb2 Adobe AIR Installer[1041]: Commandline is: -updatecheck
    Apr  4 16:25:55 unknown001d4ffc3bb2 Adobe AIR Installer[1041]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  4 16:25:56 unknown001d4ffc3bb2 Adobe AIR Installer[1041]: Performing pingback request
    Apr  4 16:25:56 unknown001d4ffc3bb2 Adobe AIR Installer[1041]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  4 16:25:56 unknown001d4ffc3bb2 Adobe AIR Installer[1041]: Runtime Installer end with exit code 0
    Apr  4 16:35:24 unknown001d4ffc3bb2 CricutSync[1130]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  4 16:35:25 unknown001d4ffc3bb2 Adobe AIR Installer[1133]: Runtime Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  4 16:35:25 unknown001d4ffc3bb2 Adobe AIR Installer[1133]: Commandline is: -updatecheck
    Apr  4 16:35:25 unknown001d4ffc3bb2 Adobe AIR Installer[1133]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  4 16:35:26 unknown001d4ffc3bb2 Adobe AIR Installer[1133]: Performing pingback request
    Apr  4 16:35:26 unknown001d4ffc3bb2 Adobe AIR Installer[1133]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  4 16:35:26 unknown001d4ffc3bb2 Adobe AIR Installer[1133]: Runtime Installer end with exit code 0
    Apr  4 16:42:30 unknown001d4ffc3bb2 CricutSync[1176]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    Apr  4 16:42:52 unknown001d4ffc3bb2 CricutSync[1176]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  4 16:42:52 unknown001d4ffc3bb2 Adobe AIR Installer[1181]: Runtime Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  4 16:42:52 unknown001d4ffc3bb2 Adobe AIR Installer[1181]: Commandline is: -updatecheck
    Apr  4 16:42:52 unknown001d4ffc3bb2 Adobe AIR Installer[1181]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  4 16:42:53 unknown001d4ffc3bb2 Adobe AIR Installer[1181]: Performing pingback request
    Apr  4 16:42:53 unknown001d4ffc3bb2 Adobe AIR Installer[1181]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  4 16:42:53 unknown001d4ffc3bb2 Adobe AIR Installer[1181]: Runtime Installer end with exit code 0
    Apr  4 17:09:46 unknown001d4ffc3bb2 CricutSync[1358]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    Apr  4 17:10:08 unknown001d4ffc3bb2 CricutSync[1358]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  4 17:10:08 unknown001d4ffc3bb2 Adobe AIR Installer[1361]: Runtime Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  4 17:10:08 unknown001d4ffc3bb2 Adobe AIR Installer[1361]: Commandline is: -updatecheck
    Apr  4 17:10:08 unknown001d4ffc3bb2 Adobe AIR Installer[1361]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  4 17:10:09 unknown001d4ffc3bb2 Adobe AIR Installer[1361]: Performing pingback request
    Apr  4 17:10:09 unknown001d4ffc3bb2 Adobe AIR Installer[1361]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  4 17:10:09 unknown001d4ffc3bb2 Adobe AIR Installer[1361]: Runtime Installer end with exit code 0
    Apr  4 17:18:48 unknown001d4ffc3bb2 usbmuxd[38]: _AMDevicePreflightWorker (thread 0x100681000): Pair worker could not pair with device 36: 0xe8000084
    Apr  4 17:40:51 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 17:40:56 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 17:40:56 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 17:40:58 unknown001d4ffc3bb2 airportd[1565]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 17:41:08 unknown001d4ffc3bb2 airportd[1565]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 17:43:25 unknown001d4ffc3bb2 usbmuxd[38]: _AMDevicePreflightWorker (thread 0x100681000): Pair worker could not connect to lockdownd on device 52: 0xe8000084.
    Apr  4 19:18:59 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  4 19:19:03 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 19:19:03 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 19:19:05 unknown001d4ffc3bb2 airportd[1662]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 19:19:16 unknown001d4ffc3bb2 airportd[1662]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 20:39:45 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 20:39:46 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 20:39:46 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 20:39:51 unknown001d4ffc3bb2 airportd[1775]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 20:40:02 unknown001d4ffc3bb2 airportd[1775]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 20:49:45 unknown001d4ffc3bb2 usbmuxd[38]: _AMDevicePreflightWorker (thread 0x100681000): Pair worker could not start heartbeat with device 65 (0xe8000084)
    Apr  4 21:35:28 unknown001d4ffc3bb2 iTunes[2055]: 2013-04-04 09:35:28.800789 PM [AVSystemController] Stopping AirPlay
    Apr  4 23:35:52 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 23:35:58 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 23:35:58 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 23:36:00 Melissa-Aguayos-iMac.local airportd[2279]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 23:36:00 unknown001d4ffc3bb2 airportd[2279]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 00:10:35 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  5 00:10:36 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  5 00:10:36 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  5 00:10:41 unknown001d4ffc3bb2 airportd[2279]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 00:10:43 unknown001d4ffc3bb2 airportd[2279]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 01:59:29 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  5 01:59:34 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  5 01:59:35 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  5 01:59:35 Melissa-Aguayos-iMac.local airportd[2299]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 01:59:37 unknown001d4ffc3bb2 airportd[2299]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 03:47:12 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  5 03:47:18 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  5 03:47:18 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  5 03:47:20 unknown001d4ffc3bb2 airportd[2310]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 03:47:20 unknown001d4ffc3bb2 airportd[2310]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 05:34:07 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  5 05:34:11 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  5 05:34:11 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  5 05:34:12 Melissa-Aguayos-iMac.local airportd[2386]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 05:34:16 unknown001d4ffc3bb2 airportd[2386]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 07:20:22 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  5 07:20:23 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  5 07:20:23 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  5 07:20:28 unknown001d4ffc3bb2 airportd[2397]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 07:20:30 unknown001d4ffc3bb2 airportd[2397]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 08:30:00 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  5 08:30:01 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  5 08:30:01 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  5 08:30:05 unknown001d4ffc3bb2 airportd[2408]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 08:41:29 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  5 08:41:35 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  5 08:41:35 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  5 08:41:35 Melissa-Aguayos-iMac.local airportd[2495]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 08:41:36 Melissa-Aguayos-iMac.local airportd[2495]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 09:43:32 unknown001d4ffc3bb2 Install CricutSync[3000]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 09:43:32 unknown001d4ffc3bb2 Install CricutSync[3000]: Launching subprocess with commandline "AIR Application Installer" /Volumes/Install CricutSync/Install CricutSync.app/Contents/Resources/CricutSync
    Apr  5 09:43:33 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: Application Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  5 09:43:33 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: Commandline is: "/Volumes/Install CricutSync/Install CricutSync.app/Contents/Resources/CricutSync"
    Apr  5 09:43:33 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 09:43:34 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: Validating app in folder /Volumes/Install CricutSync/Install CricutSync.app/Contents/Resources/CricutSync/Contents/Resources
    Apr  5 09:43:37 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: Application signature verified
    Apr  5 09:43:37 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: Unpackaging/validation complete
    Apr  5 09:43:37 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: No app located for appID 'YosemiteSync' and pubID ''
    Apr  5 09:43:47 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: Starting app installation to /Applications. Installing app YosemiteSync version 2.1.18 using the source file at file:///Volumes/Install%20CricutSync/Install%20CricutSync.app/Contents/Resources/CricutSy nc
    Apr  5 09:43:48 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: Launching subprocess with commandline /Applications/CricutSync.app
    Apr  5 09:43:48 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: Application Installer end with exit code 0
    Apr  5 09:44:01 unknown001d4ffc3bb2 CricutSync[3007]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    Apr  5 09:44:23 unknown001d4ffc3bb2 CricutSync[3007]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  5 09:44:23 unknown001d4ffc3bb2 Adobe AIR Installer[3018]: Runtime Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  5 09:44:23 unknown001d4ffc3bb2 Adobe AIR Installer[3018]: Commandline is: -updatecheck
    Apr  5 09:44:23 unknown001d4ffc3bb2 Adobe AIR Installer[3018]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 09:44:24 unknown001d4ffc3bb2 Adobe AIR Installer[3018]: Performing pingback request
    Apr  5 09:44:24 unknown001d4ffc3bb2 Adobe AIR Installer[3018]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  5 09:44:24 unknown001d4ffc3bb2 Adobe AIR Installer[3018]: Runtime Installer end with exit code 0
    Apr  5 09:44:52 unknown001d4ffc3bb2 com.apple.SecurityServer[23]: Succeeded authorizing right 'system.preferences.security.remotepair' by client '/Applications/System Preferences.app' [2912] for authorization created by '/Applications/System Preferences.app' [2912] (100013,0)
    Apr  5 09:54:51 unknown001d4ffc3bb2 com.apple.SecurityServer[23]: Succeeded authorizing right 'system.preferences.security.remotepair' by client '/Applications/System Preferences.app' [3121] for authorization created by '/Applications/System Preferences.app' [3121] (100013,0)
    Apr  5 09:56:14 unknown001d4ffc3bb2 CricutSync[3154]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  5 09:56:14 unknown001d4ffc3bb2 Adobe AIR Installer[3162]: Runtime Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  5 09:56:14 unknown001d4ffc3bb2 Adobe AIR Installer[3162]: Commandline is: -updatecheck
    Apr  5 09:56:14 unknown001d4ffc3bb2 Adobe AIR Installer[3162]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 09:56:16 unknown001d4ffc3bb2 Adobe AIR Installer[3162]: Performing pingback request
    Apr  5 09:56:16 unknown001d4ffc3bb2 Adobe AIR Installer[3162]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  5 09:56:16 unknown001d4ffc3bb2 Adobe AIR Installer[3162]: Runtime Installer end with exit code 0
    Apr  5 09:59:34 unknown001d4ffc3bb2 kernel[0]: HFS: Vol: Adobe AIR Very Low Disk: freeblks: 0, dangerlimit: 325
    Apr  5 09:59:43 unknown001d4ffc3bb2 Adobe AIR Installer[3209]: Runtime Installer begin with version 3.6.0.6090 on Mac OS 10.8.3 x86
    Apr  5 09:59:43 unknown001d4ffc3bb2 Adobe AIR Installer[3209]: Commandline is: -psn_0_2708117
    Apr  5 09:59:43 unknown001d4ffc3bb2 Adobe AIR Installer[3209]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 09:59:50 unknown001d4ffc3bb2 Adobe AIR Installer[3209]: Relaunching with elevation
    Apr  5 09:59:50 unknown001d4ffc3bb2 Adobe AIR Installer[3209]: Launching subprocess with commandline /Volumes/Adobe AIR/Adobe AIR Installer.app -ei
    Apr  5 10:00:02 unknown001d4ffc3bb2 com.apple.SecurityServer[23]: Succeeded authorizing right 'system.privilege.admin' by client '/Volumes/Adobe AIR/Adobe AIR Installer.app' [3209] for authorization created by '/Volumes/Adobe AIR/Adobe AIR Installer.app' [3209] (13,0)
    Apr  5 10:00:02 unknown001d4ffc3bb2 coreservicesd[73]: Application App:"Adobe AIR Installer" [ 0x0/0x295295]  @ 0x0x7fdaa8479220 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x296296:) ), so denying.
    Apr  5 10:00:02 unknown001d4ffc3bb2 WindowServer[94]: [cps/setfront] Failed setting the front application to Adobe AIR Installer, psn 0x0-0x295295, securitySessionID=0x186a5, err=-13066
    Apr  5 10:00:03 unknown001d4ffc3bb2 com.apple.SecurityServer[23]: Succeeded authorizing right 'system.privilege.admin' by client '/usr/libexec/security_authtrampoline' [3221] for authorization created by '/Volumes/Adobe AIR/Adobe AIR Installer.app' [3209] (3,0)
    Apr  5 10:00:03 unknown001d4ffc3bb2 authexec[3221]: executing /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer
    Apr  5 10:00:03 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Runtime Installer begin with version 3.6.0.6090 on Mac OS 10.8.3 x86
    Apr  5 10:00:03 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Commandline is: -ei
    Apr  5 10:00:03 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 10:00:03 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/Shared/Library/Application Support/Adobe"
    Apr  5 10:00:03 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Launching subprocess with commandline /usr/sbin/chown -hfRP wissaaguayo "/Users/wissaaguayo/Library/Application Support/Adobe"
    Apr  5 10:00:03 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/wissaaguayo/Library/Application Support/Adobe"
    Apr  5 10:00:03 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Launching subprocess with commandline /usr/sbin/chown -hfRP wissaaguayo "/Users/wissaaguayo/Library/Preferences/Macromedia/Flash Player/www.macromedia.com/bin"
    Apr  5 10:00:03 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Starting silent runtime update. Updating runtime from version 3.3.0.3650 to version 3.6.0.6090
    Apr  5 10:00:34 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Registering /Applications/Utilities/Adobe AIR Application Installer.app/Contents/Info.plist
    Apr  5 10:00:34 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Library/Frameworks/Adobe AIR.framework"
    Apr  5 10:00:34 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Subprocess chown succeeded
    Apr  5 10:00:34 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Applications/Utilities/Adobe AIR Application Installer.app"
    Apr  5 10:00:34 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Subprocess chown succeeded
    Apr  5 10:00:34 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Applications/Utilities/Adobe AIR Uninstaller.app"
    Apr  5 10:00:34 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Subprocess chown succeeded
    Apr  5 10:00:34 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Runtime Installer end with exit code 0
    Apr  5 10:00:34 unknown001d4ffc3bb2 Adobe AIR Installer[3209]: Elevated install completed
    Apr  5 10:01:12 unknown001d4ffc3bb2 Adobe AIR Installer[3209]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -installupdatecheck
    Apr  5 10:01:12 unknown001d4ffc3bb2 Adobe AIR Installer[3209]: Runtime Installer end with exit code 0
    Apr  5 10:01:13 unknown001d4ffc3bb2 Adobe AIR Installer[3240]: Runtime Installer begin with version 3.6.0.6090 on Mac OS 10.8.3 x86
    Apr  5 10:01:13 unknown001d4ffc3bb2 Adobe AIR Installer[3240]: Commandline is: -installupdatecheck
    Apr  5 10:01:13 unknown001d4ffc3bb2 Adobe AIR Installer[3240]: Installed runtime (3.6.0.6090) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 10:01:14 unknown001d4ffc3bb2 Adobe AIR Installer[3240]: Performing pingback request
    Apr  5 10:01:14 unknown001d4ffc3bb2 Adobe AIR Installer[3240]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  5 10:01:14 unknown001d4ffc3bb2 Adobe AIR Installer[3240]: Runtime Installer end with exit code 0
    Apr  5 10:02:33 unknown001d4ffc3bb2 CricutSync[3263]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    Apr  5 10:02:55 unknown001d4ffc3bb2 CricutSync[3263]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  5 10:02:55 unknown001d4ffc3bb2 Adobe AIR Installer[3267]: Runtime Installer begin with version 3.6.0.6090 on Mac OS 10.8.3 x86
    Apr  5 10:02:55 unknown001d4ffc3bb2 Adobe AIR Installer[3267]: Commandline is: -updatecheck
    Apr  5 10:02:55 unknown001d4ffc3bb2 Adobe AIR Installer[3267]: Installed runtime (3.6.0.6090) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 10:02:56 unknown001d4ffc3bb2 Adobe AIR Installer[3267]: Performing pingback request
    Apr  5 10:02:56 unknown001d4ffc3bb2 Adobe AIR Installer[3267]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  5 10:02:56 unknown001d4ffc3bb2 Adobe AIR Installer[3267]: Runtime Installer end with exit code 0
    Apr  5 10:04:57 unknown001d4ffc3bb2 CricutSync[3287]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    Apr  5 10:05:19 unknown001d4ffc3bb2 CricutSync[3287]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  5 10:05:19 unknown001d4ffc3bb2 Adobe AIR Installer[3294]: Runtime Installer begin with version 3.6.0.6090 on Mac OS 10.8.3 x86
    Apr  5 10:05:19 unknown001d4ffc3bb2 Adobe AIR Installer[3294]: Commandline is: -updatecheck
    Apr  5 10:05:19 unknown001d4ffc3bb2 Adobe AIR Installer[3294]: Installed runtime (3.6.0.6090) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 10:05:20 unknown001d4ffc3bb2 Adobe AIR Installer[3294]: Performing pingback request
    Apr  5 10:05:20 unknown001d4ffc3bb2 Adobe AIR Installer[3294]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  5 10:05:20 unknown001d4ffc3bb2 Adobe AIR Installer[3294]: Runtime Installer end with exit code 0
    Apr  5 10:08:48 unknown001d4ffc3bb2 Cricut-Craft Room[3312]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    Apr  5 10:09:17 unknown001d4ffc3bb2 Cricut-Craft Room[3312]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  5 10:09:18 unknown001d4ffc3bb2 Adobe AIR Installer[3318]: Runtime Installer begin with version 3.6.0.6090 on Mac OS 10.8.3 x86
    Apr  5 10:09:18 unknown001d4ffc3bb2 Adobe AIR Installer[3318]: Commandline is: -updatecheck
    Apr  5 10:09:18 unknown001d4ffc3bb2 Adobe AIR Installer[3318]: Installed runtime (3.6.0.6090) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 10:09:19 unknown001d4ffc3bb2 Adobe AIR Installer[3318]: Performing pingback request
    Apr  5 10:09:19 unknown001d4ffc3bb2 Adobe AIR Installer[3318]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  5 10:09:19 unknown001d4ffc3bb2 Adobe AIR Installer[3318]: Runtime Installer end with exit code 0
    Apr  5 10:12:59 unknown001d4ffc3bb2 Adobe AIR Application Installer[3350]: Application Installer begin with version 3.6.0.6090 on Mac OS 10.8.3 x86
    Apr  5 10:12:59 unknown001d4ffc3bb2 Adobe AIR Application Installer[3350]: Commandline is: -psn_0_2839221
    Apr  5 10:12:59 unknown001d4ffc3bb2 Adobe AIR Application Installer[3350]: Installed runtime (3.6.0.6090) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 10:13:28 unknown001d4ffc3bb2 Adobe AIR Application Installer[3350]: Cancel request received
    Apr  5 10:13:28 unknown001d4ffc3bb2 Adobe AIR Application Installer[3350]: Application Installer end with exit code 6
    Apr  5 10:13:28 unknown001d4ffc3bb2 com.apple.launchd.peruser.501[163] ([0x0-0x2b52b5].com.adobe.air.ApplicationInstaller[3350]): Exited with code: 6
    Apr  5 10:13:34 unknown001d4ffc3bb2 Adobe AIR Application Installer[3357]: Application Installer begin with version 3.6.0.6090 on Mac OS 10.8.3 x86
    Apr  5 10:13:34 unknown001d4ffc3bb2 Adobe AIR Application Installer[3357]: Commandline is: -psn_0_2843318
    Apr  5 10:13:34 unknown001d4ffc3bb2 Adobe AIR Application Installer[3357]: Installed runtime (3.6.0.6090) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 10:13:39 unknown001d4ffc3bb2 Adobe AIR Application Installer[3357]: Cancel request received
    Apr  5 10:13:39 unknown001d4ffc3bb2 Adobe AIR Application Installer[3357]: Application Installer end with exit code 6
    Apr  5 10:13:39 unknown001d4ffc3bb2 com.apple.launchd.peruser.501[163] ([0x0-0x2b62b6].com.adobe.air.ApplicationInstaller[3357]): Exited with code: 6
    Apr  5 10:17:45 unknown001d4ffc3bb2 CricutSync[3376]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    Apr  5 10:18:08 unknown001d4ffc3bb2 CricutSync[3376]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  5 10:18:08 unknown001d4ffc3bb2 Adobe AIR Installer[3379]: Runtime Installer begin with version 3.6.0.6090 on Mac OS 10.8.3 x86
    Apr  5 10:18:08 unknown001d4ffc3bb2 Adobe AIR Installer[3379]: Commandline is: -updatecheck
    Apr  5 10:18:08 unknown001d4ffc3bb2 Adobe AIR Installer[3379]: Installed runtime (3.6.0.6090) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 10:18:09 unknown001d4ffc3bb2 Adobe AIR Installer[3379]: Performing pingback request
    Apr  5 10:18:09 unknown001d4ffc3bb2 Adobe AIR Installer[3379]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  5 10:18:09 unknown001d4ffc3bb2 Adobe AIR Installer[3379]: Runtime Installer end with exit code 0
    Apr  5 10:21:39 localhost kernel[0]: AirPort_Brcm43224: Ethernet address 00:1d:4f:fc:3b:b2
    Apr  5 10:21:40 localhost airportd[35]: _processDLILEvent: en1 attached (down)
    Apr  5 10:21:40 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  5 10:21:53 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  5 10:21:53 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  5 10:22:03 Melissa-Aguayos-iMac.local airportd[35]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 10:22:04 Melissa-Aguayos-iMac.local airportd[35]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 10:22:09 unknown001d4ffc3bb2 airportd[35]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 10:22:42 unknown001d4ffc3bb2 CricutSync[208]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    A

  • Migrated powerbook to new macbook air with mavericks and the macbook air is using much more storage

    I migrated powerbook to new macbook air with mavericks and the macbook air is using much more storage than the powerbook.

    I'm trying to figure out why the new macbook air takes almost twice as much storage as the old powerbook with the same content. 

  • Cannot run and reinstall Adobe Air on Windows XP (32 bit)

    Hello!
    After six mounth of stable working, my AIR suddenly crashed with message "This application requires a version of Adobe AIR which cannot be found. Please download...". After a few hours of googling about this problem, I made this steps:
    1. Uninstalled AIR using Microsoft Install and Uninstall Fix It
    2. Cleaned system using AIR Cleanup (log only).vbs script
    3. Cleaned registry using CCleaner
    4. Installed laterst version of AIR
    I made this steps much times, even I tried to install older versions of AIR. But still each time have the same problem. After installation my AIR log file looks like:
    [2013-03-06:10:08:47] Runtime Installer begin with version 3.6.0.5970 on Windows XP x86
    [2013-03-06:10:08:47] Commandline is:
    [2013-03-06:10:08:47] No installed runtime detected
    [2013-03-06:10:08:51] Starting runtime install. Installing runtime version 3.6.0.5970
    [2013-03-06:10:08:51] Installing msi at c:\docume~1\fl04\ustawi~1\temp\air19d.tmp\setup.msi with guid {5AF4B3C4-C393-48D7-AC7E-8E7615579548}
    [2013-03-06:10:08:58] Got an unexpected fatal error while quitting: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception TypeError: Error #1009" errorID=1009]
    [2013-03-06:10:08:58] Runtime Installer end with exit code 5
    And here is my MSI log file after installation:
    === Verbose logging started: 2013-03-06  12:23:46  Build type: SHIP UNICODE 4.05.6001.00  Calling process: C:\DOCUME~1\FL04\USTAWI~1\Temp\AIR449.tmp\Adobe AIR Installer.exe ===
    MSI (c) (D8:00) [12:23:46:187]: Resetting cached policy values
    MSI (c) (D8:00) [12:23:46:187]: Machine policy value 'Debug' is 0
    MSI (c) (D8:00) [12:23:46:187]: ******* RunEngine:
               ******* Product: c:\docume~1\fl04\ustawi~1\temp\air449.tmp\setup.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (D8:00) [12:23:46:187]: Client-side and UI is none or basic: Running entire install on the server.
    MSI (c) (D8:00) [12:23:46:187]: Grabbed execution mutex.
    MSI (c) (D8:00) [12:23:46:250]: Cloaking enabled.
    MSI (c) (D8:00) [12:23:46:250]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (D8:00) [12:23:46:265]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (D4:50) [12:23:46:281]: Running installation inside multi-package transaction c:\docume~1\fl04\ustawi~1\temp\air449.tmp\setup.msi
    MSI (s) (D4:50) [12:23:46:281]: Grabbed execution mutex.
    MSI (s) (D4:C4) [12:23:46:281]: Resetting cached policy values
    MSI (s) (D4:C4) [12:23:46:281]: Machine policy value 'Debug' is 0
    MSI (s) (D4:C4) [12:23:46:281]: ******* RunEngine:
               ******* Product: c:\docume~1\fl04\ustawi~1\temp\air449.tmp\setup.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (s) (D4:C4) [12:23:46:281]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 000021599B0090400000000000F01FEC
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 000021599B0090400000000000F01FEC
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 01CDEECBF144E4E4580990554C6C3B6F
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 01CDEECBF144E4E4580990554C6C3B6F
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 0357DD412DCC89733BD78393DEA644C1
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 0357DD412DCC89733BD78393DEA644C1
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 04583E7B553E3053FA7D36B5F2F2671E
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 04583E7B553E3053FA7D36B5F2F2671E
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 057978BEDBCC3104FB5D20494DADB50D
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 057978BEDBCC3104FB5D20494DADB50D
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 06FD6047D610B6742A7C559D79950274
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 06FD6047D610B6742A7C559D79950274
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 0A28CE6A4141D574A8DF6409983F80D0
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 0A28CE6A4141D574A8DF6409983F80D0
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 0DC1503A46F231838AD88BCDDC8E8F7C
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 0DC1503A46F231838AD88BCDDC8E8F7C
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 10F61E61D2E284244AF26762C141B7C6
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 10F61E61D2E284244AF26762C141B7C6
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 18555481990E8AB4CBB63FB4F26006C0
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 18555481990E8AB4CBB63FB4F26006C0
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 19EB839C5BB348B4E96F880F05D50083
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 19EB839C5BB348B4E96F880F05D50083
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 1A091792D0B46DC4B8F993701FC5F38D
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 1A091792D0B46DC4B8F993701FC5F38D
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 1BD7783877B8CB54BA34B2CA220E390E
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 1BD7783877B8CB54BA34B2CA220E390E
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 1C2D6E6109C79034E84C2D126209AA4A
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 1C2D6E6109C79034E84C2D126209AA4A
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 1CE3E25CC8401E54D835010B6C056938
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 1CE3E25CC8401E54D835010B6C056938
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 1CF327F06067768468C6EC08DA92D2FA
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 1CF327F06067768468C6EC08DA92D2FA
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 1D5E3C0FEDA1E123187686FED06E995A
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 1D5E3C0FEDA1E123187686FED06E995A
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 1E023123A5E0BC63E9253F2B108B4C4D
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 1E023123A5E0BC63E9253F2B108B4C4D
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 1E60C7B188846A7499A290099B864368
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 1E60C7B188846A7499A290099B864368
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 1E727890A57705445B37F344F1C12A34
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 1E727890A57705445B37F344F1C12A34
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 26DDC2EC4210AC63483DF9D4FCC5B59D
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 26DDC2EC4210AC63483DF9D4FCC5B59D
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 27B4B248F8E926943B1CC124A2C54443
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 27B4B248F8E926943B1CC124A2C54443
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 29F49D53A3D15C346850AE62B8A1B79D
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 29F49D53A3D15C346850AE62B8A1B79D
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 2F32C211630C04D4EB4DC04BB75F55C5
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 2F32C211630C04D4EB4DC04BB75F55C5
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 3445DAE54917CC640A5524E8A6BBB1FA
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 3445DAE54917CC640A5524E8A6BBB1FA
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 34742F951AE254A38B2CE6E0E170F88A
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 34742F951AE254A38B2CE6E0E170F88A
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 3AFDEDF82F1CD8A4787277954D4C334E
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 3AFDEDF82F1CD8A4787277954D4C334E
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 3C62D210A21EADB3E8ECFD417E125A70
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 3C62D210A21EADB3E8ECFD417E125A70
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 3FCC006F88C922A40B4BDD8AE2991781
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 3FCC006F88C922A40B4BDD8AE2991781
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 40DDF53BDF84D3D40BBE80C81573DC24
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 40DDF53BDF84D3D40BBE80C81573DC24
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 41699E6F240F9544287BB8832B063165
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 41699E6F240F9544287BB8832B063165
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 43FF6818983DE7B4A9F21C7985B5FCDB
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 43FF6818983DE7B4A9F21C7985B5FCDB
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 45BC40E1E4FA3CA44B7B0C1A06EB751F
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 45BC40E1E4FA3CA44B7B0C1A06EB751F
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 46B5A9879DD95AB419A50FCFA0B1B7EF
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 46B5A9879DD95AB419A50FCFA0B1B7EF
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 4985BD061A5B26B40B3F66A9220CEED5
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 4985BD061A5B26B40B3F66A9220CEED5
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 4A0B590B5A057D6499880D83EF0B040C
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 4A0B590B5A057D6499880D83EF0B040C
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 4B2E6F938EFCA03C668E8469150F3FC4
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 4B2E6F938EFCA03C668E8469150F3FC4
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 4CF446229AE976F47AC6195CE1E99036
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 4CF446229AE976F47AC6195CE1E99036
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 4EA42A62D9304AC4784BF238120653FF
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 4EA42A62D9304AC4784BF238120653FF
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 4EA42A62D9304AC4784BF238120770FF
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 4EA42A62D9304AC4784BF238120770FF
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 4FC165B0D7C05474FA3561E1424EF478
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 4FC165B0D7C05474FA3561E1424EF478
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 4FE2322521CC12C4BAFCDA7B698103D2
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 4FE2322521CC12C4BAFCDA7B698103D2
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 50207F4104910004887CEB97A9B6C2DA
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 50207F4104910004887CEB97A9B6C2DA
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 5149C053C7D38EE4AB9A00CB3B5D2472
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 5149C053C7D38EE4AB9A00CB3B5D2472
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 54F3D028EE6FFAA418FEEC12FF122D03
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 54F3D028EE6FFAA418FEEC12FF122D03
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 598A4D02C84788D478C1DF1B96B51096
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 598A4D02C84788D478C1DF1B96B51096
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 5C1093C35543A0E32A41B090A305076A
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 5C1093C35543A0E32A41B090A305076A
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 5DDB7CC701F64274691AAE7C9D2F38C1
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 5DDB7CC701F64274691AAE7C9D2F38C1
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 5FFE3494F922D534EB9AEBC3EA7A387A
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 5FFE3494F922D534EB9AEBC3EA7A387A
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 65AA8C038804F624191DE0FD3D2A6587
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 65AA8C038804F624191DE0FD3D2A6587
    MSI (s) (D4:C4) [12:23:46:281]: Setting cached product context: machine assigned for product: 65AFE4501CA24F848A38A08B89479B27
    MSI (s) (D4:C4) [12:23:46:281]: Using cached product context: machine assigned for product: 65AFE4501CA24F848A38A08B89479B27
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: 68AB67CA3301004F7706000000000040
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: 68AB67CA3301004F7706000000000040
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: 68AB67CA7DA73301B744AA0100000010
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744AA0100000010
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: 6988E4A37E2C48044A4A8BDF81497E93
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: 6988E4A37E2C48044A4A8BDF81497E93
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: 69B2FAB206574B84784D0171D8BD2E71
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: 69B2FAB206574B84784D0171D8BD2E71
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: 6A48C39F6CD0FA2498AF77F6C7733735
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: 6A48C39F6CD0FA2498AF77F6C7733735
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: 6E815EB96CCE9A53884E7857C57002F0
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: 6E815EB96CCE9A53884E7857C57002F0
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: 6ED9C2D3EDA925242A144E73320BEC20
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: 6ED9C2D3EDA925242A144E73320BEC20
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: 773DA92B21CCA0944A08412533C716D8
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: 773DA92B21CCA0944A08412533C716D8
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: 79CB961BAA8BACA4C92FD9F05FABDB7F
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: 79CB961BAA8BACA4C92FD9F05FABDB7F
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: 7B7ED50B04B01144DBB422C2EAD2F851
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: 7B7ED50B04B01144DBB422C2EAD2F851
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: 80A42C363F07E8C49BBFF9129A3008D1
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: 80A42C363F07E8C49BBFF9129A3008D1
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: 81E90534E670EF04FA83ACE54D005A9A
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: 81E90534E670EF04FA83ACE54D005A9A
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: 87DC81E024B686045AD15C8AA5B9232D
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: 87DC81E024B686045AD15C8AA5B9232D
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: 88D1D3971416ED34EB8595CB3EB10409
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: 88D1D3971416ED34EB8595CB3EB10409
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: 890B46E081086524AB323C614AA39D0B
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: 890B46E081086524AB323C614AA39D0B
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: 897353EE578E0E245BD8E7666981E28A
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: 897353EE578E0E245BD8E7666981E28A
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: 8A356DF1AFC929348BC9CCBD11D44E24
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: 8A356DF1AFC929348BC9CCBD11D44E24
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: 8A84FEFC8BFBCAE3B85AEDF4A82A76EC
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: 8A84FEFC8BFBCAE3B85AEDF4A82A76EC
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: 8EA3F2A2A6422524BB62B1BE54260747
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: 8EA3F2A2A6422524BB62B1BE54260747
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: 8FF34286AC38B6642B8BF999AD45974C
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: 8FF34286AC38B6642B8BF999AD45974C
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: 93BAD29AC2E44034A96BCB446EB8552E
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: 93BAD29AC2E44034A96BCB446EB8552E
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: 94A2A8903FC780F43AD8BF78197151A2
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: 94A2A8903FC780F43AD8BF78197151A2
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: 99C7E68CDA4E7C9773B5A1FEA919CEB2
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: 99C7E68CDA4E7C9773B5A1FEA919CEB2
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: 9BE8AA9E1DCF9284EAC32F2D116CF724
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: 9BE8AA9E1DCF9284EAC32F2D116CF724
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: A1654F9BD42901548AA5BB90063C83BC
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: A1654F9BD42901548AA5BB90063C83BC
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: A2D312F4249B1164EA5E949F4DD2A0F2
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: A2D312F4249B1164EA5E949F4DD2A0F2
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: A43781617593DDA418999F376713908A
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: A43781617593DDA418999F376713908A
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: A4E93C742F821B339B7B792FE4259D71
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: A4E93C742F821B339B7B792FE4259D71
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: A5428612DA5B8D046A14843E0E075B6B
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: A5428612DA5B8D046A14843E0E075B6B
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: A7479A765F1EA9E418CC215B5D8BB1E6
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: A7479A765F1EA9E418CC215B5D8BB1E6
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: A76E0F7639E8C2C42BD9744C282637A8
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: A76E0F7639E8C2C42BD9744C282637A8
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: A9FD8AD3E4404C645813EDBD0BEE73FF
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: A9FD8AD3E4404C645813EDBD0BEE73FF
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: AAAEC9EB960F1334FBF2D853F056404F
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: AAAEC9EB960F1334FBF2D853F056404F
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: AAE3ACD15BE636549A07AE417D0573AB
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: AAE3ACD15BE636549A07AE417D0573AB
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: AE7BA13965637BB468D420B2903EDD76
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: AE7BA13965637BB468D420B2903EDD76
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: B45568A682984E035AC37D33679831D4
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: B45568A682984E035AC37D33679831D4
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: B8499BEA2FF49C7499E0741044290AEF
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: B8499BEA2FF49C7499E0741044290AEF
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: BA3106D07C0ACD1479C39E13929C2AF9
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: BA3106D07C0ACD1479C39E13929C2AF9
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: BAC23578239748F49873283373268270
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: BAC23578239748F49873283373268270
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: BB15DDCF0DAC1BB47BFDEC681D307249
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: BB15DDCF0DAC1BB47BFDEC681D307249
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: BD5A66990BB898D47A1083E68DE4978B
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: BD5A66990BB898D47A1083E68DE4978B
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: BE893D49DF2D1DF48B4C9562538E1A19
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: BE893D49DF2D1DF48B4C9562538E1A19
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: BF4A9E846C7141B4CBD98DA32F4A50A9
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: BF4A9E846C7141B4CBD98DA32F4A50A9
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: BFBBC8F66897041419CE8D7C1FCED83F
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: BFBBC8F66897041419CE8D7C1FCED83F
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: C55525A4A2303804DB9DA658BABF938A
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: C55525A4A2303804DB9DA658BABF938A
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: C58AB56B72A00CB42AD26AF6E0B54949
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: C58AB56B72A00CB42AD26AF6E0B54949
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: C5BA57CC0112F7A4FA250768082DF28E
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: C5BA57CC0112F7A4FA250768082DF28E
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: C618CE54177041C4EAD6271D5B874F8C
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: C618CE54177041C4EAD6271D5B874F8C
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: C9D869E47A1251946B897FEA9B3145D1
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: C9D869E47A1251946B897FEA9B3145D1
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: CAE4C7A983E63E2458AA0488478A30ED
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: CAE4C7A983E63E2458AA0488478A30ED
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: CCF5A2BFB18B2C840A90874096D4389E
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: CCF5A2BFB18B2C840A90874096D4389E
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: CD2E91C5FCC441134BA0E665957820F5
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: CD2E91C5FCC441134BA0E665957820F5
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: CE042E44422287048AB8C2EED00361FE
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: CE042E44422287048AB8C2EED00361FE
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: CE33E4BB18185864697F584592D3CEA6
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: CE33E4BB18185864697F584592D3CEA6
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: D30CF9A3586C138449FCE4FD3D474979
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: D30CF9A3586C138449FCE4FD3D474979
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: D680D4049407E6E6AEE91758FDA17AF0
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: D680D4049407E6E6AEE91758FDA17AF0
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: DC3BF90CC0D3D2F398A9A6D1762F70F3
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: DC3BF90CC0D3D2F398A9A6D1762F70F3
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: DD18351B79FFDCF48A18DED40B795500
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: DD18351B79FFDCF48A18DED40B795500
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: DF8691651A65DF94E90D5F45287C5CCB
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: DF8691651A65DF94E90D5F45287C5CCB
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: E2E46E0F06A38D045AD5296F388157AD
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: E2E46E0F06A38D045AD5296F388157AD
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: E4C8035058276604AB3EB605ADE67D55
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: E4C8035058276604AB3EB605ADE67D55
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: E7FF67E4ABEA78C47B88DC745E24B5D9
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: E7FF67E4ABEA78C47B88DC745E24B5D9
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: E86AA8E665EAEE84CA6E5046E74AF6A6
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: E86AA8E665EAEE84CA6E5046E74AF6A6
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: E8B09BEDBCD0EC849BE088242ADB46E3
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: E8B09BEDBCD0EC849BE088242ADB46E3
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: EAA8BFBC2F89F4E4D829CB9842521DF6
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: EAA8BFBC2F89F4E4D829CB9842521DF6
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: ED8F994D13F3009419751660613107B4
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: ED8F994D13F3009419751660613107B4
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: F0DCCAA94372C8E4C84272204D05E639
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: F0DCCAA94372C8E4C84272204D05E639
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: F3B2FE8F543C02F4F84E97A10233C35D
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: F3B2FE8F543C02F4F84E97A10233C35D
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: F58E0CD04E63B3643BAEC48DDE22221A
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: F58E0CD04E63B3643BAEC48DDE22221A
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: F60730A4A66673047777F5728467D401
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: F60730A4A66673047777F5728467D401
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: F9FDF824010EC4C48ABB519606FAACC1
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: F9FDF824010EC4C48ABB519606FAACC1
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: FAA7FB51C648D6A4081ED5F17CBF64B1
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: FAA7FB51C648D6A4081ED5F17CBF64B1
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: FBDC5E36412830F4488FDCC34E6893DA
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: FBDC5E36412830F4488FDCC34E6893DA
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: FCDAC0A0AD874C333A05DC1548B97920
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: FCDAC0A0AD874C333A05DC1548B97920
    MSI (s) (D4:C4) [12:23:46:296]: Setting cached product context: machine assigned for product: FE9286A31970DDF439286C09DD80129B
    MSI (s) (D4:C4) [12:23:46:296]: Using cached product context: machine assigned for product: FE9286A31970DDF439286C09DD80129B
    MSI (s) (D4:C4) [12:23:46:296]: File will have security applied from OpCode.
    MSI (s) (D4:C4) [12:23:46:312]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'c:\docume~1\fl04\ustawi~1\temp\air449.tmp\setup.msi' against software restriction policy
    MSI (s) (D4:C4) [12:23:46:312]: SOFTWARE RESTRICTION POLICY: c:\docume~1\fl04\ustawi~1\temp\air449.tmp\setup.msi has a digital signature
    MSI (s) (D4:C4) [12:23:46:421]: SOFTWARE RESTRICTION POLICY: c:\docume~1\fl04\ustawi~1\temp\air449.tmp\setup.msi is permitted to run at the 'unrestricted' authorization level.
    MSI (s) (D4:C4) [12:23:46:437]: End dialog not enabled
    MSI (s) (D4:C4) [12:23:46:437]: Original package ==> c:\docume~1\fl04\ustawi~1\temp\air449.tmp\setup.msi
    MSI (s) (D4:C4) [12:23:46:437]: Package we're running from ==> c:\WINDOWS\Installer\a25792.msi
    MSI (s) (D4:C4) [12:23:46:437]: APPCOMPAT: looking for appcompat database entry with ProductCode '{5AF4B3C4-C393-48D7-AC7E-8E7615579548}'.
    MSI (s) (D4:C4) [12:23:46:437]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (D4:C4) [12:23:46:437]: MSCOREE not loaded loading copy from system32
    MSI (s) (D4:C4) [12:23:46:437]: Machine policy value 'TransformsSecure' is 0
    MSI (s) (D4:C4) [12:23:46:437]: User policy value 'TransformsAtSource' is 0
    MSI (s) (D4:C4) [12:23:46:437]: Machine policy value 'DisablePatch' is 0
    MSI (s) (D4:C4) [12:23:46:437]: Machine policy value 'AllowLockdownPatch' is 0
    MSI (s) (D4:C4) [12:23:46:437]: Machine policy value 'DisableLUAPatching' is 0
    MSI (s) (D4:C4) [12:23:46:437]: Machine policy value 'DisableFlyWeightPatching' is 0
    MSI (s) (D4:C4) [12:23:46:437]: Enabling baseline caching for this transaction since all active patches are MSI 3.0 style MSPs or at least one MSI 3.0 minor update patch is active
    MSI (s) (D4:C4) [12:23:46:437]: APPCOMPAT: looking for appcompat database entry with ProductCode '{5AF4B3C4-C393-48D7-AC7E-8E7615579548}'.
    MSI (s) (D4:C4) [12:23:46:437]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (D4:C4) [12:23:46:437]: Transforms are not secure.
    MSI (s) (D4:C4) [12:23:46:437]: Note: 1: 2205 2:  3: Control
    MSI (s) (D4:C4) [12:23:46:437]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\DOCUME~1\FL04\USTAWI~1\Temp\MSI25724.LOG'.
    MSI (s) (D4:C4) [12:23:46:437]: Command Line: CURRENTDIRECTORY=C:\Documents and Settings\FL04\Pulpit CLIENTUILEVEL=3 MSICLIENTUSESEXTERNALUI=1 CLIENTPROCESSID=4568
    MSI (s) (D4:C4) [12:23:46:437]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{92C837FF-3CEC-4372-95DB-92C57E72F250}'.
    MSI (s) (D4:C4) [12:23:46:437]: Product Code passed to Engine.Initialize:           ''
    MSI (s) (D4:C4) [12:23:46:437]: Product Code from property table before transforms: '{5AF4B3C4-C393-48D7-AC7E-8E7615579548}'
    MSI (s) (D4:C4) [12:23:46:437]: Product Code from property table after transforms:  '{5AF4B3C4-C393-48D7-AC7E-8E7615579548}'
    MSI (s) (D4:C4) [12:23:46:437]: Product not registered: beginning first-time install
    MSI (s) (D4:C4) [12:23:46:437]: Product {5AF4B3C4-C393-48D7-AC7E-8E7615579548} is not managed.
    MSI (s) (D4:C4) [12:23:46:437]: MSI_LUA: Credential prompt functionality not available on this operating system
    MSI (s) (D4:C4) [12:23:46:437]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
    MSI (s) (D4:C4) [12:23:46:437]: Entering CMsiConfigurationManager::SetLastUsedSource.
    MSI (s) (D4:C4) [12:23:46:437]: User policy value 'SearchOrder' is 'nmu'
    MSI (s) (D4:C4) [12:23:46:437]: Adding new sources is allowed.
    MSI (s) (D4:C4) [12:23:46:437]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
    MSI (s) (D4:C4) [12:23:46:437]: Package name extracted from package path: 'setup.msi'
    MSI (s) (D4:C4) [12:23:46:437]: Package to be registered: 'setup.msi'
    MSI (s) (D4:C4) [12:23:46:453]: Note: 1: 2205 2:  3: Error
    MSI (s) (D4:C4) [12:23:46:453]: Note: 1: 2262 2: AdminProperties 3: -2147287038
    MSI (s) (D4:C4) [12:23:46:453]: Machine policy value 'DisableMsi' is 0
    MSI (s) (D4:C4) [12:23:46:453]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (D4:C4) [12:23:46:453]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (D4:C4) [12:23:46:453]: Product installation will be elevated because user is admin and product is being installed per-machine.
    MSI (s) (D4:C4) [12:23:46:453]: Running product '{5AF4B3C4-C393-48D7-AC7E-8E7615579548}' with elevated privileges: Product is assigned.
    MSI (s) (D4:C4) [12:23:46:453]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Documents and Settings\FL04\Pulpit'.
    MSI (s) (D4:C4) [12:23:46:453]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '3'.
    MSI (s) (D4:C4) [12:23:46:453]: PROPERTY CHANGE: Adding MSICLIENTUSESEXTERNALUI property. Its value is '1'.
    MSI (s) (D4:C4) [12:23:46:453]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '4568'.
    MSI (s) (D4:C4) [12:23:46:453]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0
    MSI (s) (D4:C4) [12:23:46:453]: DisableAutomaticApplicationShutdown system policy is ignored on this version of Windows.
    MSI (s) (D4:C4) [12:23:46:453]: TRANSFORMS property is now:
    MSI (s) (D4:C4) [12:23:46:453]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
    MSI (s) (D4:C4) [12:23:46:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\FL04\Dane aplikacji
    MSI (s) (D4:C4) [12:23:46:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\FL04\Ulubione
    MSI (s) (D4:C4) [12:23:46:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\FL04\NetHood
    MSI (s) (D4:C4) [12:23:46:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\FL04\Moje dokumenty
    MSI (s) (D4:C4) [12:23:46:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\FL04\PrintHood
    MSI (s) (D4:C4) [12:23:46:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\FL04\Recent
    MSI (s) (D4:C4) [12:23:46:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\FL04\SendTo
    MSI (s) (D4:C4) [12:23:46:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\FL04\Szablony
    MSI (s) (D4:C4) [12:23:46:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Dane aplikacji
    MSI (s) (D4:C4) [12:23:46:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\FL04\Ustawienia lokalne\Dane aplikacji
    MSI (s) (D4:C4) [12:23:46:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\FL04\Moje dokumenty\Moje obrazy
    MSI (s) (D4:C4) [12:23:46:453]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Menu Start\Programy\Narzędzia administracyjne
    MSI (s) (D4:C4) [12:23:46:468]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Menu Start\Programy\Autostart
    MSI (s) (D4:C4) [12:23:46:468]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Menu Start\Programy
    MSI (s) (D4:C4) [12:23:46:468]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Menu Start
    MSI (s) (D4:C4) [12:23:46:468]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Pulpit
    MSI (s) (D4:C4) [12:23:46:468]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\FL04\Menu Start\Programy\Narzędzia administracyjne
    MSI (s) (D4:C4) [12:23:46:468]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\FL04\Menu Start\Programy\Autostart
    MSI (s) (D4:C4) [12:23:46:468]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\FL04\Menu Start\Programy
    MSI (s) (D4:C4) [12:23:46:468]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\FL04\Menu Start
    MSI (s) (D4:C4) [12:23:46:468]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\FL04\Pulpit
    MSI (s) (D4:C4) [12:23:46:468]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Szablony
    MSI (s) (D4:C4) [12:23:46:468]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
    MSI (s) (D4:C4) [12:23:46:468]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
    MSI (s) (D4:C4) [12:23:46:468]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
    MSI (s) (D4:C4) [12:23:46:468]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (D4:C4) [12:23:46:468]: PROPERTY CHANGE: Adding USERNAME property

    Unfortunately this error code isn't very helpful.  In cases like this I usually try and install previous versions of the runtime (usually starting at the 2.0 release) then incrementally update them until I either get up to date or as close as possible.  You can find previous versions here:
    http://helpx.adobe.com/air/kb/archived-air-sdk-version.html

  • Installing and using Adobe Air SDK 2.5 with Flash Professional CS4

    Hi,
    I am trying to install the Air SDK 2.5 with Flash Professional CS4 with the intention of creating a program to use Actionscript 3 to communicate with the UDP interface using datagrams. (The server is the IL2 device link interface) As I am very new to this development environment I was wondering if anyone could answer a few questions.
    1) Can I use datagram sockets with Air 2.5 with Actionscript 3 and Flash CS4?
    2) Is there special procedure for installing the AIR SDK 2.5 or do I use the instructions layout in "How to Overlay the Adobe Air 2 SDK for Use with Flash Professional - Flash professional CS4"?
    3) If I do use those instructions, when I edit the namespace for my application do I set it to 2.0 or 2.5?
    4) As a stepping stone to building my program I was trying to try to build the Actionscript 3  DatagramSocketExample program that is published by Adobe. Unfortunately I am getting a '1046: Type was not found or was not a compile-time constant: DatagramSocketDataEvent'.
    Is there a step by step tutorial on how to get the example code up and running?
    Thankyou for your time and patience with my noob questions
    Ian

    This was part of the AIR 2.0 beta release note, but I used this for 2.5 and it works nice.
    You can try it too an make sure you use 2.5 wherever the not says 2.0beta2.
    Goodluck.
    How to Update Flash CS4 to Use the AIR 2 Beta SDK
    If you use Flash CS4 Professional to build Adobe AIR applications, please follow the instructions below to manually update the version of the AIR SDK to use version 2.0.
    Update Flash CS4 Professional to version 10.0.2 at http://www.adobe.com/support/flash/downloads.html or select "Help > Updates... " from within Flash CS4.
    Quit Flash CS4 Professional if it is open.
    Navigate to the Flash CS4 installation folder. The default location on Windows is "C:\Program Files\Adobe\Adobe Flash CS4\" and on Mac OS "/Applications/Adobe Flash CS4/"
    Within the "Adobe Flash CS4" folder you should see a folder called "AIK1.5". If this folder is not present repeat step #1.
    Rename the folder "AIK1.5" to "AIK1.5 OLD" or delete it if you do not need to save a copy of it.
    Make a new folder called "AIK1.5"
    Download the Adobe AIR 2 SDK from the labs website and uncompress the contents of the folder to the new "AIK1.5" folder you just created.
    Copy the "airglobal.swc" file located within the "Adobe Flash CS4/AIK1.5/frameworks/libs/air/" folder into the "Adobe Flash CS4/Common/Configuration/ActionScript 3.0/AIR1.5/" folder.
    Flash CS4 is now configured to use the AIR 2 beta 2 SDK.
    In order to take advantage of the new AIR 2 beta 2 features, you will need to update your application descriptor file to use the "2.0beta2" namespace.

  • How can I uninstall and reinstall Adobe AIR so that AIR apps will find it?

    I installed Master Collection CS5.5 Trial, and I can run Photoshop and other apps, but Help, Content Viewer and Widget Browser won't run, they give an error message "This application requires a version of Adobe AIR which cannot be found."
    Before I installed the trial, there was no AIR installed (Clean Windows install)... After the trial is installed, I note that AIR 2.5 has been installed - and yet I get the above message. I try uninstalling 2.5, get the same message. After restoring the previous image (which does not have AIR installed yet), I go to <www.adobe.com/go/getair> as instructed; it seems to download 3.2, it shows up that way in the program list, but still same messages and I cannot uninstall this version either (3.2, same message).
    I followed the recommendation from here (and Microsoft) to use Mr. Fixit to uninstall, which appears to work successfully, and then reinstall from <www.adobe.com/go/getair>, which also appears to go successfully, but same erorrs as before.
    I restored the backup image again (no AIR), and try to download the trial version online, I download the Download Assistant, it runs and downloads AIR 3.2 and apparently downloads it, and yet it STILL gets the same message as above, and it too cannot be uninstalled (same message when uninstall is tried)
    I can't find any way to attach the log file, so /i will quote it inline here:
    [2012-04-17:03:45:55] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2012-04-17:03:45:55] No installed runtime detected
    [2012-04-17:03:45:55] Begin runtime download from http://airdownload.adobe.com/air/3/nai/windows5.1/x86/installer
    [2012-04-17:03:46:08] Download success
    [2012-04-17:03:46:08] Begin signature download from http://airdownload.adobe.com/air/3/nai/windows5.1/x86/installer.p7
    [2012-04-17:03:46:12] Download success
    [2012-04-17:03:46:12] Detached signature verified
    [2012-04-17:03:46:12] Begin cert chain validation
    [2012-04-17:03:46:12] Begin crl download from http://crl.adobe.com/prodSvce.crl
    [2012-04-17:03:46:12] Download success
    [2012-04-17:03:46:12] Begin crl download from http://crl.adobe.com/cds.crl
    [2012-04-17:03:46:12] Download success
    [2012-04-17:03:46:12] Begin crl download from ldap:///CN=CRL1, CN=Adobe Root CA, OU=Adobe Trust Services, O=Adobe Systems Incorporated, C=US?certificateRevocationList;binary,authorityRevocationList;binary,deltaRevocationList; binary
    [2012-04-17:03:46:12] Download failure: could not retrieve crl crypt object
    [2012-04-17:03:46:12] Cert chain validation succeeded
    [2012-04-17:03:46:12] Launching subprocess with commandline "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIRRuntimeInstaller.exe" -x1 "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIRB.tmp\Adobe Download Assistant"
    [2012-04-17:03:46:18] Runtime Installer begin with version 3.2.0.2070 on Windows XP x86
    [2012-04-17:03:46:18] Commandline is: -x1 "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIRB.tmp\Adobe Download Assistant"
    [2012-04-17:03:46:18] No installed runtime detected
    [2012-04-17:03:46:18] Invoking Application Installer for combined install
    [2012-04-17:03:46:18] Launching subprocess with commandline C:\DOCUME~1\Admin\LOCALS~1\Temp\AIRD.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Admin\LOCALS~1\Temp\AIRD.tmp -withRuntime -url "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIRB.tmp\Adobe Download Assistant"
    [2012-04-17:03:46:19] Application Installer begin with version 3.2.0.2070 on Windows XP x86
    [2012-04-17:03:46:19] Commandline is: -runtime C:\DOCUME~1\Admin\LOCALS~1\Temp\AIRD.tmp -withRuntime -url "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIRB.tmp\Adobe Download Assistant"
    [2012-04-17:03:46:19] No installed runtime detected
    [2012-04-17:03:46:20] Validating app in folder C:\DOCUME~1\Admin\LOCALS~1\Temp\AIRB.tmp\Adobe Download Assistant
    [2012-04-17:03:46:22] Application signature verified
    [2012-04-17:03:46:22] Unpackaging/validation complete
    [2012-04-17:03:47:36] Starting combined runtime and app install.
    Installing runtime version 3.2.0.2070.
    Installing app com.adobe.downloadassistant.AdobeDownloadAssistant version 1.0.6 to D:\downloads using the source file at C:\DOCUME~1\Admin\LOCALS~1\Temp\AIRB.tmp\Adobe Download Assistant
    [2012-04-17:03:47:37] Installing msi at C:\DOCUME~1\Admin\LOCALS~1\Temp\AIRD.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    [2012-04-17:03:47:40] Installing msi at C:\DOCUME~1\Admin\LOCALS~1\Temp\AIRB.tmp\Adobe Download Assistant\setup.msi with guid {969E11AA-8F3A-F162-1A5A-0965E216B6CE}
    [2012-04-17:03:47:42] Launching subprocess with commandline D:\downloads\Adobe Download Assistant\Adobe Download Assistant.exe
    [2012-04-17:03:47:42] Application Installer end with exit code 0
    [2012-04-17:03:47:42] Subprocess app installer succeeded
    [2012-04-17:03:47:43] Runtime Installer end with exit code 0
    [2012-04-17:03:47:43] Subprocess Runtime Installer succeeded
    [2012-04-17:03:47:43] Bootstrapper end with exit code 0
    [2012-04-17:03:49:24] Runtime Installer begin with version 3.2.0.2070 on Windows XP x86
    [2012-04-17:03:49:24] Commandline is:
    [2012-04-17:03:49:24] No installed runtime detected
    [2012-04-17:03:49:30] Starting runtime install. Installing runtime version 3.2.0.2070
    [2012-04-17:03:49:30] Reinstalling c:\docume~1\admin\locals~1\temp\air1c.tmp\setup.msi
    [2012-04-17:03:49:38] Got an unexpected fatal error while quitting: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception TypeError: Error #1009" errorID=1009]
    [2012-04-17:03:49:38] Runtime Installer end with exit code 5
    [2012-04-17:03:51:31] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2012-04-17:03:51:31] No installed runtime detected
    [2012-04-17:03:51:31] Begin runtime download from http://airdownload.adobe.com/air/3/nai/windows5.1/x86/installer
    [2012-04-17:03:51:43] Download success
    [2012-04-17:03:51:43] Begin signature download from http://airdownload.adobe.com/air/3/nai/windows5.1/x86/installer.p7
    [2012-04-17:03:51:46] Download success
    [2012-04-17:03:51:47] Detached signature verified
    [2012-04-17:03:51:47] Begin cert chain validation
    [2012-04-17:03:51:47] Begin crl download from http://crl.adobe.com/prodSvce.crl
    [2012-04-17:03:51:47] Download success
    [2012-04-17:03:51:47] Begin crl download from http://crl.adobe.com/cds.crl
    [2012-04-17:03:51:47] Download success
    [2012-04-17:03:51:47] Begin crl download from ldap:///CN=CRL1, CN=Adobe Root CA, OU=Adobe Trust Services, O=Adobe Systems Incorporated, C=US?certificateRevocationList;binary,authorityRevocationList;binary,deltaRevocationList; binary
    [2012-04-17:03:51:47] Download failure: could not retrieve crl crypt object
    [2012-04-17:03:51:47] Cert chain validation succeeded
    [2012-04-17:03:51:47] Launching subprocess with commandline "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIRRuntimeInstaller.exe" -x1 "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR2B.tmp\Adobe Download Assistant"
    [2012-04-17:03:51:53] Runtime Installer begin with version 3.2.0.2070 on Windows XP x86
    [2012-04-17:03:51:53] Commandline is: -x1 "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR2B.tmp\Adobe Download Assistant"
    [2012-04-17:03:51:53] No installed runtime detected
    [2012-04-17:03:51:53] Invoking Application Installer for combined install
    [2012-04-17:03:51:53] Launching subprocess with commandline C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR2D.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR2D.tmp -withRuntime -url "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR2B.tmp\Adobe Download Assistant"
    [2012-04-17:03:51:53] Application Installer begin with version 3.2.0.2070 on Windows XP x86
    [2012-04-17:03:51:53] Commandline is: -runtime C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR2D.tmp -withRuntime -url "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR2B.tmp\Adobe Download Assistant"
    [2012-04-17:03:51:53] No installed runtime detected
    [2012-04-17:03:51:55] Validating app in folder C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR2B.tmp\Adobe Download Assistant
    [2012-04-17:03:51:56] Application signature verified
    [2012-04-17:03:51:56] Unpackaging/validation complete
    [2012-04-17:03:52:19] Starting combined runtime install and app update.
    Installing runtime version 3.2.0.2070.
    Updating from com.adobe.downloadassistant.AdobeDownloadAssistant version 1.0.6 to com.adobe.downloadassistant.AdobeDownloadAssistant version 1.0.6 at D:\downloads using the source file at C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR2B.tmp\Adobe Download Assistant
    [2012-04-17:03:52:19] Reinstalling C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR2D.tmp\setup.msi
    [2012-04-17:03:52:22] Installing msi at C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR2B.tmp\Adobe Download Assistant\setup.msi with guid {969E11AA-8F3A-F162-1A5A-0965E216B6CE}
    [2012-04-17:03:52:23] Launching subprocess with commandline D:\downloads\Adobe Download Assistant\Adobe Download Assistant.exe
    [2012-04-17:03:52:23] Application Installer end with exit code 0
    [2012-04-17:03:52:23] Subprocess app installer succeeded
    [2012-04-17:03:52:23] Runtime Installer end with exit code 0
    [2012-04-17:03:52:24] Subprocess Runtime Installer succeeded
    [2012-04-17:03:52:24] Bootstrapper end with exit code 0
    [2012-04-17:03:52:52] Bootstrapper begin with version 2.5.0.16600 on Win x86
    [2012-04-17:03:52:52] No installed runtime detected
    [2012-04-17:03:52:52] Begin runtime download from http://airdownload.adobe.com/air/3/nai/windows5.1/x86/installer
    [2012-04-17:03:53:05] Download success
    [2012-04-17:03:53:05] Begin signature download from http://airdownload.adobe.com/air/3/nai/windows5.1/x86/installer.p7
    [2012-04-17:03:53:08] Download success
    [2012-04-17:03:53:08] Detached signature verified
    [2012-04-17:03:53:08] Begin cert chain validation
    [2012-04-17:03:53:08] Begin crl download from http://crl.adobe.com/prodSvce.crl
    [2012-04-17:03:53:08] Download success
    [2012-04-17:03:53:08] Begin crl download from http://crl.adobe.com/cds.crl
    [2012-04-17:03:53:08] Download success
    [2012-04-17:03:53:08] Begin crl download from ldap:///CN=CRL1, CN=Adobe Root CA, OU=Adobe Trust Services, O=Adobe Systems Incorporated, C=US?certificateRevocationList;binary,authorityRevocationList;binary,deltaRevocationList; binary
    [2012-04-17:03:53:08] Download failure: could not retrieve crl crypt object
    [2012-04-17:03:53:08] Cert chain validation succeeded
    [2012-04-17:03:53:08] Launching subprocess with commandline "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIRRuntimeInstaller.exe" -x1 "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR38.tmp\Adobe Download Assistant"
    [2012-04-17:03:53:14] Runtime Installer begin with version 3.2.0.2070 on Windows XP x86
    [2012-04-17:03:53:14] Commandline is: -x1 "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR38.tmp\Adobe Download Assistant"
    [2012-04-17:03:53:14] No installed runtime detected
    [2012-04-17:03:53:14] Invoking Application Installer for combined install
    [2012-04-17:03:53:14] Launching subprocess with commandline C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR3A.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR3A.tmp -withRuntime -url "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR38.tmp\Adobe Download Assistant"
    [2012-04-17:03:53:15] Application Installer begin with version 3.2.0.2070 on Windows XP x86
    [2012-04-17:03:53:15] Commandline is: -runtime C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR3A.tmp -withRuntime -url "C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR38.tmp\Adobe Download Assistant"
    [2012-04-17:03:53:15] No installed runtime detected
    [2012-04-17:03:53:16] Validating app in folder C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR38.tmp\Adobe Download Assistant
    [2012-04-17:03:53:17] Application signature verified
    [2012-04-17:03:53:17] Unpackaging/validation complete
    [2012-04-17:03:53:35] Starting combined runtime install and app update.
    Installing runtime version 3.2.0.2070.
    Updating from com.adobe.downloadassistant.AdobeDownloadAssistant version 1.0.6 to com.adobe.downloadassistant.AdobeDownloadAssistant version 1.0.6 at D:\downloads using the source file at C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR38.tmp\Adobe Download Assistant
    [2012-04-17:03:53:35] Reinstalling C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR3A.tmp\setup.msi
    [2012-04-17:03:53:38] Installing msi at C:\DOCUME~1\Admin\LOCALS~1\Temp\AIR38.tmp\Adobe Download Assistant\setup.msi with guid {969E11AA-8F3A-F162-1A5A-0965E216B6CE}
    [2012-04-17:03:53:38] Launching subprocess with commandline D:\downloads\Adobe Download Assistant\Adobe Download Assistant.exe
    [2012-04-17:03:53:38] Application Installer end with exit code 0
    [2012-04-17:03:53:39] Subprocess app installer succeeded
    [2012-04-17:03:53:39] Runtime Installer end with exit code 0
    [2012-04-17:03:53:39] Subprocess Runtime Installer succeeded
    [2012-04-17:03:53:39] Bootstrapper end with exit code 0
    As an alternative I am re-downloading the MC 5.5 through direct link instead of the Download Assistant which does not work, but I expect it will have the same problems.
    Thanks.

    Can you try the following for me.
    Run the microsoft fix it and have it uninstall AIR
    Delete the folder: C:\Program Files\Common Files\Adobe AIR (this might also be in Program Files(x86))
    Delete the folder: C:\Users\username\AppData\Roaming\Adobe
    Delete the folder: C:\Users\chris\AppData\Local\Adobe\AIR
    Install AIR 3.2 by itself, from: http://airdownload.adobe.com/air/win/download/3.2/AdobeAIRInstaller.exe
    Install Adobe Community Help from here: http://www.adobe.com/support/chc/air/350/AdobeHelp.air
    Does the AdobeHelp.air file install if you double click it?

  • Iam having problems installing and running adobe air

    Unable to install and run adobe air

    What is your operating system?
    What exactly means "unable"?
    [topic moved to Adobe AIR forum]

  • WebHelp, Air Help, FlashHelp and why?

    I've looked around various RoboHelp-related blogs and the Adobe RoboHelp product documentation and have not found any very practical guidance for choosing output types. I have found generic descriptions of those formats, but nothing that really gives me some reasons for choosing one or the other in cases where the technical environment would support any of them.
    I've worked extensively with WinHelp, HTML Help and WebHelp/WebHelp Pro, but the newer formats, specifically Air and Flash, remain rather exotic in my understanding.
    For people who have used those two, what are the main factors that would make you prefer or not prefer one or the other over WebHelp? Let's assume the following:
    single authoring (not collaborative)
    content is process and procedure documentation
    output is to be accessed on a server by people using a variety of devices -- desktop and mobile.
    Based on their advantages to the users and the help designers, what factors (other than habit and familiarity, as in my case) would lead you to choose Flash, Air, or WebHelp?
    Mike in Oz

    Hi Mike.
    If your content is located on a server that discounts a lot of output types. If you have users using mobile devices you'll either want to look into the new functionality added to RoboHelp 10 that specifically allows you to output for mobile devices or organise your content in such a way that it is usable on mobiles. This may well mean having different versions of your outputs.
    The choice of which output you go for is largely arbitary according to your requirements. WebHelp would on the face of it be a good choice as would FlashHelp of AIRHelp. There are differences between them including how they are produced and maintained. Those are certainly factors in which one you choose. No doubt you'll have read the various sites that outline the pros and cons of each. The issues of Flash on Apple devices may discount FlashHelp for mobile devices. The fact that AIRHelp is non-platform specific may count it in but there are other issues with it.
    I'm not sure if this is helping much. Each output type can be used but each has its pros and cons. It is very difficult to advise on which is best for you and your users because we do not know your specific requirements.

  • Broadcasting  dynamic , and semitransparent  adobe air application

    i need to broadcast semitransparent adobe air application (in execution ) over the network , please how can i accomplish this , please note that the application is dynamic , and semitransparent
    i need to broadcast it in a local network to send it to an 'on air' TV mixer

    Any chance of Testing with Flash Professional ? If so than connect your device and in Flash Professional CC go to Debug->Debug Movie-> On Device Via Usb -> Select your device.
    It will start a debug session as soon as you start your app/game and than you can debug whats going wrong on the device, setup your trace statements or breakpoints and see in output panel what actually the problem is.
    I hope it will help or some community guru may assist you or particularly you can post your problem in starling forum too, may be someone will help you there ...
    PS: In debug session mode performance will be low so don't worry about that. This mode is just for debugging and testing purposes.
    Thanks,
    Muhammad Faisal Zaheer,
    Sr. Software Engineer, Team Lead, Cubix Labs

  • Adobe AIR - Inconsistencies in detecting whether Adobe AIR runtime is installed

    Hello Flex community,
    I am having issues with detecting whether Adobe AIR is installed  using the following process: http://livedocs.adobe.com/flex/3/html/help.html?content=distributing_apps_3.html
    Having installed Adobe AIR 1.5, we are at times getting a value of  not installed from the getStatus() function of the air.swf located at  http://airdownload.adobe.com/air/browserapi/air.swf
    Has anyone else faced this issue before? If so, does anyone have any  steps to resolve it?
    Thanks!
    Mauricio

    After doing some more research on the issue, I have found other users encountering the same issue we are:
    http://groups.google.com/group/air-tight/browse_thread/thread/706716c29caf0254
    http://www.flexdeveloper.eu/forums/adobe-air/air-swf%27s-getstatus-method-mistakenly-retur ns-%27available%27-when-air-is-installed/
    http://forums.adobe.com/thread/435935
    In the second thread, it says:
    “My issue seems to be specifically related to the use of "Silent Install". My client has a distribution license for the AIR runtime and is bundling the AIR installer with their installer. When Silent Install is used to install the AIR Runtime, Adobe's air.swf reports that the runtime is not installed. This happens until the user initiates an air app, at which point air.swf is able to detect the runtime installation.””
    This seems to suggest there is a bug with the Silent Installer or with the air.swf getStatus function. I tried the steps above and was able to recreated and resolve the issue. Does anyone else know of a different workaround?

  • Maximum Package Size and Duration for HD Streaming?

    Hey All,
    I've taken the HD plunge and am editing my first piece of video. I've finished and I want to export it to stream to my PS3 and/or Xbox. My question is what are the best settings for export to Quicktime MP4 1080 HD for maximum packet size and max packet duration?
    Also do I need to optimize for server if I will be streaming from my Time Capsule?
    I can successfully stream SD but I don't quite understand all this HD stuff so any and all help is appreciated.

    I totally appreciate the thread but my goal is not to copy the file but to get it to stream properly. Right now it stutters a bit during streaming. I am trying to find out if Max package and duration could help.
    I'm at 15KPBs on the download and 973 on the upload so it shouldn't be a network problem. I was just hoping someone could explain the max settings and recommend something for streaming

  • Adobe installer files remain as windows after Reader installed, I've gone to Adobe Chat and they had me uninstall and reinstall Adobe AIR but the problem presists in Firefox only, not AOL or IE browsers.

    After uninstalling/reinstalling AdobeAIR I now not only get the Adobe Reader install window but also get the AdobeAIR install window upon bootting up Firefox.

    Attached are the two windows I get, Firefox hangs for a couple of minutes while these windows load, a real annoyance.

Maybe you are looking for