Getting an error "Installed Flash Player is not a Debugger" - apache-flex

I have upgraded the flash player from 9 to 11, so i have got an error that it is not the debugger version. so how to overcome that situation i have to use flash player 11 for my application and i am using adobe Flex Builder 3.0. Here i am showing you the error when i debug the application. Please Help me.
Thanks In Advance

Hi I have solved that question with the help of Ranhiru Cooray. The Link provided by Ranhiru Cooray in the Comment is very helpful and i have just download the 2 things and install
1) Download the Windows Flash Player 11.2 ActiveX control content debugger (for IE)
2) Download the Windows Flash Player 11.2 Plugin content debugger (for Netscape-compatible browsers)
now error doesn't comes and i have solved that issue.

Related

Debugger not working for Flash Builder 4

I have a situation in Adobe Flash Builder 4, there is a debug mode in the software but whenever i click on it; it throws me an error saying
"C:\WINDOWS\system32\Macromed\Flash\Flash32_11_2_202_160.ocx
Flash Builder cannot locate the required debugger version of Adobe Flash Player. You might need to install the debugger version of the Flash Player or reinstall Flash Builder.
Do you want to try to debug with the current version?"
I dont know what is this, there was no debugger attached with Flash Builder and i have Flash Player installed on my system.
(I have a file named FlashUtil32_11_2_202_160_ActiveX.dll on this path "C:\WINDOWS\system32\Macromed\Flash\")
Any ideas much appreciated..
It happens sometimes due to corrupt flash player (debugger) or heap memory allocation.
If you restart the flash builder and clean build the project it works sometimes.
OR
Follow http://forums.adobe.com/message/4057195
Uninstall the existing flash player and install the latest one according to your OS.
You can download debug player here
ActiveX control content debugger is for Internet Explorer
Plugin content debugger if for other browsers
Projector content debugger is standalone version

Flash Builder 4.5 won't run my application

I was running my application from Flash Builder 4.5.1 without any issues. (It is a Flex application that connects to .Net Web Services). However, something has changed recently in my configuration or project, because when I try to run the app with the play or debug button, I just get a grey screen. I can't even stop on any breakpoints.
Eventually (maybe 30 seconds), a message pops up like so: 'The Flash Builer failed to connect to the running application. Please make sure that you are running the debug version of Flash Player...'
I definitely have latest version of Flash Debug Player installed (11.1.102.55). I have tried uninstalling it and re-installing it.
I have tried cleaning and rebuilding my project.
I have tried switching to a different workspace and back again.
I have tried restarting the PC.
I am using the latest version of IE for testing.
I'm really stumped - has anybody got any ideas on how to solve this?
Thanks
Have you tried deleting the html-template folder? This has caused issues for me in the past.
After it's deleted, when you try to build you will have a compiler error/warning about the missing folder. Right click and 'rebuild'.
There are some issues with compatability between 64 bit IE9, the 64-bit flash player, and 32-bit debugger. It seems like flash builder gets confused on which to use. I haven't seen any decent resolution yet in the Adobe forums for this particular issue other than use a different browser for testing.
To switch browsers, go to Window > Preferences... > General > Web Browser in Flash Builder. Select Firefox or Chrome.
In order to use Firefox, you need the Flash Debugger for Netscape compatable browsers installed. You can get that from Adobe here.
To use Chrome, you need to replace the built in flash player that is installed with Chrome with the debug player. Instructions from Adobe are here.

Flash player debug problem

I have installed flash player 10,1,82,76. When i tried to debug my application, it returned this alert message ..
C:\WINDOWS\system32\Macromed\Flash\NPSWF32.dll
Flex Builder cannot locate the required debugger version of Flash Player. You might need to install the debugger version of Flash Player 9 or reinstall Flex Builder.
Do you want to try to debug with the current version?
And When i tried to install flashplayer_10_ax_debug.exe, i got this message.
"The version of Adobe Flash Player that you are trying to install is not the most current
version. Please visit the Player Download Center to obtain the latest, most secure version."
What is the solution ?
What browser are you targeting? You may need to disable/remove the current version before continuing with the debug player install. I went through this process before for testing diff player versions (9, 10) in IE, Firefox and Chrome, and detailed it here
I had similar problem when I was trying to debug my application with an internal Eclipse web browser. When I changed preferences so that debug started in external web browser like Firefox or Opera, problem disappeared.
Hope that it'll be of any help to you.

Does FlexBuilder 3 work with Eclipse 3.5.1?

I m trying to install Flex Builder 3 into Eclipse 3.5.1 as a plugin on Mac 10.6.2.
During the installation phase, FB3 says it only support eclipse 3.3 & 3.4. But I started the installation anyway.
After the installation was done, I can't find Flex perspective from Eclipse. So I google around and found out the possible way to manually add this link file from folder "links" to point to the FB3 Plugin folder. I did that and FB perspective can be shown now. But when I try to switch to FB perspective, error occurs:
Problems opening perspective:
'com.adobe.flexbuilder.editors.mxml.ui.perspectives.development'
Anyone has done this successfully?
Unfortunately Eclipse 3.5 is unsupported by Flex Builder 3. There are a few bugs for this:
http://bugs.adobe.com/jira/browse/FB-21025
http://bugs.adobe.com/jira/browse/FB-21284
Please comment on those bugs and vote for them.
I've created a work-around for one of the major issues related to displaying problems.

Flex 3 debugging not working with FIREFOX 3

Flex 3 debugging not working with FIREFOX 3 (under vista)
no trace() shown in console. breakpoints not working.
Do you have Flex Builder installed? If not, if you are using the free SDK, did you install the debug version of the Flash player?
Try reinstalling the debug version of the Flash player. Here's a link, in case you didn't. I had the same problem a week back -- corrupted my install. But also check out the config files as suggested in the other answer.
It worked perfect after installing the debugger from the link given above.
The exe that should be installed is listed as "Download the Windows Flash Player 10.1 ActiveX control content debugger (for IE) (EXE, 2.72 MB) " in http://www.adobe.com/support/flashplayer/downloads.html.
Do you have:
ErrorReportingEnable=1
TraceOutputFileEnable=1
In a file called mm.cfg in your home directory? I'm using FF3 on Windows Server 2k3 and it works fine, so I can't speak to why it wouldn't work on Vista. Despite Vista's reputation for being broken, I doubt that this is a Vista-only problem you're experiencing. You're sure you've got the debugging flash player installed?

Resources