AIR 2.0 in MAC application of NativeProcess - Error #3014 & Error #3019

Hello,
I create a .dmg package for mac and installed project successfully in mac and run properly but when i used a nativeprocess meanse like i give path of open photoshop  like "/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app" then file is exists but when i file given to native process object like nativeProcessStartupInfo.executable = file;  it gives error Error #3014 and if i gives any .dmg path then it gives Error #3019 ,
my current code is :
            private function openPhotoshop():void
                if(NativeProcess.isSupported)
                    var file:File = File.applicationDirectory;
                    file = file.resolvePath("/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app");
                    var procarg:Vector.<String> = new Vector.<String>();
                     var nativeProcessStartupInfo:NativeProcessStartupInfo = new NativeProcessStartupInfo();
                    nativeProcessStartupInfo.executable = file;
                    procarg.push("start");
                    nativeProcessStartupInfo.arguments = procarg;
                    process = new NativeProcess();               
                    process.start(nativeProcessStartupInfo);                   
Can u please help me how can i open any application like photoshop in mac using NativeProcess ,
Thanks,
Mohit.

We did a bit of investigation on this today and found a couple of approaches that you can take.
The first deals with the "open" system command.  It appears that this command needs to be used to mimic launching an app via the dock or finder (using launch services):
var file:File = File.applicationDirectory;
file = file.resolvePath('/usr/bin/open');
nativeProcessStartupInfo.executable = file;
var args:Vector.<String> = new Vector.<String>();
args.push("/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app");
nativeProcessStartupInfo.arguments = args;
process = new NativeProcess();
Another approach uses AppleScript.  You could create a simple script such as:
tell application "Adobe Photoshop CS5"
activate
end tell
Then compile and save this script in a binary/application format.  Once that package is created, you can call that (or actually the "Applet" binary inside the package) via AIR's native process APIs.
While both of these approaches work, it would be nice to have the ability to call the .app directly with Native Process (and get the standard Finder behavior.)  I'll add a feature request into our database so the team can review the workflow and hopefully add functionality into future versions of AIR.
Thanks,
Chris

