Bug Report: Flash Player 13 crashes Firefox 28 often

Crashing scenarios: Youtube videos ending, and opening a new tab simultaneously. That happened while palying a playlist on autoplay, and when playing a video not part of a playlist. Also, listening to Pandora and opening a new tab.
Visual experience of the crash: With the YT crashes, Firefox freezes and never becomes responsive. For the Pandora crash, the whole browser just shuts down and gives me a prompt to report the crash.
How I know it's FP13: I just installed in not even an hour before the first crash. Experiencing 4 crashes within 30 hours, after going 4 weeks without a crash? Very interesting stuff, isn't it.
I could not find a formal way to report a bug, so here is this.
Also, make it easier to downgrade. It's a pain having to get a 140 MB installer package to run one installer that I need, uninstall the new FP, then disconnect from the internet so you don't tell me that I'm trying to install an old version and not giving me the option to continue. If you're not going to test your software extensively to make sure it doesn't crash often, don't force people onto it.
Running 32-bit Vista.
Searching around, I see that you are going to drop support for 11.7 (what happened to 12? I could not find an installer for that anywhere) on May 13th. You should delay this or actually make FP13 stable.
Yours truly,
  Exaskryz

Pandora has, and causes, a lot of problems if your audio and video drivers are outdated or corrupted. Also, if you have RealTek® audio, you're never going to get Pandora to "play nice" with it. Flash Player has nothing to do with either of those.
You can find 11.7 here: Flash Player 11.7.700.279 but I have Vista Ultimate (64bit) with Flash Player 14 (beta), and I can run YouTube videos, post here and in the Apple Forums, as well as checking out a few News sites, all at once... and no crashes with FF 29.

