Debug Flash Player

I am very new to Flex development and have had no luck trying
to install the ActiveX flash player. I believe that I am supposed
to use the one that was supplied with Flex Builder 3 found in
<install location>/Player/win. From what I have garnered from
tutorials, it seems that I should install the Flash Player 9 for
debugging. Is this correct?
I get the following error when trying to install the debug
version of the Flash Player for IE (the ActiveX file):
"The version of Adobe Flash Player ActiveX that you are
trying to install is not the most current version. Please visit
http://www.adobe.com/go/getflashplayer
to obtain the latest, most secure version."
It was my understanding that to do debugging correctly, I
should be using the older flash player. Is this not correct? How do
I get past this setting if I need to install the older player? It
seems the Microsoft will not let me install an older player, even
when I want to. Help!

Get your Flash Player 10 from this link:
http://www.adobe.com/support/flashplayer/downloads.html
And download and install the file from under the "Adobe Flash
Player 10 — Debugger Versions (aka debug players or content
debuggers)" section of the page.
Or, for IE's (ActiveX) Flash Player 10 Debuggers, just use
this link:
http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_ax_debug.exe

Similar Messages

  • How can I make an ant file that launches an AS project app in a debug flash player that traces to the flex console?

    How can I make an ant file that launches an AS project app in a debug flash player that traces to the flex console?
    Basically I like the control over the compiling process that I get by using Ant - but I really want traces to come up immediately without having to switch contexts.
    I have an ant file that successfully launches a swf in the flashplayer - but I don't know how to make the flex console start displaying the trace output. I assume that I will have to point it to the appropriate trace output file - but I am not sure how to have ant even address the console.  Is this possible?
    Here is the the target node from my ANT file:
        <target name="launch">
            <exec executable="${FLASHPLAYER_EXE}" errorproperty="trace.output">
                <arg line="'${DEPLOY_DIR}\test.swf'" />
            </exec>
        </target>
    Thanks for any thoughts, or alternatives!

    For the record, I ended up using Logwatcher - it worked perfectly.
    http://graysky.sourceforge.net/

  • Standalone/debug flash player for arch64

    Hi,
    Is there a way to get the standalone and/or debug flash player to run under arch64? There is no 64-Bit version of those ...
    Thanks!
    Nathan

    Please don't cross post. The original thread is here:
    http://bbs.archlinux.org/viewtopic.php?id=64801

  • Debug Flash Player Location

    I have looked everywhere but I cannot find the error log file for the debug version of the flash player.  I am running windows 7 in parallels
    Areas I have checked
    C:\Users\curtisshmigelsky\AppData\Roaming\Macromedia\Flash Player    (supposed to be a log file location here)
    C:\Windows\SysWOW64\Macromed\Flash
    Any ideas on this would be awesome.

    I would like to raise a discussion again because new version of Vizzy Flash Traces has been released recently. Among the new cool features and improvements I would like to point out couple of them.
    The first one is possiblity to double click stack trace exceptions which will lead you to the source file being opened (and a proper line highlighted in case your AS editor supports that. FlashDevelop users already have).Don't want to double click? Move the mouse over the stack trace and you will get a popup with a piece of source code in that place.
    Also, all http and file:/// links are clickable. No code modifications is required or some sort of other tweaks.
    Another cool feature requires some tiny code modifications, but this is worth of it. Replace all 'trace' statements with 'trc' in your code and you will be able to open corresponding source file that contains that trace statement with double click! Of course, you will have to link a swc to your project.
    P.S. and yes, mac users finally got a native executable
    Vizzy Flash Tracer

  • Exception thrown when using SDK 4.5.1 with debug flash player

    My setup:
    Windows 7
    Flash Builder 4 Premium, Version 4.0 (build 272416), volume license
    SDK 4.5.1
    RIATest 4.3, RIATestAgent4.swc
    I compiled our application using SDK 4.5.1 with these compiler setting:
    -locale en_US -use-network=false  -theme=Halo/halo.swc --keep-as3-metadata Test -define CONFIG::WITH_DEMS  true -define CONFIG::LP_MODULE true -includes  com.mycompany.automationDelegates.MyContainerAutomationImpl  com.mycompany.automationDelegates.MyFirstComponentAutomationImpl  com.mycompany.automationDelegates.MySecondComponentAutomationImpl  com.mycompany.automationDelegates.MyThirdComponentAutomationImpl  -include-libraries "C:\Program Files (x86)\RIATest  4\agent\RIATestAgent4.swc" "C:\Program Files (x86)\Adobe\Adobe Flash  Builder 4\sdks\4.5.1\frameworks\libs\automation\automation.swc"  "C:\Program Files (x86)\Adobe\Adobe Flash Builder  4\sdks\4.5.1\frameworks\libs\automation\automation_dmv.swc" "C:\Program  Files (x86)\Adobe\Adobe Flash Builder  4\sdks\4.5.1\frameworks\libs\automation\automation_agent.swc"
    When I run our application using  the debug 10.2 Flash Player, the following exception is thrown:
    ReferenceError: Error #1065: Variable Scroller is not defined.
    at flash.system::ApplicationDomain/getDefinition()
    at  mx.automation.delegates.containers::ApplicationAutomationImpl/getAutomationChildren()[E:\ dev\4.5.1\frameworks\projects\automation\src\mx\automation\delegates\containers\Applicatio nAutomationImpl.as:266]
    at mx.core::UIComponent/getAutomationChildren()[E:\dev\4.5.1\frameworks\projects\framework\s rc\mx\core\UIComponent.as:12919]
    at  mx.automation::AutomationManager/getAutomationChildrenArray()[C:\work\flex\dmv_automation \projects\automation_agent\src\mx\automation\AutomationManager.as:4895]
    at  com.riatest::CachedAutomationManager2/getAutomationChildrenArray()[C:\WORK\RIATest\Source \agent4\com\riatest\CachedAutomationManager2.as:46]
    at  mx.automation::AutomationManager/getChildrenRecursively()[C:\work\flex\dmv_automation\pro jects\automation_agent\src\mx\automation\AutomationManager.as:1252]
    at  mx.automation::AutomationManager/getChildren()[C:\work\flex\dmv_automation\projects\autom ation_agent\src\mx\automation\AutomationManager.as:1225]
    at com.riatest::CachedAutomationManager/getChildren()[C:\WORK\RIATest\Source\agent4\com\riat est\CachedAutomationManager.as:55]
    at  com.riatest.toolbar::DisplayListTreeDataDescriptor/getChildren()[C:\WORK\RIATest\Source\a gent4\com\riatest\toolbar\DisplayListTreeDataDescriptor.as:74]
    at  com.riatest.toolbar::DisplayListTreeDataDescriptor/hasChildren()[C:\WORK\RIATest\Source\a gent4\com\riatest\toolbar\DisplayListTreeDataDescriptor.as:112]
    at  com.riatest.toolbar::DisplayListTreeDataDescriptor/isBranch()[C:\WORK\RIATest\Source\agen t4\com\riatest\toolbar\DisplayListTreeDataDescriptor.as:117]
    at mx.controls::Tree/isBranch()[E:\dev\4.5.1\frameworks\projects\mx\src\mx\controls\Tree.as: 1552]
    at mx.controls::Tree/initListData()[E:\dev\4.5.1\frameworks\projects\mx\src\mx\controls\Tree .as:2858]
    at mx.controls::Tree/makeListData()[E:\dev\4.5.1\frameworks\projects\mx\src\mx\controls\Tree .as:1330]
    at mx.controls::List/www.adobe.com/2006/flex/mx/internal::setupRendererFromData()[E:\dev\4.5.1\frameworks\projects\mx\src\mx\controls\List.as:1699]
    at mx.controls::List/commitProperties()[E:\dev\4.5.1\frameworks\projects\mx\src\mx\controls\ List.as:896]
    at mx.controls::Tree/commitProperties()[E:\dev\4.5.1\frameworks\projects\mx\src\mx\controls\ Tree.as:1191]
    at mx.core::UIComponent/validateProperties()[E:\dev\4.5.1\frameworks\projects\framework\src\ mx\core\UIComponent.as:8209]
    at  mx.managers::LayoutManager/validateProperties()[E:\dev\4.5.1\frameworks\projects\framewor k\src\mx\managers\LayoutManager.as:597]
    at  mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.5.1\frameworks\projects\frame work\src\mx\managers\LayoutManager.as:783]
    at  mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.5.1\frameworks\projec ts\framework\src\mx\managers\LayoutManager.as:1180]
    I contacted the folks who make RIATest, and they did their best to debug the problem. Their conclusion is:
    "The stack trace that you posted shows that  ApplicationAutomationImpl/getAutomationChildren calls  ApplicationDomain/getDefinition on line 266 and the call fails with an  error. This most likely indicates a bug in ApplicationAutomationImpl."
    This problem never occurred when we were compiling our code using SDK 3.4.1. What can I do to work around this and continue performing automated tests of our Flash applications?

    Try linking a Scroller into your app.

  • How to debug flash player crashes?

    Hello there
    I'm building this game with flash...when I test and debug my
    project from flash it works fine but when playing the game in a
    browser, it crashes very often...after a couple seconds/minutes of
    play. I installed the latest flash player and tried on a couple
    computers with no luck...so how can I know what's crashing? or how
    can I have more info on why it crashes? what kind of debug tool can
    I use when flash player crashes within the browser. it's really
    hard to know what the problem is.
    Thanks for the answers if any :)
    Marco

    Browser crashes caused by the Flash Player is the stuff of
    nightmares, it's nearly impossible to debug. In fact, I think
    kglads advice about flashtracer is the best news I've seen on the
    subject (I didn't know about flashtracer -- thanks kglad).
    What player build do you have in IE? What is it in FireFox?
    You can check the exact build here:
    http://www.macromedia.com/software/flash/about/
    Can you provide a link to the crashing SWF? Does it crash
    both IE and FF?

  • Flickery Display with Debug Flash Player 10,3,181,34 and IE9

    Hello,
    I hope this is the right forum for this, it's kind of a combination of a Flash Player issue and maybe a programming issue.
    Anyway, I've been making this project that has an image move based on where the mouse cursor is (in Flex Builder 3). The problem is, that with the debug version of the flash player, the image flickers as it moves, that is, it draws the background color and then the image very noticeably. However, in a non-debug player it looks just fine. What I'm hoping is that there's some way to tell the player not to act like a debug version at all, though I assume that's not possible. Does anyone know how I can make it not flicker like that?
    Note that I'm using Windows 7 64-bit.
    Thanks,
    Shaun
    Message was edited by: Shaun McFall

    I can't access Youtube, everytime I try I'm told to download flashplayer 10.XXX. FLASHPLAYER will NOT down load I have tried for 3,,,yes 3 days to overcome this. I'm running Windows SP pro and IE8. I also cannot access USA today puzzles This is a home/office PC
    HELP
    PLEASE e-mail me at [email address removed].

  • Reader V9 with Debug Flash Player?

    Hi --
    I understand that with Reader 9, the Flash player is now part of Reader itself. I would like to access some of the security logging features of the Flash player that are only available in debug versions. However, the Flash that I am working with is embedded in a PDF document. So, is there a version of Reader 9 available that comes bundeled with the debug version of the Flash player?
    Thanks!
    Terry Coatta
    [email protected]

    Try linking a Scroller into your app.

  • Cat'n install activex debug flash player

    Just now I downloaded this installer:
    http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_ax_debug.exe
    Then I try to install flash player with it and get this error:
    The version of Adobe Flash Player ActiveX that you are trying to install is not the most current version. Please visit http://www.adobe.com/go/getflashplayer to obtain the latest, most secure version.

    If you want to keep the 10.1 beta, you can download the debugger build(s) from http://labs.adobe.com/downloads/flashplayer10.html
    If not, you have to download the 10.1 uninstaller from the same page, then run it with the -force option.  After that you can install the standard 10 Flash Player and debugger.

  • Debug Flash Player Skype Interaction

    Hello,  I constantly get actionscript errors popping up in Skype. I believe this is due to my installation of Flash Debug Player (which I need and will not disable). Skype likely auto-detects it and outputs errors to it for ease of debugging in conjunction with IE. This needs to be fixed, however, because quit frankly it makes Skype terrible to use for all Flash developers. Of course, this may be a solved problem. A more precise statement of it can be found here in a previous community post. That being said, the "solutions" presented there were laughable. Moreover, it's ridiculous that the otherwise reputable Skype requires Internet Explorer, the soon-to-be-deprecated piece of crap, to work. If IE is a dependency, this should be made clear somewhere other than some random forum post. In short, while I have only one physical issue with Skype, I have many more issues with it that are arguably more important. I would be most grateful if any of these complaints were addressed. EDIT: For reference, yes, my Skype is updated to version 7.5 on Windows 7. 

    Update: I am currently using the latest version of Skype, 7.8, and this problem still persists. This is a problem I am incapable of solving on the client side - this is a legitimate glitch in your program. Get it fixed. 

  • Adobe debug flash-player 10 needs newer glibc on Ubuntu Karmic

    Hi all, I'm trying to install the latest debug flashplayer available here: 
    http://download.macromedia.com/pub/f...nux_dev.tar.gz linked from this page 
    http://www.adobe.com/support/flashplayer/downloads.html I follow the embedded instructions and this is the error: 
    root@vostro-ubuntu:~# /home/berrie/work/download/install_flash_player_10_linux/flashplayer-installer
    [: 258: closing paren expected ERROR: Your glibc library is older than 2.3.
    Please update your glibc library. root@vostro-ubuntu:~# aptitude search glibc
    p eglibc-source - Embedded GNU C Library: sources
    v glibc-2.10-1 -
    p glibc-doc - GNU C Library: Documentation
    v glibc-doc-reference -
    v glibc-pic -
    root@vostro-ubuntu:~#  I'm running Ubuntu Karmic Koala and it is up to date.  Could it be that the flash installer parses the version number wrong as previously it was glibc-2.9-1, a '9' after the dot, now there is a '1'. Seems daft. Anyone got any ideas? Cheers, BB
    Codevio - Cost Effective Software Development
    http://www.codevio.com

    The check_glibc() function leaves a bit to be desired:
    # check glibc
    check_glibc () {
      ICONV=`iconv --version | sed -e '2,$d'`
      if [ $? -ne 0 ]; then
        echo "no-iconv"
      else
        ICONVVER=`echo "$ICONV" | awk '{print $4}'`
        GLIBCMAJOR=`echo $ICONVVER | cut -d'.' -f1`
        GLIBCMINOR=`echo $ICONVVER | cut -d'.' -f2`
        if [ \( $GLIBCMAJOR -ge $MIN_GLIBCMAJOR \) -a \( $GLIBCMINOR -ge $MIN_GLIBCMINOR \) ]; then
          echo "valid-glibc"
        else
          echo "invalid-glibc"
        fi
      fi
    First of all '{print $4}' needs to change to '{print $3}' to make it work for now. Once glibc 3.0 hits the shelves you have even bigger problems as according to this snippet both major and minor version numbers need to be bigger than their corresponding minimal numbers. So 3.0 isn't newer than 2.3 according to this code.
    The correct pseudo code would be:
    if ( (MAJOR > MIN_MAJOR) || (MAJOR == MIN_MAJOR && MINOR >= MIN_MINOR) ) then version is ok

  • How can I use PreloadSWF with files built with -compiler.debug into Flash Player 11.4?

    I'm using Internet Explorer 9 on Windows 7 (x64) with a debug Flash Player (version 11.3.300.271 - I'm using the ActiveX plugin for IE). Using Flex SDK 4.5.1.21328A I compiled the ActionScript code
        package MySample {
            import flash.display.Sprite;
            public class MyHook extends Sprite {
                public function MyHook(): void {
                    super();
    Into a `.swf` file by running the command
        mxmlc.exe -compiler.source-path=. -output=MyHook.swf -tools-locale=en -headless-server=true -static-link-runtime-shared-libraries -compiler.debug -- Sample\MyHook.as
    I then preload this by creating an mm.cfg file and adding an PreloadSwf entry referencing MyHook.swf; running all this in Flash Player 11.3.300.271 works fine; I can point my IE to some web page containing flash applets and my own SWF file is preloaded just nicely.
    However, the most recent Flash Player release on Windows (11.4.402.265) breaks this. After updating the player, any flash applet triggers error message boxes from Flash player saying "Verify Error #1014: Couldn't find spark.components.Application". Clicking the error away opens the same message box, but with a few different type names.
    The workaround I found was to remove the -compiler.debug switch from the mxmlc command line; doing so make things work with Flash Player 11.4 but alas trace() doesn't work anymore.
    Does anybody know how PreloadSWF can be used to preload debug SWF files into Flash Player 11.4?

    Ah, thanks for making me aware of that forum - I didn't know about it. I now reposted the question at http://forums.adobe.com/thread/1068071 - this thread can be closed as far as I'm concerned. Should I mark your answer as being the resolution to my question or the like?

  • How to test with the standard Flash player, rather than debug player

    Folks,
    I am interested in running my flexunit 4 tests against the standard flash player, rather than the debug player that comes with the SDK.  Is this possible?
    BTW, I am working on Windows for now.
    I installed both the flash ActiveX control for IE, and the standard flash plugin for Firefox.  I then associated the SWF file extension with Firefox using the "Open With" dialog.  I had to choose a single program, and the browser appeared to be my only choice, as I could not find any sort of "FlashPlayer10.exe" to associate with.  I ran my ant script that calls <flexunit>, and it kind of works.  It launches Firefox, runs the tests, and the results get piped back, but Firefox is not shut down.  Yep, Firefox stays open after the tests complete.  I seem to recall that the debug flash player would close itself after being opened by <flexunit>.  I tried using IE, and the same result occurs: the browser is not shutdown after the tests complete.  This behavior makes for an unacceptable test setup, as eventually the system memory on the machine will be exhausted as more and more browsers are opened and not closed.
    Questions/options:
    1) Is there a standard flash player "executable" somewhere on my system that I can associate the SWF files with (that would hopefully shut itself down)?
    2) Second choice, is there a way to get the browser to close after <flexunit> completes?
    3) or am I stuck using the debug player?  I am concerned that testing management at my company might not like the fact that we are testing against a debug player, rather than the standard one that users will likely be using. If flexunit 4 CI only supports the debug player, is there something I can say to appease management?
    Thanks for any help...
    Trevor

    @trevorbutler - Here are my 2 cents, but the group may have a different perspectives for your questions.
    Currently, we suggest the use of the CIListener class as a FU4 listener for use when building your test SWF to run via the FU4 Ant task.  This class (http://opensource.adobe.com/svn/opensource/flexunit/branches/4.x/FlexUnit4CIListener/src/o rg/flexunit/listeners/CIListener.as) uses the fscommand() function to send a message to its host environment to exit (i.e. - fscommand("quit")).  This command is only recognized by the Flash projector and stand-alone players, which are thin wrappers around the Flash Player so that it may be executed as its own process in the OS.  Based on the setup you are describing, the behavior you're seeing should be expected since the browser is the host environment for the Flash Player.  When the browser recieves the resulting message of the fscommand("quit") call nothing will happen since the browser doesn't support this command.  If you use the Flash projector or stand-alone players however, they will exit when recieving the results of this command.  The projector/stand-alone players come in two flavors, release and debug.  Release will act very closely to the typical plugin installed in the web browser (e.g. - swallows errors, no debug support, etc) whereas debug will allow you to write log files to the system, show error messages, etc.  Currently the debug stand-alones are available on Windows, Mac, Linux and the release stand-alone is only available on Linux.
    To address your questions:
    1.  If you've installed the Flash Player browser plugin, there is no way that I know of to launch the player as its own process.  I've only had success using the projector/stand-alone player (http://www.adobe.com/support/flashplayer/downloads.html).
    2.  The Flash Player does have the ability to send javascript to the browser to ask it to close the current window, but most modern browser will prompt the user to confirm they'd like to close the window if its the only open window.  Additionally, taking this approach on Mac, the browser process would remain active until an explicit call is made to the host OS to shut down the browser process.  The Ant task could be enhanced to use the browser to launch the Flash Player, but that is not currently on our checklist of features to support.  If it's something you'd be interested in contributing, let me know and I can work with you on this.
    3.  For the time being the FlexUnit4 Ant task only supports the stand-alone Flash Player (and adl soon), which for Windows only comes in the debug flavor. The only thing I've run into with the stand-alone player is that ExternalInterface reports that its enabled, but since the host environment is not the browser, javascript calls made via this class will fail, consequently causing tests to fail.  I haven't tried anything with shared objects or flashvars but my assumption is that they should work correctly, but anything that depends on the browser has the potential not to.
    As far as your testing management goes, I would discuss with them the problem context FlexUnit4 hopes to solve.  The framework is intended to produce unit and integration tests.  Functional testing is not withing the scope of the library.  Although, it's technically feasible to write integration tests which will exercise components similarly to a functional test, tools such as FlexMonkey, Selenium Flex, QTP, etc are much better geared towards this problem domain.  Test recording and playback, using these tools, is typically done using the FP browser plugin and is much easier to use by most QA and testing staff.  At the end of the day, as we're testing our code using FlexUnit at a smaller granularity than that of which the user interacts with in our application.  To reliably test the applicaiton as the user would interact with it requires additional tooling and a different type of testing.
    Like I said, just my take, maybe some of the other guys can help as well.

  • Flash Player Plugin 11.3.300.262 has debug enabled

    I am running Firefox 13.0.1 on a WIndows 7 Home Premium system. I have updated video drivers, and the system is kept fully patched at all times. Since the release of 11.3.300.x ( I am running 11.3.300.262) of the Flash Player plugin, it intermittently crashes at random on various websites that provide flash content. The .262 release apparently was released with debug mode turned on, according to a site that found for troubleshooting this problem.  I also get a pop-up window with some cryptic messages about something missing from the source site and I get buttons to dismiss or continue from the pop-up. If I continue the content seems to play ok, but on exiting the page, I get another pop-up box and then my browser freezes until I go into Task Manager and kill the flash-player process.
    Flash-Player used to be so rock solid and now it is just an irritant. I search the web and it is littered with comments on the flash-player crashing on a full range of browser products. So any chance a fix is in the works ? This is not like Adobe to release something this buggy. Anyone run an MD5 hash on this release to see if it's been hacked ?
    I sure hope it gets fixed soon...

    I don't know how you got the debug Flash Player on your computer, but if that happened to me I would run a clean install, as described in http://forums.adobe.com/thread/928315, then download and run the offline installers from http://helpx.adobe.com/content/help/en/flash-player/kb/installation-problems-flash-player- windows.html#main-pars_header

  • Downloaded, Installed Flash Player Update to 10.1: Can't find it

    Hi,
    I'm on a Mac Pro Quad-Core Intel Xeon, 64-bit, OS 10.6.4 and use Firefox as my main browser.
    I have three (3 ) Flash Player applications (version 10, 0, 22, 87 )  on my computer, located in:
    Applications/Adobe Flash CS4/Players/Flash Player.app
    Applications/Adobe Flash CS4/Players/Release/Flash Player.app
    Applications/Adobe Flash CS4/Players/DeBug/Flash Player.app
    I just updated my Firefox browser to FF 3.6.10, which advised I needed to install an updated Flash Player (to 10.1)
    So I downloaded install_flash_player_osx_ub and followed the instruction to install the update.
    It said I would have to close all browsers for the install to be successful. I assumed (perhaps incorrectly) that when I double clicked on the install icon it would alert me that it was time to close the browsers and/or automatically close the browsers. I followed the prompts to install. It never prompted me to close anything and proceeded to install the update. The install was deemed successful.
    I checked my Flash Player.app version by going to http://www.adobe.com/software/flash/about/. It said, "You have version 10,1,82,76 installed."
    I checked my Firefox Plugins and have the Shockwave Flash 10.1.53.64 plugin. (Don't know if that is the latest or not)
    However, I cannot find a Flash Player with the version of 10,1,82,76.
    The question is, was that update installation really successful?
    The other question is if it was successful,  where will I find it?
    Finally, was I supposed to uninstall my Flash Player apps?
    The original 3 versions of Flash Player.app still say they are version 10, 0, 22, 87.
    Any help greatly appreciated.

    Hi, You didn't have a clean Uninstall. I think what you need to do now is use the Troubleshooting Guide for Mac and follow the instructions. I would first click on the Uninstall info and get that done. I'm sure it will guide you through to confirm that you have Uninstalled all of the old Flash Player. Then go back and click on the Install info and follow that.
    Link: http://kb2.adobe.com/cps/865/cpsid_86551.html
    This time after you confirm that the old Flash files are Uninstalled, I wouldn't go to the test site. Either follow the instructions in the Troubleshooting Guide(which is best) or the Install link I gave you.
    I don't troubleshoot Macs since I am not familiar with the system. Uninstall and Install info, and some basic instruction that is the same as PC's, test sites, etc.
    If I could help you further, I would. Adobe has revised Troubleshooting Guides for the PC & Mac, Uninstall and also Install info just recently. Since I use a PC, I cannot obtain as much information as I would like from the Mac guide, since it detects I don't have a MAC, LOL  It doesn't know that I don't want to Uninstall or Install, just want info for you or other Mac users:-)
    But go ahead and try the Troubleshooting Guide for Mac, it is the latest.
    Thanks,
    eidnolb

Maybe you are looking for