Flash Crashes during Initialization. (Unable to load polystar.jsfl)

This is a new issue that just cropped up for me that I did not used to have. It seems to have occurred roughly the same time as I began having some issues with Reader X, if that helps shed any light. Anyway, what happens is I start flash pro, and it goes to "Building Workspace" right before a pop-up comes and sayts "An error occurred opening file'C:\Users\*My username*\AppData\Local\Flash CS5\en_US\Tools\Polystar.jsfl." I click ok and I get a Visual C++ Runtime Library runtime error. If I try to reinstall Flash it says it couldn't install fully. I am so confused, I don't know whats going on. Can anyone shed any light on my problem?

I had the same error while trying to load resource modules from a remote domain.  If you had the same problem as I, it boils down to a problem with the security features of Flex.
I was able to solve it by always running and debuggging from localhost.  As long as you follow the steps listed here: http://www.flexafterdark.com/docs/Flex-Modules  Look at the section titled: "Loading Modules across domain"
But if you don't want to always load from localhost, there is another way to get around this error.  See the blog post I made on this subject. http://blog.mediarain.com/2009/08/flex-loading-remote-modules-throws-the-following-error-u nable-to-load-resource-module-from/
Either of these approaches should hopefully solve your problem.

Similar Messages

  • Jspx page "Designer" crashes during initialization

    Hi JDev team,
    I'm using JDeveloper 11.1.1.2 and have migrated an application from Jdev version 11.1.1.0. When I open any jspx file,
    the "Designer" crashes during initialization.
    Please give me suggestions on fixing this problem.
    Here's an example jsp file:
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <f:view>
    <af:document binding="#{backingBeanScope.backing_app_part_developerNotes.document1}"
    id="document1">
    <af:form binding="#{backingBeanScope.backing_app_part_developerNotes.form1}"
    id="form1">
    <af:panelStretchLayout binding="#{backingBeanScope.backing_app_part_developerNotes.panelStretchLayout1}"
    id="panelStretchLayout1">
    <f:facet name="bottom">
    <af:panelGroupLayout binding="#{backingBeanScope.backing_app_part_developerNotes.panelGroupLayout3}"
    id="panelGroupLayout3" layout="horizontal"
    halign="center">
    <af:commandButton text="Close"
    binding="#{backingBeanScope.backing_app_part_developerNotes.commandButton1}"
    id="commandButton1">
    <af:returnActionListener/>
    </af:commandButton>
    </af:panelGroupLayout>
    </f:facet>
    <f:facet name="center">
    <af:panelGroupLayout binding="#{backingBeanScope.backing_app_part_developerNotes.panelGroupLayout2}"
    id="panelGroupLayout2" layout="vertical"
    halign="center">
    <af:commandButton text="Check notes"
    binding="#{backingBeanScope.backing_app_part_developerNotes.commandButton2}"
    id="commandButton2"
    actionListener="#{backingBeanScope.backing_app_part_developerNotes.displayNotes}"/>
    <af:panelGroupLayout binding="#{backingBeanScope.backing_app_part_developerNotes.panelGroupLayout4}"
    id="panelGroupLayout4" layout="horizontal"
    halign="left">
    <af:outputFormatted binding="#{backingBeanScope.backing_app_part_developerNotes.outputFormatted1}"
    id="outputFormatted1"/>
    </af:panelGroupLayout>
    </af:panelGroupLayout>
    </f:facet>
    <f:facet name="start"/>
    <f:facet name="end"/>
    <f:facet name="top">
    <af:panelGroupLayout binding="#{backingBeanScope.backing_app_part_developerNotes.panelGroupLayout1}"
    id="panelGroupLayout1" layout="horizontal"
    halign="center">
    <af:outputLabel value="Developer Notes"
    binding="#{backingBeanScope.backing_app_part_developerNotes.outputLabel1}"
    id="outputLabel1"
    inlineStyle="font-size:medium; font-weight:bold;"/>
    </af:panelGroupLayout>
    </f:facet>
    </af:panelStretchLayout>
    </af:form>
    </af:document>
    </f:view>
    <!--oracle-jdev-comment:auto-binding-backing-bean-name:backing_app_part_developerNotes-->
    </jsp:root>
    And here's the stacktrace:
    Mar 18, 2010 11:17:37 AM facelets.compiler
    SEVERE: Compiler Initialization Error
    java.io.FileNotFoundException: JAR entry META-INF/ not found in C:\oracle\Middleware\oracle_common\modules\oracle.adf.model_11.1.1\adfm.jar
         at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:122)
         at sun.net.www.protocol.jar.JarURLConnection.getJarFile(JarURLConnection.java:71)
         at com.sun.facelets.util.Classpath.search(Classpath.java:65)
         at com.sun.facelets.compiler.TagLibraryConfig.loadImplicit(TagLibraryConfig.java:428)
         at com.sun.facelets.compiler.Compiler.initialize(Compiler.java:91)
         at com.sun.facelets.compiler.Compiler.compile(Compiler.java:108)
         at com.sun.facelets.impl.DefaultFaceletFactory.createFacelet(DefaultFaceletFactory.java:197)
         at com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:144)
         at com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:95)
         at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:533)
         at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:583)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:710)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:273)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:205)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletInfo._service(DesignTimeServletInfo.java:287)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletInfo.service(DesignTimeServletInfo.java:191)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher$DesignTimeFilterChain.doFilter(DesignTimeRequestDispatcher.java:587)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeFilterInfo._doFilter(DesignTimeFilterInfo.java:458)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeFilterInfo.doFilter(DesignTimeFilterInfo.java:340)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher$DesignTimeFilterChain.doFilter(DesignTimeRequestDispatcher.java:547)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher$DesignTimeFilterChain.service(DesignTimeRequestDispatcher.java:521)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher.dispatch(DesignTimeRequestDispatcher.java:327)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher.request(DesignTimeRequestDispatcher.java:112)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletContainerContext._service(DesignTimeServletContainerContext.java:845)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletContainerContext.service(DesignTimeServletContainerContext.java:786)
         at oracle.jdevimpl.webapp.design.DesignTimeWebApp._renderViewDocument(DesignTimeWebApp.java:1361)
         at oracle.jdevimpl.webapp.design.DesignTimeWebApp.access$400(DesignTimeWebApp.java:106)
         at oracle.jdevimpl.webapp.design.DesignTimeWebApp$5.run(DesignTimeWebApp.java:1300)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)
    Mar 18, 2010 11:17:37 AM com.sun.facelets.FaceletViewHandler handleRenderException
    SEVERE: Error Rendering View[app/part/developerNotes.jspx]
    java.lang.NullPointerException
         at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
         at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
         at com.sun.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:95)
         at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:540)
         at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:583)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:710)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:273)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:205)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletInfo._service(DesignTimeServletInfo.java:287)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletInfo.service(DesignTimeServletInfo.java:191)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher$DesignTimeFilterChain.doFilter(DesignTimeRequestDispatcher.java:587)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeFilterInfo._doFilter(DesignTimeFilterInfo.java:458)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeFilterInfo.doFilter(DesignTimeFilterInfo.java:340)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher$DesignTimeFilterChain.doFilter(DesignTimeRequestDispatcher.java:547)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher$DesignTimeFilterChain.service(DesignTimeRequestDispatcher.java:521)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher.dispatch(DesignTimeRequestDispatcher.java:327)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher.request(DesignTimeRequestDispatcher.java:112)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletContainerContext._service(DesignTimeServletContainerContext.java:845)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletContainerContext.service(DesignTimeServletContainerContext.java:786)
         at oracle.jdevimpl.webapp.design.DesignTimeWebApp._renderViewDocument(DesignTimeWebApp.java:1361)
         at oracle.jdevimpl.webapp.design.DesignTimeWebApp.access$400(DesignTimeWebApp.java:106)
         at oracle.jdevimpl.webapp.design.DesignTimeWebApp$5.run(DesignTimeWebApp.java:1300)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)

    Thanks Pedja
    I've tried the given solution and it works.
    I don't want to use an external jdk, because i could have some jdk version problems.
    On 3 other computers Jdeveloper 11g works fine.
    Just download form oracle.com unzip,run jdeveloper.exe and start working working.
    No need to change the JDK.

  • FLASH ERROR...UNABLE TO LOAD A GUI...HELP!!!

    FLASH PLAYER WONT INSTALL FOR ME...I KEEP GETTING A BOX NAMED getPlus+:error THAT SAYS "Unable to load a GUI"...HOW DO I FIX THIS?

    Dear Adobe Forum,
    I have this same error when I try to download Adobe Flash Player: a box which says "unable to load GUI." I have an Acer desktop with Windows Vista Home Premium. I was given a prompt to uninstall Adobe Flash Player 9 in order to update to Flash Player 10. This is a free download, isn't it?
    I recently updated my Catalyst Control Center and driver. Does that have something to do with the GUI being unable to unload?
    Bye, doneganw

  • I try to download Flash, I get error "unable to load a GUI"

    I'm using Windows Vista. I have Adobe Reader loaded. when I try to down load Flash Player I get the error wessage "Unable to load a GUI".
    Thanks for any help.

    Good grief people, You need to use the Adobe Uninstaller here: http://kb2.adobe.com/cps/141/tn_14157.html
    Follow All of the instructions and if you are using IE, see the NOTE at the bottom pertaining to IE
    If you are using IE, download and SAVE this to your Desktop:  http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_ax.exe
    Read over this information before Installing: http://go.adobe.com/kb/ts_tn_19166_en-us
    If you are using FF, download and SAVE this to your Desktop: http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player.exe
    You need to have permission to download ActiveX Controls and write to the Windows Registry and you'll find info on that
    in the link for troubleshooting, in addition to other info. So be sure to read the 19166 article.
    Do you have an Anti-Virus that is going to block a download? Does your Anti-Virus block installation of ActiveX or software? How about your Firewall, does it do the same?
    Do you use Norton or McAfee?
    I don't know what all of the posts are about this GUI, but use the links I provided. Until a person within the last few days, made a big deal about GUI, I had never heard of it before!!
    Regards,
    eidnolb
    P.S. This is not for MAC or 64bit browsers(use the 32bit)

  • Flash crashing during game play

    Using internet 9, latest flash and shockwave, Windows 7 Ultimate 32bit
    Medion laptop, 4gb mem, 1TB HD
    Flash crashing everytime I play games on Facebook
    Is there anyway to stop this?

    I suspect you might be running into the same issue that has been reported here:
    http://forums.adobe.com/thread/1056229
    If you can, please take a minute and vote/comment for the following bug:
    https://bugbase.adobe.com/index.cfm?event=bug&id=3318993
    I don't have a solution available for you yet.  Your alternatives are to use a different browser or revert Flash Player back to a previous version (my suggestion would be the most recent version of 10.3).
    How do I revert to a previous version of Flash Player?
    Thanks,
    Chris

  • Flash crashed during watching movies in YT, sound doesn't always work.

    I have many the few problems with flash and sound in my Arch Linux.
    Firstly, when I want to play a movie in YouTube, flash often gets crashed. Movies stop loading, and they stop playing at the most often in 7th second or 12th second. Additionally, the sound falters itself. When I want to do something in web browser, it stops working. I must restart it, but flash still doesn't work. I noticed, after flash's crash, I cannot work for example in kdenlive. It gets crashed too. That problem often exists during watching movies in YT.
    Secondly, I don't always have sound in games. For example, I cannot hear anything in Wolfenstein Enemy Territory, but e.g. in SuperTuxKart I hear everything. I don't have any idea, why sound works in some apps and doesn't work in the other apps.
    I downgraded flash, because I thought, it could help, but unfortnately, it still has the problems. I use Firefox, but earlier I used Chromium and that problem was too.
    Edit: I have just noticed, when after flash's crashing I want to listen to music and then I want to stop it, it falters like sound in YT movies.
    Last edited by Damián94 (2013-05-19 21:15:53)

    Is wolfenstein a wine game? If so There are a bunch of optional dependencies for wine. You can see them if you do "pacman -Qi wine" (same for any installed program in Arch unless installed without pacman/PKGBUILD).  Some that I have installed are:
    lib32-alsa-lib
    lib32-libpulse
    If the game is a 32 bit windows game running through wine you may need some of these. If that doesn't work you can run it through the pulseaudio wrapper like this: "padsp wine /path/to/game.exe" Where /path/to/game.exe is the path to your wolfenstein executable. You can also check your sound settings with a program called "winecfg" (the defaults work fine for me though). To verify that your game is using pulseaudio there is a program called "pavucontrol" that will tell you all of the programs currently using sound through pulseaudio. Hope that helps.
    Edit: Also found this which may be of interest I don't know: https://aur.archlinux.org/packages/et-sdl-sound/
    Last edited by dodo3773 (2013-05-20 16:10:53)

  • Compiled binary crashes during initialization on Solaris 10/x86 platform

    Hi, I have a problem to run application built with Solaris Sun Studio compiler. It dumps a core which contains:
    $c_init+0x19a(1, 804761c, 8047624, 8047610, 80dabfd, 80da64c)
    _start+0x78(1, 8047744, 0, 804774c, 8047756, 8047829)
    >
    When application is run under "dbx" utility the output looks:
    Reading ld.so.1
    Reading libTAO_CosNaming.so.1.4.0
    Reading libTAO_Svc_Utils.so.1.4.0
    Reading libTAO_IORTable.so.1.4.0
    Reading libTAO_PortableServer.so.1.4.0
    Reading libTAO.so.1.4.0
    Reading libACE.so.5.4.0
    Reading libxerces-c.so.28.0
    Reading libicuuc.so.3
    Reading libfbclient.so.2.1.1
    Reading libdl.so.1
    Reading libpthread.so.1
    Reading libsocket.so.1
    Reading libnsl.so.1
    Reading libxnet.so.1
    Reading librt.so.1
    Reading libCstd.so.1
    Reading libCrun.so.1
    Reading libm.so.2
    Reading libthread.so.1
    Reading libc.so.1
    Reading libTAO_Messaging.so.1.4.0
    Reading libgen.so.1
    Reading libTAO_ObjRefTemplate.so.1.4.0
    Reading libTAO_Valuetype.so.1.4.0
    Reading libTAO_IORInterceptor.so.1.4.0
    Reading libicudata.so.3
    Reading libcurses.so.1
    Reading libaio.so.1
    Reading libmd.so.1
    (dbx) run
    Running: app
    (process id 13240)
    t@1 (l@1) signal SEGV (no mapping at the fault address) in __cplus_fini_at_exit at 0x8393ba5
    0x08393ba5: __cplus_fini_at_exit+0x01c9: addb %al,(%eax)
    (dbx) where
    current thread: t@1
    =>[1] __cplus_fini_at_exit(0x8047664, 0x8047770, 0x804769c, 0x81ca778, 0x1, 0x80476a8), at 0x8393ba5
    As you can see the application uses some 3rd party libraries, like: ACE (v5.4.0)/TAO (v1.4.0), xerces (v2.8), ICU (v1.2) and Firebird2 (v2.1.1) libraries. The libs were compiled using the same compiler. The problem seems to be within runtime linker - the core was dumped before the code started execution.
    I have reproduced the issue with two different versions of compiler:
    1. Older
    /usr/bin/CC -V
    CC: Sun C++ 5.9 SunOS_i386 Patch 124864-01 2007/07/25
    uname -a
    SunOS XXX 5.10 Generic_139556-08 i86pc i386 i86pc
    2. Newer
    /usr/bin/CC -V
    CC: Sun C++ 5.9 SunOS_i386 Patch 124864-17 2009/10/27
    uname -a
    SunOS YYY 5.10 Generic_141415-04 i86pc i386 i86pc
    Interesting observation, suggesting there is some problem with either linker or runtime linker:
    I have a version of the application which runs properly but when I add just one line - include of one of ACE headers to the class which did not contain ACE I end up with the problem described above but if I add any number of includes of ACE headers to the class which already contained (directly or indirectly) ACE code the application still works.
    The same source code is compiled on Solaris 9/SPARC platform and it works:
    CC -V
    CC: Sun C++ 5.5 Patch 113817-19 2006/10/13
    uname -a
    SunOS ZZZ 5.9 Generic_118558-35 sun4u sparc SUNW,Sun-Fire-V240
    Is it any known issue? Thanks in advance for any input.

    Hi
    Thanks for the answer. I have analyzed my code and found out that, indeed, some static singleton objects were incorrectly implemented. It has been fixed and the application started when compiled under C++ 5.9, but it does not seem to solve the problem. The application was recompiled using the the newest Sun Studio 12.1 9 (C++ 5.10), and then failed to start again. As per your suggestion regarding the place in the code where the crash occurs, I have compared "__cplus_fini_at_exit" functions for both working and broken applications, compiled under C++ 5.9. Here are parts of code (actually, few last lines of the function) from:
    - working
    0x0827b811: __cplus_fini_at_exit+0x01b5:        call     __STATIC_CONSTRUCTOR   [ 0x81c9dec, .-0xb1a25 ]
    0x0827b816: __cplus_fini_at_exit+0x01ba:        call     __STATIC_CONSTRUCTOR   [ 0x81cfb18, .-0xabcfe ]
    0x0827b81b: __cplus_fini_at_exit+0x01bf:        call     __STATIC_CONSTRUCTOR   [ 0x81d1004, .-0xaa817 ]
    0x0827b820: __cplus_fini_at_exit+0x01c4:        call     OPENSSL_cpuid_setup    [ 0x81e88a0, .-0x92f80 ]
    0x0827b825: __cplus_fini_at_exit+0x01c9:        jmp      __cplus_fini_at_exit+0x1d4     [ 0x827b830, .+0xb ]
    0x0827b827: __cplus_fini_at_exit+0x01cb:        movl     %esi,%esi
    0x0827b829: __cplus_fini_at_exit+0x01cd:        leal     0x00000000(%edi),%edi
    0x0827b830: __cplus_fini_at_exit+0x01d4:        nop
    0x0827b831: __cplus_fini_at_exit+0x01d5:        popl     %ebx
    0x0827b832: __cplus_fini_at_exit+0x01d6:        popl     %esi
    0x0827b833: __cplus_fini_at_exit+0x01d7:        popl     %edi
    0x0827b834: __cplus_fini_at_exit+0x01d8:        leave
    0x0827b835: __cplus_fini_at_exit+0x01d9:        ret      $0x00000000- broken
    0x0827b307: __cplus_fini_at_exit+0x01ab:        call     __STATIC_CONSTRUCTOR   [ 0x81c86e8, .-0xb2c1f ]
    0x0827b30c: __cplus_fini_at_exit+0x01b0:        call     __STATIC_CONSTRUCTOR   [ 0x81c8eb4, .-0xb2458 ]
    0x0827b311: __cplus_fini_at_exit+0x01b5:        call     __STATIC_CONSTRUCTOR   [ 0x81c9b2c, .-0xb17e5 ]
    0x0827b316: __cplus_fini_at_exit+0x01ba:        addb     %al,(%eax)  <=====
    0x0827b318: __cplus_fini_at_exit+0x01bc:        addb     %al,(%eax)
    0x0827b31a: __cplus_fini_at_exit+0x01be:        addb     %al,(%eax)
    0x0827b31c: __cplus_fini_at_exit+0x01c0:        addb     %al,(%eax)
    0x0827b31e: __cplus_fini_at_exit+0x01c2:        addb     %al,(%eax)
    0x0827b320: __cplus_fini_at_exit+0x01c4:        call     OPENSSL_cpuid_setup    [ 0x81e83a0, .-0x92f80 ]
    0x0827b325: __cplus_fini_at_exit+0x01c9:        jmp      __cplus_fini_at_exit+0x1d4     [ 0x827b330, .+0xb ]
    0x0827b327: __cplus_fini_at_exit+0x01cb:        movl     %esi,%esi
    0x0827b329: __cplus_fini_at_exit+0x01cd:        leal     0x00000000(%edi),%edi
    0x0827b330: __cplus_fini_at_exit+0x01d4:        nop
    0x0827b331: __cplus_fini_at_exit+0x01d5:        popl     %ebx
    0x0827b332: __cplus_fini_at_exit+0x01d6:        popl     %esi
    0x0827b333: __cplus_fini_at_exit+0x01d7:        popl     %edi
    0x0827b334: __cplus_fini_at_exit+0x01d8:        leave
    0x0827b335: __cplus_fini_at_exit+0x01d9:        ret      $0x00000000In the broken version, the crash occurs when executing addb     %al,(%eax) instruction at 0x0827b316 (marked above with an arrow). This is because %eax points to some read-only memory - the implementation of one of classes method in this case.
    As you can see, in this address there are 5 2-byte long instructions addb     %al,(%eax). Their location in this place seems to make no sense from function logic point of view:
    1. Why would we need to add %al register contents five times in a row, to the memory pointed by %eax, in this place?
    2. The __cplus_fini_at_exit() function in the working application, that basically looks identical, does not have this sequence of instructions at all.
    Looking at the memory dump in this place shows that these are physically 10 bytes of zeros ("e8 f4 ff 00 00 00 00 00 00 00 00 00 00 e8 7b d0") at 0x0827b316 (indeed, the instruction addb     %al,(%eax) is binary coded as 0x00 0x00). It seems, that for some reason, the block of 10 bytes with zero value was injected to the compiler generated code.
    I would like to stress - this is not a result of program initialization as both listings presented above come from the applications loaded to "dbx" but not started so they only reflect how binaries look like. I have made one more test - I have edited broken binary and replaced these 10 bytes of zeros with ten "No Operation" instructions ("e8 f4 ff 90 90 90 90 90 90 90 90 90 90 e8 7b d0"). Here is output from "dbx", after the changes made:
    0x0827b307: __cplus_fini_at_exit+0x01ab:        call     __STATIC_CONSTRUCTOR   [ 0x81c86e8, .-0xb2c1f ]
    0x0827b30c: __cplus_fini_at_exit+0x01b0:        call     __STATIC_CONSTRUCTOR   [ 0x81c8eb4, .-0xb2458 ]
    0x0827b311: __cplus_fini_at_exit+0x01b5:        call     __STATIC_CONSTRUCTOR   [ 0x81c9b2c, .-0xb17e5 ]
    0x0827b316: __cplus_fini_at_exit+0x01ba:        nop
    0x0827b317: __cplus_fini_at_exit+0x01bb:        nop
    0x0827b318: __cplus_fini_at_exit+0x01bc:        nop
    0x0827b319: __cplus_fini_at_exit+0x01bd:        nop
    0x0827b31a: __cplus_fini_at_exit+0x01be:        nop
    0x0827b31b: __cplus_fini_at_exit+0x01bf:        nop
    0x0827b31c: __cplus_fini_at_exit+0x01c0:        nop
    0x0827b31d: __cplus_fini_at_exit+0x01c1:        nop
    0x0827b31e: __cplus_fini_at_exit+0x01c2:        nop
    0x0827b31f: __cplus_fini_at_exit+0x01c3:        nop
    0x0827b320: __cplus_fini_at_exit+0x01c4:        call     OPENSSL_cpuid_setup    [ 0x81e83a0, .-0x92f80 ]
    0x0827b325: __cplus_fini_at_exit+0x01c9:        jmp      __cplus_fini_at_exit+0x1d4     [ 0x827b330, .+0xb ]
    0x0827b327: __cplus_fini_at_exit+0x01cb:        movl     %esi,%esi
    0x0827b329: __cplus_fini_at_exit+0x01cd:        leal     0x00000000(%edi),%edi
    0x0827b330: __cplus_fini_at_exit+0x01d4:        nop
    0x0827b331: __cplus_fini_at_exit+0x01d5:        popl     %ebx
    0x0827b332: __cplus_fini_at_exit+0x01d6:        popl     %esi
    0x0827b333: __cplus_fini_at_exit+0x01d7:        popl     %edi
    0x0827b334: __cplus_fini_at_exit+0x01d8:        leave
    0x0827b335: __cplus_fini_at_exit+0x01d9:        ret      $0x00000000This time the application has started. As everything occurs inside compiler-generated function it seems to me that this analysis strongly suggests that there is a problem with a compiler which puts 10 bytes of mess into __cplus_fini_at_exit.
    The binaries used above were built using:
    /usr/bin/CC -V
    CC: Sun C++ 5.9 SunOS_i386 Patch 124864-01 2007/07/25
    I have also checked Sun Studio 12.1 (C++ 5.10) compiler but the attempts to get working application failed (the same problem with zero bytes).
    Have you ever encountered similar problem? Are you able to confirm/deny whether it is related to the compiler?
    Thanks for further assistance

  • Plugin crashing during initialization on ID CC 2014

    Hello everybody,
    I ported a plugin from Mac OS 10.8 to Windows 8.
    It compiles correctly but at boot InDesign CC 2014 gets an exception in CrtIsValidHeapPointer.
    The plugin uses std::string a lot. Is that a problem on Windows?
    Thank you for any help!
    Luca Severini

    Hey Luca,
    Long time no see!
    If that happened to one of my plug-ins I'd suspect some memory overwrite, double deallocation, using non-allocated memory, wrong pointer dereference, index overrun, that kind of stuff.
    I always compile my plug-ins on Mac and on Windows, and I always find that some bugs can go largely unnoticed on one platform, but are detectable on the other; I frequently alternate from Mac to Windows and back during development as a means of catching more issues.
    This seems to be such a case.
    Make sure to test with the debug version of InDesign - that will catch a lot of bad behavior. If you are already doing that, or the issue does not show up, you might need to look into the various low-level memory management debugging tools.
    Without the debug version, all kinds of bad stuff can happen without you noticing. The debug version has an extensive safety net to catch many, but not all, such issues.
    In my experience, such warnings indicate nearly always a real problem and warrant investigation and need to be fixed. Often, you might see them 'go away' by themselves as the code is being worked on, but that normally just means that the memory overwrite has moved to a different area where it is not being detected any more.
    My recommendation: don't let this 'slip away'. I've often seen developers poke around aimlessly until the issue suddenly goes away, and assume they've 'fixed it'. That's dangerous. Unless you gain complete understanding of what is happening and why you get the error, you'd be sitting on a time bomb.
    Having a repeatable crash is worth a lot: that can help you diagnose where it is coming from.
    If you're interested, I am going to PePcon, and we're having a little developer get-together there:
    Creative Developers Summit - PePcon

  • "Unable to load IAmWebPolicy" with Policy Agent 2.2 on Sun App Server 8.2

    I'm trying to install the Policy Agent for App Server 9.0/9.1 to App Server 8.2 (which claims to be supported). Identity Manager is the target resource. I get this when I try accessing the /idm root context:
    Exception caught in AmWebPolicyManager initializer: Unable to load IAmWebPolicy: com.sun.identity.agents.policy.AmWebPolicy
         at com.sun.identity.agents.policy.AmWebPolicyManager.<clinit>(AmWebPolicyManager.java:135)
    Thanks,
    Steve Maring

    You were absolutely correct
    I've resolved this issue - the problem was caused by two things:
    1. There is a new version of a library called libxml2.so that I had to get from Sun (they provided version 2.6.7)
    2. My web server with the agent on it is on a seperate box from the identity server. These two servers were out of sync in terms of their system time (ie, the solaris box with the agent / web server was about 8 minutes ahead of the solaris box with the identity server)
    Once both of these things were fixed (the time issue most importantly), the web server would not hang anymore.

  • Send Adobe Flash crash repot link is missing

    When Adobe Flash crashes, I just get the gray screen that informs me that it has crashed. When I look at me home page I see info about how if I want to send a report I just need to click the link, "send crash report". That link is NOT on that gray page. When I look in the Firefox preferences, Advanced, General, there is NO check box for turning the crash report on and off. So, when Adobe Flash crashes, I am unable to report the crash. I also used the plugin check to see if Adobe Flash needed an update, Adobe Flash did and when I selected what would be the appropriate version,{apt:adobe-flashplugin?channel=$distro-partner}, Firefox said, "Firefox doesn't know how to open this address, because the protocol (apt) isn't associated with any program." so I picked the version for Ubuntu 8.04,{http://get.adobe.com/flashplayer/completion/?installer=Flash_Player_10.1_for_Linux_(.deb)}.Downloaded and Installed. Then I come back to plugin check and Firefox still says Adobe Flash needs to be updated.
    Ubuntu 9.04, Kernel Linux 2.6.28-19-generic, GNOME 2.26.1, Firefox 3.6.8, 1.9GB memory, AMD Athlon 64x2 Dual-Core processor TK-57

    Moved to Installing Flash Player

  • Error ocurred during initialization of VM. Unable to load native library...

    Hi,
    I´m trying to install Oracle 9i on a PC with Suse 9.2.
    when I put the first CD it comes with this error:
    Initializing Java Virtual Machine from /tmp/OraInstall2006-05-04_11-13-11PM/jre/bin/java. Please wait...
    Error occurred during initialization of VM
    Unable to load native library: /tmp/OraInstall2006-05-04_11-13-11PM/jre/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
    I´ve seen that there was a similar issue in 2004 and I´ve trying to do what it says but it didn´t work this time.
    Unable to load native library:
    Could everyone help me to install Oracle??? I´ve been trying it for a few days and doesn´t work.
    Regards,

    I had same problems long time ago. Ok, I try to remember.
    First I read the recommandation. You need a special GLIBC-Library to support the JAVA 1.1.8 runtime environment.
    Some of the Oracle9i tools are compiled with gcc 2.95 compiler.
    You may need ”gcc_old for SLES9” for linking of those tools.
    gcc_old-2.95.3-175.2.i586.rpm is included in SLES 9 SP2 CD1
    For Suse you can obtain a package called orarun. You will get further support for installing, starting and stopping ORACLE. Please look at http://ftp.novell.com/partners/oracle/docs/9205_sles9_install.pdf.
    Good luck.

  • Flash Builder 4.5.1 for Mac hanging/crashing during startup "Loading Workbench"

    Hello,
    I'm having ongoing trouble with Flash Builder 4.5.1 hanging/crashing during startup.
    Sometimes the following Terminal command fixes the issue:
    cd ~/Documents/Adobe\ Flash\ Builder\ 4.5/cascaded/308971/configuration/.settings
    rm org.eclipse.ui.ide.prefs
    However this isn't a silver bullet solution, and sometimes the only way is to uninstall and reinstall FB4.5.
    But this is a major hassle, especially after 3 or 4 times!
    I am running Mac OS X 10.7 and have updated to FB 4.5.1 Premium and also installed Subversion/Subclipse as well as the BlackBerry PlayBook SDK.
    Problems seem to occur when working in SVN projects.
    I have also noticed that the Delete and Arrow keys and Right Click fails to work sometimes also.
    Is there a way to reset / clear FB 4.5 Prefs / Workbench?
    Thanks,
    David Douglas
    Here is the console report below:
    /Applications/Adobe/Adobe\ Flash\ Builder\ 4.5/Adobe\ Flash\ Builder\ 4.5.app/Contents/MacOS/Adobe\ Flash\ Builder\ 4.5 ; exit;
    !SESSION 2011-09-13 15:07:58.914 -----------------------------------------------
    eclipse.buildId=M20100909-0800
    java.version=1.6.0_26
    java.vendor=Apple Inc.
    BootLoader constants: OS=macosx, ARCH=x86, WS=cocoa, NL=en_US
    Framework arguments:  -keyring /Users/david/.eclipse_keyring -showlocation
    Command-line arguments:  -os macosx -ws cocoa -arch x86 -keyring /Users/david/.eclipse_keyring -consoleLog -showlocation
    !ENTRY org.eclipse.core.resources 2 10035 2011-09-13 15:08:02.101
    !MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.
    !ENTRY org.eclipse.ui 2 0 2011-09-13 15:08:02.905
    !MESSAGE Warnings while parsing the commands from the 'org.eclipse.ui.commands' and 'org.eclipse.ui.actionDefinitions' extension points.
    !SUBENTRY 1 org.eclipse.ui 2 0 2011-09-13 15:08:02.906
    !MESSAGE Commands should really have a category: plug-in='com.qnx.flashbuilder.multiplatform.qnx.ui', id='com.qnx.flashbuilder.multiplatform.qnx.ui.commands.OpenInfoCenter', categoryId='com.qnx.flashbuilder.multiplatform.qnx.ui.commands.category.help'

    Delete the Adobe Flash Builder 4.5 folder from your Documents (assuming you don't have anything valuable in there). That seemed to work for me, as I don't keep my projects in there but there were some temp files that were breaking it. You'll probably have to re-inport your projects.
    Adobe, I'm getting very sick of your (expensive) products wasting my time.

  • Flash Builder 4.6 crashes during startup [RESOLVED]

    I am documenting my troubles with Flash Builder 4.6 here for others in the event they come across the issue I experienced.  There is nothing that needs resolving at this time so you may ignore this post.
    Sometime after April 21st of this year my installation of Flash Buiilder 4.6 on my machine running OS X 10.9.2, had stopped working.  I was unable to start up Flash Builder 4.6 without it simply crashing immediately after the words "Loading Workbench" Appeared on the splash image.
    I had tried removing my existing workspace and allowing the application to rebuild a new one which did not work. I also checked the Apple Console App for any errors and the following errors were being reported every time the application crashed shortly after I attempted to start the application:
    5/27/14 10:08:39.032 AM Adobe Flash Builder 4.6[2547]: Unrecognized Java VM option ignored: -Xdock:name=Flash Builder
    5/27/14 10:08:39.032 AM Adobe Flash Builder 4.6[2547]: Unrecognized Java VM option ignored: -Xdock:icon=../Resources/fb_app.icns
    5/27/14 10:08:39.032 AM Adobe Flash Builder 4.6[2547]: Unrecognized Java VM option ignored: -XstartOnFirstThread
    I did a lot of searching via Google and the Adobe forums, but could find no references to anyone else that had experienced the same problem with this version 4.6 of Flash Builder.  So reluctantly, I reinstalled Flash Builder 4.6 and sure enough, everything worked again.  Something must have been corrupted in my installation even though I had made no changes to my installation during the time period in question.  I wanted to share this information with the community in the event that any of you come across this strange error.
    Cheers.

    I had used the trial version of Flash Builder 4.6 for the full 60 days without any problems on my Lenovo laptop, core i7, Windows 7 Ultimate-64bit, (2.5 years old).
    I purchased the CS6 Master Collection, Flash Builder 4.6 worked fine for 30 days then would not open.
    I've spent 3 days trying to fix it, uninstalling things, rolling back the whole computer a week, updating things and reading blogs.
    I had tried uninstalling CS6 and reinstalling, did not help.
    I was about to roll back 6 months and if that didn't work buy a new computer.
    What finally worked was this ( I have no idea what change fixed the problem):
    Uninstalled all Java entries  (7 of them)
    (I didn't think of this until I happened to find this:
    http://www.java.com/en/download/faq/remove_olderversions.xml )
    from Windows Control Panel-Programs and Features-Uninstall or Change a program
    (Flash Builder 4.6 comes with Java 1.6 so I haven't reinstalled any version or updated to 1.7)
    Repaired all .net frameworks
    (right click on them in the Control Panel-Programs and Features-Uninstall or change a program)
    select uninstall and a box will open asking to uninstall or repair.
    Uninstalled the complete CS6 Master Collection
    Uninstalled all versions of Flash
    http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html
    Ran the CS6 Master Collection cleaner tool
    http://www.adobe.com/support/contact/cscleanertool.html
    Rebooted
    Re installed the complete Adobe CS6 Master  Collection

  • How to fix Flash crashes and failure to load on streaming sites?

    Crashes:  Over the past month, I have been experiencing MAJOR Flash Player problems.  The biggest problems were random crashes during ads on streaming sites: Hulu and Crackle.  When Verizon and (and sometimes Maybelline) ads would play, the player would grind to a halt, have trouble moving forward unless I minimized the window while the ad played, or completely crash with a white screen and grey circle with an exclamation mark.  Sometimes the problem completely crashes Firefox, not just the video screen.
    Player load problems:  Today, the Flash Player won't load at all on CBS.com and cwtv.com.  On CBS.com, a white circle will appear to seem as if it will load, but nothing happens.  On TVLand.com I have a similar experience.  CWTV has just a blank black screen.
    Please help!  This occurs with Firefox and IE 8.  I have a 32-bit XP system running SP 3.   My copies of Flash are up to date for both browsers; hardware acceleration and Protected Mode are off.

    I did not have any trouble with the free swype keyboard on the same Android version but on a Note 4.
    The one difference I noticed, however is that I have automatic updates selected. Do any other settings change?

  • Help! (please :) I have a 1GB iPod that's loaded with music for which my computer can no longer find the original files-due to external mass storage crash during recent move. Is there a way to import iPod music back into my iTunes library on computer???

    Help! (please I have a 1GB iPod that's loaded with music for which my computer can no longer find the original files-due to external mass storage crash during recent move. Is there a way to import iPod music back into my iTunes library on computer???

    Or If there is any purchased music then you can try to transfer purchases
    http://support.apple.com/kb/ht1848
    If you're in the US you can reload purchased music
    http://support.apple.com/kb/ht2519

Maybe you are looking for

  • HP-UX Kernel Params for WLS 6.0SP2 Cluster to Avoid java.lang.outofmemory and/or thread death

              I'm running a WLS 6.0 SP2 clustered application on HP-UX 11i. I'm seeing heap and           thread issues on start-up or invocation of my application as I deploy EJB's and create           DB connection pools. These are fairly trivial tasks

  • Why is my MBP battery is giving me only 3 hours?

    i have a macbook pro 2012 2.3 Ghz with Mountain Lion .1 so i heard that the 10.8.1 upgrade would repair the battery issue, i dont see any fix with the battery. is anyone having the same problems with 10.8.1 too? what can i do for the battery? is ther

  • External webcam not recognized

    Hi, I bought a external DYNEX webcam (USB) and installed the latest driver from the homepage. The camera works with their software, but is NOT recognized by either ichat or skype. What can I do? Thanks Tony

  • Search by Customer PO in VA02/VA03 is not returning values

    Hi, We currently have an issue where a single user is not able to look up by customer PO no. in VA02 or VA03 but she can look up by Delivery no. or Billing no. in the same tcodes. She can also search by PO no. in VA05. She has authorization to the sa

  • Xcode 5.0.2 attaching to appname issue.

    I have tried all the solutions given in this forum. 1.etc/hosts file localhost changed to 127.0.0.1. 2.removed derived data folders 3.restarted mac. still i am getting same issue.If anyone solve this plz help me.