Flash Player crashing on every code execution

Every time I run this code my flash player (projector) is crashing.
function ftwoB(event:MouseEvent) {
     navigateToURL(new URLRequest("lessons/lesson2/reading"));
¿Any idea why? ¿Any suggestions? Thanks

I'm a windows user. I do have an imac on the side of me but know very little on sys admin on it. I just use it for iOS dev. But I am an admin level account. Is your account admin level? I'm not certain this factors in but sometimes I need to "run as admin" on windows to rule out any access issues.
Can you explain more about "what" is crashing? The projector? The browser the should be popping up?
Also I believe a projector auto-sets the sandbox it's in to access local files only but you might want to check that option. I believe the dropdown is at the bottom as soon as you open your publish settings and hit the flash tab (sorry I use FlashBuilder now). Make sure that's on access local files only.
Lastly you definitely should put your code (that you know is failing) in a try {} catch() {} block.
e.g.
function ftwoB(event:MouseEvent) {
    try
       navigateToURL(new URLRequest("lessons/lesson2/reading"));
    } catch (e) { }
Just to keep it from crashing. If the error is in flash it will catch it and excuse it without crashing.
Start trying other means of accessing the file (who's properties you've hopefully verified you have read access to).
e.g. navigateToURL(new URLRequest("./lessons/lesson2/reading/index.html"));
e.g. navigateToURL(new URLRequest("file:///C|/path/to/lessons/lesson2/reading/index.html"));
See if any other alternate means of accessing the file works. 
FYI I have no issue loading a local files. I made an extremely quick example that loads using your own code on my system. Just one button that procs that function and loads an index.html. I used a frame script to keep it simple and saved it down to CS4 as I don't know what version you use.
here:
http://www.filehorde.com/o/test.zip

Similar Messages

  • 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 crashing on every website I go to

    I'm running on windows 7 using firefox. I need help. Literally every page I go to flash player crashes about 4 times and I have to press "stop pluggin" and wait 30 seconds for the page to respond over and over. I'm about ready to either give up on adobe or firefox. I've done the whole uninstall and made sure I have the latest version of flash player and it is enabled. The next step on correcting the problem was to go to the help page and open settings by right clicking on the Adobe logo, however, I couldn't do that because flash player crashed and I had to "stop plugin", therefore I couldn't even see the logo. I don't know much about computers, but I was able to correct the constant crashing problems on my mother's computer pretty easily. Mine is now worse and I can't fix it. Please use layman's terms, I'm an English teacher, not very tech savvy. I've been having trouble understanding some of the instructions I've found in these forums.
    I'm trying to prepare for the school year, and I can't work with this constant issue! Please help!
    Thank you!

    I am just as frustrated as you are, sadly enough.  I have tried  EVERYTHING!!
    Have you had any success, and if so, will you share the solution please.
    Thanks

  • Flash player crashes in every browser

    Hi everyone,
    3 weeks ago I bought a HP Pavilion g6-2052sd laptop. since the first day i used it I haven't been able to play any videos on the internet (youtube, facebook etc.)
    For example when I go to youtube and click on a video it starts loading and then it just stops loading and my browser and operating system freeze. It stays like this for about 5 minutes and then I get an error message saying that my flash player crashed.
    After that my browser and operating system start to function normally again but I still can't play any videos because when I do everything freezes again.
    I have updated all my video and audio drivers and even re-installed my browser and flash player. I have also tried using different browsers(Internet Explorer, Google Chrome) nothing i've tried works. So I am hoping that someone here can help me out.
    I am currently using:
    HP Pavilion g6-2052sd laptop
    Windows 7 home premium 64-bit
    Firefox 15.0.1
    Flash player 11,4,402,278
    Video driver AMD Radeon HD 7520G  version: 8.941.1.0
    Audio driver IDT High Definition Audio version: 6.10.6381.0

    there was an identified hp security driver incompatibility.  crashes seem to happen more frequently on HP laptops with fingerprint scanners.  depending on the driver used, users would experience the constant crashes.  if you fall under this...  you can do 1 of 3 things.
    install flash player 11.5 beta
    install flash player 10.3
    wait for the next official release
    make sure to uninstall the flash player before following 1/2...
    install  flash player 11.5 beta - http://labs.adobe.com/downloads/flashplayer11-5.html
    install  flash player 10.3 - http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html

  • Win8.1/Chrome 64bit: NPAPI Flash Player crashes on every page with Flash content

    Hi,
    Chrome 64bit (beta+) crashes on Win8.1 64bit, if I use the NPAPI Flash Player (v15 beta or v14 stable) and open a website with Flash content.
    More details here:
    https://code.google.com/p/chromium/issues/detail?id=402262

    Turning off NPAPI in Chrome 64-bit will be a very bad move. I'm using a Windows 7 Setup, with a Core2Quad 65 nm CPU and a pathetic Geforce GT 8500 GPU that is basically worthless. PPAPI  flash betas are available as a standalone now at this point, but I have done lots of side by side comparisons, and the PPAPI plugin is absolute garbage compared to the far superior Netscape architecture based plugin. I'm not the only one saying that. I have found loads of forums, and instruction videos online to fix Chrome video playback on youtube for instance. I have to install "Magic Actions for Youtube" addon for chrome so that I can disable HTML5. then I have to go into the plugins menu on chrome and disable pepper flash. I keep the 64 bit flash betas regularly updated this way, and I am getting peak performance. Once in a blue moon it will crash, but I think that is Google's fault. HTML5 should not be the default option in youtube. Compared to Flash, it does not have great GPU acceleration ability, and HTML5 in 64-bit doesn't even perform superior to 32 bit web browsers, where as 64 bit flash is a leap forward, as long as it's the NPAPI version, that is. Problems I have with the HTML5 and also Pepperflash are very similar.   The audio is out of sync with video, and the cpu is maxed out from memory leaking. I'm skipping frames and seeing glitches left and right. The seek functions in pepperflash never work right on youtube, you have to click an inch before wherever you want the video to play. On and on. Pepper flash has audio crackle. You can't get rid of the crackle from pepper flash or HTML 5. Yet, with NPAPI 64 bit flash beta in 64 bit chrome canary it plays PERFECTLY. once in a while I have it crash, which i think is the fault of the fact that I have to use an add on to force off HTML5. Why would I want html5, when flash NPAPI  64 bit produces superior picture quality on all quality settings. It's better in every conceivable way. Shame on Google for not putting more care into 64-bit flash on 64-bit Chrome. It couldn't possibly be a more important deal! You can tell pepperflash and HTML 5.0 are an afterthought. It's only youtube playback quality. why would that matter to google? OMG...  
    While I'm at it, I have one other issue that blows my mind. Adding command line flags in Chrome 64-bit (Canary) in Windows. Why do we have to add them through a shortcut in the "target" line? The target line runs out of space after 3 or 4 commands! I wish they would update Chrome Canary to allow for unlimited command lines to be added. It should be an option to add Command Lines on the About:Flags screen. I am so disappointed in these two glaring issues. It keeps me up at night.   

  • With the latest Firefox, I keep getting error messages on Tumblr, and Flash Player crashes almost every time I watch a video on Tumblr.

    This has been driving me mad for days now. I updated to the latest version of Firefox, but every single time I go to any webpage on Tumblr, (my dashboard, my personal blog, anyone else's blog) I am bombarded by error messages saying "too much recursion." I usually get anywhere from 3 to 5 messages per page. I reverted to Firefox 34 and can now access Tumblr just fine, but then I am faced with a different problem. When watching videos or vines on Tumblr, they can spontaneously lag, jitter, or stop playing. If I try to resume playing them, then they might start playing but all audio will be cut out. This seems to cause some kind of problem with Flash Player, because after it happens on Tumblr, then it will happen on ANY video playing site I visit. If I try to watch a video on Youtube, the video will spasm for a couple seconds and then go to static and say "An error has occurred, please try again later." I've tested it out on other video sites like Blip, and they also cause audio and video bugs. Even if I close Firefox and restart it, the issue will not be solved. The only way I have found to fixing the crashes is to manually reinstall Flash Player (which requires me to reset Firefox anyway). This has been a tremendous annoyance, as I have had to reinstall Flash Player and reset Firefox about five times on any given day for the past week or so. This is driving me to consider dumping Firefox for Chrome, and I don't want to do that.

    Okay, I updated my graphics card drivers just for good measure. I also started Firefox in Safe Mode, and there weren't any bugs. So I isolated the problem by turning on my extensions one by one, and it turns out that something with my XKit extension was the cause. I manually removed XKit and reinstalled it directly from the XKit website. Now everything's working fine again when I use Firefox 35. Thank you!

  • Adobe Flash Player Crash on every Browser

    Hi, I'm french so excuse my english...
    I have a probleme to watch all kinds of Flash animations, I'm on Win7 64 bit, and the animations crash on every browser( IE, Chrome, Safari..)¨
    It's the same on facebook and ESPN Player, the browser freeze and then crash   ...
    I've read a new article on adobe about that problem, I don't know if it's linked
    "http://blogs.adobe.com/psirt/2010/10"
    Thanks to help me
    Robmot

    Try to disable Hardware Acceleration (Flash Player Settings, Display panel).
    robmot wrote:
     I've read a new article on adobe about that problem, I don't know if it's linked "http://blogs.adobe.com/psirt/2010/10"
    This information is about Shockwave Player, not Flash Player.

  • Shockwave/Flash Player crashes with every browser...Ugh.

    I can't find a solution in this forum although a lot of people seem to be asking this question. Flash crashes constantly and it doesn't matter if I use Chrome, Firefox or IE. It's quite unbearable. I don't have multiple Flash players and if an add-on is causing this, I can't draw a link between it crashing and me disabling them. I've scanned for malware and gotten rid of anything found. No viruses that my virus protection reports. The problem just gets worse. It used to be occasionally, then multiple times a day, now its pretty much anytime I want to use Flash...which seems to be constantly. It freezes my computer then an error message comes up and says Shockwave player has crashed. I have updated shockwave and flash, so I have the most recent versions....any solutions?
    Thanks in advance.

    If your machine had a recent malware infection, you might want to consider backing up your critical files and starting fresh.  It takes time for antivirus and anti-malware packages to discover and push signatures for new viruses, and it's standard practice to deploy new malware to ensure that an attacker maintains their foothold on a compromised machine.
    If it was my personal machine, I would back up any critical data files, wipe the machine and re-install everything from pristine sources.  Not exactly convenient, but you can be reasonably sure that the system is running the software you expect (discounting the possibility of malware that compromises the system BIOS).
    That said, there's not a lot of actionable information here.  I'd recommend uninstalling Flash Player and re-installing fresh.  You actually have three different Flash Players -- there's an ActiveX control for Internet Explorer, the NPAPI plug-in for Firefox and the PPAPI Flash Player for Chrome.  The PPAPI Flash Player for Chrome is totally encapsulated -- it doesn't even share settings.
    SO... malware aside, the next most likely culprit is graphics drivers.  Each of the independent Flash Player installations attempts to use a hardware accelerated feature (like video playback), but the driver crashes.  Typically updating the graphics drivers would resolve this, or you can experiment with disabling hardware acceleration.  How do I disable or enable hardware acceleration? Windows: how do I update the device driver for my video/display adapter?

  • Flash Player Crashs on every Browsers

    Hi,
    I don't speak english very well, but I'm having a very bad problem with Adobe Flash Player.
    Everytime I try tu run a Youtube video or for example Facebook discussions, the browser crashs and I need to restart
    several time until it probably works...
    Here is my configuration:
    Alienware M15X
    Intel(R) Core(TM) i7 CPU Q740 @ 1.73 GHZ
    RAM: 4.00 Go
    Windows Seven 64 bit
    So if someone can help me?
    Robmot
    (Don't need the link to check if Flash player is set up, juste a solution... Please!)

    Hi,  You may want to go to this site: http://www.adobe.com/software/flash/about/. Right click on the Flash logo, Settings,
    then UNcheck the hardware acceleration in Display Settings.
    Then make sure that in IE you have the Security Setting for the Internet Zone set to Medium.
    Hope that helps,
    eidnolb

  • Flash Player Crash

    I have Firefox 28.0 with Flash Player 13.0.0.182. The Flash Player crashes on every page with Player content rendering the browser unusable, as well. It's very annoying re-opening Ffox dozens times a day, so, I'd be very glad of any assistance. The "mms.cfg" operation (ProtectedMode=0) I've already done with no help at all.

    Did you try to disable hardware acceleration in the Flash plugin and in Firefox?
    *http://helpx.adobe.com/flash-player/kb/video-playback-issues.html
    See also:
    *http://kb.mozillazine.org/Flash#Troubleshooting
    If you have submitted crash reports then please post the IDs of one or more recent crash reports that have a "bp-" prefix:
    *bp-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
    You can find the IDs of the submitted crash reports on the <i>about:crashes</i> page.
    *You can open the <b>about:crashes</b> page via the location bar, like you open a website, or open the crash reports page via "Help > Troubleshooting Information".
    See:
    *http://kb.mozillazine.org/Mozilla_Crash_Reporter
    *https://support.mozilla.org/kb/Mozilla+Crash+Reporter

  • 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

  • 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.

  • 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.

  • Adobe flash player crashing my whole computer could anyone please help?

    Is this just a win vista problem or something?
    Computer specs:
    Windows Vista™ Home Premium (6.0, Build 6002) Service Pack 2
    Dell XPS430 BIOS: Phoenix ROM BIOS PLUS Version 1.10 A00
       Processor: Intel(R) Core(TM)2 Quad CPU    Q8300  @ 2.50GHz (4 CPUs), ~2.5GHz
                 Memory: 6078MB RAM
              Page File: 1979MB used, 10287MB available
    DirectX Version: DirectX 11
    ATI Radeon HD 3600 Series
       Display Memory: 3031 MB
    Dedicated Memory: 248 MB
        Shared Memory: 2782 MB
         Current Mode: 1280 x 900 (32 bit) (60Hz)
    Everything is up to date explorers, java, direct x, video cards, checked every single driver...
    This is my problem:
    The newest flash player crashes everytime I open certain web pages like failblog or tinychat which requires a webcam
    I'm not sure what is causing it but it's only when i'm on those webpages that it crashes...
    I can go on youtube kongregate steam and I can play tons of games the only thing I cant do is go on certain websites that messes with the newest version of flash for some reason...
    I can use ANY other version of adobe flash and it won't crash at all but the problem with using the older versions is that I can't use my webcam on certain sites.
    Will there be another update release for adobe flash that will fix this problem? The previous version was fine I don't know what was changed but will it get fixed?
    And yes I have also been into the error logs but it doesn't show anything and the codes that it does show, people don't know what the hell it means lol just a bunch of binary number like data...I could post that but I doubt it would be of any help it's just a few short lines of numbers on each crash...I have purposely crashed my computer about 2 times to check if error logs popup and to see what is crashing the flash player but nothing changes in the crash log..
    So to sum my problems up into a short paragraph....newest flash player crashes my computer when I go on webcam/webchat/certain websites with flash videos on it, also if I right click and try to tamper with the settings it also crashes my computer...I would like to know if there's a possible fix for this or will there be another update released anytime soon?
    Please help and thank you for all future responses I will continue to use older versions of flash player till this problem is resolved, also on my newer i-7 620 processor 5850 ati laptop it crashes but rarely although I can use my webcam on msn on that computer but this is one has problems....

    Sorry I wasn't able to respond for a while I work two jobs so I   really don't have time for this although I would still like to get this   solved very much.
    In the event viewer all it says is that there was an unexpected shut down.
    I  have checked and updated everything on both computers I tried to   disable hardware acceleration and that still didn't change anything.
    Sometimes  when I try to just right click on a flash player and change  the  settings it crashes, if I try to load certain pages it crashes, if I   try to use a webcam chat on a webcam site it crashes. Though I can   still view other people's webcams in chat ex: tinychat I could be in   there chatting away with some friends from across country and nothing   will happen until I click webcam and flash player asks to allow, it  will  crash if I try to right click anywhere and that little flash  settings  popup it crashes.
    All of this happens when I use the most  current version of flash  player any other previous version will not  crash when doing any of this  although I can't use my webcam since the  website is running an updated  version which is why I would like to get  this problem fixed.
    The new firefox update didn't help  at all it still just freezes.  There is no blue screen, no crash error  report, no event log. The event  viewer just says it was shut down  unexpectedly.
    I also tried uninstalling all webcam  applications unplugging my  webcam and that didn't affect it at all.  I've done everything that  people have been doing on here to solve there  problems, I used the  search button and tried options from various  threads but none work for  me.
    I can do everything  normally that requires flash player like play  games, watch videos, and  other stuff but it just crashes when I do those  certain things as  stated above. It's weird that there is no log, no  anything just a  freeze and I can't do anything to the computer i've  tried letting it  sit for about 15 minutes but it didn't respond. I used  ctrl alt del  after a while, alt tab, alt f4, holding down certain keys,  holding the  power button in for a while and nothing will happen. It just  sits  frozen untill I unplug it.
    Is there anything I can do to get an error log of the crash since event viewer isn't working?

  • Flash Player crashes when losing network connection

    My flash player crashes every time i lose internet connection. That happens alot, because the networks i use keep jumping between eachother and they suck, quite frankly, but it's out of my control.
    I got alot of tabs up, 24/7, all using flash player, so when it crashes, that sucks.
    No, it doesn't crash because of the amount of tabs i have open, or the load on it. It happens when i have only 1 tab open too, barely using flash player ..
    So, is there anything i can do about this?
    This didn't happen with the older versions of adobe (I mean alot older, don't remember at which version this started happening, this/last year atleast) ..
    Im running Windows 7 32 bit. But it happens on my Win XP 32-bit computers and Win 7 64-bit computer too.

    So i have the same virus on all my 4 computers?
    1 computer has a updated version of the latest Symantech antivirus, and 1 has an updated version of the latest AVG antivius. They should've found a virus if i had one. And i haven't visited any "suspicious" sites, downloaded anything "suspicious", and have all ads blocked .. The chance of it being a virus is equal to zero.
    When the computer changes from a network (With connection and internet access) to a different network (With connection and internet access) real quick, then it usually doesn't crash.
    But when it changes from a network (With connection and internet access) to a network (With connection, but hotspot, so no internet access before i enter the password and username in a new tab/window) it crashes. Same happens if i simply click "Disconnect" when im on a network.
    It doesn't however do that if i go into "Work offline" mode before disconnecting, but it crashes then when i reconnect to a different network, and go back into working online.
    This is an adobe problem, no virus.
    Happens with both Firefox 3.6, Firefox 4, Google chrome and IE (Whichever version it was i had) ..

Maybe you are looking for