Javascript is not running ModalPanel

I own a a4j: commandButton that renders a ModalPanel. This Modal executes a JavaScript function to open an application from within WebCam Modal. The big problem is that I can run the JavaScript only once (This 'bug' happens only in Internet Explorer browser).
After I hit the shot in Modal, I close it. But when I open it again, it does not execute JavaScript to me, then, does not open the WebCam app modal.
Colleagues, do you know any way I can work around this situation?
Sorry if this is not the correct place for this topic.
Regards to all.

Your question has nothing to do with JavaFX.
It is highly unlikely that anybody here has any idea what you are asking nor would know a correct forum for such a question.

Similar Messages

  • Javascript does not run properly in Firefox

    Firefox does not run javascript properly.
    For example:
    http://vk.com/app2622342_40916334#NEW/comp1427
    Comment form does not run at all in Firefox ( the last version = 20.0.1)
    but runs OK in Opera.
    WHY?
    Mozilla still is HALF-DONE SOFTWARE!!!!!!!
    WHEN YOU DO IT IN A GOOD WAY?

    I have javazcript-enabled = TRUE in my about:config. So your comment did not solve my problem. I noticed that javascript does not run properly in some websites (forms in vk.com) but those forms run OK in OPERA - how can you explain this!?
    And I have no errors in the Web Console (Firefox/Tools > Web Developer).
    I wrote you a link to the page where javascript does not work.
    ( you need to login to vk.com to see that page
    http://vk.com/app2622342_40916334#NEW/comp1427
    )

  • Why javascript is not running properly in firefox 36

    In firefox
    ajax XMLHTTPRequest is not working properly
    and some javascript also not working properly why?
    what is the reason

    Hello ap76t3,
    The Refresh feature (called "Reset" in older Firefox versions) can fix many issues by restoring Firefox to its factory default state while saving your bookmarks, history, passwords, cookies, and other essential information.
    '''''Note:''' When you use this feature, you will lose any extensions, toolbar customizations, and some preferences.'' See the [[Refresh Firefox - reset add-ons and settings]] article for more information.
    To Refresh Firefox:
    # Open the Troubleshooting Information page using one of these methods:
    #*Click the menu button [[Image:New Fx Menu]], click help [[Image:Help-29]] and select ''Troubleshooting Information''. A new tab containing your troubleshooting information should open.
    #*If you're unable to access the Help menu, type '''about:support''' in your address bar to bring up the Troubleshooting Information page.
    #At the top right corner of the page, you should see a button that says "Refresh Firefox" ("Reset Firefox" in older Firefox versions). Click on it.
    #Firefox will close. After the refresh process is completed, Firefox will show a window with the information that is imported.
    #Click Finish and Firefox will reopen.
    Did this fix the problem? Please report back to us!
    Thank you.

  • "Save a copy" does not run the JavaScript defined for AA WS/DS

    I'm displaying the pdf in browser (IE) and need to audit the user saving the file (e.g. from the floating toolbar's "Save a copy"). However, the script inserted to run on Additional Action Did Save/Will Save is not invoked (the script and the structure of the document are ok because I'm doing the exact same thing for Did Print and works just fine).
    So it looks like "Save a copy" is not "Save" .
    Any idea on how to work around this?
    Thanks,
    Radu

    Thanks a lot for the quick answer.
    I'm "injecting" in the pdf some JavaScript to run on AA+DS (ie. this.submitForm(<servlet>Action=Save#FDF)... so that I "know" when the user saves the pdf and I can do my auditing stuff). To my surprise the JavaScript is not executed when the user "Saves a Copy".
    The point about printing is that the script and document structure are correct since I'm calling this.submitForm(<servlet>Action=Print#FDF) on AA+DP to audit printing of the same document and works.
    Radu

  • Flash not running in FF but runs in IE and Chrome

    Hello:
    I am having an issue with Flash not running in Firefox but it is running in IE and Chrome. The main url is http://www.mcafee.com/us/campaign/network-security/virtualized-data-center.html on which there is a section called "ROI Calculator". The download button links to a flash program which opens up
    in IE and Chrome but does not open in Firefox. I am using windows 7 professional and Firefox 8. Here is the code for the page http://www.mcafee.com/us/resources/roi/brocade-mcafee-tco/roi-brocade-mcafee-tco.html :
    <!-- saved from url=(0014)about:internet -->
    <html lang="en">
    <!--
    Smart developers always View Source.
    This application was built using Adobe Flex, an open source framework
    for building rich Internet applications that get delivered via the
    Flash Player or to desktops via Adobe AIR.
    Learn more about Flex at http://flex.org
    // -->
    <head>
    <meta name="robots" content="noindex,nofollow">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
    <script type="text/javascript" src="http://s7.addthis.com/js/200/addthis_widget.js"></script>
    <script type="text/javascript" src="swfobject.js"></script>
    <script type="text/javascript">
    function openAddThisWindow(v1,v2,url)
                    return addthis_open(this, 'email' );
    </script>
    <!--  BEGIN Browser History required section -->
    <link rel="stylesheet" type="text/css" href="history/history.css" />
    <!--  END Browser History required section -->
    <title></title>
    <script src="AC_OETags.js" language="javascript"></script>
    <!--  BEGIN Browser History required section -->
    <script src="history/history.js" language="javascript"></script>
    <!--  END Browser History required section -->
    <style>
    body { margin: 0px; overflow:hidden }
    </style>
    <script language="JavaScript" type="text/javascript">
    <!--
    // Globals
    // Major version of Flash required
    var requiredMajorVersion = 9;
    // Minor version of Flash required
    var requiredMinorVersion = 0;
    // Minor version of Flash required
    var requiredRevision = 124;
    // -->
    </script>
    </head>
    <body scroll="no">
    <script language="JavaScript" type="text/javascript">
    <!--
    // Version check for the Flash Player that has the ability to start Player Product Install (6.0r65)
    var hasProductInstall = DetectFlashVer(6, 0, 65);
    // Version check based upon the values defined in globals
    var hasRequestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
    if ( hasProductInstall && !hasRequestedVersion ) {
        // DO NOT MODIFY THE FOLLOWING FOUR LINES
        // Location visited after installation is complete if installation is required
        var MMPlayerType = (isIE == true) ? "ActiveX" : "PlugIn";
        var MMredirectURL = window.location;
        document.title = document.title.slice(0, 47) + " - Flash Player Installation";
        var MMdoctitle = document.title;
        AC_FL_RunContent(
            "src", "playerProductInstall",
            "FlashVars", "MMredirectURL="+MMredirectURL+'&MMplayerType='+MMPlayerType+'&MMdoctitle='+MMdoctitle+"" ,
            "width", "100%",
            "height", "100%",
            "align", "middle",
            "id", "Brocade_ROI",
            "quality", "high",
            "bgcolor", "#FFFFFF",
            "name", "Brocade_ROI",
            "allowScriptAccess","sameDomain",
            "type", "application/x-shockwave-flash",
            "pluginspage", "http://www.adobe.com/go/getflashplayer"
    } else if (hasRequestedVersion) {
        // if we've detected an acceptable version
        // embed the Flash Content SWF when all tests are passed
        AC_FL_RunContent(
                "src", "Brocade_ROI",
                "width", "100%",
                "height", "100%",
                "align", "middle",
                "id", "Brocade_ROI",
                "quality", "high",
                "bgcolor", "#FFFFFF",
                "name", "Brocade_ROI",
                "allowScriptAccess","sameDomain",
                "type", "application/x-shockwave-flash",
                "pluginspage", "http://www.adobe.com/go/getflashplayer"
      } else {  // flash is too old or we can't detect the plugin
        var alternateContent = 'Alternate HTML content should be placed here. '
          + 'This content requires the Adobe Flash Player. '
           + '<a href=http://www.adobe.com/go/getflash/>Get Flash</a>';
        document.write(alternateContent);  // insert non-flash content
    // -->
    </script>
    <noscript>
          <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
                id="Brocade_ROI" width="100%" height="100%"
                codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
                <param name="movie" value="Brocade_ROI.swf" />
                <param name="quality" value="high" />
                <param name="bgcolor" value="#869ca7" />
                <param name="allowScriptAccess" value="sameDomain" />
                <embed src="Brocade_ROI.swf" quality="high" bgcolor="#869ca7" width="100%" height="100%" name="Brocade_ROI" align="middle" play="true" loop="false"            quality="high" allowScriptAccess="sameDomain" type"application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer"></embed>
        </object>
    </noscript>
    <!-- SiteCatalyst code version: H.21. -->
    <script language="javascript" type="text/javascript" src="http://www.mcafee.com/common/js/s_code-20110804.js"></script>
    <script language="javascript" type="text/javascript">
        s.pageName="corp:en-us:direct:resources:roi:brocade_mcafee_tco";
        s.pageName=s.pageName.toLowerCase();
        s.channel="corp:en-us:direct:resources:roi";
        s.eVar21=s.channel=s.channel.toLowerCase();
        s.eVar22="corp:en-us:direct:resources:roi:brocade_mcafee_tco";
        s.prop1=s.eVar22=s.eVar22.toLowerCase();
        s.events="event1";
        s.prop4=s.eVar4="us";
        s.prop5=s.eVar5="en-us";
        s.prop7=s.eVar7="NA";
        s.prop6=s.eVar6="direct";
    /************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
    var s_code=s.t();if(s_code)document.write(s_code)</script>
    <!-- End SiteCatalyst code version: H.21. -->
    </body>
    </html>
    Thanks in advance for your help.

    Too much text :/ I hate generated source - something always goes wrong and you never know what the hell
    What about embedding it yourself?
    Create empty HTML file, download swfobject.js: http://code.google.com/p/swfobject/downloads/list
    And use this block of code. Of course, change name of swf file, width and height. Unpack swfobject.js right next to the html file.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
      <head>
        <title>SWFObject dynamic embed - step 3</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <script type="text/javascript" src="swfobject.js"></script>
        <script type="text/javascript">
        swfobject.embedSWF("myContent.swf", "myContent", "800", "600", "9.0.0");
        </script>
      </head>
      <body>
        <div id="myContent">
          <p>Alternative content</p>
        </div>
      </body>
    </html>

  • Using Google GWT to create (Dashcode) widgets for iBook Author  I would like to embed interactive widgets in iBooks using iBookAuthor. The widgets in question started life in Java but GWT has allowed them to be converted to javascript and to run on web pa

    I would like to embed interactive widgets in iBooks using iBookAuthor. The widgets in question started life in Java but GWT has allowed them to be converted to javascript and to run on web pages (for example, http://softoption.us/content/node/437 scroll to the bottom). In theory, iBookAuthor can bring in most html5, and much javascript. The technique is to wrap the html in a folder, with 2 extra files, a plist and a default png and then change the extension of the folder to ‘.wdgt’. This is the technique for making Dashboard widgets for the Mac, and Apple even have the Dashcode software to do it. So what you really do is to make a Dashboard widget, then iBookAuthor can import it.  So far, so good. And some  folk have been doing this, for example http://www.prweb.com/releases/2012/2/prweb9242432.htm http://www.panophoto.org/forums/viewtopic.php?f=64&t=10417&p=158330#p158423 However, if you start with GWT and create a single page with one button and a Hello World, compile it, and get the WAR file (I use Eclipse here)… the Safari browser and others will run it properly (even on an iPad). Then if you wrap it, a proper Dashboard widget is created, which runs properly on a Mac. Then if you go to iBookAuthor and put a custom widget in the Text, then drag it in. It is accepted by the text and shown as being there. However, if you use Preview to look at it on an iPad, it is gone (or was never there in the first place). Anyone any ideas on this? [And iBook Author seems to give no warnings.] The widget is at https://dl.dropbox.com/u/46713473/Test6.wdgt.zip I have bells and whistles that I’d like to get into an iBook!
    Thanks for any insights.
    Martin

    I do have a little to add, which might help someone. Indeed, opening a blank page and dragging the widget straight in seems good in difficult cases. But, actually, I was also able to insert successfully from the Toolbar especially to blank pages. So, it may have been something to do with the columns and stuff like that. Anyway back then the insertion would show in iBooks Author but not in the Preview on the iPad. I moved on to actual Google Web Toolkit output javascript. Basically I had three at hand to try: a Hello World with a button which went straight it, one of moderate complexity, (for example with a built in Lisp interpreter), which also went straight in, and finally a more complex one that initially was rejected by iBook Author. Author complained that there was an unsupported media file (of course, Author does not tell you which one it is, that would be too easy). [Remember, this was a proper working Dashboard widget which could be installed on a Mac]. Among other things I had read remarks about .gif files. When looking through the GWT war directory at the actual javascript etc files, I noticed there were two gifs there one called ‘clear.cache.gif ‘  and a second one called  ‘0F89659FF3F324AE4116F700257E32BD.cache.gif’. (Now, there is obfuscation so the numbers here may be different from case to case.) The clear.cache.gif did not seem to be anything special. But the other one is an animation. It is three little boxes that twinkle (rather like a waiting spinning cursor).  So, I opened that file and saved it to itself (that picks the top frame of the animation and saves only that, leaving you with an unanimated gif). The resulting widget drags and drops into iBooks Author (and seems to work properly at a quick glance). So, if you are having trouble with ‘unsupported media files’ converting animated gifs into unanimated gifs might help in some cases.

  • I have a pdf file with the added sounds, so I can not run the sound in adobe reader XI on my tablet samsung galaxi pro (android)

    I have a pdf file with the added sounds, so I can not run the sound in adobe reader XI on my tablet samsung galaxi pro (android)

    Thanks for writing to us. Unfortunately, such advanced javascript support is currently not provided by Adobe Reader for Android.
    Thanks,
    Adobe Reader Team

  • Web links in .pdfs inoperable- "Acrob. could not run the browser"

    I keep my Adobe Reader updated often, but I've been experiencing a severe inconsistency with the ability to open a (FFox) web page by clicking a link given by the author of any given .pdf., embedded in it. Sometimes it works and opens up the new FFox page OK. But maybe a little more than half the  time I first get a security warning, "The document is trying to connect to (URL). If you trust this site, choose 'Allow'. If you do not trust this site, choose 'Block' ".   So, I'll click 'allow' and then I get a window saying, "Acrobat could not run the web browser.    Unknown error (740).
    I've tried to find out more about an error 740, but there's no relation online between any error w/ that # and Adobe. It reads kind of contradictory anyway, since it says "unknown error" but then gives you an error #.  Ideas, anyone? Thanks.
    (Message was edited by: Victorious57)

    I'm having the same problem and have found a few suggestions from different places that may help.
    1. Add the site / host to the trusted sites list in Internet explorer. E.G http://hostname or file://hostname or hostname.
    2. In Adobe reader or Acrobat go to START>PREFERENCES>JAVA SCRIPT Untick 'enable Acrobat JavaScript'.
    3. Create the documents from open office and use the export to PDF option.
    The last option seemed to work when adding the hostname to the trusted sites list in IE 8 (IE 6 didn't work)
    One thing I noticed when I created PDF's this way is the link was displayed as file://hostname/share/doc.pdf.
    When I converted a document from MS Word 2007 and used Acrobat standard to convert the document the link was displayed as file://///host/share.doc.pdf.
    I'm not sure why the extra //// were added but it seems that MS word puts the hyperlink in this format.
    As I said creating the document in Open Office worked when I added the host in IE 8's trusted site list but this isn't acceptable for me due our SOE restrictions.
    Our setup is as follows..
    XP Pro SP2
    Internet Explorer 6
    Adobe Acrobat Standard 9.3

  • Server side script not running on stand-alone XE

    Hello,
    In my application I created a Server side script (AJAX) which presents a select-list based on other fields on the page. The very same application runs on a 10g+APEX3.0.1 database AND on a standard XE+APEX2.1 database, which are both accessed via a HTTP-server. The application with the script runs fine on this platform (XP).
    I have two other XP-machines on which I also installed XE+APEX2.1. Both are stand-alone versions NOT accessed via a HTTP-server. I installed exactly the same application which runs on the platform with HTTP server on both of the machines. While testing the correct functioning, I noticed that everything works ok, EXCEPT the server side script which gives me a better select list. Instead of this I get the old-fashioned version of the select-list which is not able to use the value elsewhere on the page.
    I found a similar problem on the XE forum (Re: Server side scripts features ) but it doesn't answer my question how to get the script working on a standalone version of XE (= without access via a HTTP-server).
    Can anybody please help me?
    Thanks & regards,
    Jan.
    Message was edited by: Jan
    J. Hulsing

    Carl,
    Thanks for your suggestion to install FireFox and the Firebug tool (which I wasn't aware of).
    After having looked at the problem for hours, I found what I think is the problem: the htmldb_html_elements.js script.
    As already mentioned, the properly functioning XE on my local PC is accessed via a HTTP-server, as well as the 10gR2+APEX3.0.1 version also running on that PC.
    On the laptop, not running HTTP-server, I get the message: <br>
    <FONT COLOR="RED">$x is not defined <BR>
    <FONT COLOR="BLUE"> f_21_select_kpn<FONT COLOR="RED">(<FONT COLOR="BLUE">input<FONT COLOR="BLACK">#P21_GBREKNR 405<FONT COLOR="RED">, "P21_KOSTENPOST") <BR>
    <FONT COLOR="BLUE">onblur<FONT COLOR="RED">(<FONT COLOR="BLACK">blur <FONT COLOR="RED">)
    </FONT><BR>
    That is in the 'Console' of Firebug.
    When changing to Script I do see a remarkable difference.
    On the PC there the following text is found in the first lines of htmldb_html_elements.js:
    /*htmld_elements will contain the lower level html access js*/<br>
    var gDebug = true;<br>
    var gkeyPressTime;<br>
    var gLastTab=false;<br>
    var gRegex=false;<br>
    var ie=(document.all)?true:false;<br>
    if(ie){document.expando=true;}<br>
    var gDebugWindow = false;<br>
    /*<br>
    $x functions have to do with either single elements or array of elements<br>
    $v functions have to have to do with manipulating values or interaction based off a value<br>
    $xml function have to do with manipulating xml values<br>
    $a functions are based on ajax<br>
    $d functions are specific dhtml constructs<br>
    */<br>
    /* begin $x functions */<br>
    function $x(pNd){<br>
    try{<br>
    var node;<br>
    ...<br><br>
    On the laptop however the first few lines are:<br><br>
    /*htmld_elements will contain the lower level html access js*/<br>
    <br>
    var gDebug = true;<br>
    var gkeyPressTime;<br>
    var gLastTab=false;<br>
    var gRegex=false;<br>
    if(document.all){document.expando = true;}<br>
    // Elements //<br>
    <br>
    function html_GetElement(pNd){<br>
    try{<br>
    var node;<br>
    switch(typeof (pNd)){<br>
    ...<br><br>
    I think that the difference is in these two scripts.
    But why are the scripts different: it is the same XE that is installed on the laptop and the PC.<br>The answer I found in the images/javascript directory of APEX3.0.1 which is located in the APACHE directory-tree (you have to copy the images to APACHE when you use the HTTP-server). And indeed: the htmldb_html_elements.js has exactly the same text as what I see in Firebug on the PC. So XE on the PC is using the javascripts in the image-directory of APACHE on the PC and not the XE-version of the scripts, embedded in XE.
    <br><br>
    So the answer seems to be: copy the APEX3.0.1 versions of the script over to the PC and try to get them into the database. Or...???
    <br>
    Can it be loaded into the database? Will XE accept it?
    <BR><br>
    Would be nice to have answers if the conclusion I found is the right one and if it can be fixed by loading the js into XE.
    <br>
    Best regards and thanks for your help so far.
    <br>
    Jan.

  • Javascript is not enabled according to a number of apps, including synch.

    I am informed by a number of apps (including FireFox Synch) that JavaScript is not enabled. I am running FireFox 33.0 on an ASUS tablet running Windows 8.1. I have re-downloaded and un/re-installed FireFox a number of times. These apps have run on other windows machines with no issues.

    Interesting, when I go to the browser console, I get:
    ReferenceError: chapters is not defined HTML.js:6
    ReferenceError: version is not defined eASLRB.htm:71
    The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol. eASLRB.htm
    The files eASLRB.htm, HTML.js, are in the folder in question. Never seen this before, but it sounds like a non-trivial error. Possibly a corruption of some sort when I copied from DropBox?
    It looks like all the scripts being invoked are in a subfolder of the program folder nameded Scripts
    <META http-equiv="Content-Script-Type" content="text/javascript">
    <script language="JavaScript1.3" src="Script/util.js"></script>
    <script language="javascript" src="Script/globals.js"></script>
    <script language="javascript" src="Script/HTML.js"></script>
    <script language="JavaScript1.3" src="Script/nav.js"></script>
    <script language="javascript" src="Script/settings.js"></script>
    <script language="javascript" src="Script/search.js"></script>
    <script language="JavaScript1.3" src="Script/ToC.js"></script>
    <script language="JavaScript1.3" src="Script/text.js"></script>
    <script language="javascript" src="Script/qa.js"></script>
    <script language="javascript" src="Script/index.js"></script>
    <script language="javascript" src="Script/asop_settings.js"></script>
    <script language="javascript" src="Script/cookies.js"></script>
    <script language="javascript" src="Script/addendum.js"></script>
    <script language="javascript" src="prefs.js"></script>

  • [CS4 Server Win]: Plugin does not run on Windows Server 2003?

    Hi,
    can anybody help?
    My plugin is running on Windows XP and Windows Vista.
    On both operation systems the scripting methods are visible in ExtendScript Toolkit and can be called by javascript.
    On Windows Server 2003 my plugin is not running, the scripting methods are not visible in ExtendScript Toolkit!
    What is missing?
    Thanks,
    Alois Blaimer

    > I am using Visual Studio 2008 with the VC++ 9.0 compiler.
    > Could this be a problem?
    Yes.
    CS4: use VC2005 + SP1
    CS3: use VC2005 without SP1
    CS2: use VC2003
    In my previous post I described one of the problems I found out the hard way - walking around in disassembler is a pain, even more Intel and Windows, comparing to Mac, and PowerPC. Since then I only use the official tools even if others tell it worked for them, and I keep the InDesign installations for final build and test on the earliest supported operating system.
    Dirk

  • Captivate 8 - Javascript does not work in runtime

    Hello,
    I have been playing with using javascript within Captivate, testing both Captivate 7 and 8.  Using simple code attached to a smart shape button - three alert statements - , I proceeded to test the javascript in both the preview and run time mode.  here are my results :
    Captivate 7
         HTML5 (preview) - only the last alert statement executes    
         HTML5 (published, runtime) - only the last alert statement executes   
         SWF (preview) - all three statements execute      : )
         SWF (published, runtime) - none of the three execute  
    Captivate 8
         HTML5 (preview) - only the last alert statement executes 
         HTML5 (published, runtime) - only the last alert statement executes
         SWF (preview) -none of the three execute
         SWF (published, runtime) - none of the three execute
    Can someone help me out with this?  I would like to my javascript to work in the published versions of both SWF and HTML5 for at least Captivate 8....
    Thank you!

    Hi Rscharfer,
    As the alert dialog box for HTML5 captivate is not modal, the javascript will not pause after executing the first alert, hence what is happening in your case is that all the three alerts are printed one by one over each other and you are just able to see the last one. when you click on the last one the click goes to all the alerts and closes them all.
    try this one, put this script on javascript execute action on a button.
    setTimeout(function(){alert('Hello')},300);
    setTimeout(function(){alert('Shriyansh')},10000);
    setTimeout(function(){alert('Agnihotri')},30000);
    The above script will prove you that all the three are executed and you will get all the 3 alert boxes one after other with intervals as 300ms,10secs and 30 secs.
    Let me know if there are queries on this.
    Thanks and Regards
    Shriyansh
    Adobe Engineering Team.

  • Mac Fireworks Can not Run.  An Internal Error

    I have a two day old iMac with Snow Leopard(OSX 10.6.5)    I just installed a freshly download version of Adobe CS4 Design Premium.  All of the other applications work great except for Fireworks.   The program never loads, I only see the splash screen and then the error pops up that it can not run, an internal error occurred.   It has the updater installed 10.0.4.1.   I don't know what to do..

    I do get this type of error dump to send to Apple .  Sorry for taking up so much space here on the forum...
    Process:         Adobe Fireworks CS4 [174]
    Path:            /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/MacOS/Adobe Fireworks CS4
    Identifier:      com.macromedia.fireworks
    Version:         Adobe Fireworks CS4 version "10.0.0.495" (10.0.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [92]
    Date/Time:       2010-12-31 19:50:11.304 -0500
    OS Version:      Mac OS X 10.6.5 (10H574)
    Report Version:  6
    Interval Since Last Report:          61862 sec
    Crashes Since Last Report:           3
    Per-App Interval Since Last Report:  386 sec
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                      2573B182-7C05-4E09-8157-30FC749FB681
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000000000c
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libstdc++.6.dylib             0x9715bf4e std::_Rb_tree_increment(std::_Rb_tree_node_base*) + 36
    1   com.macromedia.fireworks      0x00ee3506 0x1000 + 15607046
    2   com.macromedia.fireworks      0x00ee3534 0x1000 + 15607092
    3   com.macromedia.fireworks      0x00ee3853 0x1000 + 15607891
    4   com.macromedia.fireworks      0x005e70e4 0x1000 + 6185188
    5   com.macromedia.fireworks      0x005e7942 0x1000 + 6187330
    6   com.macromedia.fireworks      0x001f33d7 0x1000 + 2040791
    7   com.macromedia.fireworks      0x001f5076 0x1000 + 2048118
    8   com.macromedia.fireworks      0x00e6d986 0x1000 + 15124870
    9   com.macromedia.fireworks      0x00e6db1f 0x1000 + 15125279
    10  com.macromedia.fireworks      0x00e6dcba 0x1000 + 15125690
    11  com.macromedia.fireworks      0x00e6dd0a 0x1000 + 15125770
    12  com.macromedia.fireworks      0x0017d27b 0x1000 + 1557115
    13  com.macromedia.fireworks      0x0017d2bc 0x1000 + 1557180
    14  com.macromedia.fireworks      0x00e80555 0x1000 + 15201621
    15  com.macromedia.fireworks      0x00e805b2 0x1000 + 15201714
    16  com.macromedia.fireworks      0x001f4ff9 0x1000 + 2047993
    17  com.macromedia.fireworks      0x001f5040 0x1000 + 2048064
    18  com.macromedia.fireworks      0x00e6d986 0x1000 + 15124870
    19  com.macromedia.fireworks      0x00e6db1f 0x1000 + 15125279
    20  com.macromedia.fireworks      0x00e6dcba 0x1000 + 15125690
    21  com.macromedia.fireworks      0x00e6dd0a 0x1000 + 15125770
    22  com.macromedia.fireworks      0x0017d27b 0x1000 + 1557115
    23  com.macromedia.fireworks      0x0017d2bc 0x1000 + 1557180
    24  com.macromedia.fireworks      0x00e80555 0x1000 + 15201621
    25  com.macromedia.fireworks      0x00e805b2 0x1000 + 15201714
    26  com.macromedia.fireworks      0x001f4ff9 0x1000 + 2047993
    27  com.macromedia.fireworks      0x001f5040 0x1000 + 2048064
    28  com.macromedia.fireworks      0x00e6d986 0x1000 + 15124870
    29  com.macromedia.fireworks      0x00e6db1f 0x1000 + 15125279
    30  com.macromedia.fireworks      0x00e6dcba 0x1000 + 15125690
    31  com.macromedia.fireworks      0x00e6dd0a 0x1000 + 15125770
    32  com.macromedia.fireworks      0x0017d27b 0x1000 + 1557115
    33  com.macromedia.fireworks      0x0017d3da 0x1000 + 1557466
    34  com.macromedia.fireworks      0x00e71d87 0x1000 + 15142279
    35  libSystem.B.dylib             0x90cab1ff __cxa_finalize + 208
    36  libSystem.B.dylib             0x90cab114 exit + 33
    37  com.apple.HIServices          0x996cf8bb _GetApplicationDesiresAttention + 0
    38  com.macromedia.fireworks      0x007883b6 0x1000 + 7893942
    39  libPowerPlant2.dylib          0x021f3945 FW_PowerPlant::LCarbonApp::Run() + 49
    40  com.macromedia.fireworks      0x00784386 0x1000 + 7877510
    41  com.macromedia.fireworks      0x000037be 0x1000 + 10174
    42  com.macromedia.fireworks      0x000036d9 0x1000 + 9945
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x90cb2982 kevent + 10
    1   libSystem.B.dylib             0x90cb309c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib             0x90cb2559 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib             0x90cb22fe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib             0x90cb1d81 _pthread_wqthread + 390
    5   libSystem.B.dylib             0x90cb1bc6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib             0x90cbee39 syscall + 5
    1   com.apple.OpenTransport       0x0ad45851 CarbonSelectThreadFunc + 257
    2   libSystem.B.dylib             0x90cb985d _pthread_start + 345
    3   libSystem.B.dylib             0x90cb96e2 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib             0x90cba0a6 __semwait_signal + 10
    1   libSystem.B.dylib             0x90cb9d62 _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x90cbb9f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.OpenTransport       0x0ad41d73 CarbonOperationThreadFunc + 203
    4   libSystem.B.dylib             0x90cb985d _pthread_start + 345
    5   libSystem.B.dylib             0x90cb96e2 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib             0x90c8c15a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x90cb9ce5 _pthread_cond_wait + 1066
    2   libSystem.B.dylib             0x90ce8ac8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore 0x940dbecd TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore 0x940dbc0b TSWaitOnSemaphoreCommon + 511
    5   ...ple.CoreServices.CarbonCore 0x940ffe33 TimerThread + 97
    6   libSystem.B.dylib             0x90cb985d _pthread_start + 345
    7   libSystem.B.dylib             0x90cb96e2 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib             0x90c8c0fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x90c8c867 mach_msg + 68
    2   ...ple.CoreServices.CarbonCore 0x941850d0 YieldToThread + 446
    3   ...ple.CoreServices.CarbonCore 0x941851d3 SetThreadState + 134
    4   ...ple.CoreServices.CarbonCore 0x9418528e SetThreadStateEndCritical + 111
    5   libPowerPlant2.dylib          0x022054e7 FW_PowerPlant::LThread::SemWait(FW_PowerPlant::LSemaphore*, long, QHdr&, unsigned char&) + 119
    6   libPowerPlant2.dylib          0x022043fd FW_PowerPlant::LSemaphore::BlockThread(long) + 61
    7   libPowerPlant2.dylib          0x02204460 FW_PowerPlant::LSemaphore::Wait(long) + 68
    8   libPowerPlant2.dylib          0x0220596c FW_PowerPlant::LThread::Cleanup::Run() + 32
    9   libPowerPlant2.dylib          0x022066ec FW_PowerPlant::LThread::DoEntry(void*) + 30
    10  ...ple.CoreServices.CarbonCore 0x9418585f CooperativeThread + 309
    11  libSystem.B.dylib             0x90cb985d _pthread_start + 345
    12  libSystem.B.dylib             0x90cb96e2 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib             0x90c8c142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x90cb9cfc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x90d0246f pthread_cond_wait + 48
    3   com.adobe.amt.services        0x204f6552 AMTConditionLock::LockWhenCondition(int) + 46
    4   com.adobe.amt.services        0x204f1995 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 115
    5   com.adobe.amt.services        0x204f65b0 AMTThread::Worker(void*) + 20
    6   libSystem.B.dylib             0x90cb985d _pthread_start + 345
    7   libSystem.B.dylib             0x90cb96e2 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib             0x90cba0a6 __semwait_signal + 10
    1   libSystem.B.dylib             0x90cb9d62 _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x90cbb9f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x940f051e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x940dbea5 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x940d7873 MPWaitOnQueue + 250
    6   com.macromedia.fireworks      0x009a83b7 0x1000 + 10122167
    7   ...ple.CoreServices.CarbonCore 0x940bb85a PrivateMPEntryPoint + 68
    8   libSystem.B.dylib             0x90cb985d _pthread_start + 345
    9   libSystem.B.dylib             0x90cb96e2 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib             0x90cba0a6 __semwait_signal + 10
    1   libSystem.B.dylib             0x90cb9d62 _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x90cbb9f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x940f051e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x940dbea5 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x940d7873 MPWaitOnQueue + 250
    6   AdobeACE                      0x03bd438d 0x3ba3000 + 201613
    7   AdobeACE                      0x03bd3d85 0x3ba3000 + 200069
    8   ...ple.CoreServices.CarbonCore 0x940bb85a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x90cb985d _pthread_start + 345
    10  libSystem.B.dylib             0x90cb96e2 thread_start + 34
    Thread 9:
    0   libSystem.B.dylib             0x90cba0a6 __semwait_signal + 10
    1   libSystem.B.dylib             0x90cb9d62 _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x90cbb9f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x940f051e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x940dbea5 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x940d7873 MPWaitOnQueue + 250
    6   AdobeACE                      0x03bd438d 0x3ba3000 + 201613
    7   AdobeACE                      0x03bd3d85 0x3ba3000 + 200069
    8   ...ple.CoreServices.CarbonCore 0x940bb85a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x90cb985d _pthread_start + 345
    10  libSystem.B.dylib             0x90cb96e2 thread_start + 34
    Thread 10:
    0   libSystem.B.dylib             0x90cba0a6 __semwait_signal + 10
    1   libSystem.B.dylib             0x90cb9d62 _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x90cbb9f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x940f051e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x940dbea5 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x940d7873 MPWaitOnQueue + 250
    6   AdobeACE                      0x03bd438d 0x3ba3000 + 201613
    7   AdobeACE                      0x03bd3d85 0x3ba3000 + 200069
    8   ...ple.CoreServices.CarbonCore 0x940bb85a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x90cb985d _pthread_start + 345
    10  libSystem.B.dylib             0x90cb96e2 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x00000001  ecx: 0x0a850002  edx: 0x0a850002
      edi: 0x0a857ed0  esi: 0x0a859c20  ebp: 0xbfffe968  esp: 0xbfffe968
       ss: 0x0000001f  efl: 0x00010246  eip: 0x9715bf4e   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x0000000c
    Binary Images:
        0x1000 -  0x1382fdf +com.macromedia.fireworks Adobe Fireworks CS4 version "10.0.0.495" (10.0.0) <7F543F6E-FB5A-4B57-8061-65703B7FE4BD> /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/MacOS/Adobe Fireworks CS4
    0x1dcd000 -  0x1e9ffe7 +AdobeAXEDOMCore ??? (???) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x1f53000 -  0x1fb6027 +com.adobe.PlugPlug 1.0.0.71 (1.0.0.71) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0x2017000 -  0x2034fef +libCurl.dylib ??? (???) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/MacOS/libCurl.dylib
    0x203c000 -  0x2056fea +libChar16.dylib ??? (???) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/MacOS/libChar16.dylib
    0x2061000 -  0x2083fc0 +libCoreTypes.dylib ??? (???) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/MacOS/libCoreTypes.dylib
    0x209a000 -  0x20a1ffc  com.apple.carbonframeworktemplate 1.0 (1.0) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/NetIO.framework/Versions/A/NetIO
    0x20b1000 -  0x20b5fff +Dioxide.dylib ??? (???) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/Dioxide.dylib
    0x20c1000 -  0x20c8ffd +libfwutility.dylib ??? (???) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/libfwutility.dylib
    0x20d2000 -  0x2122fc7 +com.macromedia.javascript Javascript version 1.0 (1.0) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/Javascript.framework/Versions/A/Javascript
    0x2137000 -  0x2144fff +com.macromedia.moa Moa version 1.0 (1.0) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/Moa.framework/Versions/A/Moa
    0x2151000 -  0x2158fff +com.macromedia.morefiles MoreFiles version 1.0 (1.0) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/MoreFiles.framework/Versions/A/MoreFiles
    0x215f000 -  0x224bfef +libPowerPlant2.dylib ??? (???) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/libPowerPlant2.dylib
    0x23f1000 -  0x241bffc +SiteShare.dylib ??? (???) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/SiteShare.dylib
    0x2452000 -  0x2459fe3 +com.macromedia.testframework 1.0 (1.0) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/uwchar.framework/Versions/A/uwchar
    0x245e000 -  0x2462ffc +com.adobe.AdobeCrashReporter 2.5 (3.0.20080806) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x2468000 -  0x2484fd7 +com.adobe.LogTransport 1.0 (1.0) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/LogTransport.framework/Versions/A/LogTransport
    0x248f000 -  0x24a8fff +libgiff.dylib ??? (???) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/libgiff.dylib
    0x24b5000 -  0x24d3fe7 +com.macromedia.png LibPNG version 1.0 (1.0) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/LibPNG.framework/Versions/A/LibPNG
    0x24db000 -  0x24e9feb +com.macromedia.zlib ZLib version 1.0 (1.0) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/ZLib.framework/Versions/A/ZLib
    0x24ee000 -  0x29ecfc3 +AdobeOwlCanvas ??? (???) <874635A0-B4F1-4387-8728-9C795AB8E905> /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x2b35000 -  0x2b46ffb +LogTransport2 ??? (???) <835B7B84-5A67-370B-AB39-8E448AA81FA0> /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/LogTransport2.framework/Versions/A/LogTransport2
    0x2b50000 -  0x2b7fff7 +com.adobe.headlights.LogSessionFramework ??? (2.0.0.06112008) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x2ba7000 -  0x2d5dff4 +com.adobe.amtlib amtlib 2.0.1.10077 (2.0.1.10077) <CB2EC3BF-6771-4DAB-BF29-6775FB6F9608> /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x2d94000 -  0x2f8efcf +AdobeOwl ??? (???) <75FF96D2-B036-4FF2-8738-033320CE25C2> /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x3009000 -  0x3099fc3 +WRServices ??? (???) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x321b000 -  0x32f0fdd +FileInfo ??? (???) <72E78CD5-408E-477E-AA47-2571017DC2F9> /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x3321000 -  0x3345ff6 +AdobeAXE8SharedExpat ??? (???) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x3358000 -  0x3372fff +AdobeBIB ??? (???) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x337d000 -  0x33ddfc7 +AdobeXMP ??? (???) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x33ec000 -  0x3a07fd7 +AdobeAGM ??? (???) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x3ba3000 -  0x3cb0fff +AdobeACE ??? (???) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x3cce000 -  0x3f6afcf +AdobeCoolType ??? (???) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x3ff5000 -  0x4016ff7 +AdobeBIBUtils ??? (???) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x4023000 -  0x4063fef +AdobeARE ??? (???) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
    0x406d000 -  0x4437fef +AdobeMPS ??? (???) <277E01A3-CAC3-4FA9-A591-4BC0A5BC125A> /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x44c6000 -  0x4abefdf +AdobePDFL ??? (???) <7C5A530C-740F-4598-8BA2-6AFF51FD2CA2> /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
    0x4c02000 -  0x5922fff +com.adobe.psl AdobePSL 11.0.0.1656 (11.0.0.1656) <A87566A2-8B8D-45B7-98FF-5396A77649C8> /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0x5c56000 -  0x5cd2fef +AdobeScCore 3.7.0 (compatibility 3.7.0) <17A0DA14-E4D4-42B0-81B4-B75E4CB2DD8C> /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0x5d28000 -  0x5e10fdf +AdobePDFPort ??? (???) <09C649C4-29D4-4CC6-A22A-BFFD4F751169> /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
    0x5e55000 -  0x5ee22cb +libicucnv.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicucnv.dylib.36.0
    0x5f0f000 -  0x68bf57f +libicudata.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0
    0x68c2000 -  0x699123b +libicui18n.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/ICUInternationalization.framework/Versions/3.6/libicui18n.dyl ib.36.0
    0x6a3a000 -  0x6b0edb7 +libicuuc.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc.dylib.36.0
    0x6b6f000 -  0x782cfdf +com.adobe.illustrator 338 (14.0.0) <D8621BED-6312-45E6-89E1-F49896F3E87E> /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/AILib.framework/Versions/A/AILib
    0x8925000 -  0x8975fff +com.adobe.illustrator.aiport AIPort version 1.0 (1.0) <9B4C73DE-716B-4787-BB01-E1DDDC6DEA53> /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/AIPort.framework/Versions/A/AIPort
    0x8a0e000 -  0x8a5dff3 +FilterPort ??? (???) <66918FA0-9135-4C31-81DA-D4B5F8FDB798> /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/FilterPort.framework/Versions/A/FilterPort
    0x8afc000 -  0x8afd027 +SPBasic ??? (???) <9121C50E-FA52-4FA2-B299-AF180C3A1316> /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/SPBasic.framework/Versions/A/SPBasic
    0x8b01000 -  0x8edb01f +com.adobe.linguistic.LinguisticManager 4.0.0 (7863) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x8f8f000 -  0x903ffeb +libCrypto.dylib ??? (???) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/MacOS/libCrypto.dylib
    0x908a000 -  0x90acffc +libSSL.dylib ??? (???) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/MacOS/libSSL.dylib
    0x90b9000 -  0x90f9ff7  com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x9112000 -  0x91c7fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
    0x9778000 -  0x9786fe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <07211458-FD06-9FEF-3DF4-2E5F0304D4BC> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x97cf000 -  0x97d0ff7  com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0xad3e000 -  0xad59ff7  com.apple.OpenTransport 10.6.0 (10.6.0) <ECA6FEC6-5ECD-51BA-162F-CFC43899196A> /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0xadab000 -  0xadf2fc7 +com.adobe.adobe_caps adobe_caps 2.0.99.0 (2.0.99.0) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0xae02000 -  0xae0fff7 +com.adobe.asneu.framework asneu version 1.6.2f01 (1.6.2) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0xae1d000 -  0xae1dff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0xbfc0000 -  0xbfdafc3  com.apple.AppleIntermediateCodec 1.2 (145) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleIntermediateCodec
    0xbfdf000 -  0xbfe4ff7  com.apple.AppleMPEG2Codec 1.0.1 (220) <6FDFF3C8-7ECE-CB74-1374-9C0230C54F78> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0x204d6000 - 0x20577fc3 +com.adobe.amt.services AMTServices 2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:31:09) (2 . 0) <31E82904-C3C2-424E-A1AE-A5EFADBB19B8> /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservices
    0x20655000 - 0x206aafef  com.apple.AppleProResDecoder 2.0 (223) <793BA98A-2E7D-1C39-998D-805B60034DF4> /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProResDecoder
    0x206e2000 - 0x206fbfe7  com.apple.applepixletvideo 1.2.19 (1.2d19) <4A68731C-8071-6CF5-012C-40F00CD1333A> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixletVideo
    0x208ac000 - 0x20d2efe3 +AdobeLM_libFNP.dylib ??? (???) <02E9AC76-9CC6-4974-AF05-48E737C2CC20> /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/amtlib.framework/Versions/A/AdobeLM_libFNP.dylib
    0x20e58000 - 0x20ed2fe7  com.apple.AppleVAH264HW.component 2.0 (1.0) <B76CE5C0-7401-3B9C-CC22-369DABAAC2DD> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x20f95000 - 0x20fd1fe3  com.apple.QuickTimeFireWireDV.component 7.6.6 (1756) <5723A7A8-2C99-561B-8D87-C8B0716436FA> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireD V
    0x21148000 - 0x2115aff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <8D606435-1A3C-FE0B-824A-1386809FFFF5> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x22300000 - 0x22331fe3 +com.adobe.amt.registration AMTRegistration 2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:31:09) (2 . 0) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/registration.framework/Versions/A/registration
    0x2236a000 - 0x223c6ff2 +AdobeUpdater ??? (???) <064CFAA4-1CAF-46E3-BEBF-04948641C927> /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/AdobeUpdater.framework/Versions/A/AdobeUpdater
    0x40000000 - 0x400ae030 +AdobeJP2K ??? (???) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <28F0312C-0678-159E-34E2-9A4E3DEADB20> /usr/lib/dyld
    0x9000d000 - 0x900d7fef  com.apple.CoreServices.OSServices 357 (357) <8E13E1FB-6EBD-780B-6B08-B37118311071> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x900d8000 - 0x9034bfe7  com.apple.Foundation 6.6.4 (751.42) <ACC0BAEB-C590-7052-3AB2-86C207C3D6D4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90401000 - 0x9040ffe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x9048f000 - 0x905c6ff7  com.apple.CoreAUC 6.04.04 (6.04.04) <050D9D16-AAE7-3460-4318-8449574F26C7> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x905c7000 - 0x90675ff3  com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x90676000 - 0x90676ff7  com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x90677000 - 0x906bbff3  com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x906bc000 - 0x907c8ff7  libGLProgrammability.dylib ??? (???) <8B308FAE-843F-EE76-0254-3374CBFFA7B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x907c9000 - 0x907c9ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x907ca000 - 0x907eafe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x907eb000 - 0x90c01ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x90c49000 - 0x90c8aff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <16DAE1A5-937A-1CA2-D98F-2AF958B62993> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x90c8b000 - 0x90e32ff7  libSystem.B.dylib 125.2.1 (compatibility 1.0.0) <62291026-D016-705D-DC1E-FC2B09D47DE5> /usr/lib/libSystem.B.dylib
    0x90ee0000 - 0x90f7dfe3  com.apple.LaunchServices 362.1 (362.1) <885D8567-9E40-0105-20BC-42C7FF657583> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x91026000 - 0x910a8ffb  SecurityFoundation ??? (???) <006B3166-E7E2-F763-04FC-3DD458C14F5F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x910f7000 - 0x91109ff7  com.apple.CoreMediaAuthoring 0.700 (700) <446FBB01-279B-2BED-E5A8-D36241B704B1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing
    0x9110a000 - 0x9111ffff  com.apple.ImageCapture 6.0.1 (6.0.1) <E7ED2AC1-834C-A44E-531E-EC05F0496DBF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x91120000 - 0x91142fef  com.apple.DirectoryService.Framework 3.6 (621.9) <F2EEE9D7-D4FB-14F3-E647-ABD32754F557> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x91159000 - 0x9158eff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x91609000 - 0x91625fe3  com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x91626000 - 0x91657ff7  libGLImage.dylib ??? (???) <78F59EAB-BBD4-7366-CA84-970547501978> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x91658000 - 0x91693feb  libFontRegistry.dylib ??? (???) <4FB144ED-8AF9-27CF-B315-DCE5575D5231> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x91694000 - 0x916a8fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x91ac5000 - 0x91b3ffff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <F7C9B01D-45AD-948B-2D26-9736524C1A33> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91b40000 - 0x91c44fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <BDEFA030-5E75-7C47-2904-85AB16937F45> /usr/lib/libcrypto.0.9.8.dylib
    0x91c96000 - 0x91cd9ff7  libGLU.dylib ??? (???) <F8580594-0B38-F3ED-A715-CB3776B747A0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x91cda000 - 0x91d90ff7  libFontParser.dylib ??? (???) <33F62EE1-E457-C6FD-369E-E86745B94A4B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x91d91000 - 0x91d9dff7  libkxld.dylib ??? (???) <F0E915AD-6B32-0D5E-D24B-B188447FDD23> /usr/lib/system/libkxld.dylib
    0x91d9e000 - 0x91d9eff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x91e0e000 - 0x925fd557  com.apple.CoreGraphics 1.545.0 (???) <1AB39678-00D5-FB88-3B41-93D78348E0DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x92647000 - 0x92647ff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x92751000 - 0x9279afe7  libTIFF.dylib ??? (???) <AC1FC806-F7F4-174B-375F-FE5D6008666C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x928ab000 - 0x928adff7  com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x928ae000 - 0x928cffe7  com.apple.opencl 12.3 (12.3) <DEA600BF-4F54-66B5-DB2F-DC57FD518543> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x928d0000 - 0x92980ff3  com.apple.ColorSync 4.6.3 (4.6.3) <0354B408-665F-8B3F-87FF-64E6322276F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x92981000 - 0x929e2fe7  com.apple.CoreText 3.5.0 (???) <BB50C045-25F5-65B8-B1DB-8CDAEF45EB46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x929e3000 - 0x92cdcfef  com.apple.QuickTime 7.6.6 (1756) <F08B13B6-31D7-BD18-DA87-A0CDFCF13B8F> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92cdd000 - 0x93048ff7  com.apple.QuartzCore 1.6.3 (227.34) <CC1C1631-D8D1-D416-171E-A1683274E479> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x93049000 - 0x93082ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <D6F24434-8217-DF72-2126-1953080680D7> /usr/lib/libcups.2.dylib
    0x93083000 - 0x93fd5fef  com.apple.QuickTimeComponents.component 7.6.6 (1756) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponent s
    0x9406b000 - 0x94078ff7  com.apple.NetFS 3.2.1 (3.2.1) <A6443845-5815-2429-7649-C51A4B5E7DF9> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x94079000 - 0x9407bff7  libRadiance.dylib ??? (???) <10048B4A-2AE8-A4E2-21B8-C6E7A8C5B76F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x9407c000 - 0x94087ff7  libGL.dylib ??? (???) <48405993-0AE9-292B-6705-C3525528682A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x94088000 - 0x9408efff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x9408f000 - 0x94094ff7  com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x94095000 - 0x943b5ff3  com.apple.CoreServices.CarbonCore 861.23 (861.23) <B08756E4-32C5-CC33-0268-7C00A5ED7537> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x943b6000 - 0x943caffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x94410000 - 0x9453ffe3  com.apple.audio.toolbox.AudioToolbox 1.6.5 (1.6.5) <0A0F68E5-4806-DB51-764B-D97554B801AD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94540000 - 0x94547ff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x94548000 - 0x94e28ff7  com.apple.AppKit 6.6.7 (1038.35) <ABC7783C-E4D5-B848-BED6-99451D94D120> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94e29000 - 0x94ed1ffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x94ed2000 - 0x94edcffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x94edd000 - 0x94f3aff7  com.apple.framework.IOKit 2.0 (???) <A769737F-E0D6-FB06-29B4-915CF4F43420> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x94f3b000 - 0x94f3cff7  com.apple.TrustEvaluationAgent 1.1 (1) <FEB55E8C-38A4-CFE9-A737-945F39761B4C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x94f4d000 - 0x94f80ff7  com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x94fd8000 - 0x9501cfe7  com.apple.Metadata 10.6.3 (507.12) <8632684D-ED4C-4CE1-4C53-015DFF10D873> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x95192000 - 0x95286ff7  libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <9EC28185-D26F-533F-90C4-FBAA13A15947> /usr/lib/libiconv.2.dylib
    0x9541f000 - 0x9554bffb  com.apple.MediaToolbox 0.484.20 (484.20) <D67788A2-B772-C5DB-B12B-173B2F8EE40B> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x955f9000 - 0x95679feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x9567a000 - 0x95b33ffb  com.apple.VideoToolbox 0.484.20 (484.20) <E7B9F015-2569-43D7-5268-375ED937ECA5> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x95b34000 - 0x95b5cff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x95b9e000 - 0x95e01fef  com.apple.security 6.1.1 (37594) <1949216A-7583-B73A-6112-4D55CA5852E3> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x95e02000 - 0x95e10ff7  com.apple.opengl 1.6.11 (1.6.11) <286D1BC4-4CD8-3CD4-F723-5C196FE15FE0> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x95e11000 - 0x95ea3fe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x96292000 - 0x96295ff7  libCoreVMClient.dylib ??? (???) <1F738E81-BB71-32C5-F1E9-C1302F71021C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x96296000 - 0x96299fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x9629a000 - 0x962a3ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x962a4000 - 0x962e1ff7  com.apple.CoreMedia 0.484.20 (484.20) <105DDB24-E45F-5473-99E1-B09FDEAE4500> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x96309000 - 0x96437fe7  com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x96438000 - 0x9643cff7  libGIF.dylib ??? (???) <DA5758A4-71B0-DD6E-7402-B7FB15387569> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x9643d000 - 0x964eafe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x964eb000 - 0x96595fe7  com.apple.CFNetwork 454.11.5 (454.11.5) <D8963574-285A-3BD6-6B25-07D39C6F67A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x96596000 - 0x965dcff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x96721000 - 0x96739ff7  com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x9673a000 - 0x9673dffb  com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x9673e000 - 0x96764ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x96765000 - 0x967d4ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x967d5000 - 0x96870ff7  com.apple.ApplicationServices.ATS 4.4 (???) <ECB16606-4DF8-4AFB-C91D-F7947C26040F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x96871000 - 0x96871ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x96872000 - 0x9692bfe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x9692c000 - 0x9692cff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x96988000 - 0x969ecffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x969ed000 - 0x96a11ff7  libJPEG.dylib ??? (???) <46AF3A0F-2B8D-87B9-62D4-0905678A64DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x96a12000 - 0x96bcbfeb  com.apple.ImageIO.framework 3.0.4 (3.0.4) <C145139E-24C4-5A3D-B17C-809D528354B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x96bcc000 - 0x96bd0ff7  IOSurface ??? (???) <D849E1A5-6B0C-2A05-2765-850EC39BA2FF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x96c9f000 - 0x96d7afeb  com.apple.DesktopServices 1.5.9 (1.5.9) <CED00AC1-924B-0E45-7D5E-1CEA8929F5BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x96d7b000 - 0x9709ffef  com.apple.HIToolbox 1.6.3 (???) <0A5F56E2-9AF3-728D-70AE-429522AEAD8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x9714f000 - 0x971b9fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x976da000 - 0x97727feb  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <8B819445-BDC3-74BD-4A7B-D650E511F0BF> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x9772e000 - 0x9774dff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9776e000 - 0x9776eff7  com.apple.Carbon 150 (152) <B7AA34BE-057A-4A6B-A535-792AC1015F8E> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x977de000 - 0x978bcfef  com.apple.QuickTimeMPEG4.component 7.6.6 (1756) <D01DEFB0-625A-798D-2091-5012C778951D> /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG4
    0x978e9000 - 0x9792cff7  com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x98566000 - 0x98567ff7  com.apple.audio.units.AudioUnit 1.6.5 (1.6.5) <BE4C2495-B758-AD22-DCC0-56A6791E948E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x98608000 - 0x98608ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x986b3000 - 0x986f5ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x986f6000 - 0x98700fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x98701000 - 0x988dcff3  libType1Scaler.dylib ??? (???) <A7AB841A-3F40-E0B8-ADDD-44014C7287C9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libType1Scaler.dylib
    0x988dd000 - 0x988eeff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x988ef000 - 0x988f2ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <B624AACE-991B-0FFA-2482-E69970576CE1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x988f3000 - 0x9896efff  com.apple.AppleVAFramework 4.10.12 (4.10.12) <89C4EBE2-FE27-3160-0BD1-D0C2ED5F3605> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x9896f000 - 0x98976ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <53FFD667-5E3E-4140-6A4B-0D283269DC6D> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x98977000 - 0x98982ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <CB2510BD-A5B3-9D90-5917-C73F6ECAC913> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x989dc000 - 0x989f7ff7  libPng.dylib ??? (???) <E14178E0-B92D-94EA-DACB-04F346D7534C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x98a39000 - 0x98a3dff7  libGFXShared.dylib ??? (???) <C3A805C4-C0E5-B300-430A-7E811395CB8E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x98a3e000 - 0x98a7bff7  com.apple.SystemConfiguration 1.10.5 (1.10.2) <362DF639-6E5F-9371-9B99-81C581A8EE41> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x98cb6000 - 0x98ce8fe3  libTrueTypeScaler.dylib ??? (???) <6E9D1A50-330E-F1F4-F93D-9ECC8A61B21A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x98e4c000 - 0x98fcefe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <35DB7644-0780-D2AB-F6A9-45F28D2D434A> /usr/lib/libicucore.A.dylib
    0x98fcf000 - 0x990d0fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x990dc000 - 0x9912cff7  com.apple.framework.familycontrols 2.0.1 (2010) <9F2045F3-DAC5-D976-F47E-27C58F80585D> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x9913c000 - 0x9914cff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x991c9000 - 0x992a6ff7  com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x996a2000 - 0x996a4ff7  com.apple.QuickTimeH264.component 7.6.6 (1756) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x996a5000 - 0x996f6ff7  com.apple.HIServices 1.8.1 (???) <51BDD848-32A5-2425-BE07-BD037A89630A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x996f7000 - 0x9978ffe7  edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x99790000 - 0x9990bfe7  com.apple.CoreFoundation 6.6.4 (550.42) <C78D5079-663E-9734-7AFA-6CE79A0539F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9990c000 - 0x9991eff7  com.apple.MultitouchSupport.framework 207.10 (207.10) <E1A6F663-570B-CE54-0F8A-BBCCDECE3B42> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0xb0000000 - 0xb0006ff8  com.apple.carbonframeworktemplate 1.3 (1.3.11) /Applications/Adobe Fireworks CS4/Adobe Fireworks CS4.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0xba300000 - 0xba301fe7  libCyrillicConverter.dylib 49.0.0 (compatibility 1.0.0) <917C387A-1F4E-F72C-514D-862CF11A822C> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
    0xba500000 - 0xba501ff7  libGreekConverter.dylib 49.0.0 (compatibility 1.0.0) <AA1231CD-A969-83A5-E1EA-EABBF5F2F0EC> /System/Library/CoreServices/Encodings/libGreekConverter.dylib
    0xba900000 - 0xba916ff7  libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <B339B85B-1B6D-81D8-1281-7B8C8A517329> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe7  libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <EF3E3210-927F-DB9F-4CD4-4039A2AE2F84> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xbb500000 - 0xbb500ff7  libThaiConverter.dylib 49.0.0 (compatibility 1.0.0) <F867783A-58D2-3D05-2F4A-D0CD94D3F627> /System/Library/CoreServices/Encodings/libThaiConverter.dylib
    0xeab00000 - 0xeab10fe7  libConverter.dylib 169.1.0 (compatibility 1.0.0) <116CF161-A391-45BC-81B5-0954C87C8ABB> /System/Library/Printers/Libraries/libConverter.dylib
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <62291026-D016-705D-DC1E-FC2B09D47DE5> /usr/lib/libSystem.B.dylib
    Model: iMac11,3, BootROM IM112.0057.B00, 2 processors, Intel Core i3, 3.2 GHz, 8 GB, SMC 1.59f2
    Graphics: ATI Radeon HD 5670, ATI Radeon HD 5670, PCIe, 512 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 2.1.14.5
    Bluetooth: Version 2.3.8f7, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD1001FALS-40Y6A0, 931.51 GB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfd100000
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0xfd110000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd120000
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfa100000
    USB Device: Microsoft® 2.4GHz Transceiver V1.0, 0x045e  (Microsoft Corporation), 0x071d, 0xfa140000
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8215, 0xfa111000
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0xfa120000

  • Firefox 18 Beta. Javascript is activated. Flash Player, sends error that javascript in NOT activated and won't play, or install uptdate.

    I'm running Windows 8 Pro. Flash Player worked in the past, with Windows 7, intermittently, mostly working.
    Now, javascript is checked, as has been, only in the last couple months, even before Windows 8, Flash Player sends the error message that javascript is NOT enabled. All my windows settings the same as before when it worked.
    I'm running the latest release of Norton 360, for a firewall, virus protection etc. Which I was running before this error began. Please help

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • Javascript will not workin v32

    Firefox 32 (apparently 31) will not run javascript. On https://login.aarp.org/online-community/loginform.action?request_locale=en# the Log in button will not respond. On http://www.hgtv.com/urban-oasis/hgtv-urban-oasis-2014-giveaway-enter/index.html and http://www.frontdoor.com/hgtv-urban-oasis-2014-giveaway-enter the form won't even display.
    Went into about:config to make sure JS is enabled and it is. Heaven help us if I have to start using that other, proprietary, bug-infested, hacked-to-death browser.

    You can try these steps in case of issues with web pages:
    You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and remove cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    If clearing cookies didn't help then it is possible that the cookies.sqlite file that stores the cookies got corrupted.
    *Rename (or delete) <b>cookies.sqlite</b> (cookies.sqlite.old) and delete other present cookies files like <b>cookies.sqlite-journal</b> in the Firefox profile folder in case the file cookies.sqlite got corrupted.
    *http://kb.mozillazine.org/Cookies
    *https://support.mozilla.org/kb/Deleting+cookies

Maybe you are looking for