• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Profiler stopped once intstalling flash player debug 10.1

New Here ,
Jun 11, 2010 Jun 11, 2010

Copy link to clipboard

Copied

Hey

Any idea on anybody why profiler stopped working after i added the flashplayer 10.1 ?

I can debug the flash builder project but when i try to use profiler builder says Unable to connect to the application to fetch profile data.

how can i fix this?

Views

22.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Beginner , Sep 24, 2010 Sep 24, 2010

Thanks, malab36 !!!

Yes, that is finely a problem. In our domain USERPROFILE != HOMEDRIVE+HOMEPATH.

HOMEDRIVE is set to network drive.

setting it back to default c😕 solves the problem. But that is definitely a bug because flex is able to find mm.cfg in USERPROFILE

and modify it with an appropriate line before launching profiler. The problem is that Flashplayer 10.1 does not look for it in USERPROFILE.

Votes

Translate

Translate
Guest
Jun 23, 2010 Jun 23, 2010

Copy link to clipboard

Copied

Has anyone else seen this?  Seems like the same problem here.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jun 24, 2010 Jun 24, 2010

Copy link to clipboard

Copied

Same problem exactly. Also no flashlog.txt generated when running application in flash player 10.1* debugger in both IE and FF/Chrome.

Any idea whould be great.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 24, 2010 Jun 24, 2010

Copy link to clipboard

Copied

Tried different things...in other thread a adobe employee said that it's because of timing problem, but i doubt that.

I have tested this with empty project and the real one, no effect. I can debug the projects but not profile them.

Also tried to see if the hidden mm.cfg parameters could fix the problem or changing the port to another. did not work.

If someone has a solution, please post it in here.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jun 25, 2010 Jun 25, 2010

Copy link to clipboard

Copied

By default the profiler listens on port 9999 for an incoming connection from the Flash Player.

It may be worth:

1. Checking if the port isn't getting blocked (try telnet localhost 9999) or its being opened only in IPV6?

2. Removing -Djava.net.preferIPv4Stack=true from installdir/FlashBuilder.ini and relaunching Flash Builder (If you are on Windows 7).

Meanwhile, I'll ping the profiler guys about this thread.

Cheers,

Anirudh

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 30, 2010 Jun 30, 2010

Copy link to clipboard

Copied

Any Help from the profiler guys?

Need to profile a project that is a bit more complex that usual ones...but the thing is not working.

Tried:

- rebooting

- restarting the program

- uninstall  and install of the flash debug player.

- added parameters to the mm.cfg file.

- changing the default port (9999)  to anything else.

- tried with different sdk's

Help!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jul 01, 2010 Jul 01, 2010

Copy link to clipboard

Copied

I remember there being this limitation around browsers with multiple tabs (basically wherever multiple flash players may have loaded).

Can you ensure that no flash player is running before hitting profile? (Close all browsers/standalone players, etc.)

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jul 01, 2010 Jul 01, 2010

Copy link to clipboard

Copied

Good point Anirudh. Do check if the brwoser is already open. Close all instances of the browser before start.

In addition do the following:

1. Please do check if debug version of Flash Player is installed (I think it should be since you are able to debug, but still cross check). You can check the version and if its debug or not by going to the following site:

http://kb2.adobe.com/cps/155/tn_15507.html

2. Please send us the Player version number displayed in the site above.

Regards,

Anand Gaurav.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 01, 2010 Jul 01, 2010

Copy link to clipboard

Copied

Hey

test it with all browsers closed, nothing.

Then went uninstalling all the things, rebooted, and installed the debug version for chrome.

went back to the version check page, says this:

Version WIN 10,1,53,64

Debug : NO

Does this tell you anything?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jul 01, 2010 Jul 01, 2010

Copy link to clipboard

Copied

Yes it does.

The newest version of chrome comes with in built Flash Player which doesn't get uninstalled/reinstallled with debug player. Try using Firefox and install debug player. Check on the same site if you are indeed using the debug player. In the meantime, I will get you the procedure to install the debug player on Chrome.

Regards,

Anand Gaurav.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jul 01, 2010 Jul 01, 2010

Copy link to clipboard

Copied