Similar Messages

  • Why can't I get Back To My Mac to work in both directions between my 2011 Mac Book Air and my 2012 Mac Mini?

    Why can't I get Back To My Mac to work in both directions between my 2011 Mac Book Air and my 2012 Mac Mini? The network uses a Time Capsule. Everything works when connecting from the Mini to the Air, but the reverse is not the case, none of the Mini's drives are visible, and the screen sharing option is not available. I've tried the measures already suggested in online articles, everything seems to be configured correctly using my iCloud account. I'm at a loss, any suggestions would be appreciated.

    I've now managed to get the service running in both directions, but not in the way I had anticipated. I had to create a second account on the Mac Book Air, this also has administrator privilages, everything works fine when connecting from this acccount. However, this is not the way I would expect to work, none of my documents, applications and settings would be available, unless I laboriously duplicated them to the new account.
    Also, I've yet to get the service running from outside my home network.

  • Help with Zinio - Air install issues on Mac os 10.6.6 Please

    I am trying to install Zinio 4 (Adobe Air app) on my new Mac but keep getting message " The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author. " ...Adobe Air installs fine, just the Zinio part has error
    I contacted Zinio, they seem to think its an Adobe issue..please help.

    Mar 29 21:39:50 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13157]: Runtime Installer begin with version 2.6.0.19120 on Mac OS 10.6.7 x86
    Mar 29 21:39:50 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13157]: Commandline is: -playerVersion=10,2,154,25 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -x1 http://imgs.zinio.com/zinio-reader/installers/ZinioReader4.air
    Mar 29 21:39:50 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13157]: Installed runtime (2.6.0.19120) located at /Library/Frameworks/Adobe AIR.framework
    Mar 29 21:39:51 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13157]: Invoking Application Installer for combined install
    Mar 29 21:39:51 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13157]: Launching subprocess with commandline /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer -runtime "/var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/Frameworks" -playerVersion=10,2,154,25 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://imgs.zinio.com/zinio-reader/installers/ZinioReader4.air
    Mar 29 21:39:51 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13158]: Application Installer begin with version 2.6.0.19120 on Mac OS 10.6.7 x86
    Mar 29 21:39:51 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13158]: Commandline is: -runtime "/var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/Frameworks" -playerVersion=10,2,154,25 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://imgs.zinio.com/zinio-reader/installers/ZinioReader4.air
    Mar 29 21:39:51 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13158]: Installed runtime (2.6.0.19120) located at /Library/Frameworks/Adobe AIR.framework
    Mar 29 21:39:51 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13158]: Unpackaging http://imgs.zinio.com/zinio-reader/installers/ZinioReader4.air to /private/var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/TemporaryItems/FlashTmp0
    Mar 29 21:39:58 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13158]: Application signature verified
    Mar 29 21:39:58 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13158]: Unpackaging/validation complete
    Mar 29 21:39:58 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13158]: No app located in directory /Users/hawrai/Dropbox/mac apps/GMX-PhotoPainter/Applications/Zinio Reader 4.app
    Mar 29 21:39:58 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13158]: Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Missing necessary file META-INF/AIR/application.xml" errorID=0]
    Mar 29 21:40:00 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13158]: Application Installer end with exit code 7
    Mar 29 21:40:00 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13157]: Subprocess app installer failed (7)
    Mar 29 21:40:00 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13157]: Runtime Installer end with exit code 7
    Mar 29 21:40:36 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13179]: Runtime Installer begin with version 2.6.0.19120 on Mac OS 10.6.7 x86
    Mar 29 21:40:36 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13179]: Commandline is: -playerVersion=10,1,52,15 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -x1 http://imgs.zinio.com/zinio-reader/installers/ZinioReader4.air
    Mar 29 21:40:36 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13179]: Installed runtime (2.6.0.19120) located at /Library/Frameworks/Adobe AIR.framework
    Mar 29 21:40:36 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13179]: Invoking Application Installer for combined install
    Mar 29 21:40:36 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13179]: Launching subprocess with commandline /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer -runtime "/var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/Frameworks" -playerVersion=10,1,52,15 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://imgs.zinio.com/zinio-reader/installers/ZinioReader4.air
    Mar 29 21:40:36 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13180]: Application Installer begin with version 2.6.0.19120 on Mac OS 10.6.7 x86
    Mar 29 21:40:36 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13180]: Commandline is: -runtime "/var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/Frameworks" -playerVersion=10,1,52,15 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://imgs.zinio.com/zinio-reader/installers/ZinioReader4.air
    Mar 29 21:40:36 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13180]: Installed runtime (2.6.0.19120) located at /Library/Frameworks/Adobe AIR.framework
    Mar 29 21:40:37 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13180]: Unpackaging http://imgs.zinio.com/zinio-reader/installers/ZinioReader4.air to /private/var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/TemporaryItems/FlashTmp0
    Mar 29 21:40:41 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13180]: Application signature verified
    Mar 29 21:40:41 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13180]: Unpackaging/validation complete
    Mar 29 21:40:41 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13180]: No app located in directory /Users/hawrai/Dropbox/mac apps/GMX-PhotoPainter/Applications/Zinio Reader 4.app
    Mar 29 21:40:41 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13180]: Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Missing necessary file META-INF/AIR/application.xml" errorID=0]
    Mar 29 21:40:43 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13180]: Application Installer end with exit code 7
    Mar 29 21:40:43 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13179]: Subprocess app installer failed (7)
    Mar 29 21:40:43 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13179]: Runtime Installer end with exit code 7
    Mar 29 21:40:47 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13184]: Runtime Installer begin with version 2.6.0.19120 on Mac OS 10.6.7 x86
    Mar 29 21:40:47 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13184]: Commandline is: -playerVersion=10,1,52,15 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -x1 http://imgs.zinio.com/zinio-reader/installers/ZinioReader4.air
    Mar 29 21:40:47 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13184]: Installed runtime (2.6.0.19120) located at /Library/Frameworks/Adobe AIR.framework
    Mar 29 21:40:47 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13184]: Invoking Application Installer for combined install
    Mar 29 21:40:47 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13184]: Launching subprocess with commandline /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer -runtime "/var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/Frameworks" -playerVersion=10,1,52,15 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://imgs.zinio.com/zinio-reader/installers/ZinioReader4.air
    Mar 29 21:40:47 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13185]: Application Installer begin with version 2.6.0.19120 on Mac OS 10.6.7 x86
    Mar 29 21:40:47 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13185]: Commandline is: -runtime "/var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/Frameworks" -playerVersion=10,1,52,15 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://imgs.zinio.com/zinio-reader/installers/ZinioReader4.air
    Mar 29 21:40:47 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13185]: Installed runtime (2.6.0.19120) located at /Library/Frameworks/Adobe AIR.framework
    Mar 29 21:40:48 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13185]: Unpackaging http://imgs.zinio.com/zinio-reader/installers/ZinioReader4.air to /private/var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/TemporaryItems/FlashTmp0
    Mar 29 21:40:52 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13185]: Application signature verified
    Mar 29 21:40:52 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13185]: Unpackaging/validation complete
    Mar 29 21:40:52 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13185]: No app located in directory /Users/hawrai/Dropbox/mac apps/GMX-PhotoPainter/Applications/Zinio Reader 4.app
    Mar 29 21:40:52 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13185]: Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Missing necessary file META-INF/AIR/application.xml" errorID=0]
    Mar 29 21:40:57 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13185]: Application Installer end with exit code 7
    Mar 29 21:40:57 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13184]: Subprocess app installer failed (7)
    Mar 29 21:40:57 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13184]: Runtime Installer end with exit code 7

  • Adobe Air not work on Mac OS X Yosemite

    Related issues:
    Adobe Air not working on Mac since OS X Yosemite upgrade
    Adobe Air isn't working with Mac OS X Yosemite?
    Bug report: Bug#3847656 - Adobe Air not work on Mac OS X Yosemite
    When I try to install any AIR application on OS X Yosemite (updated last week) I have got error ""Adobe AIR Application Installer" is damaged and can't be opened.".
    Uninstall and re-install AIR runtime didn't solve this issue. It works fine with Mac OS X Yosemite beta.

    It works fine with latest Adobe AIR Runtime (this week update).

  • The .air installer file of my application is damaged.

    Hi all,
    I am a developer for a desktop application to be installed in windows and mac. The air file is signed and migrated to new certificated as detailed here (Adobe AIR 1.5 * Signing an AIR file to change the application certificate). But while launching the installer in windows, the installer fails with the message "The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author." I have tried doing the following
    - checked my date/time
    - uninstalled/reinstalled the application
    - removed the installtion folder  etc.
    But still the issue persists. Before failing, it also shows a dialogue that the "publisher identity is verified" - so I believe this issue is not related with codesigning/certificates, please correct me if I'm wrong.
    Please let me know how to resolve this issue.
    Thanks,
    VivekS

    You can execute a fixed number of iterations using a while loop by comparing the iteration count to the number of iterations you want and wiring the output of that comparison (e.g. Less Than or Equal To) to the continue (or stop) terminal of your while loop. Which comparison you use depends on personal preference, where you wire the desired count and the interation count, and whether you're using the while loop as Continue if True or Stop if True.
    Ben gave you step-by-step instructions in response to your previous question. Look here for Ben's response.
    Ben's response looks pretty good and detailed to me. It certa
    inly deserved better than a 1-star rating.

  • I get error (-15006) when I try to connect air play true Apple TV. No problem with my old PC.mit with my Mac i get that error.

    Hi, I get error (-15006) when I try to connect air play true Apple TV. No problem with my old PC. with my Mac i get that error.
    It is true the Ithunes I get the problem.
    What can I do to fix this.
    I also have problem some times to conect to my Ipad to Apple tv. Some time I have to restart my Ipad to get conection to Apple t. whay is that ?
    can some one help me ?

    Hi whitwick,
    If you are having issues with your network connection when attempting to use AirPlay, you may want to use the steps in this article to troubleshoot -
    iTunes: Troubleshooting AirPlay and AirPlay Mirroring
    http://support.apple.com/kb/TS5209
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • Can you wrap a Muse export in Adobe Air to make a desktop application?

    Hello,
    I was just wondering if it is possible to wrap a Muse HTML folder (whole export) in Adobe Air to make a desktop application? I have managed to wrap the business catalyst URL that Muse gives you temporarily and made a desktop application. As this is temporary is it possible to wrap the entire project (HTML)?
    I'm very new to this so i hope this all makes sense.
    Thanks in advance,
    SPolly

    You are not wasting your time. It can be done...
    In order to wrap C++ for use by C, you must write wrapper functions declared with 'extern "C"' linkage for every C++ method you intend to call directly from C. This must be done using a C++ compiler. Once linked into a new library, any C exectuable or C library should be able to link this new library and call the wrapper functions you have declared 'extern "C"'.
    If you still need more help, I would advise you to post in a C++ language forum perhaps. Best of luck, not that you should need it though... -Ralph

  • How do I transfer photoshop files on my mac air to the larger mac pro?

    How do I transfer Photoshop files from my Macbook air to the larger Mac Pro?

    There are a number of ways, but the simplest is by USB thumb drive of sufficient capacity. The more elegant if both machines are on the same network is by switching file sharing on on the Mac Pro, and then logging into it from the Air. The Mac Pro drive will appear on the Air's desktop and allow you to simply drag the files over.
    For sharing, you will need an account on the Mac Pro, or the ID and password of an account already on the machine.
    File sharing basics are outlines in the support document at http://support.apple.com/kb/HT1549?viewlocale=en_US&locale=en_US

  • Clean air issues with a mac pro

    have any of you peeps battled with the simple problem of air quality around a mac pro. my machine exhausts so much hot air and fumes (it's always done this, i know there's no technical problem, i'm just super-aware of air quality, do a lot of yoga etc)
    any ideas or solutions? at the present i have the tower in a walk-in cupboard but the build-up of heat and fumes in there after a three or four sesh is fantastic. anyone got any tips for safely (and cheaply) treating the air in the cupboard? (is it even recommendable/safe for the mac to breathe it's own air like this?)

    tbirdparis wrote:
    I wouldn't be worried about it. It's literally just warm air. The CPU cores heat up, the heat is transferred to solid metal heat sinks, and that warm air is just lightly blown away from the computer via perfectly normal fans. It's the same air that is already in your room, just warmed up. Nothing is added to it, your computer isn't aspirating anything and outputting any fumes of any kind.
    I'm not as sure as you are. There are some electric motors in there (cooling fans) that probably can produce (tiny amounts of) ozone. Also, the other day I installed a new PSU (Power Supply Unit), and when it came out of the box, it had a strong smell of fresh paintsolvents to it. And some fumes are smellable long before they get to a nasty level. If you are really seriously paranoid you should somehow lead the air from the computer to the outside via some sort of hose... ?
    Exactly the same thing is going on all around you whenever your house or studio is warmed by the sun (not very often in London...), and the metals in the construction of the building warm up and give off heat. Something would actually have to burn,
    Or just evaporate...
    as in literally reach a burning temperature in order for any kind of chemical reaction to occur that will produce fumes of some kind.
    But if that happens.. your computer is broken and you have a fire hazard and immediate danger to deal with.
    Actually this happened to me once in the studio, when I installed what turned out to be a dodgy RME PCI card in a G5 some years ago. A few minutes after turning the computer on, I smelled a very acrid burning smell which was quite alarming and so I immediately had to hard-shutdown the computer and disconnect it from the power, real fast. As soon as I determined that it was indeed coming from the G5 and not somewhere else, we opened all the windows and left the room for some time, just checking to make sure nothing was on fire.. because the burning smell did at least seem quite toxic. Once that was over, took the card out and indeed it had started to fry, so who knows what kind of chemicals were coming out in the fumes.
    But I point that out only to make the reminder that it really just comes down to chemistry and physics.. In that case, yes, there were potentially dangerous fumes because a temperature was reached which caused actual burning to occur - an actual chemical reaction - which produced fumes. However, the warm air that comes out of your computer under normal operation is really just that - warmed up air, the exact same air that is in the room already.. If it were producing fumes of any kind, even in trace amounts, then that would mean that the components responsible for the fumes would actually be chemically reacting and thus would actually be transforming chemically over time with regular use and wouldn't last long.
    Or it is marginal evaporation. Some fumes (especially paint solvents) are smellable even at a non toxic low concentration of a few ppb (parts per billion).
    "New computer smell."
    My 'old' G4 doesn't smell at all, even with my nose to the motherboard I don't smell anything anymore. My newer machine does, however. It still has to "dry up".

  • How can I edit the Find my Mac Application

    I have just added the find my Mac application/ feature for my Mac Book Pro,
    and there is no name for it

    It's not a stand alone application; it is part of iCloud - you should be able to find it in the iCloud Pane in System Preferences. Here is some info on it:
    http://reviews.cnet.com/8301-13727_7-20122799-263/about-data-security-with-safar i-only-mode-in-os-x-lion/
    P.S. Edit: I just saw you profile - you are on 10.6.7?? You need Lion to have iCloud.

  • HT201335 can i air play mirroring wit mac lap top to apple tv?

    can i air play mirroring wit mac lap top to apple tv?

    http://support.apple.com/kb/SP654
    If you meet the minimum specifications:
    AirPlay Mirroring
    Requires a second-generation Apple TV or later. Supports the following Mac models:
    iMac (Mid 2011 or newer)
    Mac mini (Mid 2011 or newer)
    MacBook Air (Mid 2011 or newer)
    MacBook Pro (Early 2011 or newer)

  • TS1702 I upgraded software from Snow Leopard to OSX Lion. Now my Office Mac applications would not work

    I upgraded software for my MacBook from Snow Leopard to OSX Lion. Now my Office for Mac applications would not work. Can anybody help? Thanks

    Aribalto wrote:
    I upgraded software for my MacBook from Snow Leopard to OSX Lion. Now my Office for Mac applications would not work. Can anybody help? Thanks
    Quite seriously, though, if you wish to use MS Office to it's full potential and if you depend on it on a regular basis, then upgrading to Office 2011 is the only reccommended way to go. You can use the free Apps mentioned, learn to use iWorks (which I love, but others don't) or make your system a shambles and lose your easy to use interface by the other method. Deduct the cost of Parallels from MS Office and it becomes pretty cheap, if that is the only PPC program you wish to use, which is the norm as PPC is long gone from development.
    MS Office 2011 is not expensive if it is one of your major work tools. Think of those who had to update their Adobe software!
    Anyhow Cheers
    Pete

  • Non-Mac Application Won't Open

    I'm having trouble getting a non-Mac application to start on my Intel Imac. The application is the Sonos (whole house music system) desktop controller. It begins to open up, then quickly shuts down. I reinstalled the software, but the problem persists. Any thoughts?
    Thanks.

    A quick search on sonos support faq:
    If you would like to use the Sonos Desktop Controller software on the new Intel based Macintosh, you must download the universal binary for the Macintosh Desktop Controller available exclusively by contacting Sonos Technical Support.
    HERE
    iMac 20" Core Duo 2g |iBook G4|   Mac OS X (10.4.5)  

  • Air Display app for Mac Air???

    Will Air Display app for Mac enable me to use my Mac Air display on a larger, Windows monitor?  Thanks.

    Yes, but not the Mac app, the Windows app. Just buy the Windows version of the Air Display app from the Avatron web site: http://getairdisplay.com, and download the free Air Display video drivers for your Mac.
    You can try the Windows app for free for up to an hour of connection before deciding whether or not to buy.
    Cheers,
    Dave at Avatron

  • I bought and transfer mac application (fxpansion Tremor) to ipod touch. Double tap dmg file in FileApp brings up unknown filetype dialog. What app processes dmg files to install them?

    I bought and transfer mac application (fxpansion Tremor) to ipod touch. Double tap dmg file in FileApp brings up unknown filetype dialog. What app processes dmg files to install them?
    an ipod touch supports all files types which its apps support

    thanks, it's good to get a reply, but why do you keep going on about windows? Agreed, there is no mention that Tremor runs on iOS. So far this is the only reason given that it cannot run on iOS. You can read and I can read.
    By putting the question to the community I was hoping for something like: the app you want is here-link, or the app you want cannot be written because technical-reason.
    From a words point of view it would seem to be open for any ios developer to support DMG files.

Maybe you are looking for

  • I'm about to buy my first MacBook Pro and I need a little help

    Hi everybody! I'm about to buy my first MacBook pro and I have no experience on mac so I would be really thankfull if someone guides me to get an appropriate Notebook Here are some imformations about what I want from a MacBook Pro: 1) I have a limite

  • Oci not loaded (Call to undefined function oci_connect)

    hi i have oracle linux with oracle database 11gR2 i install php with oci as the following link : http://oss.oracle.com/projects/php/dist/documentation/installation.html but when i try phpinfo() i found just only *" /etc/php.d/oci8.ini"* in the result

  • Problem while appling incremental backup on standby 10.2.0.4

    Hi, While recovering incremental backup on standby database, we are facing problem. Even though we have cataloged the backup we want to recover, when we issue "RMAN> recover database noredo;" recovery fails as rman tries to recover from the backup wh

  • Supported Resolutions

    I have the 2009 13" Macbook Pro and am looking at new monitors, specifically this one: http://www.newegg.com/Product/Product.aspx?Item=N82E16824009165 Is the Mini Display Port able to support the maximum resolution of (2048 x 1152) and if so, which c

  • Java 1.7u45 unexpected unsigned website is untrusted popup

    Hello all, I'm experiencing an unexpected security warning in our jnlp app. Background With the advent of Java 1.7.u45, I made the necessary adjustments with the intent of getting rid of the security popups being presented in this version. My changes