Error #1037 Bug Report, Flash Builder 4.6

I tried reporting this bug through the proper channels, but the link on the page at https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform for filing Flash Builder bugs is not working.  The page it links to is "taking too long to respond".
I'm using Flash Builder 4.6, and I'm getting error #1037.  According to the documentation at http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/runtimeErrors.html, this isn't something that should be happening, and when the programmer doesn't believe the swf has been corrupted, Adobe has requested that they report it.  Even though I feel something like this always justifies the word "corrupted", I don't believe it's been corrupted in this strict of a sense; I'm just building the swf in Flash Builder.  The project itself is fairly simple and doesn't have any out-of-the way configurations.
Take the following line of code in the start class:
m_com.onBWDone = rnd.handleBWDoneResults;
the following code in m_com's class:
private var m_fOnBWDone:Function;
public function set onBWDone(pValue:Function):void
    m_fOnBWDone = pValue;
and the following code in rnd's class:
public function handleBWDoneResults(... pRest):void
The line of code in the starting class is what's throwing the error.  If I comment that line of code out, the error goes away.  If I simply make m_fOnBWDone a public variable, delete the setter, and set the variable's value directly in the starting class, that works too.  But if I try to make it private and then use a trivial public property to set it like that, the error is raised.
@Adobe Please fix this.  Thanks.

The docs say it could be a few things, just one of which is the corrupt portion.
You shouldn't have a method and property with the same name either. In any get/set situation for a private value your private value is typically prefaced just to avoid the collision with the public get/set. For the same reason, colliding, methods and properties should be unique and I am also confused as to how it compiled (although FB just warns you there's an issue and still allows you to proceed).
What you're doing there appears to be highly dynamic, so I really can't say what kind of method names you're assigning with pValue. Nor can the compiler until you send 2 different functions with the same name there and it errors on you. Only you know what functions are being assigned in there, or what you do with it after that.

