ApplicationUpdater UI auto update failing

This is a cross-post from http://forums.adobe.com/thread/1312883 The gist is earlier today the ApplicationUpdater UI was failing to download an update that was posted. Just now the update started to successfully dowload (without any changes) but when you click 'Install Now' it closes the app but fails to install the update.  However, the failure to install was captured by the Console - the output is below
Oct 10 16:31:54 Damons-MacBook-Pro.local Adobe AIR Application Installer[9129]: Application Installer begin with version 3.9.0.1030 on Mac OS 10.8.5 x86
Oct 10 16:31:54 Damons-MacBook-Pro.local Adobe AIR Application Installer[9129]: Commandline is: "/Users/damon/Library/Application Support/com.eworksmedia.xmpp.chat/Local Store/#ApplicationUpdater/update.air" 1.0.2
Oct 10 16:31:54 Damons-MacBook-Pro.local Adobe AIR Application Installer[9129]: Installed runtime (3.9.0.1030) located at /Library/Frameworks/Adobe AIR.framework
Oct 10 16:31:54 Damons-MacBook-Pro.local Adobe AIR Application Installer[9129]: Application Installer end with exit code 2

We have been running into the same issue with our Application and appears to have started with AIR 3.9.
We are seeing the same console output on our Mountain Lion machines:
Oct 16 13:54:51: Application Installer begin with version 3.9.0.1030 on Mac OS 10.8.4 x86
Oct 16 13:54:51: Commandline is: "/Users/karl/Library/Preferences/com.mcmguides.pdg.SNCO.2013/Local Store/#ApplicationUpdater/update.air" 5.1.36
Oct 16 13:54:51: Installed runtime (3.9.0.1030) located at /Library/Frameworks/Adobe AIR.framework
Oct 16 13:54:51: Application Installer end with exit code 2
After testing a number of times I did see the update succeed using the same version of AIR:
Oct 16 14:10:55: Application Installer begin with version 3.9.0.1030 on Mac OS 10.8.4 x86
Oct 16 14:10:55: Commandline is: -update "/Applications/PDG GOLD SNCO - 2013.app" "/Users/karl/Library/Preferences/com.mcmguides.pdg.SNCO.2013/Local Store/#ApplicationUpdater/update.air" 5.1.36
Oct 16 14:10:55: Installed runtime (3.9.0.1030) located at /Library/Frameworks/Adobe AIR.framework
Oct 16 14:10:56: Installed app (com.mcmguides.pdg.SNCO.2013) located at /Applications/PDG GOLD SNCO - 2013.app
Oct 16 14:10:57: Unpackaging file:///Users/karl/Library/Preferences/com.mcmguides.pdg.SNCO.2013/Local%20Store/%23ApplicationUpdater/update.air to /var/folders/2_/lrc0kp3j0b344x__r6y75g980000gn/T/FlashTmp.LZskKv
Oct 16 14:11:01: Application signature verified
Oct 16 14:11:01: Unpackaging/validation complete
Oct 16 14:11:01: Converting unpackaged application to a native installation package in /var/folders/2_/lrc0kp3j0b344x__r6y75g980000gn/T/FlashTmp.GKSXXH
Oct 16 14:11:04: Native installation package creation succeeded
Oct 16 14:11:04: Starting app update of /Applications. Updating from com.mcmguides.pdg.SNCO.2013 version 5.1.25 to com.mcmguides.pdg.SNCO.2013 version 5.1.36 using the source file at file:///Users/karl/Library/Preferences/com.mcmguides.pdg.SNCO.2013/Local%20Store/%23ApplicationUpdater/update.air
Oct 16 14:11:23: Launching subprocess with commandline /Applications/PDG GOLD SNCO - 2013.app
Oct 16 14:11:23: Application Installer end with exit code 0
I don't really know why it was able to work this time it is the exact same app and running the same version of AIR. Since having this succeed once I have not been able to reproduce the update working, it only fails with the first console output.
If I downgrade to an older version of AIR the update appears to work fine.
I found a bug submission on this issue: https://bugbase.adobe.com/index.cfm?event=bug&id=3648402 hopefully it is getting looked into.
Karl

