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

Similar Messages

  • 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

  • Photoshop CS6 "Error: 1" returns after every computer reboot.

    I have the 64-bit version of Photoshop CS6 Extended (education license), on Windows 7 64-bit. I can install the software without any problems and it works after that. But once I shut down the computer and restart it, the following error comes up when I try to open the software:
    After this, the only way to get Photoshop up and running again, is to reinstall it. This means that I have to reinstall the software every morning.
    It seems like something is deleted after each reboot. I need to know every folder and registry value Photoshop uses outside the actual folder where I install it, so that I can backup it.
    Please help.

    Are you try CC Cleaner Tool?
    CS Cleaner Tool for installation problems | CCM, CS6, CS5.5, CS5, CS4, CS3
      http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html

  • Error messages:  "itunesobjspl/jenetsvc.dll The specified module could not be found."  And Error -2032  "Quicktime failed to initialize."

    I initially got the Error -2032 message after downloading the newest version of itunes.  I read a geek blog that said to uninstall Quicktime and I did that a bunch of times.  I also uninstalled and reinstalled itunes repeatedly.  None of this works.  I noticed that the apple website said the requirements for the new quicktime/itunes download included an intel processor and I have a celeron processor, so I wondered if that was the problem, although everything has been running fine up until now, so I don't know.  It also doesn't address the missing .dll file, but I may have accidentally deleted that because I went into the registry to try and unload some Quicktime files when I uninstalled Quicktime.  I did this at the suggestion of the blog, but I may have screwed it up.  Now I need to repair the missing .dll and still try to get itunes running

     ErikEJ wrote:
    Have you set your solution target to "Any CPU" ?? If so, set to "x86", as SQL Compact only runs in WoW mode on x64. Or use corflags.exe /32BIT+ against your project output (.exe file).
     ErikEJ wrote:
    Look at this blog post for a walk-through: http://erikej.blogspot.com/2008/01/x64-and-sql-compact.html
    Hello everyone,
    I have the same problem as mentioned above "Unable to load DLL 'elev.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) ", when trying to load the dll file into a window application.  I developed a window application in VS2005 and want to import a dll file from another program into my project and use it.  But when I try to call one of the function in the dll file, I got the error message "Unable to load dll 'elev.dll".  I try all options that say it works to solve this problem, but somehow it doesn't work for me. I put the "elev.dll" file in the bin folder and use P/Invoke to import the dll file into my project.  Can anyone help me out with this?  thanks and really appreciated!
     Here is how I import the dll:
    [DllImport(@"D:\elev.dll")]
    //[DllImport("emap.dll", SetLastError = true)]
    private static extern void EMA_Init();
    and in the code,  I call the function above but failed to load the dll file
    EMA_Init();

  • Calling URLLoader from AIR in Rapid Succession Causes Error 2032

    Hi All,
    Within AIR, I am issuing multiple POST calls with URLLoader in rapid succession to the same web service on the same server.
    About half of them fail with error #2032. In the HTTPStatus handler, I get status=0.
    I suspected keep-alive issues, so I added "Content: close" to the URLRequest header and made sure I called URLLoader.close() as soon as I got a succesful response from calls which succeeded- but no joy.
    I would appreciate any ideas.
    mlavie

    Kglad and Amy - thanks for your responses.
    I inspected the traffic in Fiddler and Wireshark. It appears that AIR is not even trying to reach the server for those failed instances. After extensive Googling, it seems that mutiple URLLoader calls is a sure recipe for problems. I made the calls serial by having each Success handler call the next URLLoader.
    Again - thanks for repsonding,
    mlavie

  • Anyone else getting adobe AIR error 2032 when trying to download Adobe max companion?

    Hey;
    I'm attending max for my first time and am psyched. I've tried downloading the Adobe MAX companian at http://www.max.adobe.com/companion but I keep getting error 2032. I'm wondering if I'm the only one experiencing this problem and if so what can I do to fix it? Thanks for your replies in advance.

    Thank you for responding. I found the problem. No it isn't a flash player
    issue it is an AIR issue. I didn't know there was an AIR forum. I will post
    the answer here instead of duplicating posts. If you are a developer and
    have a virtual server on your computer you most likely will run into the AIR
    error 2032 when trying to download the MAX companion for the conference
    starting tommorow-Wednesday (Monday-Wednesday). You need to either add in a
    chunk of code to your server that allows AIR to run or use a different
    computer. I used a different computer but I read that someone found the
    solution to this error is to add the code to their virtual server. I use
    XAMPP, which is a rather popular Virtual Server. Okay well I hope this helps
    anyone in the future.

  • Air app install fail in IE with Badge Installer Error # 2032

    Much has been written about this problem, and the most quoted solutions are
    Ensure the appurl FlashVar is not a relative url but fully qualified http://domain.com/app.air
    Uninstall and reinstall Air
    Empty browser's cache
    None of these have solved my issue and I still have a reproducible bug.
    I have set up a badge installer at http://tx.flamjam.com/mms/ which attempts to install appurl=http:/tx.flamjam.com/mms/MMSReview.air
    This works beautifully in OS X but fails in Windows with the error window,
    Sorry, an error has occurred.
    The application could not be installed. Try installing it again. If the problem persists, contact the application author.
    Error# 2032
    I've tested IE and Chrome, both updated to the most recent versions.
    When Air is not installed I get a slightly different error message, with no error number.
    The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author.
    With Air installed, if I instead visit the appurl directly in the browser — http:/tx.flamjam.com/mms/MMSReview.air —  the file downloads and installs without problem.
    To the best of my knowledge, the error is a generic stream error which essentially means that the appurl could not be found. To demonstrate this, simply use a fictitous appurl and now the same error can be seen on OS X as well. This implies that something is malforming the appurl withing the badge, but I have modified the status display text of the badge to display the appurl parsed from the LoaderInfo object containing FlashVars payload and can confirm that the appurl appears to be consistent between OS X and Win.
    Log file in next post.
    I'll continue digging for a solution, and post my findings here, but would value other's input on this subject greatly.

    An interesting development.
    When I monitor my network traffic using ServiceCapture I can see that no attempt is made to connect to the appurl, with the install failing instantly without even attempting to connect to the appurl.
    ServiceCapture on OS X confirms the attempt to connect to the appurl even if the url is deliberately fictitous resulting in a 404 response.
    The badge begins the installation process using the installApplication method of the following file
    http://airdownload.adobe.com/air/browserapi/air.swf
    which the badge loads on startup.
    It would appear to me that the installation problem is failing inside that loaded swf's code, but I'm at a loss as to how to debug that.

  • 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 when previewing report after apgrading to SP3

    Dear experts,
    I have a report that previously worked fine in 2008 SP1FP3 but now errors after upgrading to 2008 SP3. The report connects to an external data source using an XML Data refresh button sending some data to a URL and then loading a data table received back. The error message when previewing the report is as follows:
    Cannot access external data
    An error has occurred.
    For more information , contact the file creator or your system administrator.
    Error: Error no 2032
    Connection Type: XML Data
    Any advice will be appreciated...

    Hi,
    the error 2032 is a general stream error. Did you mark your XML file as trusted in the adobe settings?:
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html
    Is the XML file on other domain than yours? Then you will need a crossdomain policy file on the root of that server:
    http://ryangoodman.net/blog/index.php/2008/04/25/xcelsius_2008_cross_domain_policy_change
    Regards
    Victor

  • AIR Installer Error# 2032

    I created an Adobe AIR application using html, css and Javascript in Dreamweaver. The application works fine, but now that I have built the installer I get the following error:
    Sorry, an error has occurred.
    The application could not be installed. Try installing it again. If the problem persists, contact the application author.
    Error# 2032
    I am the application author...
    The link to the installer: http://www.bendelcorp.com/tools/default_badge.html
    The Flash Vars code:
       'flashvars','appname=Bendel-Tools&appurl=http://www.bendelcorp.com/tools/Bendel-Tools.air&airversion=1.5&imageurl=icon2.png',
            'movie','badge' );
    I would appreciate any assistance for resolving this. Thanks.

    An interesting development.
    When I monitor my network traffic using ServiceCapture I can see that no attempt is made to connect to the appurl, with the install failing instantly without even attempting to connect to the appurl.
    ServiceCapture on OS X confirms the attempt to connect to the appurl even if the url is deliberately fictitous resulting in a 404 response.
    The badge begins the installation process using the installApplication method of the following file
    http://airdownload.adobe.com/air/browserapi/air.swf
    which the badge loads on startup.
    It would appear to me that the installation problem is failing inside that loaded swf's code, but I'm at a loss as to how to debug that.

  • Captivate 8 Unknown Error returned after post of quiz results

    I am posting quiz results to an Internal Server using the InternalServerReporting.php script.  The entry gets written to the server but a result of "Unknown Error" is returned to the student.  I have the captivate HTML file at the root (C:/Inetpub/wwwroot/).  I have tried suppressing the Popup window for Student Name and Student ID by entering values in the cpQuizInfoStudentID and cpQuizInfoStudentName variables but I still get a return popup window with the "Unknown Error"

    yes, PHP is setup and it works. As I mentioned, I'm able to use the Quiz Results Analyzer to pull quiz results just fine from the internalserverread.php file, even though the users get an "unknown error" message.
    So we do run a Windows domain based on a Windows Server 2008 domain controller; strangely, when I'm logged in to a workstation and take the quiz, I don't get the "unknown error". It only seems to happen to other users, which points to a permissions problem but all of the permissions are clearly set on the PHP files to allow read/write for all domain users. I even created a dummy account replicating all of my profiles memberships/permissions and it didn't work on that one. Besides, if it really was a permissions issue, why would Captivate allow those people to post their results to the internalServerReporting.php at all? As it is, despite the "unknown error" message, they post their results just fine.

  • Flex IO error# 2032 when using IE7 for parallel https calls across two servers

    Hi,
    Weeks back I faced a wierd issue in the behaviour of flashplayer running on IE7 which is invoking parallel https calls. I have two SSL enabled servers one is listening on port 443 and the other is listening on port 8443 but both running in the same domain. I developed a flex client (using httpservice class) which sends parallel https requests to these two servers. When the number of parallel requests increases say more than 5 requests to each server, the fault handler was encountered with the error message:
    [RPC Fault faultString="HTTP request error" faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: https://servlet"]. URL: https://servlet"]
    I used some http tracer tools to check if the request jumps out of the browser but that didnt happen. I am 100% sure that I am using the correct url. I was totally helpless . This worked without any issues in IE8 or Chrome or Firefox. This made me think about increasing the number of concurrent connections for IE7 by modifying the windows registry. But still no difference in the behaviour.
    After breaking my head for a long days, I got one solution which would work. This issue is happening only if we are sending https requests to different ports in the same domain. So rather than moving one among the two servers to a new domain, I got a new DNS name for the same destination. So presently I got two DNS names pointing to the same machine in which both the servers are mounted.
    After this it really worked cool!!! Now that I am using a separate DNS name for the server listening on port 8443 and the old DNS name is used to hit the server listening on 443. And I am happy that its working fine without any issues .
    But can anyone tell me if this is really an IE7 issue or do we have anyother solution to fix this.
    Please share ur thoughts..

    Hi,
    I am building a mobile employee directory and for that I am using Flash Builder 4.6/AIR 3.1.0. I am using RESTful web service to get XML results and to display on my mobile application. I am getting the same below error when accessing the webservice from mobile app (Android - Galaxy Tab 7 inch).
    Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error # 2032"] URL: http://adfdevp.alshaya.com:7013/RESTEmployeeDetails-EmployeeDetails-co">http://adfdevp.alshaya.com:7013/RESTEmployeeDetails-EmployeeDetails-co ntext-root/jersey/restlabhttp://adfdevp.alshaya.com:7013/RESTEmployeeDetails-http://adfdevp.als haya.com:7013/RESTEmployeeDetails-EmployeeDetails-co ntext-root/jersey/restlabEmployeeDetails-context-root/jersey/restlab
    The same code is working in Flash Builder 4.6. I have checked Network Monitor to "Disabled" before deploying to mobile. What am i doing wrong here? I am pasting my code below-
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
       xmlns:s="library://ns.adobe.com/flex/spark" title="HomeView" xmlns:dao="dao.*"
       xmlns:mx="library://ns.adobe.com/flex/mx">
    <fx:Script>
       <![CDATA[
        import mx.collections.ArrayCollection;
        import mx.collections.IList;
        import mx.collections.XMLListCollection;
        import mx.events.FlexEvent;
        import mx.rpc.events.FaultEvent;
        import mx.rpc.events.ResultEvent;
        import mx.rpc.xml.SimpleXMLDecoder;
        import mx.utils.ArrayUtil;
        import valueObjects.EmployeeDetail;
        [Bindable]
        private var myXml:XML;
        [Bindable]
        public var resultCollection:IList;
        public function handleXml(event:ResultEvent):void
         var xmlListCollection:XMLListCollection = new XMLListCollection(event.result.children());
         var xmlListCollectionValues:XMLListCollection = new XMLListCollection(event.result.emp.children());
         var resultArray:Array = xmlListCollection.toArray();
         var resultArrayValues:Array = xmlListCollectionValues.toArray();
         var objEmployeeDetails:EmployeeDetail;
         var resultCollection:ArrayCollection = new ArrayCollection();
         var j:int = 0;
         for(var i:int=0;i<resultArray.length;i++){
          objEmployeeDetails = new EmployeeDetail();
          objEmployeeDetails.brand = resultArrayValues[j];
          objEmployeeDetails.division = resultArrayValues[j+1];
          objEmployeeDetails.email = resultArrayValues[j+2];
          objEmployeeDetails.employee_name = resultArrayValues[j+3];
          objEmployeeDetails.employee_number = resultArrayValues[j+4];
          objEmployeeDetails.grade = resultArrayValues[j+5];
          objEmployeeDetails.mobile = resultArrayValues[j+6];
          objEmployeeDetails.position = resultArrayValues[j+7];
          j = j + 8;
          resultCollection.addItem(objEmployeeDetails);
         list.dataProvider = resultCollection;
         //return resultCollection;
        public function handleFault(event:FaultEvent):void
         //Alert.show(event.fault.faultDetail, "Error");             
        protected function sesrchEmployee():void
         xmlRpc.send();
       ]]>
    </fx:Script>
    <fx:Declarations>
       <dao:EmployeeDAO id="srv"/>
       <mx:HTTPService id="xmlRpc"
           url="http://adfdevp.alshaya.com:7013/RESTEmployeeDetails-EmployeeDetails-co ntext-root/jersey/restlab"
           result="handleXml(event)"
           fault="handleFault(event)"
           resultFormat="e4x" showBusyCursor="true">
        <mx:request xmlns="">
         <data>{key.text}</data>
         <data>{key1.text}</data>
        </mx:request>
       </mx:HTTPService>
    </fx:Declarations>
    <s:navigationContent/>
    <s:titleContent>
       <s:VGroup width="100%">
       <s:HGroup width="100%">
        <s:Label top="40" paddingTop="10" paddingRight="13" height="29" text="Employee Name:"/>
        <s:TextInput id="key" width="559"/>
       </s:HGroup>
       <s:HGroup width="100%">
        <s:Label height="30" paddingTop="10" text="Employee Number:"/>
        <s:TextInput id="key1" width="100%"/>
       </s:HGroup>
       </s:VGroup>
    </s:titleContent>
    <s:actionContent>
       <s:Button icon="@Embed('assets/search.png')" click="sesrchEmployee()"/> 
    </s:actionContent>
    <s:List id="list" top="0" bottom="0" left="0" right="0" 
        change="navigator.pushView(EmployeeDetails, list.selectedItem)">
       <s:itemRenderer>
        <fx:Component>
         <s:IconItemRenderer label="{data.employee_name}"
              messageField="position">
         </s:IconItemRenderer>
        </fx:Component>
       </s:itemRenderer>
    </s:List>
    </s:View>
    Please help me to resolve this issue as soon as possible. Appreciate your quick response in this regard.
    Thanks,
    Murtaza Ghodawala
    Mobile: +965 97180549
    [email protected]

  • Dreaded error #2032

    [dumbfounded]
    I'm trying to access an online PHP file which returns XML. The PHP is passed GET parameters.
    It works in a browser just fine. A barebones test (see code below) works in an AIR app too while testing from the Flash IDE but testing for Flash player 10.2 (or the original project, player 8 (yes AS2), both result in loading errors.
    Below is the code from the AIR app. Only difference with the 'swf code' is the addition of the HTTP_RESPONSE_STATUS eventlistener.
    import flash.net.URLLoader;
    import flash.net.URLRequest;
    import flash.events.Event;
    import flash.events.HTTPStatusEvent;
    import flash.events.IOErrorEvent;
    var l:URLLoader = new URLLoader();
    var r:URLRequest = new URLRequest( "http://www.****.nl/****.nl/test/****_lvs/fl_login.php?usr=*****&pwd=****" );
    l.addEventListener(Event.COMPLETE, onDone );
    l.addEventListener(HTTPStatusEvent.HTTP_STATUS, onHTTPStat );
    l.addEventListener(HTTPStatusEvent.HTTP_RESPONSE_STATUS, onHTTPResponseStat );
    l.addEventListener(IOErrorEvent.IO_ERROR, onIOError );
    l.load( r );
    function onDone( e:Event ):void
         trace( e.target.data );
    function onIOError( e:Event ):void
         trace( e )
    function onHTTPStat( e:HTTPStatusEvent ):void
         trace( e );
    function onHTTPResponseStat( e:HTTPStatusEvent ):void
         trace( e );
    response gotten while testing for AIR is:
    [SWF] Untitled-2.swf - 3421 bytes after decompression
    [HTTPStatusEvent type="httpResponseStatus" bubbles=false cancelable=false eventPhase=2 status=200 responseURL="http://www.****.nl/****.nl/test/****_lvs/fl_login.php?usr=*****&pwd=****"]
    [HTTPStatusEvent type="httpStatus" bubbles=false cancelable=false eventPhase=2 status=200 responseURL=null]
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <earzresult>
       <user>
         <name><![CDATA[manno]]></name>
         <id>5143</id>
         <pwd><![CDATA[****]]></pwd>
         <orgid>3</orgid>
         <orgname><![CDATA[****]]></orgname>
         <sessionid>58</sessionid>
       </user>
    </earzresult>
    [UnloadSWF] Untitled-2.swf
    Test Movie terminated.
    While the test for swf results in:
    Error opening URL 'http://www.****.nl/****.nl/test/****_lvs/fl_login.php?usr=*****&pwd=****'
    [HTTPStatusEvent type="httpStatus" bubbles=false cancelable=false eventPhase=2 status=0 responseURL=null]
    [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: http://www.****.nl/****.nl/test/****_lvs/fl_login.php?usr=*****&pwd=****"]
    Anyone any idea?
    Thanks in advance,
    Manno

    As a quick fix, and until I can find a better solution, I had the web service changed to check for values of -1 for the number parameters which they processed to remove the values and set them to null on the server side.  I looked for an answer to this on Google and was surprised that more people hadn't come up against this issue before.
    Cheers.

  • Error 2032 in communication between Flex Client and WCF

    Hi All,
    I'm trying to establish communication between Flex Client
    and WCF service.
    WCF service accepts gZip compressed data and returns gZip
    compressed results.
    So I used Flex ByteArray.compress() and
    ByteArray.uncompress() for this purpose. However, it throws error
    2032.
    The gZip compression/decompression uses MemoryStream class in
    C#. Based on my previous experience, memory stream communication
    between Flex and C# gives erro 2032.
    Is there a work around for this?
    Thanks,
    Vishal

    I read some thread in the forum, and found somebody had the similar problem with me. Just want to know how to settle this problem.
    In the client/server program. Client is a JAVA program and Server a
    VC++ program. The connection works, and the problem appears after some time. The Client sends a lots of requests to Serverm, the server seems receive nothing. But at the same time, the server is able to send messages to Client. The Client also can get the messages and handle them. Don't understand why there this problem and why it appears when it wants.
    The client is a Win2k platorm with JDK1.3.1 and the server is also a Win2K platform with VC++ 6.0.
    In the Client, using:
    inputFromServer = new BufferedReader(new InputStreamReader(socket.getInputStream()));
    outputToServer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(socket.getOutputStream())),true);
    Hope can get your help.

  • IOS: (not) playing sound from local file system - Error #2032

    Dear all,
    I am working on an app where I want to (among others) play sound files from the local file system.
    I have added a few mp3 files into my .ipa file.
    With a small file browser in my app I can select any one of them which returns me a File object.
    I then use this File object to do a URLRequest to load the sound:
    var req:URLRequest = new URLRequest(file.nativePath);
    sound = new Sound();
    sound.addEventListener(IOErrorEvent.IO_ERROR, soundLoadError);
    sound.addEventListener(Event.COMPLETE, soundLoaded);
    sound.load(req);
    It works in flash, but fails on the iPAD. Everytime I try to load, I get a IOErrorEvent with error code Error #2032
    When I replace new URLRequest(file.nativePath) with URLRequest("http://.../testfile.mp3"), everything works fine!
    Any help appreciated.
    Is this a matter of Security settings? Can I change those?
    Something to do with Sandboxing (whatever that is)?
    or something to do with cross-domain access?
    I have been looking around for days now and any help would be appreciated!
    I am using Flash CS5.5 & AIR 2.7
    Thanks, Marcus.

    Hi Sanika,
    this was something closer to that paragraph for "nativePath":
    Some Flex APIs, such as the source property of the SWFLoader class, use a URL (the url property of a File object), not a native path (the nativePath property).
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/filesystem/File.h tml#nativePath
    but that is not exactly what I've read (maybe that was A-blog or post on someone from A-team on his personal blog or post on stackoverflow).
    (myself I'm using and providing solutions for paths using FILE protocol - file URI schemes - mostly whenever I can and where it is supported)
    regards,
    Peter

Maybe you are looking for

  • Can't open Print Settings dialog

    All of the sudden I cannot open the print settings dialog from the print window in Aperture. Every time I click the button, I get this in console: 3/22/08 3:16:22 PM Aperture[574] * Assertion failure in -[RedRock _commonBeginModalSessionForWindow:rel

  • Print To PDF problem

    hi, i have used the Print to > PDF option of iWeb to create documents that users can print (because of this iWeb printing pb ...). but now, the problem is that those PDF files generated by iWeb have line cut in the middle. you can see it @ www.voisin

  • Daul language support to swing application

    hi i want to develop the swing application, which has to support two Language say Thai and english, regardless of windows settings (i.e.windows language settings) It may be thai window with thai keyboard or English windows pls suggest some solution r

  • BEX reporting incorrect figures after replicating objects

    We have a process chain in BW that is run monthly and has been in production for a number of years with no issues. After applying patches to our ERP6 system and upgrading to EHP4 - the process chain failed on a number of objects because the date & ti

  • How to disable A-GPS on lumia 720

    If anyone knows how to disable A-GPS in lumia 720 cause it disturbs my build in GPS since some days?