Similar Messages

  • Bug in flash builder 4? ( export air release build )

    Hi every one, I am working on a air application using flash builder 4. I tried to export an air release build and I chose my certificate and every thing seemed to be fine, but whrn I clicked on finish button, nothing happend!! I mean it did not do anything, no error message, nothing. after a lot of time I found out on of my images in assets folder starts with space. that was it!! flex 4 could not export the release build for that reason !!just make sure your file names do not start with space!!
    Anyways I thought to post it here maybe it saves some time for someone.
    cheers

    I had the same issue trying to export an air project:
    Start to export the release then nothing append, no .air file generated, and the compiler asking me again and again to choose files to be exported.
    The issue came from project-app.xml file containing leading space within tags.
    For instance <systemChrome> none </systemChrome> must be change to <systemChrome>none</systemChrome>. (Note the spaces around "none").
    The workspace log file might help in case of silent failure. flexWorkspace/.metedata/.log.
    Mine was:
    java.lang.reflect.InvocationTargetException
         at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:477)
         at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
         at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:944)
         at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard.doPackage(ExportReleaseVersionWizard.java:265)
         at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard.performFinish(ExportReleaseVersionWizard.java:105)
         at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:752)
         at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373)
         at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
         at org.eclipse.jface.window.Window.open(Window.java:801)
         at com.adobe.flexbuilder.exportimport.releaseversion.ExportReleaseVersionAction$1.run(ExportReleaseVersionAction.java:97)
         at com.adobe.flexbuilder.exportimport.releaseversion.ExportReleaseVersionAction.run(ExportReleaseVersionAction.java:103)
         at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
         at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
         at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
         at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:452)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
         at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java:109)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
    Caused by: java.lang.NullPointerException
         at com.adobe.air.ADTOutputStream.addDescriptor(ADTOutputStream.java:233)
         at com.adobe.air.AIROutputStream.addDescriptor(AIROutputStream.java:63)
         at com.adobe.air.ADTPackager.addSpecialFiles(ADTPackager.java:80)
         at com.adobe.air.AIRPackager.addSpecialFiles(AIRPackager.java:156)
         at com.adobe.air.ADTPackager.createPackage(ADTPackager.java:44)
         at com.adobe.air.AIRPackager.createAIR(AIRPackager.java:120)
         at com.adobe.flexbuilder.multisdk.apollo.export.AIRFileCreator.create(AIRFileCreator.java:200)
         at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard$2.run(ExportReleaseVersionWizard.java:251)
         at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
         ... 45 more
    Root exception:
    java.lang.NullPointerException
         at com.adobe.air.ADTOutputStream.addDescriptor(ADTOutputStream.java:233)
         at com.adobe.air.AIROutputStream.addDescriptor(AIROutputStream.java:63)
         at com.adobe.air.ADTPackager.addSpecialFiles(ADTPackager.java:80)
         at com.adobe.air.AIRPackager.addSpecialFiles(AIRPackager.java:156)
         at com.adobe.air.ADTPackager.createPackage(ADTPackager.java:44)
         at com.adobe.air.AIRPackager.createAIR(AIRPackager.java:120)
         at com.adobe.flexbuilder.multisdk.apollo.export.AIRFileCreator.create(AIRFileCreator.java:200)
         at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard$2.run(ExportReleaseVersionWizard.java:251)
         at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
         at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
         at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:944)
         at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard.doPackage(ExportReleaseVersionWizard.java:265)
         at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard.performFinish(ExportReleaseVersionWizard.java:105)
         at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:752)
         at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373)
         at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
         at org.eclipse.jface.window.Window.open(Window.java:801)
         at com.adobe.flexbuilder.exportimport.releaseversion.ExportReleaseVersionAction$1.run(ExportReleaseVersionAction.java:97)
         at com.adobe.flexbuilder.exportimport.releaseversion.ExportReleaseVersionAction.run(ExportReleaseVersionAction.java:103)
         at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
         at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
         at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
         at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:452)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
         at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java:109)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
    Hope that helps...

  • Sigil, error and bug reporting

    I finally got around to updating my desktop to Arch, I have been running my file and print servers with Arch and without problems for over a year.
    So far everything has gone pretty well, a few problems, mainly caused by me misstyping something, all problems solved by searching the wiki and the forums. But now I have a problem I cannot find any answer to, so my first post here is to ask for help.
    I installed Sigil from the official repositories, no errors reported, but it will not run. Starting from cli gives the error 'Could not load a transcoding service.' The only forum reference I can find to transcoding is 3 years old and seems to be connected with gstreamer and firefox. Can anyone point me to further information that will allow me to solve this?
    While searching for help I came across the Sigill package page here which states that the program has been flagged out of date a month ago, despite the fact that the version there is the latest release from the developers. I was going to post the error as a bug on the package page but was informed that I should not post bugs on out of date packages, so what is the proceedure for posting bugs in cases like this?

    weedfreak wrote:I installed Sigil from the official repositories, no errors reported, but it will not run. Starting from cli gives the error 'Could not load a transcoding service.'
    I cannot confirm that issue. Sigil works fine on my local machines.
    By the way, please file a bug report at https://bugs.archlinux.org/ and copy&paste the complete output you're getting from the cli.

  • Bug Report: Flash Player 13 crashes Firefox 28 often

    Crashing scenarios: Youtube videos ending, and opening a new tab simultaneously. That happened while palying a playlist on autoplay, and when playing a video not part of a playlist. Also, listening to Pandora and opening a new tab.
    Visual experience of the crash: With the YT crashes, Firefox freezes and never becomes responsive. For the Pandora crash, the whole browser just shuts down and gives me a prompt to report the crash.
    How I know it's FP13: I just installed in not even an hour before the first crash. Experiencing 4 crashes within 30 hours, after going 4 weeks without a crash? Very interesting stuff, isn't it.
    I could not find a formal way to report a bug, so here is this.
    Also, make it easier to downgrade. It's a pain having to get a 140 MB installer package to run one installer that I need, uninstall the new FP, then disconnect from the internet so you don't tell me that I'm trying to install an old version and not giving me the option to continue. If you're not going to test your software extensively to make sure it doesn't crash often, don't force people onto it.
    Running 32-bit Vista.
    Searching around, I see that you are going to drop support for 11.7 (what happened to 12? I could not find an installer for that anywhere) on May 13th. You should delay this or actually make FP13 stable.
    Yours truly,
      Exaskryz

    Pandora has, and causes, a lot of problems if your audio and video drivers are outdated or corrupted. Also, if you have RealTek® audio, you're never going to get Pandora to "play nice" with it. Flash Player has nothing to do with either of those.
    You can find 11.7 here: Flash Player 11.7.700.279 but I have Vista Ultimate (64bit) with Flash Player 14 (beta), and I can run YouTube videos, post here and in the Apple Forums, as well as checking out a few News sites, all at once... and no crashes with FF 29.

  • Bug report: App Builder always resetting pagination

    See my earlier post about this at
    Re: PPR breaks browser Back button
    I thought (mistakenly, it turns out) that the PPR stuff was to blame for the App Builder main page always "resetting" to the first set of rows.
    But when I created a report using a PPR template at
    http://htmldb.oracle.com/pls/otn/f?p=24317:138
    paginate to the 3rd set of rows, run some other page and come back to the PPR page, it does indeed properly remember which set it was on i.e. pagination is NOT reset.
    But when I do the same thing in the App Builder...Go to the 3rd set of pages, run a page from there. Now when I click on the Edit Application link on the Developer Toolbar, it throws me back to the first set of pages :-(
    I just realized the reason is that the Edit Application link in the Developer Toolbar is
    http://htmldb.oracle.com/pls/otn/f?p=4000:1:3150046948585447489::NO:1,4150,<b>RP</b>:FB_FLOW_ID,FB_FLOW_PAGE_ID,F4000_P1_FLOW,F4000_P4150_GOTO_PAGE,F4000_P1_PAGE:24317,138,24317,138,138
    It has the RP in there that does the pagination reset! Why?
    The same link in Version 1.6 is
    f?p=4000:1:1514638425792267178::NO:1,4150:FB_FLOW_ID,FB_FLOW_PAGE_ID,F4000_P1_FLOW,F4000_P4150_GOTO_PAGE,F4000_P1_PAGE:102,80,102,80,80
    No RP there.
    What is the reason for this change?
    Thanks

    You could delete 20 pages by just staying on the page
    detail pages and hitting delete, I've done exactly
    that before.Carl, not sure what you mean. I outlined my exact steps to delete a page above and how it keeps throwing me back to Page 0, etc.
    What do you men by "staying on the page detail pages and hitting delete"? You click Delete once, you are taken to the Delete Confirmation page.
    So how can you delete multiple pages at once?
    [I had another feature request some time back about being able to export or delete "Page Groups" that would come in handy here as well]
    Deleting 20 pages is an edge case lets say you had 11
    pages your pagination shows 1-10 you go to page 11
    and delete it you'd have the same problem. As I said, its the same thing as any email client or any software really displaying a list of items and you open an item and delete it. Where to go next? There should be options for this kind of thing.
    You can be
    fairly certain that there will be some sort of report
    enhancement that if you try and return rows of say
    20-30 and there are only 19 the report engine will
    return you 10-19 so you don't get a broken report.Yup, this is a very common "newbie" mistake where there is a search filter on a report region and a branch back to the same page. If I forget to reset pagination on the Branch Attributes page, and Search 1 returns 25 and I am on 20-25 and I start another Search that returns 10 rows, the report "breaks" since it tries to display Rows 20-25 of 10!
    Are you saying that the "reset pagination" checkbox on the Branch page will no longer be necessary in upcoming versions? The report engine will be smart enough to "figure out" what set of rows to return based on what rows (x to y) the page was "stuck at" before?
    Thanks

  • Error while compiling with Flash Builder [FlexSDK4]

    I'm new to Flex 4 .. I have a application which is developed in Flex 3..
    But I'm changing it to flex4.. I'm getting the following error.. Can any one help me how to resolve this..?
    The style 'paddingTop' is excluded by type 'mx.containers.Canvas'.
    Help me to resolve this..
    Thanks in advance,
    Vijay

    That style is not defined for the Canvas.
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/containers/Canvas.ht ml?filter_flex=4.1&filter_flashplayer=10.1&filter_air=2

  • ActionScript syntax errors are not detection with Flash Builder 4

    I encountered a serious bug with Flash Builder 4, it is not showing ActionScript syntax error within an ActionScript class. How shall I fix this.
    Best Regards,

    Hi Mayank,
    Please find the further details below:
    Steps to Reproduce the bug:
    1. Create a Flex Project (say Test for example)
    2. Created a new ActionScript Class ABC.as within the Flex Project.
    on typing the following code (and even after saving it)
    package123 {
      public1234 class ABC {
      }blahblah123...
    Expeteded Behavior:
    ActionScript Editor should report an syntax errors with the following code.
    Present Beharvior
    no syntax error is detected. This is a regression in Flash Builder 4 as Flex Builder 3 detects ActionScript syntax error instantly (while typing).
    Best Regards

  • Bus Error: 10 while packaging a Flash Builder 4.6 application containing a native extension (ANE)

    I get this error:
    ld: warning: -ios_version_min not specificed, assuming 4.0
    ld: warning: -dead_strip with lazy loaded static (library) archives has resulted in a duplicate symbol.  You can change your source code to rename symbols to avoid the collision.  This will be an error in a future linker.
    /var/folders/y4/svqv7kzn469_ljcrvw1b99500000gn/T/cmd8085539752601990184.tmp: line 2: 25159 Bus error: 10           "/Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/bin/ld64/i686-apple-darwin10-ld64" -ObjC -dead_strip -Z -arch armv7 -syslibroot "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iP honeOS6.0.sdk" -L/usr/lib -F"/System/Library/Frameworks/" -L"/Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib" -o "../aot8213014594451590298.tmp" -L"/var/folders/y4/svqv7kzn469_ljcrvw1b99500000gn/T/07f32573-0d2b-42c6-b431-916954d76791" -exported_symbol _main -exported_symbol _ExtInitializer -exported_symbol _ExtFinalizer "extensionglue.o" -lstdc++ -lRuntimeInterpreter.arm-air -lgcc_s.1 -lstdc++.6 -lcrt1.o -lSystem.B -lz -lobjc -framework CoreFoundation -framework UIKit -framework MobileCoreServices -framework CoreGraphics -framework Foundation -framework SystemConfiguration -framework AudioToolbox -framework CFNetwork -framework QuartzCore -framework OpenGLES -framework CoreLocation -framework CoreMedia -framework CoreVideo -framework AVFoundation -framework Security -lcom.pgi.native.extensions.softphone
    Compilation failed while executing : ld64
    The ane was created using this command:
    "/Applications/Adobe Flash Builder 4.6/sdks/4.6.0/bin/adt" -package -target ane SPExtension.ane extension.xml -swc SPTest.swc -platform iPhone-ARM -C ios . -platformoptions platform.xml
    The ANE file seemed to load in my project ok, and build ok.  But when I hit run to package for my ios device, I get the above error.

    Here's the fix in case anyone else runs into this problem.  When Flash Builder is building the deployment during launch, it converts the mapped path to a mangled local path for the ane to find the descriptor to a relative path, which can't be found and throws the null pointer.  Making the Output Folder path actually local to the computer, as opposed to the default that FB creates, resolves the error, and still allows blazeds access from the device.

  • Error when starting Flash Builder 4.7 in Mac OSX Maverick

    I'm getting this error when I start Flash Builder 4.7 on Mac OSX Maverick.

    I solved it. The trick was to press the Install button. After a few minutes Flash Builder opened.

  • "Error occurred while packaging the application... Can't load library" in Flash Builder 4.7 (iOS)

    Been struggling to resolve this error since yesterday in Flash Builder 4.7 packaging an app for iOS.
    Error occurred while packaging the application:
    Exception in thread "Main Thread" java.lang.UnsatisfiedLinkError: Can't load library: C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\eclipse\plugins\com.adobe.flash.compiler_4.7.0.349722\AIRSDK\lib\aot\lib\llvm.dll
              at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1706)
              at java.lang.Runtime.load0(Runtime.java:770)
              at java.lang.System.load(System.java:1004)
              at adobe.abc.LLVMEmitter.loadJNI(LLVMEmitter.java:587)
              at adobe.abc.LLVMEmitter.<clinit>(LLVMEmitter.java:597)
              at com.adobe.air.ipa.AOTCompiler.generateExtensionsGlue(AOTCompiler.java:419)
              at com.adobe.air.ipa.AOTCompiler.generateMachineBinaries(AOTCompiler.java:1790)
              at com.adobe.air.ipa.IPAOutputStream.createIosBinary(IPAOutputStream.java:378)
              at com.adobe.air.ipa.IPAOutputStream.finalizeSig(IPAOutputStream.java:762)
              at com.adobe.air.ApplicationPackager.createPackage(ApplicationPackager.java:91)
              at com.adobe.air.ipa.IPAPackager.createPackage(IPAPackager.java:246)
              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:470)

    Update:
    My previous proposed solution (of installing the 64-bit JRE) resulted in a different problem. After multiple attempts and restarts I was unable to work in the Flash Builder IDE as it became unresponsive on load. Each time I had to use Task Manager to close the application.
    Apparent Solution:
    Close all applications running in Windows
    Uninstall all versions of JRE (Java Runtime Environment)
    Uninstall Flash Builder 4.7
    Reinstall Flash Builder 4.7

  • Error DW030 - Can't install Adobe Flash Builder Windows 7 32 bits

    Hey everyone!
    Could someone help me with this error?    
    Here is the log:
    Exit Code: 6 Please see specific errors below for troubleshooting. For example,  ERROR: DW030 ...   -------------------------------------- Summary --------------------------------------  - 0 fatal error(s), 1 error(s)    ----------- Payload: Adobe Flash Builder 4.7 4.7.0.0 {8376E54D-7232-4443-A075-7938ABA2DB1A} -----------  ERROR: DW030: Custom Action for payload Adobe Flash Builder 4.7 4.7.0.0 {8376E54D-7232-4443-A075-7938ABA2DB1A} returned error. Failing this payload.  -------------------------------------------------------------------------------------

    Now managed to get Flash Builder installed. Turns out it was my computer user name that caused the problem. I had a special character in my name ( the special character was ' ). I set up another user account without any special characters and installed Flash Builder using that user account and it installed without any problems.Hope this info helps.

  • ERROR: DW030 Can't install Flash Builder 4.7 CC in windows 8 64 bits

    Exit Code: 6 Please see specific errors below for troubleshooting. For example,  ERROR: DW030 ...    -------------------------------------- Summary --------------------------------------   - 0 fatal error(s), 1 error(s)    ----------- Payload: Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F} -----------    ERROR: DW030: Custom Action for payload Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F} returned error. Failing this payload.    -------------------------------------------------------------------------------------

    Now managed to get Flash Builder installed. Turns out it was my computer user name that caused the problem. I had a special character in my name ( the special character was ' ). I set up another user account without any special characters and installed Flash Builder using that user account and it installed without any problems.Hope this info helps.

  • Flash Builder Premium: ERROR: DW030

    Hi,
    I have a student license for one year so I should be able to use almost all adobe CC programs.
    I already installed After Effects, Illustrator, Flash etc, and it all went smooth.
    But then I wanted to install Flash Builder Premium for a school assignment and it just won't work.
    Basically what happens is that I just start the installation via the Adobe CC Application, everything goes fine up untill 42% (probably here all the necessary files get downloaded), after extracting (at 43%) the installation gets stopped and I get an error message saying my installation failed.
    This is the error log I got:
    Exit Code: 6
    Please see specific errors below for troubleshooting. For example,  ERROR: DW030 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s)
    ----------- Payload: Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F} -----------
    ERROR: DW030: Custom Action for payload Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F} returned error. Failing this payload.
    After seeing this I tried to fix it by getting some help from the Adobe Help Chat. This lady tried rather hard, but after all she didn't get it to work either.
    I hope I'll get some nice answers, because I really need it for a school assignment and after all I paid for it!
    Thanks in advance.

    Exit Code: 6, Exit Code: 7 Installation Errors - http://helpx.adobe.com/creative-suite/kb/errors-exit-code-6-exit.html
    Troubleshoot with install logs | CS5, CS5.5, CS6 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html for information on how to review your installation logs

  • Modeler development - Flash Builder 4 and LCDS JBoss

    Hi,
    I am trying out modeler development in Jboss, Followed the below steps and I am getting error while deploying the model
    1         Installed LCDS 3.0 as JBoss.
    2         Uncommented the RDS configuration in web.xml of lcds.war.
    3         Copied lcds.war to jboss-4.2.3.GA\server\default\deploy folder.
    4         Configured Flash builder RDS Server to point Jboss.
    5         Created Data model from Database.
    6      Getting error while deploying the model.(PFA JBoss Error-1.txt)
    I am assuming bug LCDS-408 does not apply to Jboss 4.2.3.GA, but still went ahead and removed hibernate related JAR from WEB-INF/lib folder.
    After this change while deploying the model(fml) following error pops up in flash builder. Corresponding JBOSS log in JBoss Error-2.txt
    I did not find any documents /blogs related to modeler development in JBoss
    Please help me on this, Thanks in advance
    Rao

    Hi Martin,
    Flex Mobile project is only available with Flash Builder Burrito (which is a preview release of the version after Flash Builder 4) available at http://labs.adobe.com/technologies/flashbuilder_burrito/
    Flash Builder 4 does not support mobile projects.
    Thanks,
    Anirudh

  • Flash Builder is an Unprofessional Beta

    In Spring of 2011, I was very excited at the fact that we would be using Adobe Flash Builder 4 in a semester-long software engineering class project at a leading university.  I had used many Adobe products in the past and was very happy with them, particularly Photoshop, Illustrator and Dreamweaver.  I had also been wanting to learn ActionScript/Flex, and this project would give me the opportunity.  However, after extensive use of Flash Builder, I have realized that this product was the biggest let down since Windows Vista.
    There were several people working on the same project using Subversion.  In addition, we would have a lab session once a week using different computers, so it was necessary to frequently import projects into Flash Builder.  Importing Flex Projects was the most annoying and time consuming aspect of many.  Firstly, when one selects the import option, a dialog is presented and is positioned mostly off screen.  It is necessary for one to drag the dialog to the screen manually every time.  In addition, the path of recent projects is not saved, so one must manually navigate to the proper directory each time.  Since there were so many problems with projects falling apart, many imports were necessary.  It is necessary to manually navigate through the long hierarchy of directories to reach the project.  This is very time consuming and unproductive.
    After the import, the project will not run because of some problem finding the HTML files.  It was necessary to create new projects from scratch and do a lot of copying/pasting until a team member directed me to delete the html-template directory.  I am not sure how he came across this tip, as I had searched the Internet for solutions to no avail.  One more tedious step is necessary.  The html-template directory needs to be recreated, and the only way, at least that I see, is to rebuild the project, then after the error appears in the Problems window, right-click the error and select Recreate HTML Templates.  That’s quite a bit of work, and maybe there should be an explicit option to recreate HTML templates that’s not buried as a right-click option in the errors list.
    This leads to the next problem.  Errors do not appear in the code until the file is saved.  Every time I type in a new statement, it is necessary to save the file in order to see if there are any errors.  This is very counterproductive.  In addition, it would be much more productive to add a feature in the code hints that would allow for mouse wheel scrolling.  It takes much longer to navigate through the hints without this feature.
    Another problem related to importing projects is with executing it.  Sometimes after importing a new project, a dialog displays that says that it may be necessary to restart the browser.  This turned out to be a huge problem, as I frequently have many, many Firefox tabs/windows open at a given time.  It is very unproductive to restart Firefox several times until the project finally imports correctly.  Sometimes it will work without restarting, however, and I cannot pinpoint any differences between when it works and when it doesn’t.  This may be related to the Flash plugin as opposed to Flash Builder.
    This leads to another problem.  For testing purposes, sometimes it is necessary to locally run the HTML file in the bin-debug directory.  Even after a successful import and rebuilding of the HTML template, the Flash content will not load at all – just a blank screen.  Sometimes the content will load, but it will not function correctly.  If I upload the files to a live web server, it works just fine.  However, sometimes it is necessary to run the HTML files locally, and it is very inefficient to have to upload/run to/from a web server.
    After all the trial and error of simply importing a project and when you think you’re making progress, something happens to the project along the way.  All of a sudden when you try to execute an MXML application, which is in the same directory of several others, only one certain MXML application decides to run (when you are trying to run another one).  The only workaround that I found is to either bring up a backup or create a new project and copy/paste the code.  This is highly unproductive.
    All the inefficiencies and bugs in Flash Builder made it necessary for me to make constant backups.  When a project fell apart, I had to open a backup and copy/paste the code.  This was a lot of wasted time.  In addition, I learned early on not to count on Flash Builder when presenting or making minor, last minute changes before a presentation.  Flash Builder always managed to encounter some strange problem. 
    Flash Builder is unreliable and highly inefficient.  I love Adobe products and Flash is great, but at this time I can no longer use or support Flash Builder, and I could in no way justify its purchase in the future until most of these bugs and inefficiencies are fixed.  It has potential, and could be a great product if this were the case, but in my experience I spent more time overcoming bugs than coding.  When something would not work right, I first had to determine whether it was a bug in my code or a bug in Flash Builder.  If Adobe needs an engineer to fix some of these seemingly simple issues, I would be willing to take on the task for the sake of saving this potentially amazing product.
    [email protected]

    it's a beta. it stunk. but they put it out for review which helps Adobe and others. But never treat those products as stuff to base your serious work around. Flex3 is stable. FB4 is 90% reliable. Things are still broken in it.
    btw if it was a leading university why in the world would they base it around a Beta that was buggy or was that your decision ?
    now, since I helped, please give me my 5 or 10 points.