Similar Messages

  • Flash Player crashing Firefox

    Hello,
    Last week i keep having issues with Adobe Flash player crashing Firefox.
    Each time i visit a site that uses Flash i get the well known error message saying that Adobe Flash player has crashed.
    I use Windows 8.1 x64
    The latest Firefox version (33.0.2)
    The latest Flash player
    I have tried setting ProtectedMode to 0 & disabling hardware acceleration. Both methods didnt work for me.
    Also i uninstalled Flash using Adobe's uninstaller and reinstalling the latest Flash version which didn't work either.
    Any help is greatly appreciated because this is getting very frustrating. I never had any problems with Flash before untill this week.
    I haven't installed or made any hard -/ software changes either.

    First, please return Flash Player to the standard configuration.  Disabling ProtectedMode leaves you far more vulnerable to malware than you would be otherwise.  If disabling hardware acceleration didn't resolve the issue, then you can enable it again.
    First things first, from the Firefox menu, choose Help > Restart with Add-Ons Disabled.  Do you continue to see the stability problem?  If not, then we should look at what other plug-ins you have installed to see if they're causing compatibility issues.  Likely candidates would be ad blockers and "download flash video" plug-ins. 
    If the crashes persist, go to about:crashes in the Firefox address bar.  Click the first few links to submit the crash reports to Mozilla, then copy the resulting links to a response here.
    Thanks!

  • Flash Player crashing Firefox 3.6.4

    There have been various reports that Flash Player is crashing Firefox 3.6.4.  This may be avoided by disabling the newly implemented "hang detector":
    type about:config into the address bar
    click I'll be careful ...
    scroll down to dom.ipc.plugins.timeoutSecs
    double-click on it, then set the new value to -1
    Thanks to Kcawley and subangel for finding this solution!

    Firefox 3.6.6 has been released; see http://forums.adobe.com/thread/668647

  • Flash Player crashes on Firefox and Windows 8

    I too have this problem and it occurred after Firefox's recent update.
    The Flash Player crashes any time I open a website with embedded Flash videos.
    I cannot watch anything that requires Flash Player and when on Facebook, the pages continually crash. I send a crash report each time then reload and it crashes again. I send about 20 reports per hour and am sick of it and have started using another browser where I do not have this problem but my preferred browser is Firefox.
    I have Firefox 35.0.1 which is the latest  version.
    My operating system is Windows 8
    The plugin I have for Flash Player is Firefox, Mozilla - NPAPI 16.0.0.296 however when I check with Flash Player, it tells me the version I have is 16.0.0.235.
    When I try to upgrade, I am informed that my version is up to date.
    Steps taken
    - updated Flash Player
    - Cleared caches
    - Unchecked hardware acceleration in Firefox.
    I cannot find the menu for Flash Player as I'd like to try to disable hardware accelerator there too.
    HELP please.

    Your issue is distinct from the original poster's issue about a crash on Mac.  I've branched this out to a new thread so that we're not confusing everyone.
    Firefox on Win8 isn't very stable.  We're collaborating with Mozilla on improvements, and my test results with the daily development builds are really promising, but it will be a few more weeks before they actually make it to production releases.
    In the meantime, you're way better off using IE or Chrome. 

  • Trying to find out which line of AS2 code is causing flash player crash in firefox & chrome browser

    Hello,
    I have a flash movie (AS2) created for the website visitors' registration and this flash movie is longer in size than the browser's window height so that site visitors need to browse down using browser's vertical scroll bar to see all of the contents in the flash movie.
    When users click the submit button in the flash movie then
    Firstly, the AS2 code attached to the      on(release){    event scrolls the html page back to the top (because the user must have scrolled down to view the flash movie content at the bottom of the page and I want the html page to go back to the top of the page)
    getURL("javascript:window.scroll(0,0)");    // this is the AS2 code I have used for scrolling the page back to the top. I suspect this code is causing the flash player crash in firefox and google chrome
    and also tells the _root of the flash movie to go to and stop at a frame named "StartEnteringData".
    _root.gotoAndStop("StartEnteringData")     //making the _root of the movie to go to the "StartEnteringData" frame
    this.gotoAndStop("Start")                                  //making this movieclip which contains the registation form to go to the first blank frame labelled "Start"
    The "StartEnteringData" frame on the _root of the flash movie has AS2 code for entering the registration data to the database by using loadVariablesNum( ... )
    Here's my question.
    Almost everytime the user/visitor click the Submit button, the firefox browser users and google chrome browswer users see the Flash Player CRASH...
    This doesn't happen often with the website visitors using MS Internet Explorer.
    I have read some www articles (by searching google) saying that Adobe Flash Player in Firefox and Chrome browsers crash a lot.
    But, for my flash movie, everytime the visitor clicks the submit button, flash player crashes. Therefore, I guess it is the AS2 code that I'm using (associated with the on(release) event of the submit button) is causing the flash player crash rather then the flash player compatibility with Firefox and Chrome browsers.
    So, someone please tell me what's causing the flash player crash.
    Is there a better code to make a web page to go back to the top?
    I am also using the codes shown below on the first keyframe of the main movie. (_root)
    //For custom flash right click menu:
    var myMenu_cm:ContextMenu = new ContextMenu();
    myMenu_cm.builtInItems.zoom = true;
    myMenu_cm.builtInItems.quality = false;
    myMenu_cm.builtInItems.print = false;
    myMenu_cm.builtInItems.save = false;
    myMenu_cm.builtInItems.loop = false;
    myMenu_cm.builtInItems.rewind = false;
    myMenu_cm.builtInItems.play = false;
    myMenu_cm.builtInItems.forward_back = false;
    _root.menu = myMenu_cm;
    //For tiling the flash movie background with bitmap picture
    import flash.display.BitmapData;
    var tile:BitmapData = BitmapData.loadBitmap("pattern");
    this.beginBitmapFill(tile);
    this.lineTo(Stage.width, 0);
    this.lineTo(Stage.width, Stage.height);
    this.lineTo(0, Stage.height);
    this.lineTo(0, 0);
    this.endFill();

    by repeatedly commenting out lines of code you suspect are causing the crush and retesting you should be able to pinpoint the problem.

  • How do I report a Flash Player crash to Adobe?

    One of the most frustrating things that can happen when using software are crashes.  We understand that and we're constantly working on fixing them when we receive reports.  If you've run into a crash and would like to help, please see the following page that describes in detail what we need and where to report it:
    Report a Flash Player crash
    While this document can appear complicated, the basics of what we need are pretty straight forward.  You'll create a new bug over at bugbase.adobe.com and include the following:
    The Flash Player version on your computer.
    A brief explanation of what caused the crash. Screenshots, a video, or both, of the steps are also useful.
    The exact URL where the crash occurred. Even though the crash appears to occur in many places, providing the exact URL makes it easier to identify the issue.
    A crash log. Depending on your browser and the operating system, see the "Create a Flash Player crash log" section in the Report a Flash Player crash help document.
    System details including operating system and browser versions.
    With your help, we can fix these issues and improve the browsing experience for everyone.

    One of the most frustrating things that can happen when using software are crashes.  We understand that and we're constantly working on fixing them when we receive reports.  If you've run into a crash and would like to help, please see the following page that describes in detail what we need and where to report it:
    Report a Flash Player crash
    While this document can appear complicated, the basics of what we need are pretty straight forward.  You'll create a new bug over at bugbase.adobe.com and include the following:
    The Flash Player version on your computer.
    A brief explanation of what caused the crash. Screenshots, a video, or both, of the steps are also useful.
    The exact URL where the crash occurred. Even though the crash appears to occur in many places, providing the exact URL makes it easier to identify the issue.
    A crash log. Depending on your browser and the operating system, see the "Create a Flash Player crash log" section in the Report a Flash Player crash help document.
    System details including operating system and browser versions.
    With your help, we can fix these issues and improve the browsing experience for everyone.

  • Flash Player crashes every time in Firefox

    Hello everybody, hope this is the right section of the forum, if it's not, please move this discussion to an appropriate forum.
    I'm using Windows 8 x64 since some months (it's release to MSDN since september) and I never had problems with Flash Player with Firefox. Since some weeks, every time I reload/open a page which contains some flash player content, Firefox freezes for some seconds, and the small wheel of the mouse pointer cames out for a few seconds, then it stops, then it reappears again. It continues for 4-5 times, than it stops, and FF says that the Flash Player plugin has stopped working. If I take a look to the processes under Task Manager, I can see that the two processes called "Adobe flash player r502 etc..." (or something like this) are closed and reopened 4-5 times, and then it stops working when FF shows the error message. What I've tried:
    1) Completely uninstalling Flash player and Reinstalling it.
    2) Install a previous version, nothing.
    3) Install the beta version 11.6, nothing. (At the beginning I was using the 11.5 version).
    4) Start FF in safe mode (so with all of the plugins disabled).
    I don't know how to solve the problem. Can someone help me? It's very annoying that I have every time to wait about 10 secs to click on something because flash player tries reopening by itself and then crashes again...
    Thank you so much.

    I have the same problem. Latest version Firefox and Flash, and the plugin causes Firefox to freeze all the time on one of my computers. It does so even if I uninstall and reinstall, if I reboot, etc. At times I can get through a few pages, but once the problem happens it seems to really happen on nearly every web page with Flash on it. I click on a tab or open a link, and Firefox freezes. It is completely unresponsive for some amount of time, usually 3-5 minutes. Usually I then get a message asking whether I want to continue or stop an unresponsive script. Only the Stop option will allow me to continue browsing (Continue never resolves the issue, just forces me to wait until the window comes back and I can click on Stop).
    In some cases I get an actual crash. This can be if I try to click within the browzer more than a few times when the browser is frozen, or at times it crashes regardless. Rarely it has frozen and won't respond at all, so I have to call up task manager and shut it down.
    My other computers don't have this issue, but my main one does.

  • Adobe Flash Player crashes on Firefox (NetSteam, Stratus)

    Flash Player version: 11,8,800,97 (last)
    OS: Windows 7
    Browser: Mozilla Firefox 22.0 (last)
    Problem: Adobe Flash Player crashes on Firefox, when runnig project with such elements like NetSteam, Stratus.
    When problem happen: Only when some streamed data is incoming, after random time. Time before crash can be 4 minutes, it also can be 2 minutes. Memory leaks or disk space usage didn't change and don't seem to be a reason. Problem happen when I was testing my voice chat together with few people. At one moment it crashed at few computers at the same time (which were using Firefox). Then we had luck with repeating this problem several times - simply by asking one of us to play any music into Microphone. Then Firefox Flash Player always crashing.
    Here you can see repeating of problem: http://youtu.be/BdkoQxloyDA
    It also show that it does not crashes if nobody is sending audio stream in created group, but it does when somebody is sending audio stream. In that video I'm repeating problem by myself, with help of one computer and 2 tabs of Flash Player. First is running in Chrome, second in Firefox. Player in Chrome is used to send system sound from speakers to peer group. Player in Firefox is listening and playing everything he hears (this is why I set it's volume to near 1).
    Here is .swf :
    http://www.plazmaburst2.com/vchat/vchat.swf?1375377116&l=ANY_LOGIN_NAME&g=b1a2e6f17f339b63 6382b2d6cccadb21
    It's very simplified voice chat which only displays streams which are being heared. It's adding " is talking" when stream is sending data. "g" parameter is a group name, I think you can choose any, but tests were made with this one.
    Hope it helps. If you will need .fla file - just tell me.

    Your issue is distinct from the original poster's issue about a crash on Mac.  I've branched this out to a new thread so that we're not confusing everyone.
    Firefox on Win8 isn't very stable.  We're collaborating with Mozilla on improvements, and my test results with the daily development builds are really promising, but it will be a few more weeks before they actually make it to production releases.
    In the meantime, you're way better off using IE or Chrome. 

  • Since the last Firefox update, flash player crashes when I start my cam

    When I start my webcam in a chat room, Adobe Flash Player crashes. If I do not start my cam, everything is fine. I have the latest versions of Firefox and Flash Player. I have windows 98
    == This happened ==
    Every time Firefox opened
    == I installed the most recent update

    I have the same problem as well, however, I have noticed that the issues seem to be local to specific sites.
    In my case, its tinychat.com, and tokbox.com. I have no problems getting into Tinychat, but when I try to cam up or even access the settings in regards to the camera dialog, adobe crashes.
    So far, I can chat and cam anywhere else I please with no issues that Ive found.
    Another thing i noticed, is it worked fine the first time i logged into Tinychat, but on the next subsequent visit, it was broken and remained so after.

  • Flash Player crashes after recent update to Firefox 32

    After recent update to Firefox 32, Flash player crashes frequently whenever i open any flash video.
    I have latest Flash player installed (14).
    I tried to uninstall Flash player and installed it again, also tried to instal flash player 15 beta and also tried to instal older flash player 13 but all in vain and problem is same.
    Update:
    i have noticed that this problem occurs in Firefox only while lash Player works fine in Google Chrome..
    Please help me to fix this problem.
    Screenshot of the Error
    http://imgur.com/fekGD5v

    @FredMcD I have latest Flash player installed

  • Flash Player crashes on every browser?

    I know this topic seems to be common, but a lot of the things I have seen in other posts really has not helped me at all.
    So, I think it's my turn to ask.
    I am on Flash 11.2.202.235.
    My OS is Mac OS X Lion.
    No matter what browser I use, or at least the three that are on this computer, they all don't work and there's no crash report that could help me at all. It crashes every so often after maybe, 2 or 3 youtube videos or 5 or 10 minutes of seeing anything that would require flash.
    First, when Flash Player crashes on Google Chrome 19, the whole webpage turns white, and I have to reload the page countless amounts of times until it works again.
    When I try in Firefox, an error pops up that says "The Adobe Flash Plugin has crashed. No report available. Reload the page to try again." With a very depressed looking lego block.
    When it crashes in Safari, the area of what is supposed to be the thing using flash becomes white and nothing happens.
    I've tried reinstalling, clearing cache, deleting the browsers and reinstalling, and all of that, but, it continues to crash and I hope someone could help me!
    Thanks!

    Hi,
    Sorry for cutting in. I have exactly the same problem too and all things have been done, but no luck. I am using a Mac Pro with OS X 10.7.4, and here comes my about:flash results:
    About Flash
    Google Chrome
    19.0.1084.54 ()
    OS
    Mac OS X
    Flash plugin
    11.2.202.235 /Applications/Google Chrome.app/Contents/Versions/19.0.1084.54/Google Chrome Framework.framework/Internet Plug-Ins/Flash Player Plugin for Chrome.plugin
    Flash plugin
    11.2.202.235 /Volumes/Jumpin Flash/Users/fred/Library/Application Support/Google/Chrome/NPAPIFlash/Flash Player Plugin for Chrome.plugin (not used)
    Flash plugin
    11.2.202.235 /Library/Internet Plug-Ins/Flash Player.plugin (not used)
    --- Crash data ---
    Crash Reporting
    Enable crash reporting to see crash IDs
    For more details
    https://support.google.com/chrome/?p=ui_usagestat
    --- GPU information ---
    --- GPU driver, more information ---
    Vendor Id
    0x10de
    Device Id
    0x019d
    Driver vendor
    Driver version
    7.18.18
    Driver date
    Pixel shader version
    1.20
    Vertex shader version
    1.20
    GL version
    2.1
    GL_VENDOR
    NVIDIA Corporation
    GL_RENDERER
    NVIDIA Quadro FX 5600 OpenGL Engine
    GL_VERSION
    2.1 NVIDIA-7.18.18
    GL_EXTENSIONS
    GL_ARB_color_buffer_float GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_instanced_arrays GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_provoking_vertex GL_ARB_shader_objects GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shadow GL_ARB_sync GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_float GL_ARB_texture_mirrored_repeat GL_ARB_texture_non_power_of_two GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_transpose_matrix GL_ARB_vertex_array_bgra GL_ARB_vertex_blend GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_window_pos GL_EXT_abgr GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_clip_volume_hint GL_EXT_compiled_vertex_array GL_EXT_depth_bounds_test GL_EXT_draw_buffers2 GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_provoking_vertex GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture_array GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_s3tc GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_integer GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_rectangle GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_EXT_transform_feedback GL_EXT_vertex_array_bgra GL_APPLE_aux_depth_stencil GL_APPLE_client_storage GL_APPLE_element_array GL_APPLE_fence GL_APPLE_float_pixels GL_APPLE_flush_buffer_range GL_APPLE_flush_render GL_APPLE_object_purgeable GL_APPLE_packed_pixels GL_APPLE_pixel_buffer GL_APPLE_rgb_422 GL_APPLE_row_bytes GL_APPLE_specular_vector GL_APPLE_texture_range GL_APPLE_transform_hint GL_APPLE_vertex_array_object GL_APPLE_vertex_array_range GL_APPLE_vertex_point_size GL_APPLE_vertex_program_evaluators GL_APPLE_ycbcr_422 GL_ATI_separate_stencil GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_ATI_texture_mirror_once GL_IBM_rasterpos_clip GL_NV_blend_square GL_NV_conditional_render GL_NV_depth_clamp GL_NV_fog_distance GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_light_max_exponent GL_NV_multisample_filter_hint GL_NV_point_sprite
    Thanks!
    Fred

  • Flash Player Crashes In All Web Browsers

    Dear Adobe,
    For months now when ever I visit a site that uses flash, wever it be in Google Chrome, Internet Explorer 9 or Mozilla Firefox. Within about 5 minutes the page I am on will crash and report to me that, the flash plugin / player has crashed. It does this without fail, every time I go online. I mostly play zynga games on facebook. I also use fullscreen whenever possible, and always using the latest version of flash thanks to the cool flash updater.
    I have just today checked and updated to the latest nvidia graphics drivers with a clean installation.
    I followed advice about disabling hardware acceleration and going through the steps for uninstalling Flash, and emptying the folders associated with it. Sadly though the problem still remains.
    I would love for this long time problem to be resolved!
    My system is Windows 7 64-Bit, with an Nvidia Geforce 7600gs.
    Please find dxdiag results.
    System Information
    Time of this report: 9/11/2012, 00:42:10
           Machine name: MIKE-PC
       Operating System: Windows 7 Ultimate 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.120503-2030)
               Language: English (Regional Setting: English)
    System Manufacturer: Gateway
           System Model: GT5082
                   BIOS: )Phoenix - Award WorkstationBIOS v6.00PG
              Processor: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ (2 CPUs), ~2.0GHz
                 Memory: 2048MB RAM
    Available OS Memory: 2046MB RAM
              Page File: 2016MB used, 2076MB available
            Windows Dir: C:\Windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
       User DPI Setting: Using System DPI
    System DPI Setting: 96 DPI (100 percent)
        DWM DPI Scaling: Disabled
         DxDiag Version: 6.01.7601.17514 32bit Unicode
    DxDiag Notes
          Display Tab 1: No problems found.
            Sound Tab 1: No problems found.
            Sound Tab 2: No problems found.
            Sound Tab 3: No problems found.
            Sound Tab 4: No problems found.
              Input Tab: No problems found.
    DirectX Debug Levels
    Direct3D:    0/4 (retail)
    DirectDraw:  0/4 (retail)
    DirectInput: 0/5 (retail)
    DirectMusic: 0/5 (retail)
    DirectPlay:  0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow:  0/6 (retail)
    Display Devices
              Card name: NVIDIA GeForce 7600 GS
           Manufacturer: NVIDIA
              Chip type: GeForce 7600 GS
               DAC type: Integrated RAMDAC
             Device Key: Enum\PCI\VEN_10DE&DEV_0392&SUBSYS_033C196E&REV_A1
         Display Memory: 1272 MB
       Dedicated Memory: 504 MB
          Shared Memory: 767 MB
           Current Mode: 1280 x 1024 (32 bit) (60Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model: C17-11
             Monitor Id: FUS0596
            Native Mode: 1280 x 1024(p) (60.020Hz)
            Output Type: HD15
            Driver Name: nvd3dumx.dll,nvd3dum
    Driver File Version: 8.17.0013.0142 (English)
         Driver Version: 8.17.13.142
            DDI Version: 9Ex
           Driver Model: WDDM 1.0
      Driver Attributes: Final Retail
       Driver Date/Size: 5/15/2012 11:48:00, 18044224 bytes
            WHQL Logo'd: Yes
        WHQL Date Stamp:
      Device Identifier: {D7B71E3E-40D2-11CF-507A-31231FC2C535}
              Vendor ID: 0x10DE
              Device ID: 0x0392
              SubSys ID: 0x033C196E
            Revision ID: 0x00A1
    Driver Strong Name: oem14.inf:NVIDIA_SetB_Devices.NTamd64.6.0:Section001:8.17.13.142:pci\ven_10de&dev_0392
         Rank Of Driver: 00E62001
            Video Accel: ModeMPEG2_A ModeMPEG2_C ModeVC1_B ModeWMV9_B ModeVC1_A ModeWMV9_A
    Cheers and hugest of thanks!!
    -Mikey F

    Hi Mikey - Sorry you're running into these crashes.  It's odd that this is occurring with all browsers and Flash content.  There must be something specific about your system that is causing this to happen.  We'd like to investigate further.  Would you be willing to create a new bug report and attach both your dxdiag report and any crash dumps that you can generate?  Please see this FAQ for additional details and steps.
    How do I report a Flash Player crash to Adobe?

  • Mac OS X - Flash Player crashes all browsers

    I installed Flash Player on a MacBook Pro under Mac OS X
    10.4.10. If I visit any page with Flash content, the browser
    crashes immediately. This happens with any browser - tried it with
    Safari, Firefox, and Opera.
    If I uninstall Flash Player, I can visit those pages fine -
    but of course I can't see the Flash content.
    Any ideas?

    Lee, what is your Flash Player version? You can see it in
    firefox if you type "about:plugins" in address bar.
    Recently (July, 21st) I have posted a bug report about Flash
    player crashing on Mac OS X 10.4.7 on Intel processor:
    I have noted that Flash Player 9.0.47.0 (9.0 r47) crashes on
    any Flex application, for example:
    http://www.adobe.com/devnet/flex/samples/flex_store_v2/
    But if you uninstall r47 and install an earlier version -
    r28, it works well.
    The uninstaller is here:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14157
    All Flash player versions are here:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14266&sliceId=2

  • Flash Player Crashing every time it is opened

    About a week ago I decided to remove the trial version of PSE from my computer. The trial period was over and to be honest I like Gimp much, much better (even more so now given all the problems I have encountered this past week.) I had a very difficult time getting PSE removed from my computer; even running my system as an administrator with full permissions granted, I kept getting the message that I did not have permission to change this file, it required an administrator. WTF big time! I contacted tech support to find out why I was having this problem, but unfortunately poor Gilligan was so lost all he could do was imply that I must be lying. Yes, that actually happened folks. I asked to be connected to a higher level and was supplied with a dead link. I finally got this Adobe crapware off my computer using brute force-yes Virginia, I did try using uninstall utilities of several flavors. There was no uninstall feature with the PSE software which led Gilligan to tell me I did not know what I was doing or talking about; I don't work for Adobe so I do know a little bit about what I am doing, sorry Gilligan. In cleaning the registery I was shocked to see what Adobe had placed in my system and even more shocked to see where it had been placed; why does Adobe feel the need to hide data miners in their crapware?
    Since this issue with PSE, Flash Player has completely stopped functioning; prior to this everything functioned flawlessly. However, now every time I encounter flash content on a web page I am greeted by that familiar greyed out message, "Adobe Flash Player has crashed, send an error reort." I am not exagerating when I say that I have submitted well in excess of 100 error reports just in the past day alone. I have uninstalled and reinstaled new copies of Flash Player several times now, the latest version, 11 I think it was, as well as some of the archived older versions; after every install I have been directed to an Adobe web page telling me that Flash has been properly installed. My drivers are up to date on EVERYTHING, I utilize a utility that checks for updates regularly. I am running Windows 7 in a 64 bit environment (and yes I know for a fact that it is 64bit as I installed the 64 bit OS, and have verified it.) Using the latest version of IE, 9.0.8112.16421 (both 32 and 64 bit versions), when Flash Player crashes so does IE, every time. I open a web page containing flash content and poof, adobe error message followed by the IE error message, "something has caused IE to stop working properly." Using the most current version of FF, 8.0.1, this happens about 50% of the time and wipes my RAM completely clean clean when it crashes. I have removed everything branded as Adobe from my computer, and attempted starting from scratch. The only option I know of that is left is to wipe the drive clean and reinstall everything from scratch (yes Gilligan, that really is the only thing that has yet to be tried that I personally know of.)
    So do I just give up and resign myself to never again see an online video until web developers realize just how crappy Adobe software has become and cleanse the web of flash and all things Adobe?? Or is there by some slim chance someone out there that has found a work around? What would really be nice is to have an alternative to Adobe Flash; I guess this shows why monopolies are a very bad thing as it allows for this sort of crap (trust me, I want to say so much worse right now, I really have come to despise Adobe) to go unchecked as long as they can turn a profit. So, any suggestions????

    I dont know what's happening, Abode crashes all the time. I installed the latest version of Java, Mozilla, all updates on windows XP. Ca you help me?
    Application Basics
    Name
    Firefox
    Version
    8.0.1
    User Agent
    Mozilla/5.0 (Windows NT 5.1; rv:8.0.1) Gecko/20100101 Firefox/8.0.1
    Profile Directory
    Open Containing Folder
    Enabled Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Crash Reports
    about:crashes
    Extensions
    Java Console
    6.0.27
    false
    {CAFEEFAC-0016-0000-0027-ABCDEFFEDCBA}
    Java Console
    6.0.30
    false
    {CAFEEFAC-0016-0000-0030-ABCDEFFEDCBA}
    Java Quick Starter
    1.0
    false
    [email protected]
    Microsoft .NET Framework Assistant
    0.0.0
    false
    {20a82645-c095-46ed-80e3-08825760534b}
    Modified Preferences
    accessibility.typeaheadfind.flashBar
    0
    browser.places.smartBookmarksVersion
    2
    browser.startup.homepage
    http://www.google.ro/
    browser.startup.homepage_override.buildID
    20111120135848
    browser.startup.homepage_override.mstone
    rv:8.0.1
    extensions.lastAppVersion
    8.0.1
    gfx.blacklist.direct2d
    2
    gfx.blacklist.layers.direct3d10
    2
    gfx.blacklist.layers.direct3d10-1
    2
    network.cookie.prefsMigrated
    true
    places.database.lastMaintenance
    1323773077
    places.history.expiration.transient_current_max_pages
    63182
    privacy.sanitize.migrateFx3Prefs
    true
    security.warn_viewing_mixed
    false
    Graphics
    Adapter Description
    Mobile Intel(R) 4 Series Express Chipset Family
    Vendor ID
    8086
    Device ID
    2a42
    Adapter RAM
    Unknown
    Adapter Drivers
    igxprd32
    Driver Version
    6.14.10.5002
    Driver Date
    10-21-2008
    Vendor ID (GPU #2)
    8086
    Device ID (GPU #2)
    2a43
    Adapter RAM (GPU #2)
    Unknown
    Adapter Drivers (GPU #2)
    Unknown
    Driver Version (GPU #2)
    6.14.10.5002
    Driver Date (GPU #2)
    10-21-2008
    WebGL Renderer
    Blocked for your graphics driver version. Try updating your graphics driver to version 6.14.10.5284 or newer.
    GPU Accelerated Windows
    0/1. Blocked for your graphics driver version. Try updating your graphics driver to version 6.14.10.5284 or newer.

  • Flash player Crashes every time 3 items or more running...

    Since I updated to Flash Player 11,7,700,169 every time 3 or more Flash player items run, Flash Player crashes.
    This happens in either Firefox or IE!
    Eg.If the problem occurs in Firefox when I also have IE open then it affects IE & Vice Versa...
    Is there a fix for this as it's becoming ridiculous now with the amount of crashes happening?
    My system:
    Acer Aspire 7735Z
    Intel Pentium Duo T4200 2.0Ghz
    Ram: 4Gb
    Windows 8 Pro 64bit
    Installed Browsers:
    Internet Explorer Version 10.0.9200.16540 Update Versions: 10.0.4
    Firefox 20.0.1
    Screenshot of dump file attached...
    regards,
    John
    Dump Summary
    Dump File:    446db98f-8bbe-4954-9378-0b450c27034e-flash2.dmp : C:\Users\John\AppData\Roaming\Mozilla\Firefox\Crash Reports\pending\446db98f-8bbe-4954-9378-0b450c27034e-flash2.dmp
    Last Write Time:    06/05/2013 22:39:46
    Process Name:    FlashPlayerPlugin_11_7_700_169.exe : C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_11_7_700_169.exe
    Process Architecture:    x86
    Exception Code:    not found
    Exception Information:   
    Heap Information:    Not Present
    System Information
    OS Version:    6.2.9200
    CLR Version(s):   
    Modules
    Module Name    Module Path    Module Version
    FlashPlayerPlugin_11_7_700_169.exe    C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_11_7_700_169.exe    11.7.700.169
    ntdll.dll    C:\Windows\System32\ntdll.dll    6.2.9200.16420
    kernel32.dll    C:\Windows\System32\kernel32.dll    6.2.9200.16384
    KERNELBASE.dll    C:\Windows\System32\KERNELBASE.dll    6.2.9200.16451
    wininet.dll    C:\Windows\System32\wininet.dll    10.0.9200.16540
    crypt32.dll    C:\Windows\System32\crypt32.dll    6.2.9200.16384
    oleaut32.dll    C:\Windows\System32\oleaut32.dll    6.2.9200.16384
    imm32.dll    C:\Windows\System32\imm32.dll    6.2.9200.16384
    user32.dll    C:\Windows\System32\user32.dll    6.2.9200.16420
    advapi32.dll    C:\Windows\System32\advapi32.dll    6.2.9200.16384
    shell32.dll    C:\Windows\System32\shell32.dll    6.2.9200.16548
    ole32.dll    C:\Windows\System32\ole32.dll    6.2.9200.16451
    shlwapi.dll    C:\Windows\System32\shlwapi.dll    6.2.9200.16384
    userenv.dll    C:\Windows\System32\userenv.dll    6.2.9200.16384
    urlmon.dll    C:\Windows\System32\urlmon.dll    10.0.9200.16537
    winmm.dll    C:\Windows\System32\winmm.dll    6.2.9200.16384
    psapi.dll    C:\Windows\System32\psapi.dll    6.2.9200.16384
    secur32.dll    C:\Windows\System32\secur32.dll    6.2.9200.16384
    mpr.dll    C:\Windows\System32\mpr.dll    6.2.9200.16384
    gdi32.dll    C:\Windows\System32\gdi32.dll    6.2.9200.16433
    winspool.drv    C:\Windows\System32\winspool.drv    6.2.9200.16384
    comdlg32.dll    C:\Windows\System32\comdlg32.dll    6.2.9200.16384
    msvcrt.dll    C:\Windows\System32\msvcrt.dll    7.0.9200.16384
    rpcrt4.dll    C:\Windows\System32\rpcrt4.dll    6.2.9200.16384
    iertutil.dll    C:\Windows\System32\iertutil.dll    10.0.9200.16540
    msasn1.dll    C:\Windows\System32\msasn1.dll    6.2.9200.16384
    combase.dll    C:\Windows\System32\combase.dll    6.2.9200.16420
    msctf.dll    C:\Windows\System32\msctf.dll    6.2.9200.16496
    sechost.dll    C:\Windows\System32\sechost.dll    6.2.9200.16384
    profapi.dll    C:\Windows\System32\profapi.dll    6.2.9200.16384
    WINMMBASE.dll    C:\Windows\System32\WINMMBASE.dll    6.2.9200.16384
    comctl32.dll    C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.9200.16384_ none_bf100cd445f4d954\comctl32.dll    5.82.9200.16384
    sspicli.dll    C:\Windows\System32\sspicli.dll    6.2.9200.16420
    CRYPTBASE.dll    C:\Windows\System32\CRYPTBASE.dll    6.2.9200.16384
    SHCore.dll    C:\Windows\System32\SHCore.dll    6.2.9200.16433
    bcryptPrimitives.dll    C:\Windows\System32\bcryptPrimitives.dll    6.2.9200.16384
    uxtheme.dll    C:\Windows\System32\uxtheme.dll    6.2.9200.16537
    pcContextHook_DSR.dll    C:\Program Files (x86)\Common Files\Motive\pcContextHook_DSR.dll    7.1.0.5
    dwmapi.dll    C:\Windows\System32\dwmapi.dll    6.2.9200.16384
    setupapi.dll    C:\Windows\System32\setupapi.dll    6.2.9200.16496
    cfgmgr32.dll    C:\Windows\System32\cfgmgr32.dll    6.2.9200.16384
    devobj.dll    C:\Windows\System32\devobj.dll    6.2.9200.16384
    ntmarta.dll    C:\Windows\System32\ntmarta.dll    6.2.9200.16384
    NPSWF32_11_7_700_169.dll    C:\Windows\System32\Macromed\Flash\NPSWF32_11_7_700_169.dll    11.7.700.169
    version.dll    C:\Windows\System32\version.dll    6.2.9200.16384
    dsound.dll    C:\Windows\System32\dsound.dll    6.2.9200.16384
    ws2_32.dll    C:\Windows\System32\ws2_32.dll    6.2.9200.16384
    mscms.dll    C:\Windows\System32\mscms.dll    6.2.9200.16384
    powrprof.dll    C:\Windows\System32\powrprof.dll    6.2.9200.16384
    nsi.dll    C:\Windows\System32\nsi.dll    6.2.9200.16384
    clbcatq.dll    C:\Windows\System32\clbcatq.dll    2001.12.10130.16384
    mlang.dll    C:\Windows\System32\mlang.dll    6.2.9200.16384
    MMDevAPI.dll    C:\Windows\System32\MMDevAPI.dll    6.2.9200.16420
    AudioSes.dll    C:\Windows\System32\AudioSes.dll    6.2.9200.16451
    d3d9.dll    C:\Windows\System32\d3d9.dll    6.2.9200.16384
    igdumd32.dll    C:\Windows\System32\igdumd32.dll    8.15.10.2702
    wintrust.dll    C:\Windows\System32\wintrust.dll    6.2.9200.16420
    mswsock.dll    C:\Windows\System32\mswsock.dll    6.2.9200.16433
    dnsapi.dll    C:\Windows\System32\dnsapi.dll    6.2.9200.16420
    rasadhlp.dll    C:\Windows\System32\rasadhlp.dll    6.2.9200.16384
    IPHLPAPI.DLL    C:\Windows\System32\IPHLPAPI.DLL    6.2.9200.16420
    winnsi.dll    C:\Windows\System32\winnsi.dll    6.2.9200.16384
    FWPUCLNT.DLL    C:\Windows\System32\FWPUCLNT.DLL    6.2.9200.16465
    cryptsp.dll    C:\Windows\System32\cryptsp.dll    6.2.9200.16384
    rsaenh.dll    C:\Windows\System32\rsaenh.dll    6.2.9200.16384
    dxva2.dll    C:\Windows\System32\dxva2.dll    6.2.9200.16384
    comctl32.dll    C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9200.16384_n one_893961408605e985\comctl32.dll    6.10.9200.16384
    avrt.dll    C:\Windows\System32\avrt.dll    6.2.9200.16420

    Hi Chris,
    I'm not the original reporter, but I can confirm IE9 crashes in my wife's Windows 7 computer every time, on this site: http://dk.timefor.tv after latest update. Whenever she presses the "TV-Guide" link, it'll crash. It also happens if she opens the http://dk.timefor.tv/tv-guide directly, but in that case not until she leaves the page or closes the browser. Other sites are not quite as consistent, but after the update she sees a _lot_ of crashes, to the point that she's had to disable the plugin and use Chrome for sites using Flash instead.
    IE9 in my own computer doesn't have the same problem (Both are 64-bit Windows 7, her computer is a T420 with a Core i5-2410M and 4 GB RAM).
    I'm sending you the dump now (John, please note that you need to use -f * instead of -f "" to actually get it to create the dump, -f "" just shows that there was an exception, it wont dump it).
    A funny thing I noticed is that her add-on manager thought that the plugin was 10.x (can't remember the exact version), even though more information said that the file was "Flash32_11_7_700_169.ocx" until I completely removed the Flash plugin installation and installed it again. However, the crash persists, even though the version is correct now (the dump is from the freshly installed version).
    Another difference I saw between our machines was that the Flash updater on my PC did not require IE to be closed, but hers did, both when trying to re-update and doing the fresh install.
    Best regards,
    Dennis Du Krøger

Maybe you are looking for