Air app gives error on mavericks

I wrote an AdobeAir app 3 years ago. It uses php and a MySQL database. It worked fine on leopard, snow leopard, lion and mountain lion. After upgrading to mavericks, the app now gives an error - 'default decode could not decode result' when attempting to start the app. There have been no code changes. I don't know where to start.

Is this something we could reproduce internally?  If so could you please open a new bug report on this over at https://bugbase.adobe.com?  If you'd like to keep your app private, feel free to email the attachment to me directly ([email protected]). 

Similar Messages

  • Converting the web app into AIR app leads errors

    Hi all,
    I am new to flex, i am trying to convert a web app into air app.
    I changes the tags and when i complie i get the below 3 error popups with dismis and continue buttons on the bottom right..
    Error: Error #2067: The ExternalInterface is not available in this container. ExternalInterface requires Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 and greater, or other browsers that support NPRuntime.
    Error: Error #2067: The ExternalInterface is not available in this container. ExternalInterface requires Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 and greater, or other browsers that support NPRuntime.
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    Any help would be greatly appreciated.
    Thanks in advance.

    Thanks peter.
    commenting those lines avoids the first 2 errors but still i am getting the below errors.
    this is a microstrategy flex project.
    Error #1009: Cannot access a property or method of a null object reference.
    at com.microstrategy.web.vf.viewer::MstrWindowedApplication/handleCreationComplete()[Z:\Flex \projects\VisFrameworkAIR\src\com\microstrategy\web\vf\viewer\MstrWindowedApplication.as:9 9]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.core::UIComponent/dispatchEvent()[C:\autobuild\3.2.0\frameworks\projects\framework\src \mx\core\UIComponent.as:9298]
    at mx.core::UIComponent/set initialized()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\core\UIComponent.as :1169]
    at mx.managers::LayoutManager/doPhasedInstantiation()[C:\autobuild\3.2.0\frameworks\projects \framework\src\mx\managers\LayoutManager.as:718]
    at Function/http://adobe.com/AS3/2006/builtin::apply()
    at mx.core::UIComponent/callLaterDispatcher2()[C:\autobuild\3.2.0\frameworks\projects\framew ork\src\mx\core\UIComponent.as:8628]
    at mx.core::UIComponent/callLaterDispatcher()[C:\autobuild\3.2.0\frameworks\projects\framewo rk\src\mx\core\UIComponent.as:8568]

  • My air app gives VerifyError: Error #1014: Class flash.events::SoftKeyboardEvent could not be found.

    Hi,
    I'm devlopping an air application, MacOSX 10.6.8, flex4.5.1 and air 2.6, suddenly the application will not start anymore, giving the following error:
    VerifyError: Error #1014: Class flash.events::SoftKeyboardEvent could not be found.
              at spark.automation.delegates.components.supportClasses::SparkSkinnableTextBaseAutomationImp l$/init()[E:\dev\4.5.1\frameworks\projects\automation_spark\src\spark\automation\delegates \components\supportClasses\SparkSkinnableTextBaseAutomationImpl.as:73]
              at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::kickOff()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\managers\SystemManager.as:2821]
              at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::preloader_completeHandler()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\managers\SystemManager.as:2729]
              at flash.events::EventDispatcher/dispatchEventFunction()
              at flash.events::EventDispatcher/dispatchEvent()
              at mx.preloaders::Preloader/timerHandler()[E:\dev\4.5.1\frameworks\projects\framework\src\mx \preloaders\Preloader.as:542]
              at flash.utils::Timer/_timerDispatch()
              at flash.utils::Timer/tick()
    A colleague with the same setup has no problems. Also when i create a new air project in flashbuilder it will not start either, but not throwing the error.
    Anyone with the same problems? Or anyone who knows what might be the cause?
    kind regards,
    Arjen Veneman

    Found the solution.  We had to add swf-version=11 in our flex config.  Odd that we should have to start doing that now all of a sudden (we weren't setting that explicitly before).  Seems like a bug in the SDK.

  • Air App Installation Error

    Hi There Guys
    Please if anyone could help.
    I am just testing to see how I can make an Air Application
    through Dreamweaver CS3.
    I have installed the latest Air latest Air Extension for
    Dreamweaver CS3.
    There are no other installation from before of above files
    and also I have tried the air installer created from dreamweaver on
    another pc with Air Runtime the same thing happens.
    The error is:
    Sorry, an error has occurred
    This application requires a version of Adobe Air which is no
    longer supported. Please contact the application author for an
    updated version.
    When viewing this from adobe dreamweaver "Preview in Adobe
    Air" it is o.k., but when this is made into a installer it does not
    install giving the above error.
    I appreciate any help,
    Thanks
    Ben

    Hi!
    I think i already know why!! and i'm a beginner!! ';)
    It does not works because you have compiled saying its for
    another version that the "Adobe Air player" installed on your
    systems.
    I presume you have installed the lastest PLAYER(think as
    flash player for example) but you are telling: this code is for an
    old player.
    So now either you have to install the old player (it will not
    override the new or current player, but add another).
    OR
    You change the blabla i n your application to tell it to use
    the latest player.
    In details you have to change this:
    <application xmlns="
    http://ns.adobe.com/air/application/1.0">
    it tells to use the 1.0 (the current latest adobe air player)
    its in your app.xml file or something!!
    I believe you might have something like
    <application xmlns="
    http://ns.adobe.com/air/application/1.0.M6">
    ... you simply need to remove the .M6
    To summarize you are creating an install package which
    requires another version of the player installed. You can change
    this or install the older version.
    !!Hope that helps!

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

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

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

  • My Ipad2 when I charge Apps gives error 1004. why?

    Please help me not to gite error 1004 when I charge Apps from I tunes.
    Recently it Aldo Asia to me to' connect to' my account,asks my pw ,but it dose not recognize it! help me please!

    Try temporarily turning off all your firewall and antivirus software until the download has completed.

  • Safari 7.0 won't open and gives error -600 (Mavericks)

      I found a YouTube video that showed how to prank someone with a script the kills an application every time it's opened. I typed the script in and ran it. It worked for a few seconds. After running the script The Safari icon on the dock was bouncing continuously. I put my macbook to sleep and shortly after woke it back up. The safari icon stopped bouncing but when I try to open safari it does nothing. When I click on Safari in the applications menu in finder it gave the error -600. How do I fix this? 

    I don't know what the "prank" script did, but if you're lucky, you can solve the problem by rebooting.

  • Building App Gives Error 6 about 50 - 80 - 99% of the time. Windows7, LabVIEW 2010 SP1

    Hi
    First off here is a link to a discussion of the problem.  http://forums.ni.com/t5/LabVIEW/Error-6-occurred-when-building-an-Executable-in-Labview-2009/m-p/997...
    I have tried all the suggestions on this link with no luck.
    Background:   have been using LabVIEW 2010 without problems since Sept, then I started getting the error 6 with the following message.
    " Error 6 occurred at Delete in AB_Engine_Delete_Internal_Files.vi->AB_EXE.lvclass:Build.vi
    ->AB_Engine_Build.vi->AB_Build_Invoke.vi->AB_Build_Invoke.vi.ProxyCaller "
    This started on one project and is now occurring on another project.  Sometimes it builds 50% of the time, other times I can't get it to build at all.  I have upgraded to SP1, no change.
    Here are some things I have tried.
    Moved build directory to c:\a
    Renamed project, moved project right under c:\
    Disabled Google , disabled Win indexing, disabled Win7 user acct. Control, run LabVIEW as Admit all the time, win explorer closed
    mass compiling, closing the project, closing LabVIEW, re-booting
    Unistalled LabVIEW 2010 SP1 and re-install, twice.
    I believe I rebuilt my project in a new project.
    I moved my projects to a WinXP system laptop I have, and they never get Error 6 !  Short term fix, but I have to use Win7.  So I hope this means it is not my code.
    The funny thing is that this is totally random.  The unfunny thing is having to explain to a client I can't get my code to compile during a frustrating 95% of the time failure episode, yikes!
    Any help and suggestions would be welcome.
    BTW, the next step is to totally uninstall LabVIEW with a 'special' procedure and piece of code sent to me.  Don't want to, but am really at wits end.  Also waiting to hear back from my service ticket, but am desperate to have parallel solutions to try.
    Thanks
    Mark Ramsdale

    Thanks for the clarify.
    I also meant to post this link.  It has a lot of info, this is the link I tried most if not all of the suggestions for.
    http://forums.ni.com/t5/LabVIEW/Get-Error-6-about-50-of-time-when-building-Application/td-p/1242634
    By the way, I was told that uninstalling LabVIEW will not resolve the issue, dodged a time killer :-)
    It seems the error is caused by Win7 and file reserving.  Waiting to hear back on that.  Have an SR.
    Again, any suggestions welcomed, maybe some Win7 ideas from those who know more about it.
    mr
    Mark Ramsdale

  • After new I tunes download air express gives error message when try to play

    The problem is not with the airport express which works fine with i tunes on other computers on the network I uploaded i tunes a second time. No improvement. Also shut off the firewall. Also did latest firmware on airport express and reconnected. Still get the same error message. Internet with this computer using the airport is fine

    The above should read when try to play connected stereo

  • Admin Rights for Adobe AIR apps

    Which Admin rights are needed on a system to install a .AIR file on a system? In our Enterprise scenario users do not have Admin rights on the system. And whenever user tries installing an AIR app an error is thrown for the same. I want to know what are the least (Admin) rights that we need to give to a user on a WindowsXP system so that he can install air apps?

    Hello,
    Unfortunately, there isn't a simple answer to this question because AIR isn't in complete comtrol over the full set of files and registry keys touched during an install - we rely on Windows Installer for that.  However you can find additional information about this at:
    Does Installing an AIR Application Require Admin Rights?
    What are Administrative Rights, Anyway?
    You might also want to vote for this idea: Installation of Adobe AIR apps without having administrative privileges
    Hope this helps,
    Chris

  • Since uploading Maverick, my Microsoft apps give an error message "(the app) quit unexpectedly.  Click Reopen to open the application again."  However, this does nothing but renew this window.  What to do?

    Since uploading Maverick, all of my Microsoft apps give an error message "(name of the app) quit unexpectedly.  Click Reopen to open the application again."  However, this does nothing but renew this window.  I have to click on the "OK" button to get rid of the error message.  What to do?

    Very Important, how much Free Space is on your Hard Drive first of all? Click on the Macintosh HD on the Desktop, then do a Get Info on it.
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.
    Do they launch OK while in Safe Mode?

  • Cannot install LCCS Navigator AIR app - "Sorry, an error has occurred"

    I am unable to install the LCCS "SDK Navigator Application" from the LCCS Developer portal. When I try to run the AIR installer, I get the following error message:
    Sorry, an error has occurred.
    This application cannot be installed because this installer has been misconfigured. Please contact the application author for assistance.
    /Library/Frameworks/Adobe AIR.framework/Versions/Current/Resources/Info.plist shows my AIR "CFBundleVersion" is "2.6.0.19140".

    Hi Brian,
    I did try to install LCCS Navigator AIR app on the version of AIR runtime you specified, and did not hit any issues.
    Can you give us more details such as OS version, are you updating or installing the app. Also can you try a clean install too.
    Thanks
    Arun

  • Have uploaded and installed CC 2014. Several apps give this error when I try to start them:  "Unable to launch Adobe InDesign as you do not have sufficient permissions to access the preferences folders" -or- The icon in the dock bounces once, and nothing

    Have uploaded and installed CC 2014. Several apps give this error when I try to start them:  "Unable to launch Adobe InDesign as you do not have sufficient permissions to access the preferences folders"
    -or-
    The icon in the dock bounces once, and nothing happens.

    Windows or Mac, and exactly which operating system version?

  • I get 'unknown error' message when I try to sign in to Air app store (I can sign in to iTunes just fine). Anyone help

    When I try to sign in to the Air app store, I get an 'unknown error' message.  I can sign in to iTunes just fine.  Any suggestions?

    Fixed the problem by going to settings/store and logging out with apple ID.  Then logged back in with password and updates, apps, and iTunes store seem to work ok now.

  • Error message when downloading adobe air app.

    I have according to the installation program successfully installed adobe air. I am now trying to download an adobe air app from Jacqui Lawson and keep getting the following message.
    "Sorry an error has occurred. The application could not be installed. Try installing it again. If the problem persists, contact the application author."
    I have read other comments regarding this matter and tried everything suggested so far. I am still having the same issue.
    I am running windows vista 32 bit. All firewall and anti virus are off, UAC is enabled, I have uninstalled and reinstalled the program and I have tried using a different browser. Can anyone suggest anything else to try.

    Curtis Baughman
    Many of us have encounted this issue. The problem is not confined to a particular version or computer operating. Many homemade remedies and scientific ones have worked for some and not others. The most recent fix was offered by an ID by the name of Maud Barbara and seems to have been the answer for that user and at least one more.
    Maud Barbara's fix can be found at the end of the very long thread on the subject found
    http://forums.adobe.com/thread/1121947?start=40&tstart=0
    The rough Google Translate went
    Hello 
    I had the same problem as you and I just d have the solution:
    go to C / program files (86) / common files/OOBE
    Rename OOBE by OLDOOBE
    and your problem is resolved
    You can reinstall the software
    What worked for me in this case was none of the above. How I and others navigated this installation problem is documented in the thread cited.
    We look forward to your results to see what turned out to work for you.
    Thanks.
    ATR