Maybe you are looking for

  • How can i put songs onto my Itunes?

    My IPod and IPad were synced to my home computer. Itunes was just erased from the computer. I just got a mac and authorized it, but it only transferred my purchases and I have a large amount of songs from cd's. I want to upgrade the software on my de

  • How to filter emails in corresponding folders

    Hi Guys, This is my first post on here so go easy. I wanted to know if it was possible to automate a move of an e-mail into a corresponding folder in Microsoft Entourage based on the the start of the "subject" title. Example Subject. "A1978 xxxxxx" a

  • Photoshop elements 10 won't open up Nikon d4s RAW files

    Photoshop elements 10 will not open up my RAW files from my new Nikon D4S.  My Nikon d700 RAW files tranfers fine.  I have updated my Camera RAW to 6.7 but it still does not open.  I do not want to convert my NEF files to DNG because you lose data. 

  • How to RE-Install purchased Update pages

    How do you re-install a purchased update "Pages" when App store shows it installed I need to re-install Pages, Numbers, and Keynote.  But I am unaable to re-install because App store shows INSTALLED. Thanks

  • How do I get rid of Mobile Me icon?

    Just recently I've noticed a new icon on the menu bar, an exclamation point with two arrows circling around it. I've never seen it before and when I click it the drop down menu shows Mobile Me conflicts, sync and preference options. I went to the pre