Here is how you can install debug Flash Player on Chrome:

1. Type about:plugins in the address bar
2. Disable the Adobe Flash Player (Shockwave player) plugin.

3. Install the debug version of Flash Player manually.

    In case you already installed debug Flash player, it should have been listed already in the plugins and you are ready to go

Regards,

Anand Gaurav.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jun 24, 2010 Jun 24, 2010

Copy link to clipboard

Copied

Has anyone had any luck with the following: http://arielsommeria.com/blog/2008/12/22/getting-the-flex-profiler-to-work/ ?  If so, which part seems to solve it for you?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 02, 2010 Jul 02, 2010

Copy link to clipboard

Copied

People, does anybody success profiling in Flash player 10.1?

I've tried it on  a couple of comps with Windows XP on them.

IE and FF both give no result.

I can see that when I heat profile, mm.cfg gets edited with

apropriate line that is path to profile agent.

Also if there are exception, they are thrown in all

the browsers.

But no profiling and also no flashlog.txt is generated.

So can any of you guys actually profile successfully in flashplayer 10.1?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 02, 2010 Jul 02, 2010

Copy link to clipboard

Copied

Well

I have tried every trick so far that i know and guys here have came me but no luck.

Last night i tried turning off the Chromes build inside flash player and using the debug version and no luck.

I even got excited that Flash builder 4 announced that there is an update for available, thinking that this problem has been solved.

But no....

Guys, any more suggestions ?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 07, 2010 Jul 07, 2010

Copy link to clipboard

Copied

I have the same issue but with an Air application.  I tried reverting to 10.0 but still having the same problem.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 07, 2010 Jul 07, 2010

Copy link to clipboard

Copied

getting a bit worried here

anyone, does anyone have a solution?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jul 07, 2010 Jul 07, 2010

Copy link to clipboard

Copied

Hi,

Please make sure you are using debug version of flash player

Visit the page http://kb2.adobe.com/cps/155/tn_15507.html

and make sure that debug player says 'Yes'

Please let us know the Flash builder version you are using. If you are using Flash builder 4.0 please upgrade to 4.0.1 flash builder and let us know the results.

Thanks,

Kishan

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jul 07, 2010 Jul 07, 2010

Copy link to clipboard

Copied

Google chrome browser installs non-debug version of flash player by default.

To disable the flash player of chrome

Goto chrome://plugins/ from the chrome browser

Disable Shockwave flash.

Thanks,

Kishan

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 07, 2010 Jul 07, 2010

Copy link to clipboard

Copied

hmmm..

See above :...but just in case you miss that...

Player Version: WIN 10,1,53,64

Debug: YES

Flash builder is updated to 4.0.1

-Lare-

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 07, 2010 Jul 07, 2010

Copy link to clipboard

Copied

Same here...

Player Version: WIN 10,1,53,64

Debug: YES

Flash builder 4.0.1

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 08, 2010 Jul 08, 2010

Copy link to clipboard

Copied

I was using FB 4.0 but upgraded to 4.0.1

No Difference - still says Unable to connect to the application to fetch profile data.

Windows 7 - 64Bit Professional

Player Version: WIN 10,1,53,64

Debug: YES

Flash builder 4.0.1

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jul 09, 2010 Jul 09, 2010

Copy link to clipboard

Copied

Hi,

Make sure that there is only "ONE" mm.cfg file and it is available at user.home location (Eg. C:\Users\)

Profiler will not launch if the default registry settings are modified(Bug # FB-19102)

Thanks,

Kishan

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 12, 2010 Jul 12, 2010

Copy link to clipboard

Copied

Nope

Just one mm.cfg file.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 12, 2010 Jul 12, 2010

Copy link to clipboard

Copied

There is only one mm.cfg file and it is located at d:\users\myaccount\

Note however, that because I am using a solid state drive, I configured my system so that my user account folder is actually on the d: drive - separate from where all my applications are stored on the c: drive.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 14, 2010 Jul 14, 2010

Copy link to clipboard

Copied

I have only one mm.cfg and moreover,

I can see that a line is added to mm.cfg with the right path and port to profile agent when I try to run profiler

but then profiler stops with an error mentioned above

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines