Cannot package when you include NSAS own

I am an iOS developer and have been responsible for creating a DONKEY for a customer. I followed the tutorial online and everything seems to be fine, I've created a DONKEY with a default implementation and iOS.

Trying to include DONKEY in the real mobile project and try to package it via the command line or flash builder 4.6 himself on the mac I get the following problem:

Patricks-MacBook-Pro:bin-debug patrick$ /AdobeAIRSDK/bin/adt -package -target ipa-ad-hoc  -storetype pkcs12 -keystore mycert.p12  -provisioning-profile Wann.mobileprovision myApp.ipa workWithPackage-app.xml workWithPackage.swf -extdir ./ext
password: 
unexpected failure: null
java.lang.NullPointerException
     at java.util.zip.ZipFile.getInputStream(ZipFile.java:192)
     at com.adobe.air.ipa.IPAPackager.processExtensions(IPAPackager.java:270)
     at com.adobe.air.ApplicationPackager.createPackage(ApplicationPackager.java:65)
     at com.adobe.air.ipa.IPAPackager.createPackage(IPAPackager.java:245)
     at com.adobe.air.ADT.parseArgsAndGo(ADT.java:571)
     at com.adobe.air.ADT.run(ADT.java:419)
     at com.adobe.air.ADT.main(ADT.java:469)

Anyone know what is the problem and how to fix it?

I downloaded the ALBUM here:

http://subzero.EU/WP-content/uploads/2012/10/EU.subzero.SZJpegEncoder.ane_.zip

It is a known problem in AIR3.4.

Here are two solutions for you-