Maybe you are looking for

  • Dictation is not working for texts., Dictation is not working for texts.

    My dictation feature is not working.  The line is not very "wavy" when I speak.  How can I rectify this problem?

  • IBAN field in Payslip

    Hi, A new additional field IBAN has been developed in IT 0009.  This field is not being displayed in payslip. I have included the Table P0009 and field IBAN in PE51_CHECKTAB and did the required in PE51, but for some reason it does not appear in pays

  • How to migrate a two node ISE installation to a six node ISE installation

    How do we migrate from a two node ISE installation where the primary ISE has IP address A and the secondary has IP address B to a six node ISE distributed installation with one primary admin ISE, one secondary admin ISE, one primary monitoring ISE, o

  • CCMS Deleted MTE Classes

    Hi there, i'm on R3 4.6c. I accidently deleted a Part of an Monitor Tree with "Option 4" which not only deletes the MTE Klasses from shared memory, but also from DB. (Hint: 392272) Missing Nodes: RZ20->SAP CCMS Admin Workplace -> Entire System - > --

  • Optimal audio format and settings for syncing?

    Hello, I was wondering whether MP3s or WAVs would be better to avoid syncing issues. Also, what audio stream settings would be best? I was also wondering if you can manually play the audio track by moving the play head over it. I've tried multiple ti