GameInput APIs in Adobe AIR 3.7

The GameInput API is an interface that allows applications to communicate with attached game input devices (joysticks, gamepads, wands, etc). This API is only supported on Android devices running on OS version 4.1 or higher. This feature can only be used with namespace 3.7 or greater and requires the minimum swf version to be equal or greater than 20.
For more details on GameInput APIs please refer: http://help.adobe.com/en_US/FlashPlatform/beta/reference/actionscript/3/flash/ui/GameInput .html
GameInput APIs do not provide mapping between physical controls (for example, a button) and their logical counterparts (for example, DPAD right button or left trigger). There is a need for a higher level controls that makes common actions easier for the game developer. So, GameInput SWC is introduced and is designed such that it’s easier for the game developers to write games which use gamepads or such devices and minimum possible change is required to make an existing game work with a new input device.
You can download the GameInput SWC from https://www.dropbox.com/s/yfrsj8gdvcdg1bw/gameinputcontrolname.swc
For more details on GameInput SWC please refer: https://www.dropbox.com/s/wf67l9t3kkack7z/GameInputControlNameASDoc.zip
-Nimit
Adobe AIR Team

Thanks for this, guys. Will GameInput be available for other profiles in the future? Especially desktop and iOS (now that iOS is adding gamepad support). The documentation doesn't even list this limitation (although the tutorial does).
@MJD1981: it's working well when testing from an OUYA. When testing on a PC, it wouldn't work (GameInput.isSupported is false), but it should definitely be available as a class. The error you're seeing indicates it's not being imported at all. You're probably using the wrong airglobal.swc. I know it sounds crazy, but 3.8 is a beta, so not sure it actually contains all changes that have been applied to 3.7. Have you tried with the stable Air SDK?