1. use the latest version of laboratories AIR3.5 (http://labs.adobe.com/downloads/air3-5.html)

2. or, if you want it to work with your current configuration, as a solution, please also use Add a finalizer to your DONKEY function and declare in your extension.xml. The finalizer can do nothing, but simply return.

Tags: Adobe AIR

Similar Questions

  • This installation package could not be opened. Contact the application vendor to verify that this is a valid windows installer package when you perform an installation of 2013 Pro Evolution Soccer

    This installation package could not be opened. Contact the application vendor to verify that this is a valid windows installer package when you perform an installation of 2013 Pro Evolution Soccer

    Hello

    Are you using an installation disc or try to install from a download online?
    Visit the game manufacturer if your computer meets the minimum requirements to install the game. You can also contact for a solution to the question you posted.
  • No driver error when you include traditional DAQ in the Kit of Distribution CVI 9.0

    I have a legacy code (CVI 6.0) that I wanted to update recently.  The main reason was the ability to add the device drivers for the distribution kit.  When I installed the software on a new machine, I had a driver number error when you make a call to CounterStart.  In the past that error means that I had not included support CVI when I installed traditional DAQ.  Since that it has been installed as part of a kit of distribution that I do not see what elements have been installed.  I guess that since it was listed in the framework if a distribution of CVI kit that support the CVI is automatically.  How can I get rid of not the pilot error?

    Thank you

    CP

    Hello

    Unfortuantely, there is no way to have included in a CVI tDaq generate setup with the support of the CVI.  R & D is aware of the issue.  For now, the solution is to modify the installation of tDaq and add support for the CVI.

    For more information, please see this KB.

  • Error with the installation package when you try to install ncomputing u170 on Windows 7 Home Basic

    I have windows 7 Home Basic. When I try to install my ncomputing u170. He seemed to mistake "there is problem in the windows package install." It is necessary to run the script to complete the installation. "Please give me a solution perfect for this I'm waiting for your best solution.

    You should try Ncomputing support:

  • Field image cannot refresh when you move between records in a jsf page

    In jdev 12.1.2

    I have a formlayout in a jsf page, there is an af:image that bind to a url of the image file, the source code is like this:

    ("#{bindings.") Headpicurl.inputValue}')

    < f: facet = '3' tab name >

    < af:panelFormLayout id = "pfl1" >

    < af:inputText value = "#{bindings." Id.inputValue}"label =" #{bindings. " ID.hints.label}.

    required = "#{bindings." ReadOnly ID.hints.Mandatory}' = 'true '.

    columns = "#{bindings." Id.hints.displayWidth}.

    maximumLength = "#{bindings." ID.hints.Precision}.

    shortDesc = "#{bindings." ID.hints.ToolTip}"id ="it1">

    < f: validator binding = "#{bindings." ID. Validator} "/ >"

    < / af:inputText >

    < af:image shortDesc = "#{bindings." Headpicurl.hints.ToolTip}"id ="it4.

    source = "#{bindings." Headpicurl.inputValue} "/>"

    < f: facet name = "footer" >

    < af:panelGroupLayout layout = "horizontal" id = "pgl1" >

    < af:button actionListener = "#{bindings." First.Execute text}"="First"

    Disabled = "#{!}" bindings. PartialSubmit First.enabled}"="true"id ="b1"/ >

    < af:button actionListener = "#{bindings." Previous.Execute text}"="previous ".

    Disabled = "#{!}" bindings. PartialSubmit Previous.enabled}"="true"id ="b2"/ >

    < af:button actionListener = "#{bindings." Next.Execute text}"="next ".

    Disabled = "#{!}" bindings. PartialSubmit Next.enabled}"="true"id ="b3"/ >

    < af:button actionListener = "#{bindings." Last.Execute text}"="Last ".

    Disabled = "#{!}" bindings. PartialSubmit Last.enabled}"="true"id ="b4"/ >

    < / af:panelGroupLayout >

    < / f: facet >

    < / af:panelFormLayout >

    < / f: facet >

    But when I browse the records on the page, other areas will be update correctly, except for the field of the image - the image field showing will not refresh.

    Can someone help?

    Thank you.

    so I the records of buttons and update Navigation to set null values from Headpicurl to a valid value, the value of the PartialTriggers property of this image tag.

    Then, the page will be updated correctly for all areas, including the field of view when do the record navigation.

    But after I have erased the property PartialTriggers of this image tag and reload the page, or even restart the jdev, it still works OK now!

    -Then setting this property PartialTriggers the real cause of the previous question of no image field refresh?

    Well, you also updated your nulls to the actual URL so maybe posing (in combination with the caching of the browser)?

    General approach to prevent caching of web resources is the addition of random string to the url of the resource (as suggested by Cvele) or you can write custom servlet which will serve as a proxy and add http headers (non-cache, non-store, must-revalidate expires,...) to prevent caching.

    Anyway, now I have to get rid of the question above. However, a new problem emerges:

    When I update and validation records the attributes of the database. the fields in the jsf page will not display the newly modified database records even if I refreshed the browser or press F5.

    Only after that I open the jsf page in a new browser window, database changes will appear.

    -Is caused by the caching of the browser? and how to fix it?

    How you exactly "update and validation" records (in the same application or a different app/session)?

    If you do this session or different application then you must run query VO again.

    Dario

  • Base location is not defined when you include FXML

    Hello
    I have javafx.fxml.LoadException: Base location is undefined. exception: when I try to include another FXML FXML. It happens when I do it like this:
    <fx:include source="EventBoard.fxml"/>
    (all the FXML files are in the same directory)

    When I use the absolute path everything works OK.
    <fx:include source="/com/betradar/betpal/app/templates/fxml/EventBoard.fxml"/>
    Can you tell me what I am doing wrong? I would use the relative path.

    You must be sure to set the property rental on your instance of FXMLLoader. The best way to do this now is to use one of the static load() methods. You can also call setLocation() yourself.
    Greg

  • Cannot deploy when you use the FPGA configuration file

    Hi all

    I'm new to NI Veristand. We use a controller NIPXI 8108 with a map of FPGA OR 7841R. Is the used chassis OR PXI 1042 q. VeriStand does not deploy, when we try to add the target FPGA. For adding, we used the default for NOR 7841R provided with veristand FPGA configuration file. The error is attached! Without adding the FPGA target, we are able to deploy.

    We programmed with LabVIEW FPGA card and it works.

    Please help us!

    Thank you

    SID

    Hi Sid

    This is because the FPGA card is not connected through the chassis

    Right click on the (unidentified) PXI system and identify as PXI 1042 q.

    Right-click on the PXI-1042 q system and identify the PXI-8108 controller.

    Then it will automatically fill the devices under the controller

    Now try to deploy again. It will work

    -SID

  • When you build your own PC for an operating system you buy Windows 7 or Windows 7 OEM?

    I need to know this! XD

    Conditions of licence for the 'Windows 7' system builder OEM version requires that you sell your computer. This asside, all OEM versions are related to the 1st motherboard you install on and can not be moved to another computer or motherboard.

    You're better off in the long term to buy the full version "Retail".

    I also suggest that after you have built your computer which test you with a non activated Windows (installation keyless) version.

    ===================================

    Set of utilities to test for computer HARDWARE manufacturers:

    Note: If you are OverClocking or use an automatic overclocking or BIOS power saving features, start by disabling: Intel EIST, Turbo Mode, Cool and pretty and fall back to the speed of stock as a starting point.

    Disconnect any other (additional) internal hard drives and external USB devices.
    Look for any loose hard drive power or cables SATA, graphics card or other power cables.

    First run Memtest86 +:
    It runs from a floppy disk or CD and should eliminate or confirm if one or more of your memory
    sticks are bad or the values of the SPD in the BIOS are correct.
    Let it run for as long as you can: 2,4,6,8 or several hours (at least 3 full passes), so no errors at that time then your ram is OK.
    http://www.memtest.org/
    Memtest86 + Guide/How To (use the.) ISO to create a bootable CD)
    http://www.overclockers.com/forums/showthread.php?t=409152

    Test your player - create a Bootable CD:
    Ranging from 5 to 20% (depending on the manufacturing) new hard disks are defective.
     
    Test your drive with the car manufacture utility.
    If you have a new hard drive Seagate the very next thing would be to download Seagate Seatools
    (bootable CD) and check bad sectors.
    SeaTools for information: http://www.seagate.com/support/downloads/seatools/
    SeaTools for Windows download: http://www.seagate.com/support/internal-hard-drives/enterprise-hard-drives/saturn/seatools-win-master/
    SeaTools for DOS download:
    http://www.Seagate.com/support/internal-hard-drives/consumer-electronics/LD25-series/SeaTools-DOS-master/

    For Western Digital readers to download the .iso from WdDiag file: http://support.wdc.com/product/download.asp?groupid=611&sid=30&lang=en

    Samsung Estool: http://www.samsung.com/global/business/hdd/support/utilities/ES_Tool.html
    Samsung Disk Manager software: http://www.samsung.com/Products/HardDiskDrive/utilities/shdiag.htm
    Hitachi Drive Fitness Test Software: http://www.hgst.com/hdd/support/download.htm#DFT
    Diagnostic tool available for use by customers who believe that having a brand Toshiba Fujitsu hard drive:
    http://SDD.Toshiba.com/main.aspx?path=ServicesandSupport/WarrantySupport/SoftwareUtilities
    Notice of suport Fujitsu disk utility: http://www.fujitsu.com/us/services/computing/storage/hdd/
    Toshiba CD bootable: (BACK Diagnostic Tool version 7.0 for IDE/ATA/SATA hard disks)
    http://SDD.Toshiba.com/main.aspx?path=ServicesSupport/FujitsuDrivesUSandCanada/SoftwareUtilities#diagnostic

    Install Windows 7 (no key needed) for 30 days

    'No need to activate you get a grace period of 30 days that is perfect for the tests'
    then use the following tools (which implies that the memtest shows no failure)

    Windows 7 Professional 32 bit: http://msft.digitalrivercontent.net/win/X17-59183.iso
    Windows 7 Professional 64-bit: http://msft.digitalrivercontent.net/win/X17-59186.iso

    After you download the .iso file using ImgBurn or gear to create a DVD ISO bootable.

    Create a Windows 7 Bootable DVD using the. ISO file
    Engraving of a file of Windows 7 ISO on a DVD
    http://support.Microsoft.com/default.aspx/KB/977640

    ImgBurn - in addition to supporting the creation of CD/DVD of. ISO files,
    It supports a wide range of image file formats, and it's free.
    (BIN, CUE, DI, DVD, GI, IMG, MDS, NRG, PDI and ISO)
    http://www.ImgBurn.com/

    Projectiles help you to use ImgBurn to screen: http://www.imgburn.com/index.php?act=screenshots
    Burn the ISO Images with ImgBurn article: http://neosmart.net/wiki/display/G/Burning+ISO+Images+with+ImgBurn
    (The steps are the same, except that you do not create a repair disk but complete an installation DVD)

    Note: Always use DVD + R media and slower burning (4 x or 6 x) speed is offered a choice.

    = Once Windows installed =.

    Device drivers: have you installed latest drivers from device of the manufacture of the motherboard?
    Check their support site for the latest drivers as the CD that came with the computer
    or motherboard may be older and less stable drivers.

    Visit the download of the manufacture of the graphics card:
    Download and install the most recent Windows 7 or 8 drivers for your card.
    ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx
    NVIDIA: http://www.nvidia.com/Download/index5.aspx?lang=en-us

    See also the test of 'Smoke box' Nvidia or other demos: http://www.nvidia.com/object/cool_stuff.html#/demos
    or equivalent ATI.

    Prime 95:
    http://www.Mersenne.org/freesoft/
    It's a stand alone .exe file contained in an archive .zip.
    Simply choose to run the 'stress test' option for 8 hours or more.
    If your PC can pass this test, your memory and CPU
    are very good (close the housing cover in order to maintain adequate ventilation)

    Core Temp:
    The temperature of each core of the processor.
    Note: For the overclockers using stock radiator and cooling fan Intel/AMD you can expect
    a range of 35 to 40 at idle and 60 to 65 C max temperature when running Prime95.
    http://www.alcpu.com/CoreTemp/

    CPU ID (CPUZ): http://www.CPUID.com/cpuz.php
    Watch the clock speed of the CPU under various conditions of loading
    (when using speed step technology Intel EIST).
    #1 Note:
    CPU - ID has two tabs - tab 'Memory' that shows the actual speed of the memory
    and the "SPD" tab shows the nominal speeds for each memory location that is filled.
    #2 Note:
    COMPARE the two values, the actual speed of the memory must not exceed the rated speed of your memory.

    CPUID HWMonitor: Hardware program that reads the sensors of health main PC monitoring systems.
    voltages, temperatures, fans speed.
    http://www.CPUID.com/HWMonitor.php

    Test of Stress of FurMark GPU (graphics card):
    http://www.oZone3D.NET/benchmarks/fur/

    Pass marks burn in test: http://www.passmark.com/
    Burnin test, and their test bench at the same time give a good workout from all the major parts of Windows.

    HD Tune:
    Provides information of the car and has an option (tab scan error) to test your drive.
    http://www.hdtune.com/

    SpeedFan:
    Monitors internal temperatures and has a function of analysis health online (SMART tab) for hard disks drive.
    It displays your drives model number and compares your drive with other discs of the same brand and model.
    http://www.almico.com/SpeedFan.php

    GPU - Z:
    A utility light, designed for you give information about your video card and GPU.
    http://www.techpowerup.com/GPUZ/

    PC WIZARD:
    A powerful utility designed especially for detection of hardware, also analyses more.
    He is able to identify a large scale of system components and supports the latest technologies
    and standards.
    http://www.CPUID.com/pcwizard.php

    J W Stuart: http://www.pagestart.com

  • "Access-Control-Allow-Origin" when you include the Javascript file in the Portlet

    I'm having this problem

    I have a few lines in my JSP to load JQuery portlets /Search/ folder

    < c:set var = "req" value = "${pageContext.request}" / > "

    "{< c:set var = 'baseURL' value="${req.scheme}://${req.serverName}:${req.serverPort}${req.contextPath} "/ >

    "< script type =" text/javascript"src="${baseURL}/Search/jquery-1.10.2.min.js "> var baseURL =" ${baseURL} "; < /script >

    However, I get the following error

    1. OPTIONS http://fswcs-21:8889 /WorkflowPortlets/Search/jquery-1.10.2.min.js 200 (OK) core - 11.1.1.7.0 - 3009.js:25
    2. XMLHttpRequest cannot load http://fswcs-21:8889/WorkflowPortlets/Search/jquery-1.10.2.min.js. No "Access-Control-Allow-Origin" header is present on the requested resource. So, the original 'http://fswcs-21:8888' is not allowed access.

    Is there a way to fix this? I tried the setting:

    • response.addHeader ("Access-Control-Allow-Origin", "*"); in the JSP
    • and response.addProperty ("Access-Control-Allow-Origin", "*"); in the doDispatch() method.


    Solved this problem by the following

  • Application at startup crash when you include the function id = "blackberry.invoke"

    Greetings,

    I'm working on a webworks app and I have a strange problem, that soon, I added to my config.xml file, it crash and reboot my test phone (but not the Simulator). I tried to compile it on 2.2 and 2.3, and I get the same result.

    All I can see in the newspaper that she get a ClassCast Exception. I have no further details in the newspaper. Any idea?

    I somewhat managed to solve the problem by wipping all applications installed on the device and reinstall everything. The installer must have messed something up somewhere...

  • Error: "Setup cannot continue because you are not connected to the internet or the server is unavailable" with install LifeCam

    Original title: Microsoft LifeCam VX-3000 installation problems

    On the insertion of the CD, I get an error message that says:

    "Setup cannot continue because you are not connected to the internet or the server is unavailable.  Connect you to the internet and run the SETUP again.  During the installation process, accept all safety messages or a firewall. »

    I am connected to the internet and have tried the setup.exe and allowing the CD auto load with the same error several times running.    (Windows xp / laptop Toshiba - all system bus met...)     Thanks for any help!

    Hi kb11a,

    The Knowledge Base article has many resolutions for this issue. Follow the steps. I hope that one of them will fix the problem of the installation.

    Resolve the error "Setup cannot continue" when you install the LifeCam software
    http://support.Microsoft.com/kb/973297

    Kind regards

    Shinmila H - Microsoft Support

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Error message when you try to download Windows Defender: "first remove Microsoft Client Protection." Cannot find this file through the Add/Remove, search, including hidden or Win Explorer.

    Original title: trying to download

    WinXP SP3, Security Scan run and d/ld: error message when you try to download Windows Defender: "first remove Microsoft Client Protection." Cannot find this file through the Add/Remove, search, including hidden or Win Explorer. What to do now would be much appreciated.

    Also have a related problem about MS Maliciouws software removal tool. For download, but read in the KB that: in XP, the vacuum cleaner will remove the malware, but doing so may trigger the File Protection Win with damages to my operating system.  the tool will attempt to repair the damage, but to rehabilitate prior to infection, that I need to insert the CD of Win. As my computer came with Windows preinstalled, I do not have a disk and will not take the risk of damage, that I can't fix. Do I not download or not... ? Another solution... ?  I also fear that this tool could settle into the routine Win Update and need guidance on the prevention of this facility, if possible, or what to do if it cannot be prevented.

    It can have nothing to do with any of the foregoing. " I'm relaying only because it occurred during the same mission of update: had msg of error that Win Firewall has not been set as a default, which reset, but found this hidden file when searching for the Protection of the customer: "Win 32/Hackdef' - it was a config with the extension ini file and was deleted by Scan."

    Thanks a lot for any assistance.

    scate 39

    Hello

    ·         You have Microsoft Security Essentials on your computer?

    If you have windows installed on your computer security essentials, then you will not be able to install Windows defender. Windows Security Essentials has antispyware component installed.

    You get the error because you have installed MS Security Essentials, which has its own function to antimalware. You don't need or want to install Windows Defender, too. Leave MS Security Essentials installed and do not turn it off.

    See also:

    You can turn on or turn on the firewall in Windows XP, please see the link below:

    http://support.Microsoft.com/kb/283673

  • 'Cannot find module' when you try to burn a slideshow with the included MP3 files

    original title: Hello I receive an error message when you try to burn a slide show. The error occurs only after I have add mp3 music to the slideshow. The error message is "cannot find module '.

    Windows 7

    Windows DVD maker
    Overview of the slideshow works until the music is added
    Mp3 music files

    Hi SteveC_999,

    1. are you able to add different file format music files slide show Windows DVD Maker?

    2 did you change on your computer before this problem?

    You can use your favorite search engine & download any third-party file converter to convert the MP3 file format to a file format that is supported by Windows DVD Maker.

    Note: Using third-party software, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

    Hope this information is useful.

  • I get an error message "the installation package could not be opened" when you try to install the downloads (for example java)

    It comes up with a box indicating:

    This installation package could not be opened.  Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package.

    Troubleshoot Windows install

    2438651 how to solve problems that may occur when you install, uninstall, or upgrade a program on a Windows computer

    http://support.Microsoft.com/kb/2438651

    Substitute:

    Unregister Windows Installer and then reregister Windows Installer. To do this, follow these steps:

    1. in the menu 'Start', click on ' execute:.»

    2. in the "Open" box, type "msiexec /unreg", and then press ENTER.

    3. in the menu 'Start', click 'run '.

    4. in the "Open" box, type "msiexec/regserver", and then press ENTER.

    If this is insufficient, the I would say to install the Windows Installer Cleanup utility and run that to remove the Java remains Setup files that can cause problems with your current installation.

    For more information, visit the below mentioned link:

    http://support.Microsoft.com/kb/290301

    ------------------------

    Click Start Orb, in the box, type search: Regedit.

    Highlight: HKEY_lOCAL_MACHINE/SYSTEM/CurrentControlSet/services/msiserver

    Verify that the SYSTEM account has full control. If it does not, add the SYSTEM account with full control.

    Change the settings of the REGISTRY can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the REGISTRY settings configuration can be solved. Changes to these settings are at your own risk.

  • Error when you try to open a Windows Movie Maker. MSWMM file: cannot be opened because it is not a valid windows movie maker project file

    Help! Says the file can't be flat, .mswmm file, but the program made the film.

    I used the Windows to make a film, I scanned 458 pictures, done my book of stories, etc. with music - took a month... I "published" and now when I go to open it it says ' cannot be opened because it is not a valid windows movie maker project file? But the Director did, now I can't open it to all, it has an .mswmm file extension! Help, it's a gift for my dad who is going to be 70 and I have not yet a month to make it again!

    Hi, I'm having a similar problem but have 1 idea as to why I can't open my .mswmm file. I have two xp machines running sp3, but a pro and a home edition if it matters.

    the file.mswmm I am trying to open was created on the moviemaker version 2.1.4028.0 and it still works fine on this machine. On the xp pro machine, he is Director of windows 2.1.4026.0.

    So I try to install the movie maker 28 to my other machine I have a lot of files created with the 28 I want to be able to change on the other computer.

    =============================================
    The project .mswmm file is best to use the system that created
    because it takes all the source files... Video clips, Photos, music
    files... always be available at the original location.

    Moving from one computer to another can work if you move as best
    all of the source files. When you open the .mswmm file you will see
    Xs red instead of thumbnails of the source but if you right click the red Xs
    You should be able to navigate to the new location of the files sources and re-
    establish the path.

    Volunteer - MS - MVP - Digital Media Experience J - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

Maybe you are looking for

  • Portege R100: Duplicate UUID

    I recently got a few laptop computers Portege R100 Toshiba back after repair. It seems that some of them have the same UUID and this causes problems with our asset management system that uses as primary search key. Does anyone know of a tool that I c

  • Windows 2003 and Satellite M45-S335

    HelloI bought a toshiba a few months ago, I want to know if windows 2003 is now supported on this subject? I once installed, but I had a problem of drivers, the improvements are there in this? Thank you very muchBilal.

  • How prevents you making hard disk image.

    I want to avoid making the hard drive disk image software.i image belongs to the marketing automation industry retail and have more then 1000 guests with the same equipment.some of our former employer do drive hard picture one of our client and softw

  • sMy Microsoft UDB wireless mouse has stopped working. Can it be repaired or is it just did.

    My Microsoft 3000 wireless optical USB mouse has stopped working.  Can it be repaired or is it just did.

  • How do CabArc or record MakeCab strings in unicode format

    Hello, I'm unable to make an archive of files, whose names must be in unicode format. I'm following on to the task of making the actual cab file, but after extraction, some of the characters used in the file names are replaced with characters from th