Release build doesn't work

Hello,
I have an app with dynamic forms, and one piece of functionality is the ability to copy all the values of the fields on a form, and paste them onto another form page.  This works perfectly when I run my app in the following ways:
1.     Run it from Flash Builder.
2.     Run it from Flash Builder in debug mode.
3.     Run the release build by opening the app in python with:
               import os
               os.system('/Applications/MyApp.app/Contents/MacOs/MyApp')
The coping and pasting of pages does not work when I run in the following ways:
1.     Run it by double clicking on the app in my /Applications folder.
2.     Run it in python with:
               import os
               os.popen('/Applications/MyApp.app/Contents/MacOs/MyApp')
3.      Start it in a terminal by typing:
               /Applications/MyApp.app/Contents/MacOs/MyApp
I have no idea how to debug this problem, does anyone have any ideas?
Thanks,
Craig

Update:  I used try {} catch (){} to isolate the error.  It was a 1023 stack overflow error, meaning my recursive loop repeats too many times for the release build, but not--apparently--for the debug launcher.  So now I have to completely reconfigure my code.  Weak.

Similar Messages

  • Update to 1.1.3 - but Folio Builder doesn´t work!

    Hi,
    we read every post about the current problem with the different versions of the folio builder.
    We have a new PC with Windows 7 and CS5 (no Prerelease Tools installed).
    I have installed and removed every version of dps and folio tools.
    On my Mac Book with CS5 it works, on a second PC with CS 5.5. it works but on our PC with CS 5 it doesn`t work.
    I have installed the following Tools:
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=5018
    I get the [srv.unknown} error - ok - I read the post that it is important to install version 1.1.3.
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=5154
    I installed the version 1.1.3 and get the following error when I try to login the folio builder panel.
    In English: error during communication with server. Please check your network communication and try again.
    Thanks for your support
    With best regards
    lnsmedia

    We're having the same issues. Yesterday, Monday the 12th, everything was working okay. Today, I can't upload a simple two page folio. Any ideas?

  • DLL build by Labview App Builder doesn't work if Built-IN functions used!?

    Hi All,
    I hope somebody shed some light on this;
    (All VIs are in the attached case1-2.zip)
    Case 1:
    A VI reads a 1D array data and Uses RMS.vi to calc the rms of the data and returns the rms value and the error value. (make1_dll.vi).
    This VI is used to build a DLL. (test1.dll using the test1.bld)
    Call this DLL in a new VI (just to test that the DLL works) (test1.vi)
    RUN the new VI >>> Result Nothing happens No Error or Crash and No result!!!
    Case2 :
    Build the above without using the “RMS.vi” and works OK. (see case2 VIs)
    Any idea why the build-in function doesn’t work?
    Best regards
    Attachments:
    case1-2.zip ‏44 KB

    Joel A wrote:
    You might want to look at the path building you are doing to find the RMS VI. If you are using relative paths, then LabVIEW calls like "VI Path" will have an extra path if the VI is an exe or inside an LLB.
    Drop some probes (indicators, outputs, etc.), rebuild and double check the paths. I've been burned by this before...
    If this is the case, you can use the VI properties, or path parsing to solve it.
    joel
    I don't think that is the problem. The RMS.vi is referenced as statically linked VI in the make1_dll.vi.
    As such it should be linked into the LabVIEW DLL as well. What I suspect is the problem is the fact that
    the RMS.vi uses the lvanlys.dll and that for some reason there is something going wrong with the LabVIEW
    test1.dll, which runs in the LabVIEW runtime context, calling lvanlys.dll while executed in the context
    of LabVIEW itself. Probably something to do with the changes to how lvanlys.dll is treated between LV 7.0
    and 7.1.
    I see this same behaviour on my system too, so an installation problem is quite unlikely. Other than that calling a LabVIEW dll from within LabVIEW makes not that much sense (but did work fine in the past save from some hassles in 6.0 and 6.0.1), I have no explanation why this doesn't work.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Flash Bulider 4.7 - Export Release Build does not work !!!

    Hi,
    I'm using Flash Bulider 4.7. I'm working on ActionScript 3.0 project using Starling for GPU rendering and SWC with Flash Art work for UI. While debug build is working properly, I cannot export release build. The exporting is finishing, all the assetes which are needed are included in the release (bin-release) folder, but there is NO SWF created(included). What could be an issue ? How can I export release build for the project ?
    Thanks,
    Nenad
    P.S. I have installed Flash Builder 4.6 too. It exports release build of the same project properly.

    Moving this discussion to the Using Flash Builder forum.

  • DLL created with LV 7.1 Application Builder doesn,t work when analysis subVIs are present

    I'm looking for a solution of the following problem.
    The DLL created by the "sum1.vi" source works properly, while the DLL create by "sum2.vi" always gives a zero result.
    The "sum2.vi" source contains an additional "Hanning Window" VI (not wired), that seems to be the cause of the problem.
    If I delete the Hanning VI and re-build the DLL, the same works fine
    Is there a solution or is it not possible to make Labview DLLs when containing analysis VIs as filters, windows, FFTs, and so on?
    Thank you for your answers.
    N. Roberto
    Attachments:
    sum1.vi ‏12 KB
    sum2.vi ‏14 KB

    Roberto N. wrote:
    Thank you Jordan, I'm using Labview 7.1.
    Anyway I've resolved the problem by adding the "lvanlys.dll" file (present in "..\Labview 7.1\resource\lvanlys.dll" path) as support file in the building process. Now the DLL containing the analysis functions works correctly.
    Natalino Roberto
    Ok, you probably got lucky since the lvanlys.dll seems to implement that function directly. However most Advanced Analysis functions are just redirected by lvanlys.dll to the Intel Math Kerneal Library that gets installed with LabVIEW 7.1 and higher. The only way to get that properly installed with your LabVIEW executable or DLL is to create a LabVIEW installer in your Application Builder and make sure to select under "Installer Settings->Advanced" the "LabVIEW Run-Time Engine" and the "Analyze VIs Support". Then use that installer to install your DLL on another computer.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Visual Query Builder Doesn't Work

    I'm using the ColdFusion extensions to Flex Builder 3
    (3.0.1.205647), and I can't use the Visual Query Builder. This is a
    fresh ColdFusion8 install. I have RDS configured, I even test the
    connection successfully.
    I can use the RDS DataView and see the databases, click on
    cfartgallery, for example, and show the 'art' table contents. No
    problem. Then I click the 'Visual Query Builder' button, and
    nothing happens. The query builder does not show.
    It's not a big deal until I try and run the CF/Ajax app
    wizard, and editing the master page is supposed to open up the
    query builder...same problem. Even here it won't open. So, I can't
    edit anything or use the wizards at all. I don't get any error
    message, it just doesn't do anything when I click the button.
    Anyone else have this problem? Is there some setting I am
    missing or have to configure after a fresh install in the CF
    administrator?

    Using vista?
    Right-click on Flex and click Run As Administrator
    Ken Ford
    Adobe Community Expert Dreamweaver/ColdFusion
    Fordwebs, LLC
    http://www.fordwebs.com
    "adimauro" <[email protected]> wrote in
    message
    news:g8pt2n$jh1$[email protected]..
    > I'm using the ColdFusion extensions to Flex Builder 3
    (3.0.1.205647), and
    > I
    > can't use the Visual Query Builder. This is a fresh
    ColdFusion8 install. I
    > have
    > RDS configured, I even test the connection successfully.
    >
    > I can use the RDS DataView and see the databases, click
    on cfartgallery,
    > for
    > example, and show the 'art' table contents. No problem.
    Then I click the
    > 'Visual Query Builder' button, and nothing happens. The
    query builder does
    > not
    > show.
    >
    > It's not a big deal until I try and run the CF/Ajax app
    wizard, and
    > editing
    > the master page is supposed to open up the query
    builder...same problem.
    > Even
    > here it won't open. So, I can't edit anything or use the
    wizards at all. I
    > don't get any error message, it just doesn't do anything
    when I click the
    > button.
    >
    > Anyone else have this problem? Is there some setting I
    am missing or have
    > to
    > configure after a fresh install in the CF administrator?
    >

  • Folio builder doesn't work

             I can't use Folio Builder: I have already installed both the Panel and Tools, but when I open Indesign it still says that I have to donwload and istall the new version... But I DID it!
         I have Mac and Indesign CS5.5 what I have to do? Please, I have to use Folio Builder to complete my final proget for the university!

    Thanks for your reply -
    It's not the Adobe account that I have a problem with but the second user account on my computer that I had to create. So I log into my mac as a different user. My folio builder works on one user but not the other and is essentially the same software being used.  I just open it as a different administrator. I can log into folio builder as my second computer user all ok but the other prompts for an update to the tools.
    It means I have to log in and out as different users just to use folio builder. Any ideas?
    This issue we have with two separate machines in our studio - they each have two separate mac user accounts so we can access the folio builder.
    I hope this makes sense - any feedback to fix this would be a massive help!
    Many Thanks

  • LabVIEW 5.1.1 App Builder doesn't work on WinXP or 2k?

    G'Day All,
    I have a client that needs some apps written in LabVIEW 5.1.1 built into exe's, but I've found that once I install the App Builder on my Windows XP and 2000 PCs, I get "dist build app image subvi is not executable" - I've tried opening the wiring diagram to fault find, but it is understandably passworded. Has anyone come across this problem, and if so, how do I get around it?
    cheers,
    Christopher
    Christopher G. Relf
    Certified LabVIEW Developer
    [email protected]
    International Voicemail & Fax: +61 2 8080 8132
    Australian Voicemail & Fax: (02) 8080 8132
    EULA
    1) This is a private email, and although the views expressed within it may not be purely my own, unless specif
    ically referenced I do not suggest they are necessarily associated with anyone else including, but not limited to, my employer(s).
    2) This email has NOT been scanned for virii - attached file(s), if any, are provided as is. By copying, detaching and/or opening attached files, you agree to indemnify the sender of such responsibility.
    3) Because e-mail can be altered electronically, the integrity of this communication cannot be guaranteed.
    Copyright © 2004-2015 Christopher G. Relf. Some Rights Reserved. This posting is licensed under a Creative Commons Attribution 2.5 License.

    Christopher
    LabVIEW 5.1.1 is not supported under Windows XP. The first LabVIEW version that we tested and do officially support under this OS is 6.1.
    On Windows 2000, you may get this error if you install the Application Builder 5.1.1 on the machine that has LabVIEW 5.1 on it. Both versions have to be the same.
    I Get Errors After Installing Application Builder 5.1.1 On Top of LabVIEW 5.1
    Zvezdana S.
    National Instruments

  • Follow instructions at N1 Releases Notes doesn't work for V240

    I followed exactly what's written here:
    Solaris based Sun Fire X4100 or X4200 management server:
    1.
    Stop the server and agent.
    # su - n1gsps -c "/opt/SUNWn1sps/N1_Service_Provisioning_System_5.1/server/bin/cr_server stop"
    # su - n1gsps -c "/opt/SUNWn1sps/N1_Service_Provisioning_System/agent/bin/cr_agent stop"
    2.
    Uninstall service provisioning manually.
    # /opt/SUNWn1sps/N1_Service_Provisioning_System_5.1/cli/bin/cr_uninstall_cli.sh
    # /opt/SUNWn1sps/N1_Service_Provisioning_System_5.1/server/bin/cr_uninstall_ms.sh
    3.
    Remove the following packages.
    SUNWspsc1
    SUNWspsms
    SUNWspsml
    # pkgrm SUNWspsc1
    # pkgrm SUNWspsms
    # pkgrm SUNWspscl
    Type y in response to prompts asking �Do you want to remove this package? [y,n,?,q]�. If the message pkgrm: ERROR: no package associated with SUNWspscl appears, that package has already removed by step 2. Continue removing packages.
    4.
    Delete the service provisioning directory and files.
    # cd /
    # rm -rf /opt/SUNWn1sps/
    # rm /n1gc-setup/sps/state
    # rm /n1gc-setup/state/0installSPS.pl.state
    5.
    Reboot the management server and then install the N1 System Manager software.
    In the end it still shows me the same problem-->
    pg_ctl: Another postmaster may be running. Trying to start postmaster anyway.
    pg_ctl: cannot start postmaster
    Examine the log output.
    ERROR : Could not start the db
    ERROR: Database init failed
    Info: Postinstall complete
    httpd not running, trying to start
    httpd not running, trying to start
    Any help will be greatly appreciated

    Hi,
    Yes, I know this forum has users like me and it's not Apple. I was only venting and, showing my frustration for Apple. You said if I wanted more help I need to give more info...
    What kind of info? like what kind of Apple computers I have? the specs? etc. I know I need Itunes on a PC as well to add movies to my Iphone 4s but, I also have a Samsung Galaxy S4 and, that phone all I do is Plug it in to my PC and from there on it's really easy because it gives me the option to let my PC see it as a external HDD to where I can litteraly drag my movies that I want into it.. And, boom! I'm done. With Apple is like oh my god, you need this you need that you need the other thing.. Blah Blah Blah LOL.... But, I'm a stubborn bull and I want to add movies to my Iphone 4s. So, what I do is the following, I plug in my iphone 4s to my macbook pro and Itunes launches by itself, then I click on the iphone 4s on the upperr right corner, right after a list appears with all my music, then I click on where it says Movies on the upper left, then I try to drag a movie into the list and there's an error message that appears telling me that the movie wasn't copied to my iphone because it can't be played.... at this point I gave up and here I am asking for help.
    I don't what info you want, I have a iphone 4s, a macbook pro wth OSX Mavericks, 2.6 GHz Intel Core !7 8 GB ram... I also have a Imac which I have put away since we just moved in so, I can't remember the specs but it's about 2 - 3 years older than my macbook pro...  Apple seems easy to use when it comes to graphic design, video editing and, working with audio... When it comes to multimedia, it seems not so great. I hope this is enough info... If not just ask me what you guys would need to know.. Thanks for your help... I appreciate it, hopefully I can master the use of Apple just like PC.

  • "Print each stage of builds" doesn't work as expected

    Hi,
    I try to create a pdf of my slides. Therefore I use the print dialog and save the slides I want as pdf. I also want to "Print each stage of builds" which produces some unexpected result. If I use the option "Print each stage of builds" the numbering of the slides seems to change.
    Example:
    1. Make a presentation with three slides.
    2. Put three lines of text on every slide (e.g. "Slide I / Line I" for the first line of text on the first slide and do it this way for every slide and line. This will give you unique information on the output.)
    3. Add an animation for every line to appear after a mouse click
    4. Print slide 3 to 3 and select the option "Print each stage of builds"
    Question: Whats the output of the pdf?
    Answer: The first slide with two lines .
    But this is definitely not what I want if I want to print slide 3, especially if you have a presentation with about 290 slides (for a lecture) and you want to print only a few of them.
    Is there a workaround?
    regards,
    Wolfgang

    The forum just suggested https://discussions.apple.com/message/7081392#7081392 and https://discussions.apple.com/message/9099305#9099305 — don’t know how I missed those before, since they seem to be the same problem.
    Those are from 2008 and 2009. Anyone from Apple reading this? Worth writing a Radar?
    -- Mike

  • Ipad app builder doesn't work

    when i click on create app it says, An error has occurred while launching the DPS App Builder application.
    Failed to find DPS App Builder application.

    It sounds like DPS App Builder wasn't installed properly. Please look for DPS App Builder in the Applications folder. If you see it, please move it to trash, and then install it. You can install it by going to http://www.adobe.com/go/digpubsuite_vb_mac or by signing in to the DPS Dashboard (https://digitalpublishing.acrobat.com) and clicking the DPS App Builder for Mac link.

  • Drag and drop does not work in Exported release build

    I am using the built in DragManager class to handle some drag and drop functionality in an application.  When running from flex builder, It runs exactly as expected, but when I export the project to a release build, Dragging only works in the vertical direction.  How is this possible?  What might be causing such strange behavior.
    Any help would be much appreciated.

    Sorry, I will try to be more clear.  I am using drag and drop simply to move items around on a Canvas.  This works perfectly when running from flex builder, but when i export a release build it starts behaving strangely.
    I can drag items up or down on the canvas no problem, but as soon as I try to drag items left or right, there is no response.  On a windows machine, it gives me the black circle with a slash through it icon, implying that the drag is not accepted.  On Mac, there is no icon, it simply will not drag. 
    Hope that clarifies it, I could really use some help figuring this issue out.
    Update:
    I can confirm that the call to DragManager.acceptDragDrop is being reached in both cases, but the DragEvent.DRAG_DROP event is not being handled in the release build, (it is reached when run from flex builder)

  • Export release build failed with an error message: complilation failed while excuting : compile-abc

    I updated air sdk from 4.0 to 16.0 beta to fix apple app store submitting bug. I can build the project and run it on simulator without any problem.  But when I tried to export the ios release build, I got this error message: complilation failed while excuting : compile-abc. 
    I use commmand line to excute compile-abc.exe with the parameters that adt gives it, but it failed without any error message.
    Here is the command line:
    compile-abc.exe -mtriple=armv7-apple-ios -filetype=obj -sdk "C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.5.1 - air16\lib\aot/lib/avmglue.abc" -fields "C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.5.1 - air16\lib\aot/lib/air-fields.arm-air.txt" -O3 -abc-file-list=E:\MyApp\bin-debug\AOTBuildOutput8184169967790207636.tmp\ABCFilesList.txt
    There's a empty file AOTBuildOutput-0000001821_1821.o left in the command line workaroud path. I opened file AOTBuildOutput-0000001821.abc, but didn't get any clue. How can I trace this problem?

    Still having similar issues - seems to be when I embed an image - but works for every release except for release build
    Tried your work around but doesnt seem to make a different
    [Embed(source = "/../assets/[email protected]")]
    protected static const ATLAS_IMAGE:Class;
    [Embed(source = "/../assets/[email protected]", mimeType = "application/octet-stream")]
    protected static const ATLAS_XML:Class;
    [Embed(source = "/../assets/iconMap.png")]
    protected static const ATLAS_IMAGE_LOW_RES:Class;
    [Embed(source = "/../assets/iconMap.xml", mimeType = "application/octet-stream")]
    protected static const ATLAS_XML_LOW_RES:Class;
    if(Starling.current.viewPort.width > 320)
    atlas = new TextureAtlas(Texture.fromBitmap(new ATLAS_IMAGE(), false), XML(new ATLAS_XML()));   
    }else{
    atlas = new TextureAtlas(Texture.fromBitmap(new ATLAS_IMAGE_LOW_RES(), false), XML(new ATLAS_XML_LOW_RES()));

  • Reports Builder doesn't start in Windows 2000

    Hi all,
    i've installed Oracle Developer Suite 10g on Windows 2000 Pro (SP4). Installation procedure ends succesfully, but when i try to launch Reports Builder the process rwbuilder hangs up.
    Someone can help me?
    Thanks. Matteo.

    Hi Jon, thank you for your support.
    I've stopped my scan virus, but the process rwbuilder still hangs up...and my path name doesn't contains any spaces!
    Other ideas?
    I've installed Developer Suite 10g and Enterprise Manager 10g in the same machine, but in different Oracle Home and the only Reports Builder doesn't work...the other applications (SqlPlus, Forms Builder etc..) works fine!
    Regards, Matteo.

  • Export release Build failed.

    https://www.dropbox.com/s/kt6m03xmj5vee35/Aquarium.zip
    Fast & Standard version is OK.
    Error occurred while packaging the application:
    Exception in thread "main" java.lang.NullPointerException
         at adobe.abc.Block.succ(Block.java:150)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
         at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs(Algorithms.java:214)
              at adobe.abc.GlobalOptimizer.sccp(GlobalOptimizer.java:4672)
              at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:3546)
              at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:2247)
              at adobe.abc.LLVMEmitter.optimizeABCs(LLVMEmitter.java:532)
              at adobe.abc.LLVMEmitter.generateBitcode(LLVMEmitter.java:341)
              at com.adobe.air.ipa.AOTCompiler.convertAbcToLlvmBitcodeImpl(AOTCompiler.java:533)
              at com.adobe.air.ipa.BitcodeGenerator.main(BitcodeGenerator.java:80)
    Compilation failed while executing : ADT

    Still having similar issues - seems to be when I embed an image - but works for every release except for release build
    Tried your work around but doesnt seem to make a different
    [Embed(source = "/../assets/[email protected]")]
    protected static const ATLAS_IMAGE:Class;
    [Embed(source = "/../assets/[email protected]", mimeType = "application/octet-stream")]
    protected static const ATLAS_XML:Class;
    [Embed(source = "/../assets/iconMap.png")]
    protected static const ATLAS_IMAGE_LOW_RES:Class;
    [Embed(source = "/../assets/iconMap.xml", mimeType = "application/octet-stream")]
    protected static const ATLAS_XML_LOW_RES:Class;
    if(Starling.current.viewPort.width > 320)
    atlas = new TextureAtlas(Texture.fromBitmap(new ATLAS_IMAGE(), false), XML(new ATLAS_XML()));   
    }else{
    atlas = new TextureAtlas(Texture.fromBitmap(new ATLAS_IMAGE_LOW_RES(), false), XML(new ATLAS_XML_LOW_RES()));

Maybe you are looking for

  • Apple id problems on iphone 5

    Hi guys, i have a problem with accounts. I had an iphone 5 on which i changed apple id. Now i got a new device and when i connected it to my pc it backed up to an really old version which was running on old apple id. Now i cannot acces icloud because

  • Problem turning ipod on, need to hold down menu & center button

    I have a 30gb ipod and it will not always turn on when i try to turn it on. I constantly have to hold the menu and center button down together to get it to turn on. It doesn't matter if it's charged, plugged in, just used, not used for a couple of da

  • Why doesn't my clear history completely clear my history

    Hi there, I'm trying to clear all of the browsing history from my Firefox but it's not working. The function clears all of my searches and website preferences and passwords bar one or two websites. I've ticked all of the options for clearing history,

  • My dictionary is in Japanese, how do I change it back to English?

    I select the word and tap define but it gives me the defenition in Japanese.

  • Bank reconciliation configuration

    Hi gurus, When doing reconciliation configuration i keep seeing an error when defining the posting rules with message F8109. I want to save the rules I've created and after save them the system gives me the following message: posting rule z007 is not