Similar Messages

  • ApplicationUpdater UI auto update failing Error# 16824

    We have an internal AIR app, there were some small changes made yesterday so the version number was increased and the application was packaged and uploaded to the server with an updated config XML on the server to match the new version number. Nothing out of the ordinary, and no frameworks were changed. When you launch the old version of the app you get the prompt to update, cool, you click Download Now and get the following
    If you point your browser to the URL in the update config xml on the server it downloads the AIR file, then you double click it and it replaces the old version successfully. So it just doesn't work via the ApplicationUpdater UI. It works manually. Why?
    OS X and Windows - same outcome
    Flash CC 13.0.1.808 running on OS X 10.8.5
    AIR 3.6 for Desktop
    App descriptor
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <application xmlns="http://ns.adobe.com/air/application/3.6">
        <id>com.eworksmedia.xmpp.chat</id>
        <versionNumber>1.0.2</versionNumber>
        <filename>e-works media, inc. chat</filename>
        <description>EWM Internal XMPP Chat Client</description>
        <name>e-works media, inc. chat</name>
        <copyright>e-works media, inc.</copyright>
        <initialWindow>
            <content>chat.swf</content>
            <systemChrome>standard</systemChrome>
            <transparent>false</transparent>
            <visible>true</visible>
            <fullScreen>false</fullScreen>
            <autoOrients>false</autoOrients>
            <aspectRatio>portrait</aspectRatio>
            <renderMode>auto</renderMode>
            <maximizable>true</maximizable>
            <minimizable>true</minimizable>
            <resizable>true</resizable>
            <minSize>190 265</minSize>
        </initialWindow>
        <customUpdateUI>false</customUpdateUI>
        <allowBrowserInvocation>false</allowBrowserInvocation>
        <icon>
            <image16x16>icons/16.png</image16x16>
            <image32x32>icons/32.png</image32x32>
            <image48x48>icons/48.png</image48x48>
            <image128x128>icons/128.png</image128x128>
        </icon>
        <supportedProfiles>desktop extendedDesktop</supportedProfiles>
    </application>
    Packaged with Application
    <configuration xmlns="http://ns.adobe.com/air/framework/update/configuration/1.0">
              <url>http://chat.e-worksmedia.com/air/ewm-chat-updater.xml</url>
              <delay>1</delay>
              <defaultUI>
                        <dialog name="checkForUpdate" visible="false" />
                        <dialog name="downloadUpdate" visible="true" />
                        <dialog name="downloadProgress" visible="true" />
                        <dialog name="installUpdate" visible="true" />
                        <dialog name="fileUpdate" visible="true" />
                        <dialog name="unexpectedError" visible="true" />
              </defaultUI>
    </configuration>
    On server
    <update xmlns="http://ns.adobe.com/air/framework/update/description/2.5">
              <versionNumber>1.0.2</versionNumber>
              <url>http://chat.e-worksmedia.com/air/ewm-chat.air</url>
              <description>Resize and reflow fix</description>
    </update>
    The applicationupdater_ui.swc being used is from inside the AIR 3.6 SDK->frameworks/libs/air/applicationupdater_ui.swc

    So it's later in the day now, no changes have been made since the previous posting. I gave it try again by just launching the old version and low-and-behold the download succeeds for the update - remember no changes were made. Then when you click the 'Install Now' in the next prompt it closes the application and nothing happens. It doesn't install the new version and relaunch the app. If you relaunch the app manually it's still the old version and not the new one you just downloaded and clicked to install. Ahh, this time I actually got output in the Console.app
    Oct 10 16:31:54 Damons-MacBook-Pro.local Adobe AIR Application Installer[9129]: Application Installer begin with version 3.9.0.1030 on Mac OS 10.8.5 x86
    Oct 10 16:31:54 Damons-MacBook-Pro.local Adobe AIR Application Installer[9129]: Commandline is: "/Users/damon/Library/Application Support/com.eworksmedia.xmpp.chat/Local Store/#ApplicationUpdater/update.air" 1.0.2
    Oct 10 16:31:54 Damons-MacBook-Pro.local Adobe AIR Application Installer[9129]: Installed runtime (3.9.0.1030) located at /Library/Frameworks/Adobe AIR.framework
    Oct 10 16:31:54 Damons-MacBook-Pro.local Adobe AIR Application Installer[9129]: Application Installer end with exit code 2

  • 3rd Party auto-updates fail

    I'm having a problem where seemingly all 3rd party software auto-updates fail.
    The scenario is:
    * I'm using a 3rd party
    * I receive a prompt from the application to download and install a new version of the application
    * I click Install Now and the application downloads the new version in the background
    * When the download completes, I get an error that the update failed
    Looking at Console for error logs, I get the following messages:
    pixelmator - "env: hdiutil: No such file or directory"
    transmission - "env: hdiutil: No such file or directory"
    adium - "MD5 verification of the update archive failed."
    fluid - "sh: ditto: command not found" and then "The update archive didn't contain an application with the proper name: Fluid.app. Remember, the updated app's fluid name must be identical to {CFBundleName}.app"
    fluid - also displays a dialog box after failure saying that the Application directory is not writable.
    I can download the app manually and install it without any problem, however.
    I have tried verifying and repairing disk permissions, as well as rebooting my system.
    Running Software Update appears to work fine.
    Does anyone have suggestions on how I can troubleshoot this issue?

    I've done a bit more testing since I originally posted about my problem:
    * I've upgraded to 10.5.3
    * I've tried resetting my user profile permissions from my 10.5 install DVD
    * I've tried reproducing the error from a new user profile.
    The interesting thing is that I CAN'T duplicate this error from a new profile. Short of moving everything to a new profile, is there anything else I can do?

  • Auto updater failed during update to PS 13.0.2 error U44M2P7

    PS CS 6 crashes after running auto updater for the MBP Retina Support update. What can I do to fix this?

    I tried this as well and the installation process fails with the same error code.
    This the crash report that is generated:
    Process:         Adobe Photoshop CS6 [10318]
    Path:            /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/MacOS/Adobe Photoshop CS6
    Identifier:      com.adobe.Photoshop
    Version:         13.0.0 (20120315.r.428)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [185]
    User ID:         501
    Date/Time:       2012-12-11 06:55:29.847 -0500
    OS Version:      Mac OS X 10.8.2 (12C3006)
    Report Version:  10
    Interval Since Last Report:          304648 sec
    Crashes Since Last Report:           6
    Per-App Interval Since Last Report:  33 sec
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                      8408623C-FBA0-416F-821B-DC1EB02FD34F
    Crashed Thread:  9
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    abort() called
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_c.dylib                       0x00007fff8e78ac9c OSAtomicCompareAndSwap64Barrier$VARIANT$mp + 8
    1   libsystem_c.dylib                       0x00007fff8e7a1d54 pthread_mutex_lock + 463
    2   com.adobe.Photoshop                     0x000000010005f438 0x100000000 + 390200
    3   com.adobe.Photoshop                     0x000000010024e070 0x100000000 + 2416752
    4   com.adobe.Photoshop                     0x000000010104d3c7 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 8352359
    5   com.adobe.Photoshop                     0x000000010104d5a9 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 8352841
    6   com.adobe.Photoshop                     0x000000010104d73b AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 8353243
    7   com.adobe.Photoshop                     0x0000000101044ea9 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 8318281
    8   com.adobe.Photoshop                     0x0000000101948c4e AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17771246
    9   com.adobe.Photoshop                     0x0000000100bbb245 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 3559653
    10  com.adobe.Photoshop                     0x0000000100c51f73 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4177427
    11  com.adobe.Photoshop                     0x00000001007b045b boost::system::system_error::what() const + 1998427
    12  com.adobe.Photoshop                     0x00000001007b0999 boost::system::system_error::what() const + 1999769
    13  com.adobe.Photoshop                     0x000000010054b24c 0x100000000 + 5550668
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff875b0d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff89f74dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff89f749ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff875b00fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e7a0f89 _pthread_cond_wait + 869
    2   MultiProcessor Support                  0x000000010cf050f3 main + 8403
    3   MultiProcessor Support                  0x000000010cf051b0 main + 8592
    4   MultiProcessor Support                  0x000000010cf21f50 main + 126768
    5   libsystem_c.dylib                       0x00007fff8e79c742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8e789181 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff875b00fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e7a0f89 _pthread_cond_wait + 869
    2   MultiProcessor Support                  0x000000010cf050f3 main + 8403
    3   MultiProcessor Support                  0x000000010cf051b0 main + 8592
    4   MultiProcessor Support                  0x000000010cf21f50 main + 126768
    5   libsystem_c.dylib                       0x00007fff8e79c742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8e789181 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff875b00fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e7a0f89 _pthread_cond_wait + 869
    2   MultiProcessor Support                  0x000000010cf050f3 main + 8403
    3   MultiProcessor Support                  0x000000010cf051b0 main + 8592
    4   MultiProcessor Support                  0x000000010cf21f50 main + 126768
    5   libsystem_c.dylib                       0x00007fff8e79c742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8e789181 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff875b00fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e7a0f89 _pthread_cond_wait + 869
    2   MultiProcessor Support                  0x000000010cf050f3 main + 8403
    3   MultiProcessor Support                  0x000000010cf051b0 main + 8592
    4   MultiProcessor Support                  0x000000010cf21f50 main + 126768
    5   libsystem_c.dylib                       0x00007fff8e79c742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8e789181 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff875b00fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e7a0f89 _pthread_cond_wait + 869
    2   MultiProcessor Support                  0x000000010cf050f3 main + 8403
    3   MultiProcessor Support                  0x000000010cf051b0 main + 8592
    4   MultiProcessor Support                  0x000000010cf21f50 main + 126768
    5   libsystem_c.dylib                       0x00007fff8e79c742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8e789181 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff875b00fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e7a0f89 _pthread_cond_wait + 869
    2   MultiProcessor Support                  0x000000010cf050f3 main + 8403
    3   MultiProcessor Support                  0x000000010cf051b0 main + 8592
    4   MultiProcessor Support                  0x000000010cf21f50 main + 126768
    5   libsystem_c.dylib                       0x00007fff8e79c742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8e789181 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff875b00fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e7a0f89 _pthread_cond_wait + 869
    2   MultiProcessor Support                  0x000000010cf050f3 main + 8403
    3   MultiProcessor Support                  0x000000010cf051b0 main + 8592
    4   MultiProcessor Support                  0x000000010cf21f50 main + 126768
    5   libsystem_c.dylib                       0x00007fff8e79c742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8e789181 thread_start + 13
    Thread 9 Crashed:
    0   libsystem_kernel.dylib                  0x00007fff875b0212 __pthread_kill + 10
    1   libsystem_c.dylib                       0x00007fff8e79daf4 pthread_kill + 90
    2   libsystem_c.dylib                       0x00007fff8e7e1dce abort + 143
    3   com.adobe.Photoshop                     0x00000001007affda boost::system::system_error::what() const + 1997274
    4   libc++abi.dylib                         0x00007fff893203f5 safe_handler_caller(void (*)()) + 8
    5   libc++abi.dylib                         0x00007fff89320450 std::terminate() + 16
    6   libc++abi.dylib                         0x00007fff89321647 __cxa_rethrow + 85
    7   com.adobe.Photoshop                     0x00000001007afea8 boost::system::system_error::what() const + 1996968
    8   libstdc++.6.dylib                       0x00007fff83fd4527 std::terminate() + 18
    9   com.adobe.Photoshop                     0x00000001019582e3 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17834371
    10  libsystem_c.dylib                       0x00007fff8e79c742 _pthread_start + 327
    11  libsystem_c.dylib                       0x00007fff8e789181 thread_start + 13
    Thread 10:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x00007fff875b0386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8e826800 nanosleep + 163
    2   libsystem_c.dylib                       0x00007fff8e826717 usleep + 54
    3   com.apple.AppKit                        0x00007fff8685e958 -[NSUIHeartBeat _heartBeatThread:] + 543
    4   com.apple.Foundation                    0x00007fff8c1a7612 __NSThread__main__ + 1345
    5   libsystem_c.dylib                       0x00007fff8e79c742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8e789181 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff875b06d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8e79eeec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8e79ecb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8e789171 start_wqthread + 13
    Thread 9 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x0000000111a80db8  rdx: 0x0000000000000000
      rdi: 0x0000000000007203  rsi: 0x0000000000000006  rbp: 0x0000000111a80de0  rsp: 0x0000000111a80db8
       r8: 0x00007fff7446e278   r9: 0x000000005100043e  r10: 0x0000000020000000  r11: 0x0000000000000206
      r12: 0x0000000000007203  r13: 0x0000000000000000  r14: 0x0000000111a81000  r15: 0x0000000106c74570
      rip: 0x00007fff875b0212  rfl: 0x0000000000000206  cr2: 0x00007fff74467fe8
    Logical CPU: 0
    Binary Images:
           0x100000000 -        0x10333cfff +com.adobe.Photoshop (13.0.0 - 20120315.r.428) <6A87A703-3170-CA73-8C77-35C282C4E264> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/MacOS/Adobe Photoshop CS6
           0x1039bf000 -        0x1039ebff7 +libtbb.dylib (0) <57655978-A378-BE1E-7905-7D7F951AD6F7> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/libtbb.dylib
           0x103a02000 -        0x103a10ff3 +libtbbmalloc.dylib (0) <CB038B96-2999-5EB1-E26A-7720A7A8F8CD> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/libtbbmalloc.dylib
           0x103a24000 -        0x103a2bfff  org.twain.dsm (1.9.4 - 1.9.4) <80EC0952-6137-3CA6-813F-D753856A13CE> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
           0x103a33000 -        0x103a4dff7 +com.adobe.ahclientframework (1.7.0.56 - 1.7.0.56) <C1C5DE5C-39AB-0871-49A6-FA3449D39B8A> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x103a56000 -        0x103a5bfff  com.apple.agl (3.2.1 - AGL-3.2.1) <1A57AE22-37F6-3A2E-8098-183B280EEEA9> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x103a62000 -        0x103c70fff +com.adobe.owl (AdobeOwl version 4.0.93 - 4.0.93) <CB035C4D-044D-4004-C887-814F944E62ED> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x103cb1000 -        0x1040f7ff7 +com.adobe.MPS (AdobeMPS 5.8.0.19463 - 5.8.0.19463) <8A4BA3B2-6F6A-3958-ABDE-C3E8F21373B0> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x104173000 -        0x1044ccff7 +com.adobe.AGM (AdobeAGM 4.26.17.19243 - 4.26.17.19243) <E96C804B-158B-D4A2-9A64-482F9ADC29D0> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x104535000 -        0x104896fef +com.adobe.CoolType (AdobeCoolType 5.10.31.19243 - 5.10.31.19243) <8BFF14FB-AA14-1CBF-C2A3-715363B5A841> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x1048e3000 -        0x10490bff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <9BDD08A8-2DD8-A570-7A7B-EDAA7097D61B> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x104912000 -        0x10493efff +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.7.101.18636 - 3.7.101.18636) <488DF1F7-A643-5168-706A-498A0322A87E> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
           0x104961000 -        0x104aaeff7 +com.winsoft.wrservices (WRServices 5.0.0 - 5.0.0) <FFA48E0A-A17C-A04F-AE20-6815EB944DEA> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x104b22000 -        0x104b91fef +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <924155A9-D00E-B862-C490-5099BA70B978> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
           0x104bb8000 -        0x104c11fff +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <BC353D4E-1AE2-3FB5-D3EE-81A09C0C4328> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow
           0x104cb1000 -        0x104d38ff7 +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <5FCA15B4-F721-09C3-B412-1F86D9D7DE9E> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow
           0x104d9d000 -        0x104db8ff7 +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <BB7B342A-8CBC-4B73-58A2-9B062F590EBC> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime
           0x104dd2000 -        0x10500ffff +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <6839CFB1-74EE-B205-7D82-ABC5428E0810> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
           0x10510e000 -        0x105287fff +com.adobe.ACE (AdobeACE 2.19.18.19243 - 2.19.18.19243) <7F28B188-1D1B-20C9-BBB9-B74FCC12ECAD> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x10529a000 -        0x1052b9fff +com.adobe.BIB (AdobeBIB 1.2.02.19243 - 1.2.02.19243) <B7D7EE28-D604-2989-B099-62AEF4885C21> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x1052c0000 -        0x1053a4fe7 +com.adobe.amtlib (amtlib 6.0.0.75 - 6.0.0.75) <07A3E1E1-55C3-BA5B-A0B0-60250809ED61> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x1053b5000 -        0x10547afff +com.adobe.JP2K (2.0.0 - 2.0.0.18562) <B14B096C-AA23-BA8F-E3AE-8DB102F9D161> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
           0x1054c7000 -        0x1054cbff7 +com.adobe.ape.shim (3.3.8.19346 - 3.3.8.19346) <13D5CEF7-6090-CD66-8DA0-190771950F76> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
           0x1054d1000 -        0x10554ffff +com.adobe.FileInfo.framework (Adobe XMP FileInfo 5 . 3 . 0 . 0 -i 3 - 66.145433) <5C63613F-6BDE-1C29-D3FD-9D292F9ADB12> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
           0x105560000 -        0x1055c0ff7 +com.adobe.AdobeXMPCore (Adobe XMP Core 5.3 -c 11 - 66.145661) <B475CD07-1024-560D-5BFE-2A6FCE63925C> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x1055ca000 -        0x105b22fef +com.nvidia.cg (2.2.0006 - 0) /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/Cg.framework/Cg
           0x10617f000 -        0x1061edfef +com.adobe.headlights.LogSessionFramework (2.1.2.1652) <25E6F475-1522-419C-2169-547FCF2FD97F> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x106241000 -        0x106266ffe +adobepdfsettings (1) <56E7F033-6032-2EC2-250E-43F1EBD123B1> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/adobepdfsettings.framework/Versions/A/adobepdfsettings
           0x1062a1000 -        0x1062a5ff7 +com.adobe.AdobeCrashReporter (6.0 - 6.0.20120201) <A6B1F3BD-5DB0-FEE5-708A-B54E5CA80481> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
           0x1062ab000 -        0x10645bfef +com.adobe.PlugPlug (3.0.0.383 - 3.0.0.383) <908DBB12-D2AC-1844-BD2A-F1C483424917> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
           0x106512000 -        0x106532fff +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <DC3301F2-FC6E-70C7-3927-B0DD024210D6> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/aif_ocl.framework/Versions/A/aif_ocl
           0x10654c000 -        0x106609fff +com.adobe.AdobeExtendScript (ExtendScript 4.2.12.18602 - 4.2.12.18602) <0957DFA6-0593-CE4B-8638-00F32113B07B> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
           0x106653000 -        0x106701fef +com.adobe.AdobeScCore (ScCore 4.2.12.18602 - 4.2.12.18602) <9CEE95E5-2FC6-5E58-02A4-138EA6F8D894> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
           0x10673e000 -        0x106838fe7 +com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.7.101.18636 - 3.7.101.18636) <C7652AF2-56D7-8AF8-A207-0BDEDDFF0BEC> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
           0x1068dc000 -        0x106b25fe7 +com.adobe.linguistic.LinguisticManager (6.0.0 - 17206) <301AAE8E-BA78-230E-9500-FCCA204B49CB> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
           0x106dc8000 -        0x106dcaff7  com.apple.textencoding.unicode (2.5 - 2.5) <0518078E-C652-3CFC-A3FB-903C600CE831> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x107ce4000 -        0x107cf3ff7  libSimplifiedChineseConverter.dylib (61) <A2B475FF-667F-3B7B-A6E9-8768347F2BD6> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
           0x107cf7000 -        0x107cf8ff7  libCyrillicConverter.dylib (61) <D06971D7-9F16-3FE6-81E8-33E0FE4D6586> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
           0x107f9c000 -        0x107fb8ff7  libJapaneseConverter.dylib (61) <D0F762C2-5372-3AA2-BBA4-066B8E4B1F8E> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
           0x107fbd000 -        0x107fdefff  libKoreanConverter.dylib (61) <7A601BB8-19DF-3DDC-9C50-3A798290F377> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
           0x107fe2000 -        0x107ff4ff7  libTraditionalChineseConverter.dylib (61) <DDAFF75C-0714-34F4-818F-8B439AC7BBCA> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
           0x1094f8000 -        0x1094f8fff +Enable Async IO (???) <F56F1FB2-9CF1-19A8-0D14-885A652B19B7> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/Plug-Ins/Extensions/Enable Async IO.plugin/Contents/MacOS/Enable Async IO
           0x1097e7000 -        0x1097eafff +FastCore (???) <29AAF151-6CC4-28C5-68B8-0F6600A20435> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/Plug-Ins/Extensions/FastCore.plugin/Contents/MacOS/FastCore
           0x10ce3d000 -        0x10ce83fe7 +com.adobe.pip (6.0.0.1654) <3576D8F9-E2F9-6EB8-6684-C2FE6B0A3731> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobePIP.framework/AdobePIP
           0x10cec0000 -        0x10cf45fff +MultiProcessor Support (???) <467BB668-E9DD-60F4-CAAD-768A98174734> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/Plug-Ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
           0x10f900000 -        0x10f96cfff +MMXCore (???) <B9B6C7FB-CE56-8F6F-664E-DFCBBC5E3ADE> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/Plug-Ins/Extensions/MMXCore.plugin/Contents/MacOS/MMXCore
        0x7fff66424000 -     0x7fff6645893f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff82b16000 -     0x7fff82b59ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff82b5a000 -     0x7fff82bdbfff  com.apple.Metadata (10.7.0 - 707.3) <A45D75C1-B311-39F0-AF4A-63FCCC098C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
        0x7fff82c2c000 -     0x7fff82c94fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
        0x7fff82ca7000 -     0x7fff82cc4fff  com.apple.openscripting (1.3.6 - 148.2) <33B87CFB-CACC-3EBC-893D-38AECB94FB8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
        0x7fff82d4f000 -     0x7fff82d6eff7  com.apple.ChunkingLibrary (2.0 - 133.2) <D2A746DE-002A-3C6C-961E-BE94E71DB835> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
        0x7fff82d6f000 -     0x7fff82da9fff  com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff82daa000 -     0x7fff82db8fff  com.apple.Librarian (1.1 - 1) <1635162F-239A-341E-83C7-710C55E254AF> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff82db9000 -     0x7fff82dbcfff  libRadiance.dylib (845) <E8956A35-494E-3014-8B86-362D32576116> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff82dbd000 -     0x7fff82dccff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff82dcd000 -     0x7fff831c6ff7  com.apple.MediaToolbox (1.0 - 926.62) <83BBE53E-29FE-3874-9991-B6D009EADCC5> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff831c7000 -     0x7fff831d2ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
        0x7fff831d3000 -     0x7fff83209fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff8320a000 -     0x7fff8320afff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
        0x7fff8320b000 -     0x7fff8322aff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff8327f000 -     0x7fff8328afff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff8337d000 -     0x7fff833daff7  com.apple.AE (645.3 - 645.3) <FF867ACA-8628-3E5A-8FA0-AF429B42C5D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
        0x7fff833db000 -     0x7fff833e7fff  libCSync.A.dylib (328.0.4) <D49C5371-6BCC-32F6-9013-BFF2E924B790> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff833e8000 -     0x7fff833fbff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
        0x7fff83446000 -     0x7fff834c6ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
        0x7fff834c7000 -     0x7fff834d5ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff834d6000 -     0x7fff834fefff  libJPEG.dylib (845) <A32618D7-FB91-3EE2-A105-5407B2F3F8D8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff834ff000 -     0x7fff83e8f1f7  com.apple.CoreGraphics (1.600.0 - 328.0.4) <9A1324EF-C9CB-30E4-AE9F-0AEF69052FAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
        0x7fff83e90000 -     0x7fff83e98ff7  libsystem_dnssd.dylib (379.34) <F0AE5B8E-C7CC-3393-927F-B65DB04016AA> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff83f7b000 -     0x7fff83f92fff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
        0x7fff83f93000 -     0x7fff83ffcfff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff83ffd000 -     0x7fff84003ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff84004000 -     0x7fff84032fff  com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
        0x7fff84033000 -     0x7fff840a1fff  com.apple.framework.IOKit (2.0.1 - 755.20.4) <F2E5AC1B-F03D-3916-B239-7B421579DFA5> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff840a9000 -     0x7fff840f4ff7  com.apple.CoreMedia (1.0 - 926.62) <CFBD094F-DA9C-3498-9D50-BC754B56F00A> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff840f5000 -     0x7fff841baff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff841c7000 -     0x7fff841c7fff  com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff841c8000 -     0x7fff842cafff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff842cb000 -     0x7fff842d1fff  libGFXShared.dylib (8.6.1) <CF55E720-1B9E-3E24-A1DA-7FA8B261CD8E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
        0x7fff84be6000 -     0x7fff84be9fff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
        0x7fff84bea000 -     0x7fff84ce8fff  com.apple.QuickLookUIFramework (4.0 - 555.4) <58EC2F30-0959-3586-A1DD-BDCAF589D2D3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
        0x7fff84ce9000 -     0x7fff84d15ff7  libRIP.A.dylib (328.0.4) <9DFF2DC8-9877-3546-A760-929CD974E30A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff84d16000 -     0x7fff84d2cfff  com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
        0x7fff84d2d000 -     0x7fff84d31fff  libGIF.dylib (845) <2690CE83-E934-3EF8-A30A-996EDADCE3E4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff84d32000 -     0x7fff84d34ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
        0x7fff84d35000 -     0x7fff84d8cff7  com.apple.AppleVAFramework (5.0.18 - 5.0.18) <B75949DD-AC27-3848-8221-00D70D14C7E0> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff84dd5000 -     0x7fff84e26ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <E095637C-457F-3D8F-AE32-A032F9D5A46C> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
        0x7fff84e60000 -     0x7fff850bbff7  com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
        0x7fff850bc000 -     0x7fff8538cfff  com.apple.security (7.0 - 55179.1) <639641EF-8156-3190-890C-1053658E044A> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8538e000 -     0x7fff85392ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff85393000 -     0x7fff85393fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff85394000 -     0x7fff855c9ff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff85723000 -     0x7fff85735ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff85736000 -     0x7fff85850fff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff85851000 -     0x7fff85c8dfff  com.apple.VideoToolbox (1.0 - 926.62) <7D749558-08B6-3F86-A20E-05ECDACE6F17> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff85c8e000 -     0x7fff85ce5ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
        0x7fff85ed2000 -     0x7fff86176fff  com.apple.CoreImage (8.2.2 - 1.0.1) <930B0B23-DD84-3B0C-B5A9-C09B7068A6F0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework /Versions/A/CoreImage
        0x7fff862b0000 -     0x7fff862ffff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff86300000 -     0x7fff863bdff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
        0x7fff863be000 -     0x7fff863d1ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff863d2000 -     0x7fff864c7fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff864c8000 -     0x7fff8651efff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
        0x7fff8651f000 -     0x7fff86523fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff86524000 -     0x7fff87151ff7  com.apple.AppKit (6.8 - 1187.34) <1FF64844-EB62-3F96-AED7-6525B7CCEC23> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff87152000 -     0x7fff87158fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff87212000 -     0x7fff8725eff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x7fff8738d000 -     0x7fff873aefff  com.apple.Ubiquity (1.2 - 243.10) <F97D3A33-2C8B-3CFF-AF75-A74866D42853> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff873af000 -     0x7fff873b8fff  com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
        0x7fff873e4000 -     0x7fff874e1fff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff874e2000 -     0x7fff87513ff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
        0x7fff87597000 -     0x7fff8759dfff  com.apple.DiskArbitration (2.5.1 - 2.5.1) <C0EC9C24-F5F4-3378-84DE-EA1073DA760E> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8759e000 -     0x7fff875b9ff7  libsystem_kernel.dylib (2050.20.9) <EC0A9F5B-C9F5-336B-A7DD-49A718042F39> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8782f000 -     0x7fff879a0ff7  com.apple.QTKit (7.7.1 - 2599.13) <5B24A892-ED69-3C01-8B00-DF3AD81A20D4> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff879a4000 -     0x7fff87b2afff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
        0x7fff87b69000 -     0x7fff87b78ff7  com.apple.opengl (1.8.6 - 1.8.6) <720CC06C-0D01-37AE-BB3D-D7F0242B262A> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff88b8e000 -     0x7fff88c1ffff  com.apple.CorePDF (2.0 - 2) <EB5660B1-0D79-34F3-B242-B559AE0A5B4A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff88cad000 -     0x7fff88d07fff  com.apple.print.framework.PrintCore (8.1 - 387.1) <1FA17B75-33E6-35BD-9198-35F92E37B248> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
        0x7fff88d4a000 -     0x7fff88d4affd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <29E2C990-3617-3FA2-BDD7-DB7DF493E443> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff88d53000 -     0x7fff88dacfff  com.apple.ImageCaptureCore (5.0.1 - 5.0.1) <2CC27836-1E1E-3633-B15C-A3BA1734D092> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
        0x7fff88dad000 -     0x7fff88e7fff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff88f67000 -     0x7fff88f93fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
        0x7fff88fad000 -     0x7fff88fbbfff  libcommonCrypto.dylib (60027) <DA98AE56-BC3F-3AD0-9660-8CC79E4AECE6> /usr/lib/system/libcommonCrypto.dylib
        0x7fff88fbc000 -     0x7fff88ff2fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
        0x7fff88ff3000 -     0x7fff88ff8fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff8909b000 -     0x7fff890eaff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
        0x7fff890eb000 -     0x7fff89185fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
        0x7fff89186000 -     0x7fff89187ff7  libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib
        0x7fff89188000 -     0x7fff891affff  com.apple.framework.familycontrols (4.1 - 410) <AE49B2AB-7D2B-3D52-8E21-60EBEA1A38E6> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
        0x7fff89210000 -     0x7fff8921dff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8921e000 -     0x7fff89220fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff89221000 -     0x7fff89225fff  com.apple.IOSurface (86.0.3 - 86.0.3) <C121DE83-ED12-3DC1-BDB3-4FCB29AB0571> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8931f000 -     0x7fff89344ff7  libc++abi.dylib (24.4) <E7BD9363-1D25-3551-A68A-2E2FF6ABECD7> /usr/lib/libc++abi.dylib
        0x7fff89345000 -     0x7fff89346fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8934a000 -     0x7fff893fbfff  com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
        0x7fff893fc000 -     0x7fff89404fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff89405000 -     0x7fff89411fff  com.apple.CrashReporterSupport (10.8.2 - 415) <55783BF9-125E-3F9C-A412-6A095ECD9353> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporter Support
        0x7fff89457000 -     0x7fff894f4ff7  com.apple.PDFKit (2.7.2 - 2.7.2) <DE5BE2EF-2570-3792-B1C3-AAD45765F533> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
        0x7fff894f5000 -     0x7fff8960eff7  com.apple.ImageIO.framework (3.2.0 - 845) <553B9828-A7D9-3AE4-A214-1C33417545FD> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8979a000 -     0x7fff897c6fff  com.apple.framework.Apple80211 (8.3 - 830.18) <F2CABF84-E0B1-3F8D-9EC5-526121A007F3> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff897c7000 -     0x7fff89f6ffff  com.apple.CoreAUC (6.16.00 - 6.16.00) <B0B4B5B8-6F8F-3221-9128-313E3B8C695D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff89f70000 -     0x7fff89f85ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff89f86000 -     0x7fff89fdcff7  com.apple.opencl (2.1.21 - 2.1.21) <E2E3C6D8-208D-3926-B051-77FDD8F0BE2D> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8a006000 -     0x7fff8a01dfff  com.apple.GenerationalStorage (1.1 - 132.2) <3F5C87BD-D866-3732-8CB9-D23ED9784D6E> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
        0x7fff8a050000 -     0x7fff8a2d4ff7  com.apple.RawCamera.bundle (4.02 - 672) <03BC689F-CE3F-351D-AAD4-3D6C5E81F34C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8a2d5000 -     0x7fff8a2d8ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff8a6de000 -     0x7fff8a6f8fff  com.apple.CoreMediaAuthoring (2.1 - 914) <CFA664F9-D5A7-3281-A12F-3ED8A98FD8C1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing
        0x7fff8a6f9000 -     0x7fff8aaf0fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
        0x7fff8ab43000 -     0x7fff8abb0fff  com.apple.datadetectorscore (4.0 - 269.1) <C94C372B-3821-3A46-A8C2-091AB1CFF7F4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
        0x7fff8abb1000 -     0x7fff8abb6fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8acad000 -     0x7fff8acadfff  libOpenScriptingUtil.dylib (148.2) <B8061D13-C1B2-38D5-A723-9A98D64E67AC> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8ad3e000 -     0x7fff8b06eff7  com.apple.HIToolbox (2.0 - 625) <317F75F7-4B0F-35F5-89A7-F20BA60AC944> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
        0x7fff8b0c8000 -     0x7fff8b0eaff7  libxpc.dylib (140.41) <FAC04D8B-680E-325F-8F0C-DD69859D0E01> /usr/lib/system/libxpc.dylib
        0x7fff8b18e000 -     0x7fff8b1d2fff  libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
        0x7fff8b4d3000 -     0x7fff8b4e0fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompress ion
        0x7fff8b4f2000 -     0x7fff8b4f2fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8b502000 -     0x7fff8b56aff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff8b56b000 -     0x7fff8b57ffff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
        0x7fff8b793000 -     0x7fff8b794ff7  libdnsinfo.dylib (453.18) <E7595861-ECF9-336E-9901-BED2620FAA80> /usr/lib/system/libdnsinfo.dylib
        0x7fff8b7de000 -     0x7fff8b87cff7  com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
        0x7fff8b87d000 -     0x7fff8b99592f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff8b996000 -     0x7fff8b9f2fff  com.apple.QuickLookFramework (4.0 - 555.4) <B34DB61C-15F0-3CF8-98A4-152C2F54DF8D> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8b9f3000 -     0x7fff8ba1dff7  com.apple.CoreVideo (1.8 - 99.3) <C424838A-889C-39E5-8108-FD05C93D26A0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8ba1e000 -     0x7fff8ba29ff7  com.apple.DisplayServicesFW (2.7.2 - 357) <00CB0283-408E-3F37-8138-B108EE6DDE83> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
        0x7fff8ba2a000 -

  • Flash Player auto-update fails to perform major updates

    I'm managing Flash Player on a large number of Intel Mac computers.  I have enabled the auto-update feature.  Auto-update seems to work for minor updates (for example current version and update version are both 16.x.x).  However the auto-update consistently fails to perform major version updates (for example from 16.x to 17.x).
    mms.cfg file location:
    /Library/Application Support/Macromedia/mms.cfg
    contents:
    AutoUpdateDisable=0
    SilentAutoUpdateEnable=1

    Hi,
    Flash Player 17 was what is referred to as a 'loud' release and is distributed via the adobe.com site and not via silent auto-update.  This blog post An outline of Flash Runtime installation options, specifically the 'Installation Options' section) provides more information.  If you license Flash Player for distribution, the blog post, and the Flash Player Administrator's Guide offer various options for organizations to update Flash Player without the possible delay of the 'loud' releases.  I'm happy to answer questions on the update options you may have after reviewing the blog post and the Administrator's guide.
    Maria

  • IPS Auto Update failing

    I've configured the signature auto update via the GUI and CLI but receive the same error:
    evError: eventId=1210198298109812431 vendor=Cisco severity=error
    originator:
    hostId: LON-Sensor
    appName: mainApp
    appInstanceId: 341
    time: Jun 06, 2008 03:00:07 UTC offset=60 timeZone=BST
    errorMessage: MainApplication::downloadAndStartUpdate Error status returned with status str Found name=errSystemError
    Any ideas? I've rebooted both the IPS & ASA in the hope that would resolve the problem to no avail. I have another ASA/IPS in a different site and that works ok.

    Hi, I got the information :)
    show stat host
    General Statistics
    Last Change To Host Config (UTC) = 14-Jan-2009 14:38:43
    Command Control Port Device = GigabitEthernet0/0
    Network Statistics
    = ge0_0 Link encap:Ethernet HWaddr 00:13:C4:80:C3:C1
    = inet addr:192.168.1.11 Bcast:192.168.1.255 Mask:255.255.255.0
    = UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    = RX packets:25375769 errors:0 dropped:0 overruns:0 frame:0
    = TX packets:2411636 errors:0 dropped:0 overruns:0 carrier:0
    = collisions:0 txqueuelen:1000
    = RX bytes:2570835196 (2.3 GiB) TX bytes:657595036 (627.1 MiB)
    = Base address:0xbc00 Memory:f8200000-f8220000
    NTP Statistics
    status = Not applicable
    Memory Usage
    usedBytes = 660455424
    freeBytes = 372043776
    totalBytes = 1032499200
    CPU Statistics
    Usage over last 5 seconds = 31
    Usage over last minute = 40
    Usage over last 5 minutes = 36
    Memory Statistics
    Memory usage (bytes) = 660455424
    Memory free (bytes) = 372043776
    Auto Update Statistics
    lastDirectoryReadAttempt = 08:40:00 GMT-06:00 Wed Feb 04 2009
    = Read directory: https://198.133.219.25//cgi-bin/front.x/ida/locator/locator.pl
    = Error: AutoUpdate exception: HTTP connection failed [1,111]
    lastDownloadAttempt = N/A
    lastInstallAttempt = N/A
    nextAttempt = 08:40:00 GMT-06:00 Thu Feb 05 2009
    Auxilliary Processors Installed.
    ! Current configuration last modified Mon Jan 19 17:15:14 2009
    ! Version 6.2(1)
    ! Host:
    ! Realm Keys key1.0
    ! Signature Definition:
    ! Signature Update S379.0 2009-01-30
    ! Virus Update V1.4 2007-03-02
    service interface
    exit
    service authentication
    exit
    service event-action-rules rules0
    overrides deny-attacker-inline
    override-item-status Enabled
    risk-rating-range 90-100
    exit
    exit
    service host
    network-settings
    host-ip 192.168.1.11/24,192.168.1.1
    host-name sensor
    telnet-option disabled
    access-list 10.254.254.0/24
    access-list 192.168.1.0/24
    exit
    time-zone-settings
    offset -360
    standard-time-zone-name GMT-06:00
    exit
    auto-upgrade
    cisco-server enabled
    schedule-option calendar-schedule
    times-of-day 08:40:00
    days-of-week monday
    days-of-week tuesday
    days-of-week wednesday
    days-of-week thursday
    exit
    user-name ********
    password ********
    cisco-url https://198.133.219.25//cgi-bin/front.x/ida/locator/locator.pl
    exit
    exit
    exit
    service logger
    exit
    service network-access
    exit
    service notification
    exit
    service signature-definition sig0
    signatures 9430 1
    status
    enabled true
    exit
    exit
    signatures 11018 1
    status
    enabled true
    exit
    exit
    signatures 12000 0
    status
    enabled true
    exit
    exit
    signatures 12003 0
    status
    enabled false
    exit
    exit
    signatures 12020 0
    status
    enabled true
    exit
    exit
    exit
    service ssh-known-hosts
    exit
    service trusted-certificates
    exit
    service web-server
    exit
    service anomaly-detection ad0
    exit
    service external-product-interface
    exit
    service health-monitor
    memory-usage-policy
    enable true
    exit
    exit
    service analysis-engine
    virtual-sensor vs0
    physical-interface GigabitEthernet0/1
    exit
    exit

  • Flash Builder 4.5.1 - Air ApplicationUpdaterUI Auto Update Fails

    I just reinstalled my FlashBuilder 4.5.1 and built a new HelloWorld App
    in order to test the SDK 2.6 with the Air ApplicationUpdaterUI.
    I get no errors but it won't update using the 2.6 namespace in both the -app.mxml and update.xml on server.
    A trace in the StatusUpdateEvent never shows up in debug mode.
    The only window that pops up is the one asking to Check for Update?
    Pulling my hair out - must be something obvious I'm doing wrong here - can a new set of eyes spot something?
    Main xml file:
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                           xmlns:s="library://ns.adobe.com/flex/spark"
                           xmlns:mx="library://ns.adobe.com/flex/mx"
                           creationComplete = "checkForUpdate();" title="Test Air Updater">
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
        <fx:Script>
            <![CDATA[
                import air.net.URLMonitor;
                import air.update.ApplicationUpdaterUI;
                import air.update.events.StatusUpdateErrorEvent;
                import air.update.events.StatusUpdateEvent;
                import air.update.events.UpdateEvent;
                import flash.events.ErrorEvent;
                import mx.controls.Alert;
                import mx.events.CloseEvent;
                import mx.events.FlexEvent;
                private const APP_VERSION_FILE:String     = "http://www.public-knowledge.com/Quest/Timesheets/new_app_version.xml";
                private var appUpdater:ApplicationUpdaterUI = new ApplicationUpdaterUI();
                private function checkForUpdate():void {
                    // Add events
                    appUpdater.addEventListener(UpdateEvent.INITIALIZED, onInitialized);
                    appUpdater.addEventListener(StatusUpdateErrorEvent.UPDATE_ERROR, onUpdateStatusError);
                    appUpdater.addEventListener(StatusUpdateEvent.UPDATE_STATUS, updateStatusHandler); 
                    appUpdater.addEventListener(ErrorEvent.ERROR, onError); // If something goes wrong, run onError               
                    appUpdater.isCheckForUpdateVisible = true;
                    appUpdater.isUnexpectedErrorVisible = true;
                    appUpdater.isDownloadUpdateVisible= true;
                    appUpdater.isDownloadProgressVisible=true;
                    appUpdater.isInstallUpdateVisible = true;               
                    appUpdater.updateURL = APP_VERSION_FILE; // Server-side XML file describing update               
                    trace(APP_VERSION_FILE);
                    appUpdater.initialize();
                private function onError(event:ErrorEvent):void {
                    Alert.show('ERROR: ' + event.toString());
                private function onUpdateStatusError(event:StatusUpdateErrorEvent):void {
                    Alert.show('Error Checking For Update: ' + event.toString());
                private function onInitialized(event:UpdateEvent):void {
                    trace('Checking For Updates ...');       
                    appUpdater.checkNow();
                private function updateStatusHandler(event:UpdateEvent):void {
                    //var descriptor:XML = NativeApplication.nativeApplication.applicationDescriptor;
                    //var ns:Namespace   = descriptor.namespaceDeclarations()[0];
                    //var verNum:String  = descriptor.ns::versionNumber;
                    trace('Update Event Reached ...');       
            ]]>
        </fx:Script>   
        <s:TitleWindow x="63" y="35" width="250" height="200" title="Hello">
            <s:Label x="24" y="80" text="Hello World"/>
        </s:TitleWindow>
    </s:WindowedApplication>
    -App.MXML File: (first part)
    <?xml version="1.0" encoding="utf-8" standalone="no"?>
    <application xmlns="http://ns.adobe.com/air/application/2.6">
    <!-- Adobe AIR Application Descriptor File Template.
        Specifies parameters for identifying, installing, and launching AIR applications.
        xmlns - The Adobe AIR namespace: http://ns.adobe.com/air/application/2.6
                The last segment of the namespace specifies the version
                of the AIR runtime required for this application to run.
        minimumPatchLevel - The minimum patch level of the AIR runtime required to run
                the application. Optional.
    -->
        <!-- A universally unique application identifier. Must be unique across all AIR applications.
        Using a reverse DNS-style name as the id is recommended. (Eg. com.example.ExampleApplication.) Required. -->   
        <id>ca.questgeomatics.testairapp</id>
        <!-- Used as the filename for the application. Required. -->
        <filename>TestAirUpdater</filename>
        <!-- The name that is displayed in the AIR application installer.
        May have multiple values for each language. See samples or xsd schema file. Optional. -->
        <name>TestAirUpdater</name>
        <!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade.
        Values can also be 1-part or 2-part. It is not necessary to have a 3-part value.
        An updated version of application must have a versionNumber value higher than the previous version. Required for namespace >= 2.5 . -->
        <versionNumber>1.0.0</versionNumber>
        <!-- A string value (such as "v1", "2.5", or "Alpha 1") that represents the version of the application, as it should be shown to users. Optional. -->
        <versionLabel>v 1.0.0</versionLabel>
    Updater XML file (new_app_version.xml):
    <?xml version="1.0" encoding="utf-8"?>
    <update xmlns="http://ns.adobe.com/air/framework/update/description/2.6">
    <versionNumber>1.0.1</versionNumber>
    <versionLabel>v 1.01</versionLabel>
    <url>http://www.public-knowledge.com/Quest/Timesheets/TestAirUpdater.air</url>
    <description><![CDATA[
    * First official release that implemements Auto Updating feature
    ]]></description>
    </update>
    Bolded appl descriptor versions
    Message was edited by: DonMitchinson

    Status Update - don't know if this is a bug, design flaw, install problem or my misunderstanding.
    I got it to work by first changing my Flex library to 4.5.0 - still didn't work with current
    app and update mxml files using "2.6" for their namespace versions. But I did at least
    get the popup error number 16815 - indicating an error in the update version namespace.
    By leaving my application namespace version at "2.6" and changing the update version to "2.5" ... bingo!
    I got my new update installed autiomatically.
    Is this how it's supposed to work - or are my runtimes mixed up?
    Will this work the same using the Flex 4.5.1 SDK? I'll find out shortly
    Hope this helps others.

  • Auto. updates fail to install. but Firefox tells me I have the latest version.

    Firefox attempts automatic updates which always fail. Then it downloads a complete version which also does not install. When directed to Firefox I'm told I amusing the latest version. Why do the updates fail, and why is it trying to update when I have the latest version???

    There was a .1 update, to 25.0.1. You can check whether you have that update using
    Help > About Firefox
    I don't think websites can detect your version number to that level, so the Mozilla website might only be able to determine that you have 25.0.

  • How can I manually update Firefox? Auto updates fail and end up making my computer hang for 10 minutes on startup.

    Firefox, after starting up my computer, fails the autoupdate every day. It leaves my computer hanging much longer than I would enjoy. I would like to know how I can manually update firefox and/or prevent future issues.
    == This happened ==
    Every time Firefox opened
    == 3.6.2 or a little before.

    BUT I CAN'T UPDATE TO BEGIN WITH
    L2R

  • Auto update fails with permissions error on Win 7

    Everytime there is an update and I try to istall it I get this error on Windows 7 :
    How do I set it right?
    My user a/c has admin privileges to my system. It is my personal laptop, so no corporate policies or such stuff.
    Currently I have to download the update everytime manually and install it.
    My currently installed version is : 11.4.402.265
    And I have chosen to be notified when updates are available.

    Did it and this is the final output :
    Elapsed Time: 00 00:00:00
    Done:       13, Modified       13, Failed        0, Syntax errors        0
    Last Done  : C:\Windows\SysWow64\Macromed\Flash\NPSWF32_11_4_402_265.dll
    =========================
    Finished.
    =========================
    Press any key to continue . . .
    I will have to wait for the next available update and see if this works. I will update this post once that happens.
    Please note that several of the registry keys mentioned in the batch file are not present in my registry. I did not verify all the resources mentioned there. I have copied the complete output and I can pass it on if it can be of any use.

  • Flash Builder 4.5 Application SDK 2.6 Auto Update Fails

    I have developed a few applications using Flex Builder 3 and have recently switched to using Flash Builder 4.5 for my air application developement of new applications. ApplicationUpdaterUI worked fine in FB3, but now in FB4.5 it fails with:
    [StatusUpdateErrorEvent (type=updateError text=unknown update descriptor namespace id=16815 + subErrorID=0)]
    My Application descriptor reads:
    <application xmlns="http://ns.adobe.com/air/application/2.6">
    So I changed my update descriptor in my Update.xml on the server from 1.0(for FB3) to 2.6 like so:
    <update xmlns="http://ns.adobe.com/air/framework/update/description/2.6">
    This give me the error above...
    If I change the update descriptor to 2.5 like so:
    <update xmlns="http://ns.adobe.com/air/framework/update/description/2.5">
    I get the following Error:
    [StatusUpdateErrorEvent (type=updateError text=Application namespace and update descriptor namespace are not compatible id=16831 + subErrorID=0)]
    I have read in multiple forums that you need to switch the updater descriptor back to 2.5, or even back to 1.0. I have tried both of these, and it still will not work! Here is my updater code. I just put this flex component on the start state of my application. I believe this is all correct, but please fill me in if I am wrong...
    <?xml version="1.0" encoding="utf-8"?>
    <s:Group xmlns:fx="http://ns.adobe.com/mxml/2009"
    xmlns:s="library://ns.adobe.com/flex/spark"
    xmlns:mx="library://ns.adobe.com/flex/mx" width="400" height="32"
    creationComplete="checkForUpdate()">
    <fx:Declarations>
    <!-- Place non-visual elements (e.g., services, value objects) here -->
    </fx:Declarations>
    <fx:Script>
    <![CDATA[
    import air.update.ApplicationUpdaterUI;
    import air.update.events.StatusUpdateErrorEvent;
    import air.update.events.UpdateEvent;
    import flash.events.ErrorEvent;
    import mx.controls.Alert;
    private var appUpdater:ApplicationUpdaterUI = new ApplicationUpdaterUI();
    private function checkForUpdate():void{
    appUpdater.updateURL = "http://test.example.com/root/updates/update.xml";
    appUpdater.isCheckForUpdateVisible = false;
    appUpdater.addEventListener(UpdateEvent.INITIALIZED, onUpdate);
    appUpdater.addEventListener(ErrorEvent.ERROR, onError);
    appUpdater.addEventListener(StatusUpdateErrorEvent.UPDATE_ERROR, onUpdateError);
    appUpdater.initialize();
    private function onError(event:ErrorEvent):void{
    Alert.show(event.toString());
    private function onUpdate(event:UpdateEvent):void{
    appUpdater.checkNow();
    private function onUpdateError(event:ErrorEvent):void{
    Alert.show(event.toString());
    ]]>
    </fx:Script>
    </s:Group>
    And here is my update.xml...
    <?xml version="1.0" encoding="utf-8"?>
    <update xmlns="http://ns.adobe.com/air/framework/update/description/2.5">
    <version>1.0.1</version>
    <url>http://test.example.com/root/updates/Application_1.0.1.air</url>
    <description><![CDATA[
    1.0.1 (07/20/2011)
    Testing the update code
    ]]></description>
    </update>
    PLEASE HELP!!

    Hi,
    I'm getting the same 16831 error, and I'm using the 2.5 namespace and "versionNumber". Anyone have any idea of what the cause may be?

  • Auto Update Failed Error 2727

    Hello, I have a user (the CIO unfortunatly) that upon attempting to run the updater receives the following error:
    Error 2727. The directory entry 'MOZILLA_2' does not exist in the Directory table.
    I have searched for many of the terms in that message to no avail. Can anyone shed some light on this error?
    Thanks,

    Having this exact same problem on 2 of our desktops at work.  Firefox/Mozilla is not installed, using Windows XP SP3.
    Tried completely uninstalling (even went so far as to remove all Adobe registry keys under HKLM/Software and HKLM/Current_User, all Adobe folders under Application Data for the current user and All Users and Default User, cleared all temp files) and reinstalling, and the same error occurs after attempting to update:
    [2010-07-09 15:56:03] Adobe ARM 1.1.7.0 logging started.
    [2010-07-09 15:56:03] Command Line:
    [2010-07-09 15:56:03] GetFileVersion(): C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.exe
    [2010-07-09 15:56:03]    File version: 9.3
    [2010-07-09 15:56:03]    Build number: 0
    [2010-07-09 15:56:03]    Revision number: 148
    [2010-07-09 15:56:03] ProductCode: {AC76BA86-7AD7-1033-7B44-A93000000001}
    [2010-07-09 15:56:03] ProductName: Adobe Reader 9.3.1
    [2010-07-09 15:56:03] ProductVersion: 9.3.1
    [2010-07-09 15:56:03] ProductRegistry: SOFTWARE\Adobe\Acrobat Reader\9.0
    [2010-07-09 15:56:03] ProductInstallDir: C:\Program Files\Adobe\Reader 9.0\
    [2010-07-09 15:56:03] Using default ARM preference AUTO_DOWNLOAD.
    [2010-07-09 15:56:03] Failed to read UAC setting, defaulting to Enabled.
    [2010-07-09 15:56:06] Failed to read UAC setting, defaulting to Enabled.
    [2010-07-09 15:56:06] ArmUpdate record found.
    [2010-07-09 15:56:06] GetFileVersion(): C:\Program Files\Common Files\Adobe\ARM\1.0\AdobeARM.exe
    [2010-07-09 15:56:06]    File version: 1.1
    [2010-07-09 15:56:06]    Build number: 7
    [2010-07-09 15:56:06]    Revision number: 0
    [2010-07-09 15:56:06] New file object: AdbeRdrUpd932_all_incr.msp
    [2010-07-09 15:56:06] New file object: AdbeRdrUpd933_all_incr.msp
    [2010-07-09 15:56:11] Failed to read UAC setting, defaulting to Enabled.
    [2010-07-09 15:56:11] C:\Documents and Settings\All Users\Application Data\Adobe\Reader\9.3\ARM\24455
    [2010-07-09 15:56:11]    GetLastError(): 0x2 - The system cannot find the file specified.
    [2010-07-09 15:56:12] Updated time stamps for 4 files
    [2010-07-09 15:56:55] Failed to read UAC setting, defaulting to Enabled.
    [2010-07-09 15:56:56] ARM returns ERROR_SUCCESS
    [2010-07-09 15:56:56] Adobe ARM 1.1.7.0 logging finished.
    [2010-07-09 15:56:57] Adobe ARM 1.4.5.0 logging started.
    [2010-07-09 15:56:57] Command Line: /ArmUpdateExe:"C:\Documents and Settings\All Users\Application Data\Adobe\Reader\9.3\ARM\24455" /MODE:2 /PRODUCT:Reader /VERSION:9. /qn
    [2010-07-09 15:56:57] ProductCode: {AC76BA86-7AD7-1033-7B44-A93000000001}
    [2010-07-09 15:56:57] ProductName: Adobe Reader 9.3.1
    [2010-07-09 15:56:57] ProductVersion: 9.3.1
    [2010-07-09 15:56:57] ProductRegistry: SOFTWARE\Adobe\Acrobat Reader\9.0
    [2010-07-09 15:56:57] ProductInstallDir: C:\Program Files\Adobe\Reader 9.0\
    [2010-07-09 15:56:57] Found CommandLine preference AUTO_DOWNLOAD.
    [2010-07-09 15:56:57] Restarted, skipping IsTimeElapsed.
    [2010-07-09 15:56:57] Restarted, skipping InitArmUpdate.
    [2010-07-09 15:56:57] New file object: AdbeRdrUpd932_all_incr.msp
    [2010-07-09 15:56:57] New file object: AdbeRdrUpd933_all_incr.msp
    [2010-07-09 18:13:39] InstallProductMsp...
    [2010-07-09 18:13:39]    file - C:\Documents and Settings\All Users\Application Data\Adobe\Reader\9.3\ARM\AdbeRdrUpd932_all_incr.msp;C:\Documents and Settings\All Users\Application Data\Adobe\Reader\9.3\ARM\AdbeRdrUpd933_all_incr.msp
    [2010-07-09 18:13:39]    args -
    [2010-07-09 18:13:51] Error 2727.The directory entry 'MOZILLA_2' does not exist in the Directory table.
    [2010-07-09 18:13:51] ** Setting Error Condition:
    [2010-07-09 18:13:51]    Error Code: 1500
    [2010-07-09 18:13:51] Installation error code:
    [2010-07-09 18:13:51]    Error Code: 1603
    [2010-07-09 18:13:51] Error Code: 1603
    [2010-07-09 18:18:04] User exited
    [2010-07-09 18:18:04] Delete file: C:\DOCUME~1\user\LOCALS~1\Temp\ArmUI.ini
    [2010-07-09 18:18:04]    Error Code: 2
    [2010-07-09 18:18:04] C:\Documents and Settings\All Users\Application Data\Adobe\Reader\9.3\ARM\
    [2010-07-09 18:18:04]    GetLastError(): 145 - The directory is not empty.
    [2010-07-09 18:18:04] ARM returns ERROR_SUCCESS
    [2010-07-09 18:18:04] Adobe ARM 1.4.5.0 logging finished.
    [2010-07-09 18:21:08] Adobe ARM 1.4.5.0 logging started.
    [2010-07-09 18:21:08] Command Line: /PRODUCT:Reader /VERSION:9.0 /MODE:2
    [2010-07-09 18:21:08] ProductCode: {AC76BA86-7AD7-1033-7B44-A93000000001}
    [2010-07-09 18:21:08] ProductName: Adobe Reader 9.3.1
    [2010-07-09 18:21:08] ProductVersion: 9.3.1
    [2010-07-09 18:21:08] ProductRegistry: SOFTWARE\Adobe\Acrobat Reader\9.0
    [2010-07-09 18:21:08] ProductInstallDir: C:\Program Files\Adobe\Reader 9.0\
    [2010-07-09 18:21:08] Found CommandLine preference AUTO_DOWNLOAD.
    [2010-07-09 18:21:11] ArmUpdate record found.
    [2010-07-09 18:21:11] Newer version ARM Update is not available.
    [2010-07-09 18:21:11] New file object: AdbeRdrUpd932_all_incr.msp
    [2010-07-09 18:21:11] New file object: AdbeRdrUpd933_all_incr.msp

  • Time zone auto update failed

    hello,
    I have a BB Passport and recently I was in a business trip in Germany. I noticed that my clock is not updating according the new time zone. All my time/date settings are on automatic - the time zone update and also the time/date set.
    I rebooted my phone, I changed the time settings on manual, and again on auto... nothing happened. I had to change the time zone manually in order to have the right time displayed.
    Any ideas how to fix this issue?

    Are you sure the issue is not with the network?
    If you are sure it is not the network, next easiest thing you can do is a soft reset. See http://www.blackberry.com/btsc/KB02141
    Next step if needed is a security wipe. Back up first. Test before doing a restore.
    If nothing else works, do a clean OS install. Again, test before doing a restore. And as you restore and reinstall apps, test between each step.
    - Ira

  • ITunes Update fails.  I have to uninstall and reinstall every time.  Why?

    Hi guys,
    Ever since ITunes 11 started, the auto updates fail on install for iTunes.  I finally uninstalled iTunes and reinstalled using the updated version, and that worked.  Since then I've had the same failure and had to do the same uninstall process to update to versions .2 and now .3.
    What is going on?  My library restores thankfully after the reinstall but it is very annoying that the updater doesn't work.  And I can't download the file and install it either, that also fails.  Only the uninstall/reinstall works.
    Thanks for the help!
    Rob
    Running Windows 8 on a brand new computer

    I did it and it worked!
    But directions were off a little on the SubinACL install.
    SubinACL installed in C:\Program Files (86)\Windows Resource Kits\Tools\. "But then you must run the .exe file to install it." Just click on it. It runs in less than a second.
    But Reset_fp11.bat automatically installed as a zip into user Cheryl\AppData\Local\Temp not the Subin_ACL Folder. So I copied the zip file (dragged it) (it asked for Administrator approval to copy file) into C:\Program Files (86)\Windows Resource Kits\Tools\ in the Tools folder. I right clicked it and clicked Run as Admistrator. Then the code flew by ending with 8 Uninstalled. Not to worry. It worked just fine! Problem solved. Thanks again!

  • X200 auto-update BIOS upgrade failed? system no longer boots

    Hi,
    I've had an X200 for around 7 months now and just did an auto-update earlier today. One of the items was a BIOS update, so I thought what the heck, it should be fine, always has been before. The update completed correctly and shuw down for reboot as planned.
    The system now no longer boots. Nothing at all happens. When I press the power button, no matter whether with AC supply or on battery, the following happens:
    - num lock, caps lock, HDD and 'power on' lights light up for a second or so then go off again
    - they come back on again for another second, and off again
    - then only the bluetooth light and the 'power on' light remain lit, and nothing else happens
    It seems pretty fried to me. What can I do? I'm in severe despair! :'(
    Thanks in advance for your help,
    Phil

    Hans;
    Thank you for the reply.  Say hiya to Amelia for me.  Does this mean you're an alien?
    Ok, I tried using bootable CD and no go.
    I don't really have a simpler graphics card around to try that.  So that test may not happen.
    I can try with one dimm when I get home (I'm at work atm.)
    I also thought about putting the drive into another system and will try that also later today or tomorrow morning.
    D-Bracket:  I will have to watch that again.  It really didn't make sense to me as the lights went through a lot of the steps then came to a halt at what I think was BIOS Sign on.  Someone did suggest to me that I might have a virus, which may be why the second hard drive failed eventually.  But I'm not sure about that and not sure what can be done about that unless clearing CMOS would take care of it.
    So, any new thoughts?
    MEM

Maybe you are looking for