Similar Messages

  • Calling Java APIs from Adobe AIR Front End

    HI ,
    I have developed an desktop application entirely in java.
    Currently it is console based, but i am planning to have a UI for the same in Adobe Flex.
    I wanted to know how do I communicate between the two, ie call methods that are defined in my java classes from AIR and return results to Adobe AIR.
    There is no server involved.
    I want to keep Adobe AIR as front end and Java as back end which will take care of the business logic .
    Thanks and Regards,
    Santoshi

    The best way is probably to use the NativeProcess APIs available in AIR 2 (now in Beta).
    Next, would be to use sockets to communicate between the two processes. In AIR 1.5, it is difficult to guarantee that both processes are running, at least when controlling thins from the AIR side rather than the Java side. In AIR 2, you can start other processes, so this is also easier.
    There are some 3rd party tools, like Merapi, that help you pass objects between Java and AIR, too.

  • Instagram API for Adobe Air Mobile!

    Hi,
    Is there any third party api exist to integrate and work with instagram, e.g. login, photos etc. I want to integrate in my Adobe Air Mobile Project for both iOS and Android.
    Thanks.

    Hello Faisal,
    a api exist, here is the link http://code.google.com/p/instagr-as3/source/browse/trunk/instagrAS3/Instagram.as
    what software do you use for adroid development ? iam new on mobile and flash development, is flash cc engough or i need flash builder ?
    Can i develop all mobile android stuff in Flash CC ?
    thanks and greetings

  • Java API for Adobe Flex(AIR and Browser)

    Hello Community,
    Sometime ago i started the project located at: : http://code.google.com/p/gwt4air/ , wich primary goal was to bring another approach on writing AIR application by providing a Java API for the AIR API. On top of that i added support for PDF and Excel generation using Java.
    I m glad to announce that  the project  will now add support for the Flex Framework
    I wrote a post about it on the main page.
    The Idea behind it is to give Java Developers a more simple way to write Flex Application by leaveraing a swing like API.
    I hope this project will be a good alternative to the MXML+ ActionScript approach and looking for people willing to join the project.
    Regards,
    Alain

    Good question, I'd like to know this myself. 4.5 has a huge number of changes since 4.0.

  • Adobe AIR Runtime Redistribution and Native Installer

    Will there be new instructions for Adobe AIR 2.0 Runtime Redistribution? In particular, I'm looking for instructions on how to use the runtime redistribution installer to perform a "side-car installation" of AIR 2 alongside an application that uses the NativeProcess API (and so must be built into a native installer instead of a .air file).
    Thanks!

    Thirded!
    On a test deployment using SCCM and the supplied Adobe AIR Runtime Installer files, we have managed to install our application with the 1.5.3 Air Framework with no major issues other than having to disable the Auto Update feature that doesnt really work in a corporate environment.  Everything was absolutely fine until the release of AIR 2.  Now, the test machines are prompted to install the updated Adobe Air 2 framework once a week, see an excerpt from an Adobe blog post below:
    "In addition, once a week AIR apps check to see if an AIR update is available, and if so, users are presented with the option to update to the most up‐to‐date version, helping to ensure that end users get the benefits of improved security and performance."
    That sounds great right?  Except my users (like many other corporate users) don't have Admin permissions on their machines (hence the use of SCCM), with the result being resultant error messages when a user attemptes to install the AIR framework update without the necessary permissions.
    All of the above would be fine if the Adobe AIR Runtime Installer files were updated to include the latest version of the runtime.  This of course hasn't been done yet - does anyone know when this may happen?  Can anyone help me with this or offer any advice?
    I hope the above makes sense and I would really appreciate any help or advice!
    Thanks!

  • Deployment of an Adobe AIR application in an enterprise environment

    Dear Team members,
    first of all my apologies for posting this thread in more than one forum (see Installations Issues) but the argument is very important to us and I don't know where discuss it.
    I would like to post a question to you regarding deployment doubts that we are trying to address.
    My company is working on the new version of our primary application previously built as a J2EE application with some reporting functions with Flex, and we want to use AIR in order to leverage its possibilities:
    Seamless integration with existing application functionalities (implemented as standard JEE web application pages) thanks to the integrated HTML capabilities
    Improved integration of the user interface with the desktop
    Native processes to provide additional functionalities
    Our application is targeted to pharmaceutical industry, subject to FDA regulations, and it affects more than 5000 users for each customer, so we have some specific requirements affecting the deployment and distribution of the software:
    Allow to run multiple versions of the software on the same client machine (to support test and acceptance activities in addition to the production environment)
    Minimize the effort of the initial setup on each client
    Manage the version upgrades without manual activities on each client
    Keep the test/acceptance and production environments strictly aligned to improve effectiveness of formal validation (ideally, an application once validated should be transported in production without any source code modification, recompilation or repackaging)
    The current browser-based strategy is perfectly fit to these requirements, and in the shift towards a desktop-based strategy we need to continue satisfying them as much as possible. We evaluated the standard distribution strategy of Adobe AIR applications, and noticed several attention points in this scenario.
    The first issue we encountered is the back-end services endpoint discovery problem. Simply hardcoding a server URL in the packaged application could be a viable solution for public internet-accessible applications, but we need to support multiple customers in their intranet, and each one typically requires multiple environments for the application (acceptance, production, etc.). Maintaining dozens of different packages of the AIR application to support all these customer environments clearly is not the solution. Neither we want to force thousands of different users to enter and maintain the correct server location in their local preferences.
    So, we thought to use a badge hosted in the back-end application to run the local AIR application: using the underlying API, we could activate the application specifying also the network location of the back-end services. We could also rely on the badge to install the application (and the AIR runtime if necessary)… however, application packaged as native installers cannot be installed, upgraded, or launched by the badge API (and we need to package ours as native to use native processes).
    We also noticed that multiple versions of an AIR application cannot be installed side-by-side in a client machine, and that the installation and upgrade of the application can be performed only when the local user has administrative rights on the machine (using standard or native packages), forcing us to rely on external software distribution systems in some customer scenarios (introducing additional complexities in the release cycle).
    At this point, in our opinion the standard deployment strategies of Adobe AIR applications are unfit for enterprise environments. In the enterprise world, many of the applications have migrated to a completely browser-based solution, while others enhanced their client layer to comply with the requirements, for example installing only a thin portion of the client code and allowing to connect to multiple server versions/environments with it (e.g. the SAP GUI universal client). Without smarter deployment and distribution tools, AIR applications currently are a step back compared to web applications in terms of manageability.
    So, we are trying to develop a solution to address these problems, with some concepts similar to JStart: install on the client machine a launcher application capable of being activated from a web page, dynamically locate, download and run the actual client bytecode, transparently enforce client software updates, and supporting multiple applications (and multiple versions of the same application). However, we are facing many technical problems due to internal architecture of AIR and we already spent a considerable amount of effort trying to find a solution. We are now thinking to return on the choice of AIR, going back to Flex.
    What is the position of Adobe on this argument? Is Adobe aware of these issues and are there any plans on this topic? Any advice?
    Thank you in advance

    For those following along, Oliver Goldman will be answering this post in future articles on his blog.
    Many great comments and questions here. I’m working on some follow-up posts to address these; nothing I could cram into this comment field would really do your query justice. - Oliver Goldman
    Pursuit of Simplicity
    Chris

  • Adobe air with flex, file new, open and save for Desktop software program

    I already have a headache from all the searching. I cannot believe this to be such a confusing topic as every software program we create must be able to save user input, right.
    Here is the problem:
    Novel writing software program Main window has tabnavigator with four navigatorcontent pages 1. characters, 2. worlds, 3. objects, 4. Editor
    Each navigatorcontent page has user input fields in the form of textinput component, textarea component, richtexteditor component, etc.
    problem 1:
    The user needs to be able to open a new project and give it a name and state where it must be saved. All user input in the Novel writing software program must be attached to the file name the user specified - cannot give sample code cause I don't even know where to start looking anymore.
    Problem 2:
    If the user has now defined a new project name, all his input from the different input components has to be compiled into a single file that can be saved. (Dan Pichelman gave me a satisfactory answer on using the file.borwseforsave funtion.) That makes sense, but I first need to get all the user input into that single file. I was convinced that it must be an xml file and that there would be a guide on how to do this but...
    Problem 3:
    This brings me to another problem. All the pages I've researched so  far tell me how to load data from an xml file into a component, but not how to write the text from the component into the xml file. And this xml file cannot be the prefs file in the storage directory, it has to be named by the user and then after filling in all his text in the different tabs of the software, must be saved in this xml file and saved where the user chooses.
    Problem 4:
    now that the user put in his text and it is written to an xml file that he has named and set the path to, he goes on vacation and in two weeks opens his saved file to work on his project again. All the data that was stored in the xml must now be written back into the different user input components so he can continue working on his project, truth be told, there are some samles and tutorials on this subject, but again from only a single page perspective not a multiple tab perspective.
    Problem 5:
    Now the user has deleted and/or changed some text he put in when he started, he wrote some more text in the textareas and texteditor and he clicks the file - save button. The xml file or whatever needs to be used must be updated and saved with all the changes overwriting the old file.
    Problem 6:
    The data entered by the user will end up being a book of say 400 pages. This data will obviously be mostly in the richtexteditor component, so whatever method of saving is used, database or xml or whatever, needs to be able to contain all this data.
    Thought, if you are working with for instance, microsoft powerpoint, it has multiple pages all containing different user inputs and when you click flie - save, it saves all that input into one file. When I as a user opens that saved file it loads all that content back into its place and I can change and manipulate the input and save it again. I would have thought this would be one of the first things adobe or any other software would teach as this is what sofware programs are all about. But alas, the tutorials on this subject for adobe air for Desktop application is extreeeeemely rare.
    My promise is, if someone can help me with this or there is a tutorial out there that covers this properly I  will write a tutorial on this for other newbies as I progress step by step.  
    Pleeeeeeease help this ignorant novice
    Regards

    to save a file you would do something like:
    FileWriter fw = new FileWriter( fileName );
    textComponent.write( fw );
    fw.close();See the JFileChoose API for filtering files by extension. The API gives an example.

  • Whats the difference between the Flash Player runtime and Adobe AIR runtime?

    Hey all. I've been into coding for about 5 years now, but I'm a recent convert to Flash development. One of the questions I have at the moment is, considering that SWF files can be run by either Adobe Flash Player OR Adobe AIR, what's the real difference between the two runtime environments? What API's and Objects exist in one environment, but not the other?
    Basically what I'm more or less trying to establish is, when would I want to develop an SWF for AIR, and when would I want to develop for Flash Player, considering that Flash Player can also execute locally (providing support for creating "desktop applications").
    Thanks in advance,
                               Jay.

    Main Difference for the user: he also has to install the AIR runtime, that is about 15MB (Flash Plugin won`t do the job alone).
    The market penetration for AIR is way below that of flash, so your user needs a good reason to install the Runtime
    Also the System requirements are much more harder, you can`t use an Air application in XPSP1 for example.
    As a rule of thumb you could say: Use Air, if you want to have the user something saved locally, with AIR you have the possibility to write any fileformat to hard disk, with flash you can only use so called Local shared objects

  • Adobe AIR problems keeping Muse from installing - Can't install, uninstall or fix AIR

    I'm on a iMac 27 inch running 10.9.2. Believe it or not I've been all over the place and back for 2 days.
    I can't get Adobe AIR on my computer.  Adobe Muse support told me that AIR is the reason that Muse won't go onto my computer and sends me to support for AIR, which promptly told me that I needed to come to the forum for help and would not connect me back to the support for Muse. 
    I have read some of the stuff here but it's not helping. I was having the issue that Matthew was having here: http://forums.adobe.com/message/3628339.
    So I manually uninstalled by throwing these items in the trash as instructed by Chris (because I'm afraid of Terminal):
    /Applications/Utilities/Adobe AIR Application Installer.app
    /Applications/Utilities/Adobe AIR Uninstaller.app
    /Library/Frameworks/Adobe AIR.framework (the 3 I found where NOT in this folder. I searched and found them in Spotlight and later when I "put back" from the trash it put them somewhere with Flash CS6)
    /Users/<username>/Library/Application Support/Adobe/AIR
    Then I rebooted the computer and tried to install the new installation that support gave me in a chat window today and again got this error AGAIN:
    Sorry, an error has occurred.
    An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator.
    Then I tried installing Adobe Muse that I was also given today because CC app keeps "installing" and saying it's on my computer but it is not.  This says that it is going to install AIR because it needs it to work and I thought MAYBE it would be successful but it is not.  It gives this error message:
    "Sorry, an error has occurred. The application could not be installed. Try installing it again.  If the problem persists, contact the application author Error #2038".
    Incidentally, as somewhat indicated above,  I have put the items that I manually uninstalled which were in the trash, back where they were, since it didn't fix anything. 
    A few other things to note:
    1.  I don't seem to have AIR in the Adobe AIR.framework in my System Library folder at all. There are however three variations of those in another folder somewhere with CS6 Flash (I can't find it again sorry)
    2.  I don't have that thing about "Automatic graphics switching" in my Energy Saving Panel.
    3.  I did Chris said in this post (http://forums.adobe.com/message/4053110#4053110) and this is what it said:
    Adobe AIR is currently not installed
    Installing version 4.0.0.1390
    2014-03-25 16:12:57.984 Adobe AIR Installer[1049:507] CoreText performance note: Client called CTFontCreateWithName() using name "Times Roman" and got font with PostScript name "Times-Roman". For best performance, only use PostScript names when calling this API.
    2014-03-25 16:12:57.984 Adobe AIR Installer[1049:507] CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    failed (consult log)
    Here is my Adobe AIR Log, can somebody please help me? 
    Mar 25 12:54:08 Monster-Mac.local Install Adobe Muse[89516]: Begin runtime download from http://airdownload.adobe.com/air/3/nai/macos10.9/x86/installer
    Mar 25 12:54:20 Monster-Mac.local Install Adobe Muse[89516]: Begin signature download from http://airdownload.adobe.com/air/3/nai/macos10.9/x86/installer.p7
    Mar 25 12:54:21 Monster-Mac.local Install Adobe Muse[89516]: Launching subprocess with commandline "AIR Runtime Installer" -x1 /Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse
    Mar 25 12:54:26 Monster-Mac.local Adobe AIR Installer[89524]: Runtime Installer begin with version 4.0.0.1390 on Mac OS 10.9.2 x86
    Mar 25 12:54:26 Monster-Mac.local Adobe AIR Installer[89524]: Commandline is: -x1 "/Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse"
    Mar 25 12:54:26 Monster-Mac.local Adobe AIR Installer[89524]: No installed runtime detected
    Mar 25 12:54:26 Monster-Mac.local Adobe AIR Installer[89524]: Invoking Application Installer for combined install
    Mar 25 12:54:26 Monster-Mac.local Adobe AIR Installer[89524]: Launching subprocess with commandline /var/folders/vw/wckzv3_x1vx_50yh44grtc0c0000gn/T/airh5wMV6/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer -runtime "/var/folders/vw/wckzv3_x1vx_50yh44grtc0c0000gn/T/airh5wMV6/Adobe AIR Installer.app/Contents/Frameworks" -withRuntime -url "/Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse"
    Mar 25 12:54:26 Monster-Mac.local Adobe AIR Installer[89524]: CoreText performance note: Client called CTFontCreateWithName() using name "Times Roman" and got font with PostScript name "Times-Roman". For best performance, only use PostScript names when calling this API.
    Mar 25 12:54:26 Monster-Mac.local Adobe AIR Installer[89524]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    Mar 25 12:54:26 Monster-Mac.local Adobe AIR Application Installer[89526]: Application Installer begin with version 4.0.0.1390 on Mac OS 10.9.2 x86
    Mar 25 12:54:26 Monster-Mac.local Adobe AIR Application Installer[89526]: Commandline is: -runtime "/var/folders/vw/wckzv3_x1vx_50yh44grtc0c0000gn/T/airh5wMV6/Adobe AIR Installer.app/Contents/Frameworks" -withRuntime -url "/Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse"
    Mar 25 12:54:26 Monster-Mac.local Adobe AIR Application Installer[89526]: No installed runtime detected
    Mar 25 12:54:27 Monster-Mac.local Adobe AIR Application Installer[89526]: CoreText performance note: Client called CTFontCreateWithName() using name "Times Roman" and got font with PostScript name "Times-Roman". For best performance, only use PostScript names when calling this API.
    Mar 25 12:54:27 Monster-Mac.local Adobe AIR Application Installer[89526]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    Mar 25 12:54:28 Monster-Mac.local Adobe AIR Application Installer[89526]: Validating app in folder /Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse/Contents/Resources
    Mar 25 12:54:34 Monster-Mac.local Adobe AIR Application Installer[89526]: Application signature verified
    Mar 25 12:54:34 Monster-Mac.local Adobe AIR Application Installer[89526]: Unpackaging/validation complete
    Mar 25 12:54:34 Monster-Mac.local Adobe AIR Application Installer[89526]: CoreText performance note: Client called CTFontCreateWithName() using name "Lucida Grande" and got font with PostScript name "LucidaGrande". For best performance, only use PostScript names when calling this API.
    Mar 25 12:54:34 Monster-Mac.local Adobe AIR Application Installer[89526]: CoreText performance note: Client called CTFontCreateWithName() using name "Myriad Pro" and got font with PostScript name "MyriadPro-Regular". For best performance, only use PostScript names when calling this API.
    Mar 25 12:54:34 Monster-Mac.local Adobe AIR Application Installer[89526]: CoreText performance note: Client called CTFontCreateWithName() using name "Myriad Pro Bold" and got font with PostScript name "MyriadPro-Bold". For best performance, only use PostScript names when calling this API.
    Mar 25 12:55:11 Monster-Mac.local Adobe AIR Application Installer[89526]: The function `CGFontSetShouldUseMulticache' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    Mar 25 12:55:13 Monster-Mac.local Adobe AIR Application Installer[89526]: Launching subprocess with commandline /var/folders/vw/wckzv3_x1vx_50yh44grtc0c0000gn/T/airh5wMV6/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer -runtime "/var/folders/vw/wckzv3_x1vx_50yh44grtc0c0000gn/T/airh5wMV6/Adobe AIR Installer.app/Contents/Frameworks" -silent -logToStdout -withRuntime -url -location /Applications -desktopShortcut -programMenu "/Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse"
    Mar 25 12:55:13 Monster-Mac.local Adobe AIR Application Installer[89526]: Relaunching with elevation
    Mar 25 12:55:19 Monster-Mac.local launchservicesd[55]: Application App:"Adobe AIR Application Installer" asn:0x0-227d27b pid:89526 refs=7 @ 0x7fb992813550 tried to be brought forward, but isn't in fPermittedFrontApps ( ( "LSApplication:0x0-0x227f27d pid=89535 "SecurityAgent"")), so denying. : LASSession.cp #1481 SetFrontApplication() q=LSSession 100004/0x186a4 queue
    Mar 25 12:55:19 Monster-Mac.local WindowServer[112]: [cps/setfront] Failed setting the front application to Adobe AIR Application Installer, psn 0x0-0x227d27b, securitySessionID=0x186a4, err=-13066
    Mar 25 12:55:19 Monster-Mac.local authexec[89537]: executing /var/folders/vw/wckzv3_x1vx_50yh44grtc0c0000gn/T/airh5wMV6/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer
    Mar 25 12:55:20 Monster-Mac.local Adobe AIR Application Installer[89537]: Application Installer begin with version 4.0.0.1390 on Mac OS 10.9.2 x86
    Mar 25 12:55:20 Monster-Mac.local Adobe AIR Application Installer[89537]: Commandline is: -runtime "/var/folders/vw/wckzv3_x1vx_50yh44grtc0c0000gn/T/airh5wMV6/Adobe AIR Installer.app/Contents/Frameworks" -silent -logToStdout -withRuntime -url -location /Applications -desktopShortcut -programMenu "/Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse"
    Mar 25 12:55:20 Monster-Mac.local Adobe AIR Application Installer[89537]: No installed runtime detected
    Mar 25 12:55:20 Monster-Mac.local Adobe AIR Application Installer[89537]: Validating app in folder /Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse/Contents/Resources
    Mar 25 12:55:26 Monster-Mac.local Adobe AIR Application Installer[89537]: Application signature verified
    Mar 25 12:55:26 Monster-Mac.local Adobe AIR Application Installer[89537]: Unpackaging/validation complete
    Mar 25 12:55:26 Monster-Mac.local Adobe AIR Application Installer[89537]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/Shared/Library/Application Support/Adobe"
    Mar 25 12:55:26 Monster-Mac.local Adobe AIR Application Installer[89537]: Launching subprocess with commandline /usr/sbin/chown -hfRP mlewis "/Users/mlewis/Library/Application Support/Adobe"
    Mar 25 12:55:26 Monster-Mac.local Adobe AIR Application Installer[89537]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/mlewis/Library/Application Support/Adobe"
    Mar 25 12:55:26 Monster-Mac.local Adobe AIR Application Installer[89537]: Launching subprocess with commandline /usr/sbin/chown -hfRP mlewis "/Users/mlewis/Library/Preferences/Macromedia/Flash Player/www.macromedia.com/bin"
    Mar 25 12:55:26 Monster-Mac.local Adobe AIR Application Installer[89537]: Starting silent combined runtime and app install.
    Mar 25 12:55:35 Monster-Mac.local Adobe AIR Application Installer[89537]: Cannot make symlink /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/FlashTmp.5bt0z7/temp/Versions/Current: Invalid argument
    Mar 25 12:55:35 Monster-Mac.local Adobe AIR Application Installer[89537]: Error occurred during copy operation; beginning rollback: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038" errorID=2038]
    Mar 25 12:55:35 Monster-Mac.local Adobe AIR Application Installer[89537]: Rollback complete
    Mar 25 12:55:35 Monster-Mac.local Adobe AIR Application Installer[89537]: Got an unexpected fatal error while in stateInstalling: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038" errorID=2038]
    Mar 25 12:55:35 Monster-Mac.local Adobe AIR Application Installer[89526]: Elevated install failed: error 2038 Error #2038
    Mar 25 12:55:35 Monster-Mac.local Adobe AIR Application Installer[89537]: Application Installer end with exit code 7
    Mar 25 12:58:45 Monster-Mac.local Adobe AIR Application Installer[89526]: Application Installer end with exit code 7
    Mar 25 12:58:45 Monster-Mac.local Adobe AIR Installer[89524]: Subprocess app installer failed (7)
    Mar 25 12:58:45 Monster-Mac.local Adobe AIR Installer[89524]: Runtime Installer end with exit code 7
    Mar 25 13:02:03 Monster-Mac.local Install Adobe Muse[89620]: Begin runtime download from http://airdownload.adobe.com/air/3/nai/macos10.9/x86/installer
    Mar 25 13:02:15 Monster-Mac.local Install Adobe Muse[89620]: Begin signature download from http://airdownload.adobe.com/air/3/nai/macos10.9/x86/installer.p7
    Mar 25 13:02:16 Monster-Mac.local Install Adobe Muse[89620]: Launching subprocess with commandline "AIR Runtime Installer" -x1 /Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse
    Mar 25 13:02:19 Monster-Mac.local Adobe AIR Installer[89625]: Runtime Installer begin with version 4.0.0.1390 on Mac OS 10.9.2 x86
    Mar 25 13:02:19 Monster-Mac.local Adobe AIR Installer[89625]: Commandline is: -x1 "/Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse"
    Mar 25 13:02:19 Monster-Mac.local Adobe AIR Installer[89625]: No installed runtime detected
    Mar 25 13:02:19 Monster-Mac.local Adobe AIR Installer[89625]: Invoking Application Installer for combined install
    Mar 25 13:02:19 Monster-Mac.local Adobe AIR Installer[89625]: Launching subprocess with commandline /var/folders/vw/wckzv3_x1vx_50yh44grtc0c0000gn/T/air8D7hUl/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer -runtime "/var/folders/vw/wckzv3_x1vx_50yh44grtc0c0000gn/T/air8D7hUl/Adobe AIR Installer.app/Contents/Frameworks" -withRuntime -url "/Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse"
    Mar 25 13:02:19 Monster-Mac.local Adobe AIR Installer[89625]: CoreText performance note: Client called CTFontCreateWithName() using name "Times Roman" and got font with PostScript name "Times-Roman". For best performance, only use PostScript names when calling this API.
    Mar 25 13:02:19 Monster-Mac.local Adobe AIR Installer[89625]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    Mar 25 13:02:19 Monster-Mac.local Adobe AIR Application Installer[89627]: Application Installer begin with version 4.0.0.1390 on Mac OS 10.9.2 x86
    Mar 25 13:02:19 Monster-Mac.local Adobe AIR Application Installer[89627]: Commandline is: -runtime "/var/folders/vw/wckzv3_x1vx_50yh44grtc0c0000gn/T/air8D7hUl/Adobe AIR Installer.app/Contents/Frameworks" -withRuntime -url "/Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse"
    Mar 25 13:02:19 Monster-Mac.local Adobe AIR Application Installer[89627]: No installed runtime detected
    Mar 25 13:02:19 Monster-Mac.local Adobe AIR Application Installer[89627]: CoreText performance note: Client called CTFontCreateWithName() using name "Times Roman" and got font with PostScript name "Times-Roman". For best performance, only use PostScript names when calling this API.
    Mar 25 13:02:19 Monster-Mac.local Adobe AIR Application Installer[89627]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    Mar 25 13:02:20 Monster-Mac.local Adobe AIR Application Installer[89627]: Validating app in folder /Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse/Contents/Resources
    Mar 25 13:02:26 Monster-Mac.local Adobe AIR Application Installer[89627]: Application signature verified
    Mar 25 13:02:26 Monster-Mac.local Adobe AIR Application Installer[89627]: Unpackaging/validation complete
    Mar 25 13:02:26 Monster-Mac.local Adobe AIR Application Installer[89627]: CoreText performance note: Client called CTFontCreateWithName() using name "Lucida Grande" and got font with PostScript name "LucidaGrande". For best performance, only use PostScript names when calling this API.
    Mar 25 13:02:26 Monster-Mac.local Adobe AIR Application Installer[89627]: CoreText performance note: Client called CTFontCreateWithName() using name "Myriad Pro" and got font with PostScript name "MyriadPro-Regular". For best performance, only use PostScript names when calling this API.
    Mar 25 13:02:26 Monster-Mac.local Adobe AIR Application Installer[89627]: CoreText performance note: Client called CTFontCreateWithName() using name "Myriad Pro Bold" and got font with PostScript name "MyriadPro-Bold". For best performance, only use PostScript names when calling this API.
    Mar 25 13:02:28 Monster-Mac.local Adobe AIR Application Installer[89627]: The function `CGFontSetShouldUseMulticache' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    Mar 25 13:02:29 Monster-Mac.local Adobe AIR Application Installer[89627]: Launching subprocess with commandline /var/folders/vw/wckzv3_x1vx_50yh44grtc0c0000gn/T/air8D7hUl/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer -runtime "/var/folders/vw/wckzv3_x1vx_50yh44grtc0c0000gn/T/air8D7hUl/Adobe AIR Installer.app/Contents/Frameworks" -silent -logToStdout -withRuntime -url -location /Applications -desktopShortcut -programMenu "/Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse"
    Mar 25 13:02:29 Monster-Mac.local Adobe AIR Application Installer[89627]: Relaunching with elevation
    Mar 25 13:02:35 Monster-Mac.local launchservicesd[55]: Application App:"Adobe AIR Application Installer" asn:0x0-2298296 pid:89627 refs=7 @ 0x7fb992949790 tried to be brought forward, but isn't in fPermittedFrontApps ( ( "LSApplication:0x0-0x2299297 pid=89630 "SecurityAgent"")), so denying. : LASSession.cp #1481 SetFrontApplication() q=LSSession 100004/0x186a4 queue
    Mar 25 13:02:35 Monster-Mac.local WindowServer[112]: [cps/setfront] Failed setting the front application to Adobe AIR Application Installer, psn 0x0-0x2298296, securitySessionID=0x186a4, err=-13066
    Mar 25 13:02:35 Monster-Mac.local authexec[89635]: executing /var/folders/vw/wckzv3_x1vx_50yh44grtc0c0000gn/T/air8D7hUl/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer
    Mar 25 13:02:35 Monster-Mac.local Adobe AIR Application Installer[89635]: Application Installer begin with version 4.0.0.1390 on Mac OS 10.9.2 x86
    Mar 25 13:02:35 Monster-Mac.local Adobe AIR Application Installer[89635]: Commandline is: -runtime "/var/folders/vw/wckzv3_x1vx_50yh44grtc0c0000gn/T/air8D7hUl/Adobe AIR Installer.app/Contents/Frameworks" -silent -logToStdout -withRuntime -url -location /Applications -desktopShortcut -programMenu "/Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse"
    Mar 25 13:02:35 Monster-Mac.local Adobe AIR Application Installer[89635]: No installed runtime detected
    Mar 25 13:02:35 Monster-Mac.local Adobe AIR Application Installer[89635]: Validating app in folder /Volumes/Install Adobe Muse.app/Install Adobe Muse.app/Contents/Resources/Adobe Muse/Contents/Resources
    Mar 25 13:02:41 Monster-Mac.local Adobe AIR Application Installer[89635]: Application signature verified
    Mar 25 13:02:41 Monster-Mac.local Adobe AIR Application Installer[89635]: Unpackaging/validation complete
    Mar 25 13:02:41 Monster-Mac.local Adobe AIR Application Installer[89635]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/Shared/Library/Application Support/Adobe"
    Mar 25 13:02:41 Monster-Mac.local Adobe AIR Application Installer[89635]: Launching subprocess with commandline /usr/sbin/chown -hfRP mlewis "/Users/mlewis/Library/Application Support/Adobe"
    Mar 25 13:02:41 Monster-Mac.local Adobe AIR Application Installer[89635]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/mlewis/Library/Application Support/Adobe"
    Mar 25 13:02:41 Monster-Mac.local Adobe AIR Application Installer[89635]: Launching subprocess with commandline /usr/sbin/chown -hfRP mlewis "/Users/mlewis/Library/Preferences/Macromedia/Flash Player/www.macromedia.com/bin"
    Mar 25 13:02:41 Monster-Mac.local Adobe AIR Application Installer[89635]: Starting silent combined runtime and app install.
    Mar 25 13:02:45 Monster-Mac.local Adobe AIR Application Installer[89635]: Cannot make symlink /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/FlashTmp.w78PmA/temp/Versions/Current: Invalid argument
    Mar 25 13:02:45 Monster-Mac.local Adobe AIR Application Installer[89635]: Error occurred during copy operation; beginning rollback: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038" errorID=2038]
    Mar 25 13:02:45 Monster-Mac.local Adobe AIR Application Installer[89635]: Rollback complete
    Mar 25 13:02:45 Monster-Mac.local Adobe AIR Application Installer[89635]: Got an unexpected fatal error while in stateInstalling: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038" errorID=2038]
    Mar 25 13:02:45 Monster-Mac.local Adobe AIR Application Installer[89627]: Elevated install failed: error 2038 Error #2038
    Mar 25 13:02:45 Monster-Mac.local Adobe AIR Application Installer[89635]: Application Installer end with exit code 7
    Mar 25 13:02:54 Monster-Mac.local Adobe AIR Application Installer[89627]: Application Installer end with exit code 7
    Mar 25 13:02:54 Monster-Mac.local Adobe AIR Installer[89625]: Subprocess app installer failed (7)
    Mar 25 13:02:54 Monster-Mac.local Adobe AIR Installer[89625]: Runtime Installer end with exit code 7
    Mar 25 13:07:48 Monster-Mac kernel[0]: hfs: could not initialize summary table for Adobe AIR
    Mar 25 13:07:48 Monster-Mac kernel[0]: hfs: mounted Adobe AIR on device disk11s2
    Mar 25 13:07:48 Monster-Mac.local mds[38]: (Normal) Volume: volume:0x7fff1a206800 ********** Bootstrapped Creating a default store:1 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/Adobe AIR
    Mar 25 13:07:54 Monster-Mac.local Adobe AIR Installer[89691]: Runtime Installer begin with version 4.0.0.1390 on Mac OS 10.9.2 x86
    Mar 25 13:07:54 Monster-Mac.local Adobe AIR Installer[89691]: Commandline is: -psn_0_36328099
    Mar 25 13:07:54 Monster-Mac.local Adobe AIR Installer[89691]: No installed runtime detected
    Mar 25 13:07:54 Monster-Mac.local Adobe AIR Installer[89691]: CoreText performance note: Client called CTFontCreateWithName() using name "Times Roman" and got font with PostScript name "Times-Roman". For best performance, only use PostScript names when calling this API.
    Mar 25 13:07:54 Monster-Mac.local Adobe AIR Installer[89691]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    Mar 25 13:07:55 Monster-Mac.local Adobe AIR Installer[89691]: CoreText performance note: Client called CTFontCreateWithName() using name "Lucida Grande" and got font with PostScript name "LucidaGrande". For best performance, only use PostScript names when calling this API.
    Mar 25 13:07:55 Monster-Mac.local Adobe AIR Installer[89691]: The function `CGFontSetShouldUseMulticache' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    Mar 25 13:07:55 Monster-Mac.local Adobe AIR Installer[89691]: CoreText performance note: Client called CTFontCreateWithName() using name "Myriad Pro" and got font with PostScript name "MyriadPro-Regular". For best performance, only use PostScript names when calling this API.
    Mar 25 13:07:58 Monster-Mac.local Adobe AIR Installer[89691]: Relaunching with elevation
    Mar 25 13:07:58 Monster-Mac.local Adobe AIR Installer[89691]: Launching subprocess with commandline /Volumes/Adobe AIR/Adobe AIR Installer.app -ei
    Mar 25 13:08:02 Monster-Mac.local launchservicesd[55]: Application App:"Adobe AIR Installer" asn:0x0-22a52a3 pid:89691 refs=7 @ 0x7fb990730330 tried to be brought forward, but isn't in fPermittedFrontApps ( ( "LSApplication:0x0-0x22a62a4 pid=89695 "SecurityAgent"")), so denying. : LASSession.cp #1481 SetFrontApplication() q=LSSession 100004/0x186a4 queue
    Mar 25 13:08:02 Monster-Mac.local WindowServer[112]: [cps/setfront] Failed setting the front application to Adobe AIR Installer, psn 0x0-0x22a52a3, securitySessionID=0x186a4, err=-13066
    Mar 25 13:08:02 Monster-Mac.local authexec[89699]: executing /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer
    Mar 25 13:08:03 Monster-Mac.local Adobe AIR Installer[89699]: Runtime Installer begin with version 4.0.0.1390 on Mac OS 10.9.2 x86
    Mar 25 13:08:03 Monster-Mac.local Adobe AIR Installer[89699]: Commandline is: -ei
    Mar 25 13:08:03 Monster-Mac.local Adobe AIR Installer[89699]: No installed runtime detected
    Mar 25 13:08:03 Monster-Mac.local Adobe AIR Installer[89699]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/Shared/Library/Application Support/Adobe"
    Mar 25 13:08:03 Monster-Mac.local Adobe AIR Installer[89699]: Launching subprocess with commandline /usr/sbin/chown -hfRP mlewis "/Users/mlewis/Library/Application Support/Adobe"
    Mar 25 13:08:03 Monster-Mac.local Adobe AIR Installer[89699]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/mlewis/Library/Application Support/Adobe"
    Mar 25 13:08:03 Monster-Mac.local Adobe AIR Installer[89699]: Launching subprocess with commandline /usr/sbin/chown -hfRP mlewis "/Users/mlewis/Library/Preferences/Macromedia/Flash Player/www.macromedia.com/bin"
    Mar 25 13:08:03 Monster-Mac.local Adobe AIR Installer[89699]: Starting silent runtime install. Installing runtime version 4.0.0.1390
    Mar 25 13:08:03 Monster-Mac.local Adobe AIR Installer[89699]: CoreText performance note: Client called CTFontCreateWithName() using name "Times Roman" and got font with PostScript name "Times-Roman". For best performance, only use PostScript names when calling this API.
    Mar 25 13:08:03 Monster-Mac.local Adobe AIR Installer[89699]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    Mar 25 13:08:05 Monster-Mac.local Adobe AIR Installer[89699]: Cannot make symlink /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/FlashTmp.RDUdHS/temp/Versions/Current: Invalid argument
    Mar 25 13:08:05 Monster-Mac.local Adobe AIR Installer[89699]: Error occurred during copy operation; beginning rollback: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038" errorID=2038]
    Mar 25 13:08:05 Monster-Mac.local Adobe AIR Installer[89699]: Rollback complete
    Mar 25 13:08:05 Monster-Mac.local Adobe AIR Installer[89699]: Exiting due to error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038" errorID=2038]
    Mar 25 13:08:05 Monster-Mac.local Adobe AIR Installer[89691]: Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2038" errorID=2038]
    Mar 25 13:08:05 Monster-Mac.local Adobe AIR Installer[89699]: Runtime Installer end with exit code 7
    Mar 25 13:08:05 Monster-Mac.local Adobe AIR Installer[89691]: CoreText performance note: Client called CTFontCreateWithName() using name "Myriad Pro Bold" and got font with PostScript name "MyriadPro-Bold". For best performance, only use PostScript names when calling this API.
    Mar 25 13:08:31 Monster-Mac.local Adobe AIR Installer[89691]: Runtime Installer end with exit code 7
    Mar 25 13:08:31 Monster-Mac com.apple.launchd.peruser.501[167] ([0x0-0x22a52a3].com.adobe.air.Installer[89691]): Exited with code: 7
    Mar 25 13:37:31 Monster-Mac.local Adobe AIR Installer[89848]: Runtime Installer begin with version 3.8.0.1280 on Mac OS 10.9.2 x86
    Mar 25 13:37:31 Monster-Mac.local Adobe AIR Installer[89848]: Commandline is:
    Mar 25 13:37:31 Monster-Mac.local Adobe AIR Installer[89848]: No installed runtime detected
    Mar 25 13:37:31 Monster-Mac.local Adobe AIR Installer[89848]: CoreText performance note: Client called CTFontCreateWithName() using name "Times Roman" and got font with PostScript name "Times-Roman". For best performance, only use PostScript names when calling this API.
    Mar 25 13:37:31 Monster-Mac.local Adobe AIR Installer[89848]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    Mar 25 13:37:32 Monster-Mac.local Adobe AIR Installer[89848]: CoreText performance note: Client called CTFontCreateWithName() using name "Lucida Grande" and got font with PostScript name "LucidaGrande". For best performance, only use PostScript names when calling this API.
    Mar 25 13:37:32 Monster-Mac.local Adobe AIR Installer[89848]: The function `CGFontSetShouldUseMulticache' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    Mar 25 13:37:32 Monster-Mac.local Adobe AIR Installer[89848]: CoreText performance note: Client called CTFontCreateWithName() using name "Myriad Pro" and got font with PostScript name "MyriadPro-Regular". For best performance, only use PostScript names when calling this API.
    Mar 25 13:37:55 Monster-Mac.local Adobe AIR Installer[89848]: Runtime Installer end with exit code 6
    Mar 25 13:37:55 Monster-Mac com.apple.launchd.peruser.501[167] (com.adobe.air.Installer.3728[89848]): Exited with code: 6
    Mar 25 13:38:16 Monster-Mac.local Adobe AIR Installer[89852]: Runtime Installer begin with version 3.8.0.1280 on Mac OS 10.9.2 x86
    Mar 25 13:38:16 Monster-Mac.local Adobe AIR Installer[89852]: Commandline is:
    Mar 25 13:38:16 Monster-Mac.local Adobe AIR Installer[89852]: No installed runtime detected
    Mar 25 13:38:16 Monster-Mac.local Adobe AIR Installer[89852]: CoreText performance note: Client called CTFontCreateWithName() using name "Times Roman" and got font with PostScript name "Times-Roman". For best performance, only use PostScript names when calling this API.
    Mar 25 13:38:16 Monster-Mac.local Adobe AIR Installer[89852]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    Mar 25 13:38:17 Monster-Mac.local Adobe AIR Installer[89852]: CoreText performance note: Client called CTFontCreateWithName() using name "Lucida Grande" and got font with PostScript name "LucidaGrande". For best performance, only use PostScript names when calling this API.
    Mar 25 13:38:17 Monster-Mac.local Adobe AIR Installer[89852]: The function `CGFontSetShouldUseMulticache' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    Mar 25 13:38:17 Monster-Mac.local Adobe AIR Installer[89852]: CoreText performance note: Client called CTFontCreateWithName() using name "Myriad Pro" and got font with PostScript name "MyriadPro-Regular". For best performance, only use PostScript names when calling this API.
    Mar 25 13:38:22 Monster-Mac.local Adobe AIR Installer[89852]: Relaunching with elevation
    Mar 25 13:38:22 Monster-Mac.local Adobe AIR Installer[89852]: Launching subprocess with commandline /Applications/Utilities/Adobe AIR Uninstaller.app -ei
    Mar 25 13:38:29 Monster-Mac.local launchservicesd[55]: Application App:"Adobe AIR Installer" asn:0x0-22d22d0 pid:89852 refs=7 @ 0x7fb9906d7750 tried to be brought forward, but isn't in fPermittedFrontApps ( ( "LSApplication:0x0-0x22d32d1 pid=89855 "SecurityAgent"")), so denying. : LASSession.cp #1481 SetFrontApplication() q=LSSession 100004/0x186a4 queue
    Mar 25 13:38:29 Monster-Mac.local WindowServer[112]: [cps/setfront] Failed setting the front application to Adobe AIR Installer, psn 0x0-0x22d22d0, securitySessionID=0x186a4, err=-13066
    Mar 25 13:38:29 Monster-Mac.local authexec[89858]: executing /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer
    Mar 25 13:38:30 Monster-Mac.local Adobe AIR Installer[89858]: Runtime Installer begin with version 3.8.0.1280 on Mac OS 10.9.2 x86
    Mar 25 13:38:30 Monster-Mac.local Adobe AIR Installer[89858]: Commandline is: -ei
    Mar 25 13:38:30 Monster-Mac.local Adobe AIR Installer[89858]: No installed runtime detected
    Mar 25 13:38:30 Monster-Mac.local Adobe AIR Installer[89858]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/Shared/Library/Application Support/Adobe"
    Mar 25 13:38:30 Monster-Mac.local Adobe AIR Installer[89858]: Launching subprocess with commandline /usr/sbin/chown -hfRP mlewis "/Users/mlewis/Library/Application Support/Adobe"
    Mar 25 13:38:30 Monster-Mac.local Adobe AIR Installer[89858]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/mlewis/Library/Application Support/Adobe"
    Mar 25 13:38:30 Monster-Mac.local Adobe AIR Installer[89858]: Launching subprocess with commandline /usr/sbin/chown -hfRP mlewis "/Users/mlewis/Library/Preferences/Macromedia/Flash Player/www.macromedia.com/bin"
    Mar 25 13:38:30 Monster-Mac.local Adobe AIR Installer[89858]: Starting silent runtime install. Installing runtime version 3.8.0.1280
    Mar 25 13:38:30 Monster-Mac.local Adobe AIR Installer[89858]: CoreText performance note: Client called CTFontCreateWithName() using name "Times Roman" and got font with PostScript name "Times-Roman". For best performance, only use PostScript names when calling this API.
    Mar 25 13:38:30 Monster-Mac.local Adobe AIR Installer[89858]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    Mar 25 13:38:32 Monster-Mac.local Adobe AIR Installer[89858]: Cannot make symlink /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/FlashTmp.5xtfEz/temp/Versions/Current: Invalid argument
    Mar 25 13:38:32 Monster-Mac.local Adobe AIR Installer[89858]: Error occurred during copy operation; beginning rollback: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038" errorID=2038]
    Mar 25 13:38:32 Monster-Mac.local Adobe AIR Installer[89858]: Rollback complete
    Mar 25 13:38:32 Monster-Mac.local Adobe AIR Installer[89858]: Exiting due to error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038" errorID=2038]
    Mar 25 13:38:32 Monster-Mac.local Adobe AIR Installer[89852]: Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2038" errorID=2038]
    Mar 25 13:38:32 Monster-Mac.local Adobe AIR Installer[89858]: Runtime Installer end with exit code 7
    Mar 25 13:43:23 Monster-Mac.local Adobe AIR Installer[89852]: Runtime Installer end with exit code 7
    Mar 25 13:43:23 Monster-Mac com.apple.launchd.peruser.501[167] (com.adobe.air.Installer.3728[89852]): Exited with code: 7
                  NSApplicationBundleIdentifier = "com.adobe.air.Installer";
                  NSApplicationName = "Adobe AIR Installer";
                  NSApplicationPath = "/Applications/Utilities/Adobe AIR Uninstaller.app";
                  NSWorkspaceApplicationKey = <NSRunningApplication: 0x610000112bd0 (com.adobe.air.Installer - 89852)>;
    Mar 25 13:55:07 Monster-Mac com.apple.launchd.peruser.501[167] (com.adobe.air.ApplicationInstaller.46320[89937]): Exited with code: 4
    Thank you in advance.

    I finally got it to work!
    Marydesigns, you may have already this, but this is what worked for me:
    From http://helpx.adobe.com/air/kb/troubleshoot-air-installation-mac-os.html (not sure how i never stumbled across that page during the past few days)
    -Using Finder, navigate to your Applications folder and look for a file (not a folder) named "Adobe".  If one exists, rename or delete it.
    -Open the Terminal application in your Applications/Utilities folder.  Run the following commands:
      sudo chmod -R ug=rwx,o=rx /Applications/Adobe
    sudo chmod -R ug=rwx,o=rx ~/Library/Application\ Support/Adobe/
    sudo chmod -R ug=rwx,o=rx ~/Library/Application\ Support/Adobe/AIR/
    sudo chmod -R ug=rwx,o=rx /Users/Shared/Library/Application\ Support/Adobe/
    NOTE: Terminal may state that some of these directories don't exist. Don't worry about it. It told me that 2 of them didn't exist, but this process still fixed my problem
    -Next, adjust the ownership of a particular folder. Run the following two commands in Terminal, noting the user name response of the "whoami" command.  Replace username with your username in the next command:
    1. whoami
    2. sudo chown -R username:staff ~/Library/Application\ Support/Adobe/AIR/
    Again, Terminal may alert you that this directory doesn't exist. Just ignore it.
    Close the Terminal application and rerun the Adobe AIR  installer.
    That got AIR working. I was then able to install Muse manually (not with Creative Cloud) by downloading it from http://adobe.com/go/muse_latest_mac
    Hopefully this works for you!

  • How to get Adobe Air-apps to run *properly*? (Voddler ecpecially)

    First: I am running AMD64, and have installed the bin32-adob-air from AUR.
    The problem is, this does not work as it should. Air apps are never "installed" like they would be in Windows, or Ubuntu with the adobe-air from adobe installed. This causes problems with remembering configs and storing data between instances. Wimp, t.ex. will never remember my password, now matter how many times I check the remember password-box. And When running VOddler it just won't find the config file.
    I am trying to run Voddler in linux now, following this. But it won't work.
    I just get an "error reading config file" message when starting it using the adobe-air command (ie. the script from the package. Thinking the problem might be caused by the script running air apps from a temp dir, i aslo tried to run
    [gert@blad opt]$ /opt/adobe-air-sdk/bin/adl -nodebug /opt/airapps/VoddlerPlayer/META-INF/AIR/application.xml /opt/airapps/VoddlerPlayer
    after unpacking the Voddler Files there, but no luck.
    I see that there are a newer version of Voddler out now, and I will try that, but I'd appreciate any help with this spesific issue.
    Also, I would like to know if there is any way to get the "full Air experience" where you jut click-and go, and can install Air-apps the simple, proper way "everybody else" does it. Cause Air right now is a major hassle. Is there any chance of getting the Adobe-Air installer from Adoe work on Arch, or at least get a similar result? Integrated in the system, detected in the browser on  webpages etc.
    Last edited by naguz (2010-05-15 17:01:25)

    Tried again with the command taken from firefox appended to the script (instead of §1 §2 etc.) and got:
    (adl:17512): Gtk-WARNING **: Kunne ikke finne temamotor i module_path: «murrine».
    (adl:17512): Gtk-WARNING **: Kunne ikke finne temamotor i module_path: «murrine».
    Gtk-Message: Failed to load module "gnomesegvhandler": libgnomesegvhandler.so: cannot open shared object file: Ingen slik fil eller filkatalog
    Error #2032
    http://api.voddler.com/vnet/index/login-token
    Parameter: version:2
    Parameter: token:3c034c484e3ed6217ec0b4b6a6cd01c9
    Response received
    http://api.voddler.com/vnet/index/pre-movie-request
    Parameter: movie:2721821284152452737
    Parameter: session:952b4840d0a91e896c210622ee83333a_0c965a262382ad33a9479ebfaddf9a3d
    Parameter: crid:2721821284152752803
    Parameter: version:2
    Response received
    PreMovieResult: [object Object]
    movieID: 2721821284152452737
    MOVIEREQUEST: false movieModel.resumeTime: 0
    http://api.voddler.com/vnet/index/movie-request
    Parameter: movie:2721821284152452737
    Parameter: session:952b4840d0a91e896c210622ee83333a_0c965a262382ad33a9479ebfaddf9a3d
    Parameter: version:2
    Parameter: crid:2721821284152752803
    Parameter: resume:0
    Response received
    Adding to playlist url: 0p000001000_e000335_n0017_s0318_he3052b084510fe31419083eb165aa4bc_00000000000000000000000000000000_d59845ff23b2b6f22d3f3ee9020ab34af_t02
    Logg error
    (Object)#0
    clientCode = 30
    clientVersion = "3.10.1680"
    ctxId = ""
    errorCode = 1000
    extra = "Token login result triggered"
    os = "Linux"
    userId = "'2721821230480292729'"
    vnetVersion = "5522"
    DRM check...
    ReferenceError: Error #1069
    movieMetaDataReceived: 2004
    NetStream.Play.Reset
    NetStream.Play.Start
    Voddler.Open.Done
    Main movie metaData received
    DRM Fatal Error!
    Logg error
    (Object)#0
    clientCode = 30
    clientVersion = "3.10.1680"
    ctxId = ""
    errorCode = 7744
    extra = "General Error: 7744"
    os = "Linux"
    userId = "'2721821230480292729'"
    vnetVersion = "5522"
    ReferenceError: Error #1069
    It errors out after the Voddler window has been "Rerwinding the tape"  for about 10 secs.
    EDIT: I moved my voddler folder to /opt/airapps so I could use your file without any edits to rule out typos.
    Now, the voddler player starts from firefox in wine. But I immediately also get the "Oops, we noticed you didn't watch the whole movie"-window pops out at the same time, and i get a similar error as above.
    DRM check...
    ReferenceError: Error #1069
    movieMetaDataReceived: 2008
    NetStream.Play.Reset
    NetStream.Play.Start
    Voddler.Open.Done
    Main movie metaData received
    DRM Fatal Error!
    Logg error
    (Object)#0
    clientCode = 30
    clientVersion = "3.10.1680"
    ctxId = ""
    errorCode = 7744
    extra = "General Error: 7744"
    os = "Linux"
    userId = "'2721821230480292729'"
    vnetVersion = "5522"
    ReferenceError: Error #1069
    I guess voddler cancels the DRM "lease" as soon as the error box pos up, giving me this question. Seems Firefox doesn't communicate properly with the air-app. Or something else I don't get. complete output from firefox run: pastebin
    Last edited by naguz (2011-01-11 22:32:16)

  • Will Adobe AIR apps work on iOS (Javascript/HTML)?

    Hello,
    I haven't been able to find any definitive answer on whether Adobe AIR apps using Javascript and HTML can work on iOS.
    Anyone know for sure?
    And if so, what happens with the APIs available through these swfs that we currently include:
    networkInfoWrapper.swf
    servicemonitor.swf
    applicationupdater_ui.swf
    Many thanks
    Stephen

    The answer is no. Apps developed for AIR using HTML and JavaScript are not supported on iOS or other mobile platforms. The mobile platforms do include a StageWebView component that can be used to load and display HTML and JavaScript. However, it is entirely different than the HTMLLoader control used on the desktop platforms (for HTML-based AIR apps). You cannot, for example, call any AIR/Flash APIs from JavaScript running in a StageWebView. In general, very little communication is possible between your ActionScript application code and the JavaScript code running in the StageWebView object.

  • Adobe Air vs HTML5 vs Native in Mobile Development

    Just now, I read an article "HTML5 vs. Native: What`s a Mobile Developer to Do?" (http://www.eweek.com/c/a/Application-Development/HTML5-vs-Native-Whats-a-Mobile-Developer- to-Do-648997/), and this make me think of Adobe AIR.
    For those of you who have used Adobe AIR to develop mobile apps, how do you think about it's performance, features/functionality (API), and stability as compare with HTM5 done with phonegap?
    Please share your experience and opinion here. Thanks.

    Witch version of flash builder is this?

  • Displaying fb Friends in Adobe AIR app

    First off, I realize I'm completely in over my head here.
    I am a designer... not a programmer.  Sure, I've set up some "quizzes" on facebook... but nothing like what I'm trying to do here.  So, I'm hoping to get some quick and simple help from someone here.
    Anyway... here's my problem...
    I've made a fun little Adobe AIR app using Flash CS4.  When ran it makes your computer screen look like you're logging into the Umbrella Corporation from the Resident Evil franchise.  It has company data, surveillance cameras and other stuff.  It's totally for fun and doesn't "do" anything.  Just wanted to make an AIR app late one night and this is what I did.
    Now, however, I would like to make it so that you can login to your facebook account and then view a "database of Umbrella Employees"... which... in reality... would simply be a list of your facebook friends with pictures!  The descriptions of what they "do" could be randomly generated from a file or something... or it could be grabbed from some posts they've made or something.  But the friend pictures and names are really what I'm wanting to show.
    I have looked and looked all over for a simple "downloadable" example of this.  I've found some things, but everything is like reading an encyclopedia... and, like I said, I'm simply not that smart.
    Does anyone have a Flash CS4 .fla file that you could share with me to show me how to do this?
    I'm serious when I say I can't figure much out... so please include all library files and anything else I need to know (like upload this to your server here) and stuff.
    If you help, and I "release" this (obviously I can't make money on it) I'll put an Easter egg in for you with your profile or picture or whatever you like!
    Here's hoping for some help...
    Noel

    start here: http://code.google.com/p/facebook-actionscript-api/

  • Adobe Air Framework - Where's the Documentation

    I'm very confused about how to use the Adobe Air Framework to learn how to update my apps. There are tutorials on the Adobe website, but they're all from either 2008 or 2011 and are discussing Air 1.5 or 2 or 2.5 versions, but since I'm using Air 3.7 I would like to see examples of how to use the Framework.
    I'm new to Air, but not to AS3. It sounds like the Framework includes API's that allow you to update apps and more, but I cannot find where the documentation is specifically. I continually find:
    http://www.adobe.com/devnet/air/documentation.html
    http://www.adobe.com/devnet/air/articles/air_update_framework.html
    http://forums.adobe.com/thread/1156048
    http://code.google.com/p/nativeapplicationupdater/
    http://www.adobe.com/devnet/air/articles/updating-air-apps-native-installer.html
    http://help.adobe.com/en_US/air/build/index.html
    and a few others, but I'm hoping someone can help me find what I need. Maybe the Framework hasn't changed from version 2 to 3, but I know it has from another article I read.
    I'm using Flash Professional CS6 and working entirely within that program.
    Any suggestions?

    I'm just about to head out, but I think these two links are possibly what you're looking for it contains all the documentation you could ever need for the latest AIR SDK's:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/index.html?filter_air=3 .7
    http://www.adobe.com/devnet/articles/flashplayer-air-feature-list.html
    If it's not I'll post a little more when i get back if someone else hasn't already.
    Edit:
    Back now, I so you're looking to implement a form of updating your application from within itself using the Air Application updater. The second link you've provided explains everything on how to do this, just ignore all the MXML and use the snippets that are provided in the examples. There is no difference between the framework released in 2011 (with regards to updating) so any tutorial around this time will be sufficent for you. I quickly googled this one for you and it seems to be easy to understand:
    http://kirill-poletaev.blogspot.co.uk/2011/06/updating-air-applications-part-2.html
    Hope that helps.
    O.

  • Walking the iframe DOM in Adobe AIR

    Hi experts,
    I'm trying to prog a small app with Flash CS4/AS3/AIR 1.5 and the HTMLLoader
    Object. I can't figure out, if its possible with AIR walking the DOM in an IFRAME
    with content from a remote URL (without access to the remote URL).
    Maybe, so it is possible you can point me to the right direction.
    Kai

    Hi,
    If you instantiate an HTMLLoader object that loads a remote URL, you can access the DOM of that page from flash (AS3) APIs like this:
    myhtmlLoader.window.document;
    However, if your HTMLLoader loads a local page that has an <IFRAME> pointing to the remote URL, you will only be able to access the DOM of the local page. You CANNOT go from there into the <IFRAME> DOM (via contentWindow.document) because of the cross domain restrictions enforced by WebKit.
    Hope this helps,
    Dragos Georgita | Adobe AIR Engineering

Maybe you are looking for