Random error #2032 from flex air application

Sometimes in my air application I am getting one error #2032 - but on re-sending this query it works fine. I suspect this is some timing issue. What could be possible use cases where it can fail like this.

Of course you may have some unstated reason for doing this in Air, but if not...
Google photoshop droplet....
Bob

Similar Messages

  • Call JSFL from Flex Air application

    Hi,
    I have a Flex Air application that converts old style flash
    text var txt files into XML. As part of the process it creates a
    jsfl file that when run will automate through older FLAs and
    upgrade them with changes required.
    My question is this. Using the command
    fl.runScript(locationOfJSFLscript) in flash, it will automatically
    call the script and execute it. How do I do the same in Flex? i.e.
    I have a button in the application. I press it and it sends the
    call to run the script.
    Thank you

    Of course you may have some unstated reason for doing this in Air, but if not...
    Google photoshop droplet....
    Bob

  • HTTPService problem (ioerror #2032) in flex AIR application

    Hi all,
    I am using flex 4.5 Hero Sdk. Flex Builder plugin. Win7x64. Adobe Air 2.5.
    I have a flex air project which contains 3 library projects included.
    The project uses one of the included libraries for managing HttpService calls to a Tomcat server.
    When I use "merge into code" option for building all projects there is no problem. I can both run in Adl and installed application (exe). HttpService calls works fine in both Adl and Air 2.5 runtime.
    When I use Rsl option for building all projects I can run-debug in Adl However when I run the installed version (I mean this time running the application not with adl, but with Flex Air 2.5.x version installed in win7x64) this time HttpService calls to the server gives ioerror (Error#2032).
    Some information I discovered (may not be related to the problem I stated above)
    When using rsl option, "use local RSLs when debugging" option makes the difference. If this option is false, Adl cannot run the application.
    I tried -use-network=true compiler option, but not sure if I did everything right while trying.
    Shortly I think I need some knowledge for working with RSLs. So, can anybody help me?

    Take a look at http://forums.adobe.com/message/3345972#3345972

  • Can you call external exe file from Flex Air Application like notepad.exe

    Im trying to make my Air Application open an External exe file anyone know if this can be done?

    Hi,
    If you want to share code between a flex app and AIR, you
    could isolate the common bits as a swc file and link to the swc
    from both the flex and air project.
    Also, you could have the flex mxml file and air mxml file
    load the same module (which has the same stuff as your original
    flex application) using ModuleLoader.
    Or, you could even load the swf of your flex application
    using SWFLoader in your air mxml file.
    Basically, check out creating flex libraries, modules and
    runtime loading of swfs.

  • Open PS (CS-CS4) and load image from flex/air application?

    Hello,
    (Not sure wether to post this in the AIR forum or the FLEX forum?)
    I am at a loss on how to get my simple application to work. I have a small desktop air application that simply opens Photoshop and runs an action. I used switchboard and the application ran great on PC and MAC. However it only worked for CS3, and CS4 not CS or CS2?. Plus the size of switchboard was a bit large for my small app. I am willing to live with that though . I am using Air with Flex and wanted to know if perhaps there is a beter approach? All the application does is open photoshop, loads an image, and runs an action. Can I do this for all versions of Photoshop using switchboard? Can I do this without switchboard and just use javascript. The big issue is the Air app needs to open Photoshop, and most of the examples have me open PS first and then execute a script located in the PS directory. This needs to work outside of the PS directory. Any examples are appreciated.
    I have looked at the following:
    - SwitchBoard : only works for CS3-CS4 (on my tests)
    - PatchPanel: same issue, plus seperate SDKs
    - ExtendScript: requires script to be run from PS not Air

    Of course you may have some unstated reason for doing this in Air, but if not...
    Google photoshop droplet....
    Bob

  • Detect CD drive from Flex-AIR desktop application???

    Can we detect CD drive from  Flex-AIR destop application even though there is no CD or Blank CD inside the drive?

    AIR 2.0 supports native code integration.
    http://labs.adobe.com/technologies/air2/
    This may be useful in hooking into native CD/DVD writing capabilities.

  • Is it possible to load REMOTE resource module  from an Air application ?

    Hi All,
              Am trying to load remote resource module swf file from an AIR application, am not able make it work,am getting the following error
    code:
    eventDispatcher = ResourceManager.getInstance().loadResourceModule(remoteURL);
    ERROR:
    "Unable to load resource module from ".
    Please help me out..
    Thanks
    J Kishore

    This might help you out: http://aaronhardy.com/flex/loading-a-remote-module-into-a-local-app/

  • Identical flex-air applications do not compile

    I'm having terrible difficulty with writing Air Applications for compiling with the flex 3.2 SDK.
    I have two identical basic flex air applications, but one will not compile, the other will.
    When I try to run the application from flex builder the first app runs fine while the second one doesn't.
    any ideas?
    http://www.andy-hayes.com/download/TestApp.zip
    http://www.andy-hayes.com/download/TestTransparentApplication.zip
    I've just about had enough of flex builder's bs. tbh.

    Hi Randy,<br /><br />This forum really isn't the place to try to get support on app compilation.  We try to keep discussion here to development of the SDK itself.  I'd suggest looking at the regular Flex forums or flexcoders and posting more details as to the error you're seeing.<br /><br />Matt<br /><br /><br />On 1/13/09 3:51 AM, "randy gland" <[email protected]> wrote:<br /><br />A new discussion was started by randy gland in<br /><br />Developers --<br />  Identical flex-air applications do not compile<br /><br />I'm having terrible difficulty with writing Air Applications for compiling with the flex 3.2 SDK.<br /><br />I have two identical basic flex air applications, but one will not compile, the other will.<br /><br />When I try to run the application from flex builder the first app runs fine while the second one doesn't.<br /><br />any ideas?<br /><br />http://www.andy-hayes.com/download/TestApp.zip<br />http://www.andy-hayes.com/download/TestTransparentApplication.zip<br /><br />I've just about had enough of flex builder's bs. tbh.<br /><br />________________________________<br />View/reply at Identical flex-air applications do not compile <a href=http://www.adobeforums.com/webx?13@@.59b78044><br />Replies by email are OK.<br />Use the unsubscribe <a href=http://www.adobeforums.com/webx?280@@.59b78044!folder=.3c060fa3>  form to cancel your email subscription.

  • SWF generate from Flex AIR

    Hi.
    My Application scenario it's apparently easy.
    1) I have written AIR application where I have inside MovieClip/Component or something simlar.
    2) Through my AIR application i draw on my MovieClip/Component some circles and add image.
    3) I get this MovieClip/Component and generate te external .swf file. Now You can grab that .swf file and put anywhere You want.
    And Point 3 it's really problematic. How I can generate .SWF file from Flex AIR? Or maybe other ideas how I can realize that scenario??
    Cheers.

    Send information to the server so it can compile the SWF

  • PDF Not loading anymore on Flex Air Application

    Hi,
    Ever since I updated my Adobe Readed to Version 11, I can't view any PDF on my Flex Air Application anymore. Is there anything i need to do?
    AIR version: 3.6
    OS: Mac OS X
    Flex Builder: 4.6
    Adobe Reader: 11.0.02
    Flex components used: mx:HTML
    Please help.
    Thanks!

    Yes.  This is a well known bug in Air/Google Maps.  A lot of folks reported it on the Google Maps forums and here.  It was reported over a year ago with no action yet.  Major show stopper.
    For this main reason, I switched to the http://developer.mapquest.com AS3 API.  Plus they also recently released a Mobile Flash API that works great.
    I suggest you check it out because I don't anticipate any action on this issue on either side any time soon.
    Good luck!
    Don

  • Flex/Air applications with an OS X Menu Bar icon

    (Flash Builder 4 beta)
    I'm developing a flex/air application for mac os x exclusivley. The application should be very unobtrusive to the user, and as such, I want to eliminate the dock icon for the application and have it run exclusivley in the os x menu bar. Similar to a twitterific app. I've scoured the documentation for a way to do this, but only come up with methods for a system tray in windows, and dock icon function on a mac.
    Does AIR really lack the ability to have a menu bar icon?
    Thanks in advance!

    I've made menu's already for the application. They are native os x menu's but they are used create contextual menus (file, edit, view...etc...) and are only visible when the application is open. Unless their is a feauture I missed I don't think I can do it with those. I'm looking for the ability to create a menubar icon application similar to twitter, or the default apple spotlight.

  • Twitter Feed Within A Flex/Air Application

    I am attempting to advance an appilcation I've created so that it incorporates a live twitter feed i.e. when users access the application their own twitter feed is shown within it and is updated live.
    I have no experience in using either twitter itself or how to incorporate twitter feeds into a flex/air application specifically and was wondering if anyone can tell me exactly what I'd need to do to achieve this?
    A further addition my client has requested is the use of live images. The app itself is basically an interactive favourites menu with users clicking on and adding links to sites within the app. Each of these links is represented by an icon which is basically a screenshot of each site. I want to alter this so that these images change live AS the site themselves change so they are constantly up to date. Is this also possible at all and if so can anyone give me advice on how this could be achieved?

    Thanks a lot. I've used another method that simply lets the user enter their twitter name and it loads their live feed. I suppose that way would work too though. Cheers.

  • Android AIR App Random Error #2032: Stream Error (HTTPStatusEvent = 0)

    Hello
    I am investigating an issue with failed requests and it's been difficult to narrow it down. When I put the URL into a browser I get a valid / expected response. However when I try to access the same URL using Actionscript 3 on my Android Devices (Nexus S and Xoom), I get stream error #2032 at random.
    I am using URLRequest with a custom RequestListener class:
    var loader:URLLoader = new URLLoader();                 
    if(action == "zip") loader.dataFormat = URLLoaderDataFormat.BINARY;
    var listener:RequestListener = new RequestListener(action, loader, endFunction, extra);
    loader.addEventListener(Event.COMPLETE, listener.requestSuccessful);
    loader.addEventListener(IOErrorEvent.IO_ERROR, listener.requestFailed);
    loader.addEventListener(HTTPStatusEvent.HTTP_STATUS, onHTTPStatusChange);
    var req:URLRequest = new URLRequest(Global.apiURL);
    req.method = URLRequestMethod.POST;
    req.data = new URLVariables(paramString);
    loader.load(req);
    return loader;
    Note that it works on one of my routers but not the access point:
    onHTTPStatusChange: 0
    requestFailed: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: { ... }" errorID=2032]
    Since it works on one router but not the other, I can't say that it's an issue with the app, phone, or our request URL.
    Note that I am using SSL / https.
    Is it a timeout issue?? This is really frustrating.
    Thanks.

    @zhenya1919 - since you're currently going through this, could you please open a new bug report on this over at https://bugbase.adobe.com?  When adding the bug, please include some sample code or a sample application so we can quickly test this out internally.  If you'd like to keep this private, feel free to email the attachment to me directly ([email protected]). 
    Once added, please post back with the URL so that others effected can add their comments and votes.
    Thanks,
    Chris

  • Error 2032 returned after AIR 3.7?

    After the updates on April 10th, our AIR application is giving the same I/O errors from a few years back.
    HTTP request error: Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032].
    I noticed in the release notes something about 'sandbox' updates.  This could cause trouble for an older flex app like ours.
    Has anyone else seen this behavior?
    Here is one of the requests that isn't working:
    Top level version info:
    xmlns:app="app.*"
    xmlns:mx="http://www.adobe.com/2006/mxml"
    xmlns:updater="http://updater.readingcompanion.org/"
    Function:
    private function submitDraftWithRec( event:Object ):void {
                if (event.detail == Alert.YES ) {
                    displayFreezePopup("Submitting draft with recordings, please wait... This could take a couple of minutes.");
                    var httpSvc:HTTPService = new HTTPService();
                    httpSvc.url = BB_WEB_APP_URL + "book/submitDraft";
                    httpSvc.method = "POST";
                    httpSvc.addEventListener(ResultEvent.RESULT, submitResultHndlr); 
                    httpSvc.addEventListener(FaultEvent.FAULT, httpFault);
                    httpSvc.send({"bookID":BOOK_ID, "userID":AUTHOR_ID, "withRecordings":true});

    don't know if this is relevant but having trouble installing an app and getting similar error. Driving me nuts, which is why Im here
    [2012-02-27:18:25:52] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-02-27:18:25:52] Commandline is:
    [2012-02-27:18:25:52] No installed runtime detected
    [2012-02-27:18:25:57] Relaunching with elevation
    [2012-02-27:18:25:57] Launching subprocess with commandline c:\users\chrisg\appdata\local\temp\aircb80.tmp\adobe air installer.exe -ei
    [2012-02-27:18:26:03] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-02-27:18:26:03] Commandline is: -stdio \\.\pipe\AIR_7940_0 -ei
    [2012-02-27:18:26:03] No installed runtime detected
    [2012-02-27:18:26:03] Starting silent runtime install. Installing runtime version 3.1.0.4880
    [2012-02-27:18:26:03] Installing msi at c:\users\chrisg\appdata\local\temp\aircb80.tmp\setup.msi with guid {FE23D063-934D-4829-A0D8-00634CE79B4A}
    [2012-02-27:18:26:06] Runtime Installer end with exit code 0
    [2012-02-27:18:26:07] Elevated install completed
    [2012-02-27:18:26:09] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2012-02-27:18:26:10] Runtime Installer end with exit code 0
    [2012-02-27:18:26:10] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-02-27:18:26:10] Commandline is: -installupdatecheck
    [2012-02-27:18:26:10] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-02-27:18:26:11] Performing pingback request
    [2012-02-27:18:26:13] Pingback request completed with HTTP status 200
    [2012-02-27:18:26:13] Starting runtime background update check
    [2012-02-27:18:26:13] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update
    [2012-02-27:18:26:13] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-02-27:18:26:15] Runtime update not available
    [2012-02-27:18:26:15] Unpackaging cancelled
    [2012-02-27:18:26:15] Runtime Installer end with exit code 0
    [2012-02-27:18:45:46] Application Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-02-27:18:45:46] Commandline is: C:\Users\ChrisG\Downloads\MyHomePC.air
    [2012-02-27:18:45:46] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-02-27:18:45:46] Unpackaging file:///C:/Users/ChrisG/Downloads/MyHomePC.air to C:\Users\ChrisG\AppData\Local\Temp\fla10D9.tmp
    [2012-02-27:18:45:57] Application signature verified
    [2012-02-27:18:45:57] Unpackaging/validation complete
    [2012-02-27:18:45:57] No app located for appID 'MyHomePC' and pubID ''
    [2012-02-27:18:46:06] Converting unpackaged application to a native installation package in C:\Users\ChrisG\AppData\Local\Temp\fla5F09.tmp
    [2012-02-27:18:46:07] Native installation package creation succeeded
    [2012-02-27:18:46:07] Starting app installation to C:\Program Files (x86)\Control4. Installing app MyHomePC version 2.2.0.158343 using the source file at file:///C:/Users/ChrisG/Downloads/MyHomePC.air
    [2012-02-27:18:46:07] Installing msi at C:\Users\ChrisG\AppData\Local\Temp\fla5F09.tmp\setup.msi with guid {9DD93EE4-7802-0F7F-FDD5-DE542AF40F81}
    [2012-02-27:18:46:08] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-02-27:18:46:08] Rolling back install of C:\Users\ChrisG\AppData\Local\Temp\fla5F09.tmp\setup.msi
    [2012-02-27:18:46:08] Rollback complete
    [2012-02-27:18:46:08] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-02-27:18:46:08] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime "c:\Program Files (x86)\Common Files" -silent -logToStdout -url -location "C:\Program Files (x86)\Control4" -desktopShortcut -programMenu file:///C:/Users/ChrisG/Downloads/MyHomePC.air
    [2012-02-27:18:46:08] Relaunching with elevation
    [2012-02-27:18:46:11] Application Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-02-27:18:46:11] Commandline is: -stdio \\.\pipe\AIR_6568_0 -runtime "c:\Program Files (x86)\Common Files" -silent -logToStdout -url -location "C:\Program Files (x86)\Control4" -desktopShortcut -programMenu file:///C:/Users/ChrisG/Downloads/MyHomePC.air
    [2012-02-27:18:46:11] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-02-27:18:46:11] Unpackaging file:///C:/Users/ChrisG/Downloads/MyHomePC.air to C:\Users\ChrisG\AppData\Local\Temp\fla72A7.tmp
    [2012-02-27:18:46:14] Application signature verified
    [2012-02-27:18:46:14] Unpackaging/validation complete
    [2012-02-27:18:46:14] No app located for appID 'MyHomePC' and pubID ''
    [2012-02-27:18:46:14] Converting unpackaged application to a native installation package in C:\Users\ChrisG\AppData\Local\Temp\fla7DFE.tmp
    [2012-02-27:18:46:15] Native installation package creation succeeded
    [2012-02-27:18:46:15] Starting silent app installation to C:\Program Files (x86)\Control4. Installing app MyHomePC version 2.2.0.158343 using the source file at file:///C:/Users/ChrisG/Downloads/MyHomePC.air
    [2012-02-27:18:46:15] Installing msi at C:\Users\ChrisG\AppData\Local\Temp\fla7DFE.tmp\setup.msi with guid {9DD93EE4-7802-0F7F-FDD5-DE542AF40F81}
    [2012-02-27:18:46:18] Application Installer end with exit code 0
    [2012-02-27:18:46:18] Elevated install completed
    [2012-02-27:18:46:19] Launching subprocess with commandline C:\Program Files (x86)\Control4\MyHomePC\MyHomePC.exe
    [2012-02-27:18:46:24] Application Installer end with exit code 0
    [2012-04-04:19:32:44] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-04-04:19:32:45] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-04-04:19:32:45] Commandline is: -updatecheck
    [2012-04-04:19:32:45] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-04:19:32:45] Performing pingback request
    [2012-04-04:19:32:45] Starting runtime background update check
    [2012-04-04:19:32:45] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update
    [2012-04-04:19:32:45] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-04-04:19:33:37] Unpackaging complete
    [2012-04-04:19:33:42] Download success
    [2012-04-04:19:33:42] Runtime updated downloaded
    [2012-04-04:19:33:48] User had deferred installing the update
    [2012-04-04:19:33:48] Runtime Installer end with exit code 0
    [2012-04-16:18:12:32] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-04-16:18:12:33] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-04-16:18:12:33] Commandline is: -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-04-16:18:12:33] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-16:18:12:33] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-04-16:18:12:33] Starting runtime background update installation
    [2012-04-16:18:12:33] Launching subprocess with commandline C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background\updater -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-04-16:18:12:33] Runtime updater successfully launched
    [2012-04-16:18:12:33] Runtime Installer end with exit code 0
    [2012-04-16:18:12:39] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    [2012-04-16:18:12:39] Commandline is: -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-04-16:18:12:39] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-16:18:12:39] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-04-16:18:12:42] Launching subprocess with commandline c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-04-16:18:12:42] Runtime Installer end with exit code 6
    [2012-04-16:18:13:13] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-04-16:18:13:13] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-04-16:18:13:13] Commandline is: -updatecheck
    [2012-04-16:18:13:13] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-16:18:13:13] Performing pingback request
    [2012-04-16:18:13:13] Starting runtime background update check
    [2012-04-16:18:13:13] Clearing unused background update directory
    [2012-04-16:18:13:13] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update
    [2012-04-16:18:13:13] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-04-16:18:13:48] Unpackaging complete
    [2012-04-16:18:13:48] Download success
    [2012-04-16:18:13:48] Runtime updated downloaded
    [2012-04-16:18:13:51] User had deferred installing the update
    [2012-04-16:18:13:51] Runtime Installer end with exit code 0
    [2012-06-04:16:07:05] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-06-04:16:07:05] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-06-04:16:07:05] Commandline is: -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-06-04:16:07:05] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-06-04:16:07:06] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-06-04:16:07:06] Starting runtime background update installation
    [2012-06-04:16:07:06] Launching subprocess with commandline C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background\updater -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-06-04:16:07:06] Runtime updater successfully launched
    [2012-06-04:16:07:06] Runtime Installer end with exit code 0
    [2012-06-04:16:07:10] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    [2012-06-04:16:07:10] Commandline is: -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-06-04:16:07:10] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-06-04:16:07:10] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-06-04:16:07:13] Launching subprocess with commandline c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-06-04:16:07:13] Runtime Installer end with exit code 6
    [2012-06-04:16:07:43] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-06-04:16:07:43] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-06-04:16:07:43] Commandline is: -updatecheck
    [2012-06-04:16:07:43] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-06-04:16:07:43] Performing pingback request
    [2012-06-04:16:07:43] Starting runtime background update check
    [2012-06-04:16:07:43] Clearing unused background update directory
    [2012-06-04:16:07:44] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update
    [2012-06-04:16:07:44] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-06-04:16:08:13] Unpackaging complete
    [2012-06-04:16:08:13] Download success
    [2012-06-04:16:08:13] Runtime updated downloaded
    [2012-06-04:16:34:47] User had deferred installing the update
    [2012-06-04:16:34:47] Runtime Installer end with exit code 0
    [2012-06-06:19:21:39] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-06-06:19:21:40] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-06-06:19:21:40] Commandline is: -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-06-06:19:21:40] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-06-06:19:21:40] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-06-06:19:21:42] Starting runtime background update installation
    [2012-06-06:19:21:42] Launching subprocess with commandline C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background\updater -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-06-06:19:21:46] Runtime updater successfully launched
    [2012-06-06:19:21:46] Runtime Installer end with exit code 0
    [2012-06-06:19:21:52] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    [2012-06-06:19:21:52] Commandline is: -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-06-06:19:21:52] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-06-06:19:21:52] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-06-06:19:21:57] Launching subprocess with commandline c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-06-06:19:21:57] Runtime Installer end with exit code 6
    [2012-07-03:18:51:32] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-07-03:18:51:32] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-07-03:18:51:32] Commandline is: -updatecheck
    [2012-07-03:18:51:32] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-07-03:18:51:33] Performing pingback request
    [2012-07-03:18:51:33] Starting runtime background update check
    [2012-07-03:18:51:33] Clearing unused background update directory
    [2012-07-03:18:51:33] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update
    [2012-07-03:18:51:33] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-07-03:19:08:15] Unpackaging complete
    [2012-07-03:19:08:20] Download success
    [2012-07-03:19:08:20] Runtime updated downloaded
    [2012-07-03:19:15:00] User had deferred installing the update
    [2012-07-03:19:15:00] Runtime Installer end with exit code 0
    [2012-07-18:20:21:45] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-07-18:20:21:45] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-07-18:20:21:45] Commandline is: -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-07-18:20:21:45] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-07-18:20:21:45] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-07-18:20:21:45] Starting runtime background update installation
    [2012-07-18:20:21:45] Launching subprocess with commandline C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background\updater -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-07-18:20:21:47] Runtime updater successfully launched
    [2012-07-18:20:21:47] Runtime Installer end with exit code 0
    [2012-07-18:20:21:52] Runtime Installer begin with version 3.3.0.3650 on Windows 7 x86
    [2012-07-18:20:21:52] Commandline is: -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-07-18:20:21:52] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-07-18:20:21:52] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-07-18:20:21:56] Launching subprocess with commandline c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-07-18:20:21:56] Runtime Installer end with exit code 6
    [2012-07-18:20:22:26] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-07-18:20:22:27] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-07-18:20:22:27] Commandline is: -updatecheck
    [2012-07-18:20:22:27] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-07-18:20:22:27] Performing pingback request
    [2012-07-18:20:22:27] Starting runtime background update check
    [2012-07-18:20:22:27] Clearing unused background update directory
    [2012-07-18:20:22:27] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update
    [2012-07-18:20:22:27] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-07-18:20:22:28] Unpackaging complete
    [2012-07-18:20:22:28] Download success
    [2012-07-18:20:22:28] Runtime updated downloaded
    [2012-07-18:20:22:32] User had deferred installing the update
    [2012-07-18:20:22:32] Runtime Installer end with exit code 0
    [2012-07-20:17:42:31] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-07-20:17:42:32] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-07-20:17:42:32] Commandline is: -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-07-20:17:42:32] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-07-20:17:42:32] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-07-20:17:42:32] Starting runtime background update installation
    [2012-07-20:17:42:32] Launching subprocess with commandline C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background\updater -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-07-20:17:42:35] Runtime updater successfully launched
    [2012-07-20:17:42:35] Runtime Installer end with exit code 0
    [2012-07-20:17:42:40] Runtime Installer begin with version 3.3.0.3650 on Windows 7 x86
    [2012-07-20:17:42:40] Commandline is: -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-07-20:17:42:40] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-07-20:17:42:40] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-07-20:17:42:46] Launching subprocess with commandline c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-07-20:17:42:46] Runtime Installer end with exit code 6
    [2012-08-03:18:54:52] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-08-03:18:54:52] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-08-03:18:54:52] Commandline is: -updatecheck
    [2012-08-03:18:54:53] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-08-03:18:54:53] Performing pingback request
    [2012-08-03:18:54:53] Starting runtime background update check
    [2012-08-03:18:54:53] Clearing unused background update directory
    [2012-08-03:18:54:53] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update
    [2012-08-03:18:54:53] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-08-03:19:27:58] Runtime background update check failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="truncated or corrupt" errorID=0]
    [2012-08-03:19:27:58] Runtime Installer end with exit code 0
    [2012-08-05:14:16:16] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-08-05:14:16:17] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-08-05:14:16:17] Commandline is: -updatecheck
    [2012-08-05:14:16:17] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-08-05:14:16:17] Performing pingback request
    [2012-08-05:14:16:17] Starting runtime background update check
    [2012-08-05:14:16:17] Clearing unused background update directory
    [2012-08-05:14:16:17] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update
    [2012-08-05:14:16:17] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-08-05:14:17:11] Unpackaging complete
    [2012-08-05:14:17:11] Download success
    [2012-08-05:14:17:11] Runtime updated downloaded
    [2012-08-05:14:17:17] User had deferred installing the update
    [2012-08-05:14:17:17] Runtime Installer end with exit code 0
    [2012-08-24:19:34:22] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-08-24:19:34:22] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-08-24:19:34:22] Commandline is: -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-08-24:19:34:22] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-08-24:19:34:22] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-08-24:19:34:23] Starting runtime background update installation
    [2012-08-24:19:34:23] Launching subprocess with commandline C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background\updater -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-08-24:19:34:23] Runtime updater successfully launched
    [2012-08-24:19:34:23] Runtime Installer end with exit code 0
    [2012-08-24:19:34:25] Runtime Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-08-24:19:34:25] Commandline is: -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-08-24:19:34:25] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-08-24:19:34:25] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-08-24:19:34:30] Relaunching with elevation
    [2012-08-24:19:34:30] Launching subprocess with commandline c:\users\chrisg\appdata\local\temp\air9221.tmp\adobe air installer.exe -ei
    [2012-08-24:19:34:34] Runtime Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-08-24:19:34:34] Commandline is: -stdio \\.\pipe\AIR_1588_0 -ei
    [2012-08-24:19:34:34] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-08-24:19:34:34] Starting silent runtime update. Updating runtime from version 3.1.0.4880 to version 3.3.0.3670
    [2012-08-24:19:34:34] Installing msi at c:\users\chrisg\appdata\local\temp\air9221.tmp\setup.msi with guid {65CB4C08-C47B-4A7E-A6A4-50C06ADA5FC6}
    [2012-08-24:19:34:39] Runtime Installer end with exit code 0
    [2012-08-24:19:34:39] Elevated install completed
    [2012-08-24:19:34:42] Launching subprocess with commandline c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-08-24:19:34:42] Runtime Installer end with exit code 0
    [2012-08-24:19:35:13] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-08-24:19:35:13] Runtime Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-08-24:19:35:13] Commandline is: -updatecheck
    [2012-08-24:19:35:13] Installed runtime (3.3.0.3670) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-08-24:19:35:13] Performing pingback request
    [2012-08-24:19:35:24] Failure during pingback request: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    [2012-08-24:19:35:24] Runtime Installer end with exit code 0
    [2012-08-28:20:03:05] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-08-28:20:03:05] Runtime Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-08-28:20:03:05] Commandline is: -updatecheck
    [2012-08-28:20:03:05] Installed runtime (3.3.0.3670) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-08-28:20:03:06] Performing pingback request
    [2012-08-28:20:03:09] Pingback request completed with HTTP status 200
    [2012-08-28:20:03:09] Starting runtime background update check
    [2012-08-28:20:03:09] Clearing unused background update directory
    [2012-08-28:20:03:09] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.3.0.3670/update
    [2012-08-28:20:03:09] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.3.0.3670/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-08-28:20:04:58] Unpackaging complete
    [2012-08-28:20:04:59] Download success
    [2012-08-28:20:04:59] Runtime updated downloaded
    [2012-08-28:20:05:04] User had deferred installing the update
    [2012-08-28:20:05:04] Runtime Installer end with exit code 0
    [2012-09-07:22:35:18] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-09-07:22:35:19] Runtime Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-09-07:22:35:19] Commandline is: -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-09-07:22:35:19] Installed runtime (3.3.0.3670) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-07:22:35:19] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-09-07:22:35:20] Starting runtime background update installation
    [2012-09-07:22:35:20] Launching subprocess with commandline C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background\updater -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-09-07:22:35:22] Runtime updater successfully launched
    [2012-09-07:22:35:22] Runtime Installer end with exit code 0
    [2012-09-07:22:35:27] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-07:22:35:27] Commandline is: -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-09-07:22:35:27] Installed runtime (3.3.0.3670) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-07:22:35:27] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-09-07:22:35:33] Relaunching with elevation
    [2012-09-07:22:35:33] Launching subprocess with commandline c:\users\chrisg\appdata\local\temp\airf775.tmp\adobe air installer.exe -ei
    [2012-09-07:22:35:36] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-07:22:35:36] Commandline is: -stdio \\.\pipe\AIR_7780_0 -ei
    [2012-09-07:22:35:36] Installed runtime (3.3.0.3670) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-07:22:35:36] Starting silent runtime update. Updating runtime from version 3.3.0.3670 to version 3.4.0.2540
    [2012-09-07:22:35:36] Installing msi at c:\users\chrisg\appdata\local\temp\airf775.tmp\setup.msi with guid {14DC0059-00F1-4F62-BD1A-AB23CD51A95E}
    [2012-09-07:22:35:42] Runtime Installer end with exit code 0
    [2012-09-07:22:35:42] Elevated install completed
    [2012-09-07:22:35:59] Launching subprocess with commandline c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-09-07:22:35:59] Runtime Installer end with exit code 0
    [2012-09-07:22:36:30] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-09-07:22:36:31] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-07:22:36:31] Commandline is: -updatecheck
    [2012-09-07:22:36:31] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-07:22:36:32] Performing pingback request
    [2012-09-07:22:36:32] Failure during pingback request: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    [2012-09-07:22:36:32] Runtime Installer end with exit code 0
    [2012-09-07:22:37:16] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-09-07:22:37:16] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-07:22:37:16] Commandline is: -updatecheck
    [2012-09-07:22:37:16] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-07:22:37:16] Performing pingback request
    [2012-09-07:22:37:16] Failure during pingback request: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    [2012-09-07:22:37:16] Runtime Installer end with exit code 0
    [2012-09-07:22:38:51] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-09-07:22:38:51] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-07:22:38:51] Commandline is: -updatecheck
    [2012-09-07:22:38:51] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-07:22:38:51] Performing pingback request
    [2012-09-07:22:38:51] Failure during pingback request: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    [2012-09-07:22:38:51] Runtime Installer end with exit code 0
    [2012-09-11:19:49:26] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-09-11:19:49:26] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-11:19:49:26] Commandline is: -updatecheck
    [2012-09-11:19:49:26] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-11:19:49:27] Performing pingback request
    [2012-09-11:19:49:30] Pingback request completed with HTTP status 200
    [2012-09-11:19:49:30] Starting runtime background update check
    [2012-09-11:19:49:30] Clearing unused background update directory
    [2012-09-11:19:49:30] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update
    [2012-09-11:19:49:30] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-09-11:19:49:34] Runtime update not available
    [2012-09-11:19:49:34] Unpackaging cancelled
    [2012-09-11:19:49:34] Runtime Installer end with exit code 0
    [2012-09-12:21:12:34] Application Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-12:21:12:34] Commandline is: -playerVersion=11,3,300,270 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -url http://update.control4.com/release2/2.2.2.184775-res/win/MyHomePC.air
    [2012-09-12:21:12:34] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-12:21:12:34] Begin air file download from http://update.control4.com/release2/2.2.2.184775-res/win/MyHomePC.air
    [2012-09-12:21:12:34] Download destination is C:\Users\ChrisG\AppData\Local\Temp\flaB59.tmp
    [2012-09-12:21:12:37] Received download status 200
    [2012-09-12:21:12:37] Response URL is http://update.control4.com/release2/2.2.2.184775-res/win/MyHomePC.air
    [2012-09-12:21:17:51] Download success
    [2012-09-12:21:34:48] Unpackaging file:///C:/Users/ChrisG/AppData/Local/Temp/flaB59.tmp to C:\Users\ChrisG\AppData\Local\Temp\fla6414.tmp
    [2012-09-12:21:35:01] Application signature verified
    [2012-09-12:21:35:01] Unpackaging/validation complete
    [2012-09-12:21:35:01] Installed app (MyHomePC) located at C:\Program Files (x86)\Control4\MyHomePC\MyHomePC.exe
    [2012-09-12:21:35:12] Converting unpackaged application to a native installation package in C:\Users\ChrisG\AppData\Local\Temp\flaC2F6.tmp
    [2012-09-12:21:35:15] Native installation package creation succeeded
    [2012-09-12:21:35:15] Starting app update of C:\Program Files (x86)\Control4. Updating from MyHomePC version 2.2.0.158343 to MyHomePC version 2.2.2.184775-res using the source file at file:///C:/Users/ChrisG/AppData/Local/Temp/flaB59.tmp
    [2012-09-12:21:35:15] Installing msi at C:\Users\ChrisG\AppData\Local\Temp\flaC2F6.tmp\setup.msi with guid {CE5E5304-E679-0A12-8A51-6FAEF4604B84}
    [2012-09-12:21:35:17] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-09-12:21:35:17] Rolling back install of C:\Users\ChrisG\AppData\Local\Temp\flaC2F6.tmp\setup.msi
    [2012-09-12:21:35:17] Rollback complete
    [2012-09-12:21:35:17] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-09-12:21:35:17] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime "c:\Program Files (x86)\Common Files" -update -silent -logToStdout "C:\Program Files (x86)\Control4\MyHomePC\MyHomePC.exe" file:///C:/Users/ChrisG/AppData/Local/Temp/flaB59.tmp 2.2.2.184775-res
    [2012-09-12:21:35:17] Relaunching with elevation
    [2012-09-12:21:35:21] Application Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-12:21:35:21] Commandline is: -stdio \\.\pipe\AIR_11988_0 -runtime "c:\Program Files (x86)\Common Files" -update -silent -logToStdout "C:\Program Files (x86)\Control4\MyHomePC\MyHomePC.exe" file:///C:/Users/ChrisG/AppData/Local/Temp/flaB59.tmp 2.2.2.184775-res
    [2012-09-12:21:35:21] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-12:21:35:21] Installed app (MyHomePC) located at C:\Program Files (x86)\Control4\MyHomePC\MyHomePC.exe
    [2012-09-12:21:35:21] Unpackaging file:///C:/Users/ChrisG/AppData/Local/Temp/flaB59.tmp to C:\Users\ChrisG\AppData\Local\Temp\flaE7B3.tmp
    [2012-09-12:21:35:25] Application signature verified
    [2012-09-12:21:35:25] Unpackaging/validation complete
    [2012-09-12:21:35:25] Converting unpackaged application to a native installation package in C:\Users\ChrisG\AppData\Local\Temp\flaF7BB.tmp
    [2012-09-12:21:35:29] Native installation package creation succeeded
    [2012-09-12:21:35:29] Starting silent app update of C:\Program Files (x86)\Control4. Updating from MyHomePC version 2.2.0.158343 to MyHomePC version 2.2.2.184775-res using the source file at file:///C:/Users/ChrisG/AppData/Local/Temp/flaB59.tmp
    [2012-09-12:21:35:29] Installing msi at C:\Users\ChrisG\AppData\Local\Temp\flaF7BB.tmp\setup.msi with guid {CE5E5304-E679-0A12-8A51-6FAEF4604B84}
    [2012-09-12:21:35:43] Application Installer end with exit code 0
    [2012-09-12:21:35:43] Elevated install completed
    [2012-09-12:21:35:43] Launching subprocess with commandline C:\Program Files (x86)\Control4\MyHomePC\MyHomePC.exe
    [2012-09-12:21:35:45] Application Installer end with exit code 0
    [2012-09-17:18:55:38] Application Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-17:18:55:38] Commandline is: -playerVersion=11,4,402,265 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled yosidov.Kramer.KRC 5DC1F60EE182754EA170016BC9BC01C7C3B5E8D9.1 adobe.com:air0.13192242151126266 onApplicationVersion
    [2012-09-17:18:55:38] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-17:18:55:38] Application Installer end with exit code 0
    [2012-09-17:18:55:38] Application Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-17:18:55:38] Commandline is: -playerVersion=11,4,402,265 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled NewStyle 5DC1F60EE182754EA170016BC9BC01C7C3B5E8D9.1 adobe.com:air0.5722015118226409 onApplicationVersion
    [2012-09-17:18:55:38] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-17:18:55:38] Application Installer end with exit code 0
    [2012-09-23:19:28:32] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-09-23:19:28:32] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-23:19:28:32] Commandline is: -updatecheck
    [2012-09-23:19:28:32] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-23:19:28:33] Performing pingback request
    [2012-09-23:19:28:33] Starting runtime background update check
    [2012-09-23:19:28:33] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update
    [2012-09-23:19:28:33] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-09-23:19:28:33] Runtime background update check failed: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    [2012-09-23:19:28:33] Runtime Installer end with exit code 0
    [2012-09-29:16:33:09] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-09-29:16:33:09] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-29:16:33:09] Commandline is: -updatecheck
    [2012-09-29:16:33:09] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-29:16:33:10] Performing pingback request
    [2012-09-29:16:33:10] Starting runtime background update check
    [2012-09-29:16:33:10] Clearing unused background update directory
    [2012-09-29:16:33:10] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update
    [2012-09-29:16:33:10] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-09-29:16:33:10] Runtime background update check failed: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    [2012-09-29:16:33:10] Runtime Installer end with exit code 0
    [2012-09-30:21:05:06] Application Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-30:21:05:06] Commandline is: -playerVersion=11,4,402,265 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled NewStyle 5DC1F60EE182754EA170016BC9BC01C7C3B5E8D9.1 adobe.com:air0.01869283989071846 onApplicationVersion
    [2012-09-30:21:05:06] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-30:21:05:06] Application Installer end with exit code 0
    [2012-09-30:21:05:06] Application Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-30:21:05:06] Commandline is: -playerVersion=11,4,402,265 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled yosidov.Kramer.KRC 5DC1F60EE182754EA170016BC9BC01C7C3B5E8D9.1 adobe.com:air0.9440666832961142 onApplicationVersion
    [2012-09-30:21:05:06] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-30:21:05:06] Application Installer end with exit code 0
    [2012-10-02:20:46:54] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-10-02:20:46:55] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-10-02:20:46:55] Commandline is: -updatecheck
    [2012-10-02:20:46:55] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-10-02:20:46:55] Performing pingback request
    [2012-10-02:20:46:55] Starting runtime background update check
    [2012-10-02:20:46:55] Clearing unused background update directory
    [2012-10-02:20:46:55] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update
    [2012-10-02:20:46:55] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-10-02:20:46:55] Runtime background update check failed: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    [2012-10-02:20:46:55] Runtime Installer end with exit code 0
    [2012-10-06:20:03:53] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-10-06:20:03:53] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-10-06:20:03:53] Commandline is: -updatecheck
    [2012-10-06:20:03:53] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-10-06:20:03:54] Performing pingback request
    [2012-10-06:20:03:54] Starting runtime background update check
    [2012-10-06:20:03:54] Clearing unused background update directory
    [2012-10-06:20:03:54] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update
    [2012-10-06:20:03:54] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-10-06:20:03:54] Runtime background update check failed: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    [2012-10-06:20:03:54] Runtime Installer end with exit code 0
    [2012-10-10:20:28:01] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-10-10:20:28:02] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-10-10:20:28:02] Commandline is: -updatecheck
    [2012-10-10:20:28:02] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-10-10:20:28:02] Performing pingback request
    [2012-10-10:20:28:02] Starting runtime background update check
    [2012-10-10:20:28:02] Clearing unused background update directory
    [2012-10-10:20:28:02] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update
    [2012-10-10:20:28:02] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-10-10:20:28:02] Runtime background update check failed: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    [2012-10-10:20:28:02] Runtime Installer end with exit code 0
    [2012-10-11:21:49:43] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-10-11:21:49:44] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-10-11:21:49:44] Commandline is: -updatecheck
    [2012-10-11:21:49:44] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-10-11:21:49:44] Performing pingback request
    [2012-10-11:21:49:44] Starting runtime background update check
    [2012-10-11:21:49:44] Clearing unused background update directory
    [2012-10-11:21:49:44] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update
    [2012-10-11:21:49:44] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-10-11:21:49:44] Runtime background update check failed: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    [2012-10-11:21:49:44] Runtime Installer end with exit code 0
    [2012-10-19:20:17:37] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-10-19:20:17:39] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-10-19:20:17:39] Commandline is: -updatecheck
    [2012-10-19:20:17:39] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-10-19:20:17:39] Performing pingback request
    [2012-10-19:20:17:39] Starting runtime background update check
    [2012-10-19:20:17:39] Clearing unused background update directory
    [2012-10-19:20:17:39] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update
    [2012-10-19:20:17:39] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-10-19:20:17:39] Runtime background update check failed: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    [2012-10-19:20:17:39] Runtime Installer end with exit code 0
    [2012-10-21:00:13:59] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-10-21:00:13:59] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-10-21:00:13:59] Commandline is: -updatecheck
    [2012-10-21:00:13:59] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-10-21:00:14:00] Performing pingback request
    [2012-10-21:00:14:00] Starting runtime background update check
    [2012-10-21:00:14:00] Clearing unused background update directory
    [2012-10-21:00:14:00] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update
    [2012-10-21:00:14:00] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-10-21:00:14:00] Runtime background update check failed: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    [2012-10-21:00:14:00] Runtime Installer end with exit code 0
    [2012-10-28:21:58:19] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-10-28:21:58:20] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-10-28:21:58:20] Commandline is: -updatecheck
    [2012-10-28:21:58:20] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-10-28:21:58:20] Performing pingback request
    [2012-10-28:21:58:20] Starting runtime background update check
    [2012-10-28:21:58:20] Clearing unused background update directory
    [2012-10-28:21:58:20] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update
    [2012-10-28:21:58:20] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-10-28:21:58:20] Runtime background update check failed: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    [2012-10-28:21:58:20] Runtime Installer end with exit code 0
    [2012-11-03:19:28:23] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-11-03:19:28:25] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-11-03:19:28:25] Commandline is: -updatecheck
    [2012-11-03:19:28:25] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-11-03:19:28:25] Performing pingback request
    [2012-11-03:19:28:25] Starting runtime background update check
    [2012-11-03:19:28:25] Clearing unused background update directory
    [2012-11-03:19:28:25] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update
    [2012-11-03:19:28:25] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-11-03:19:46:23] Unpackaging complete
    [2012-11-03:19:46:28] Download success
    [2012-11-03:19:46:28] Runtime updated downloaded
    [2012-11-03:19:50:55] User had deferred installing the update
    [2012-11-03:19:50:55] Runtime Installer end with exit code 0
    [2012-11-06:22:12:41] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-11-06:22:12:41] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-11-06:22:12:41] Commandline is: -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-11-06:22:12:41] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-11-06:22:12:41] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-11-06:22:12:41] Starting runtime background update installation
    [2012-11-06:22:12:41] Launching subprocess with commandline C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background\updater -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-11-06:22:12:43] Runtime updater successfully launched
    [2012-11-06:22:12:43] Runtime Installer end with exit code 0
    [2012-11-06:22:12:48] Runtime Installer begin with version 3.4.0.2710 on Windows 7 x86
    [2012-11-06:22:12:48] Commandline is: -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-11-06:22:12:48] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-11-06:22:12:48] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-11-06:22:12:51] Launching subprocess with commandline c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-11-06:22:12:51] Runtime Installer end with exit code 6
    [2012-11-15:22:36:26] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-11-15:22:36:26] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-11-15:22:36:26] Commandline is: -updatecheck
    [2012-11-15:22:36:26] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-11-15:22:36:27] Performing pingback request
    [2012-11-15:22:36:27] Starting runtime background update check
    [2012-11-15:22:36:27] Clearing unused background update directory
    [2012-11-15:22:36:27] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update
    [2012-11-15:22:36:27] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-11-15:22:37:35] Unpackaging complete
    [2012-11-15:22:37:35] Download success
    [2012-11-15:22:37:35] Runtime updated downloaded
    [2012-11-15:22:37:57] User had deferred installing the update
    [2012-11-15:22:37:57] Runtime Installer end with exit code 0
    [2012-11-16:19:06:28] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-11-16:19:06:28] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-11-16:19:06:28] Commandline is: -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-11-16:19:06:28] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-11-16:19:06:28] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-11-16:19:06:29] Starting runtime background update installation
    [2012-11-16:19:06:29] Launching subprocess with commandline C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background\updater -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-11-16:19:06:31] Runtime updater successfully launched
    [2012-11-16:19:06:31] Runtime Installer end with exit code 0
    [2012-11-16:19:06:36] Runtime Installer begin with version 3.5.0.600 on Windows 7 x86

  • Random error message from IDragManager

    TypeError: Error #1034: Type coercion failed: cannot convert
    mx:managers:DragManagerImpl@17294e49 to mx.managers.IDragManager.
    at mx.managers:ragManager$/get
    impl()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\
    managers\DragManager.as:152]
    at mx.managers:ragManager$/get
    isDragging()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\
    managers\DragManager.as:187]
    at
    mx.charts.chartClasses::ChartBase/processRollEvents()[C:\Work\flex\dmv_automation\project s\datavisualisa
    tion\src\mx\charts\chartClasses\ChartBase.as:2292]
    at
    mx.charts.chartClasses::ChartBase/mouseMoveHandler()[C:\Work\flex\dmv_automation\projects \datavisualisa
    tion\src\mx\charts\chartClasses\ChartBase.as:4284]
    I got the above message randomly when I mouse over my
    application. My application has 2 modules. They are custom chart
    module and Advance Data Grid module. I cannot tell which one cause
    the error.
    Please help!!!

    "2JZ" <[email protected]> wrote in message
    news:g8kobl$aps$[email protected]..
    > TypeError: Error #1034: Type coercion failed: cannot
    convert
    > mx:managers:DragManagerImpl@17294e49 to
    mx.managers.IDragManager.
    > at mx.managers:ragManager$/get
    >
    impl()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\
    > managers\DragManager.as:152]
    > at mx.managers:ragManager$/get
    >
    isDragging()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\
    > managers\DragManager.as:187]
    > at
    >
    mx.charts.chartClasses::ChartBase/processRollEvents()[C:\Work\flex\dmv_automatio
    > n\projects\datavisualisa
    > tion\src\mx\charts\chartClasses\ChartBase.as:2292]
    > at
    >
    mx.charts.chartClasses::ChartBase/mouseMoveHandler()[C:\Work\flex\dmv_automation
    > \projects\datavisualisa
    tion\src\mx\charts\chartClasses\ChartBase.as:4284]
    >
    > I got the above message randomly when I mouse over my
    application. My
    > application has 2 modules. They are custom chart module
    and Advance Data
    > Grid
    > module. I cannot tell which one cause the error.
    >
    > Please help!!!
    >
    http://tech.groups.yahoo.com/group/flexcoders/message/121129

Maybe you are looking for

  • ITunes keeps opening automatically

    I've been gone for the past 2 weeks on Christmas vacation I came home yesterday, turned on my mac, and iTunes keeps opening by itself randomly. It was fine before I left. It's so annoying! Any help?

  • How do i create a PDF, or convert a jpeg to PDF for export?

    How do i create a PDF, or convert a jpeg to PDF for export?

  • InDesign CS6 (Mac) and network connections

    Of all the Mac apps I've used over the years, why is InDesign the only application that can't make it through a network connection issue without crashing? For example, when I switch from Wifi to Ethernet, it crashes; even Microsoft apps can handle th

  • Update 4.3.3 to ios 5 or newer version

    My wife has an old iphone 4 with 4.3.3 and we'd like tp update it to ios 5 or newer version. Please help me and explain how I could do this?!

  • Vim and new lines

    I just switched to Arch, so hi guys! I'm using Vim to write a c program for school. The program is supposed to simply output a single rot13'd word, followed by a newline. So I did: fprintf(output, "%s\n", result); When I opened up the output file tho