Internet Explorer 11 not opening, says appcrash. Windows 7 Pro 64 bit

Hi There
I am running Win 7 Pro 64bit and Internet explorer 11. I keep getting add ons disabled and explorer doesn't want to open. When I view the problem I see APPCRASH iexplore.exe. What is this. I have tried everything.

When I view the problem I see APPCRASH iexplore.exe.
tried re-installing Explorer 11
There are usually two parts to a crash signature.  The most significant one would be the crashing module.  iexplore.exe is just the crashing application.  However, unless the crashing module is an unusual one, e.g. third-party extension,
you are probably going to have to get a dump and look at the Stack Back Trace of the crashing thread, e.g. using windbg.
tried re-installing Explorer 11
A better alternative to trying that would be to start IE in No Add-ons mode and see if your symptom changes.  E.g. Run... (press Win-R and enter:)
iexplore.exe  -nohome  -extoff
The  -nohome  should open IE and hold it open one step earlier than where you could start seeing the message about No Add-ons.  If that stays open, to proceed you may have to use the Stop command, e.g. press Alt-V p.
FYI
Robert Aldwinckle

Similar Messages

  • Internet explorer will not open web pages

    HPw1858, Windows 7 connected to comcast cable. norton anti-virus program.
    Internet Explorer will not open web pages - refers to Domain Name Server missing or Error 403 (Forbidden) h30155.www.hp.com
    very frustrating. can you tell me what settings i need to change?

    y2ken wrote:
    You can try the Firefox web browser to see if you can then connect. Firefox is a better, faster, more secure browser anyway and will prompt you to transfer all your Favorites from IE.
    Firefox Download
    or
    Try the free Fix IE utility.
    FixIE Utility
    or
    You can try uninstalling IE8 then reinstalling it.
    Uninstall IE8
    I would take 'Y2ken's' advice and try Firefox.  I have used it for years with XP Pro and Ubuntu, Linux.  It definitely is more responsive.  Most of what is in IE8 was developed in FF several years ago.  FF was the first browser with tabs, for instance.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • Internet Explorer 11 not opening iframes after KB3032359 update

    Basically: Internet Explorer 11 not opening iframes(src is same program folder) after KB3032359 update. (Chrome or Firefox opens all iframes)
    We have web solution on Windows 2008 .NET 4 version, wroten C# (Visual Studio 10). Program has left side menu (Panels, menu items have link button, link buttons onclick methods in .cs file. Onclick methods change center iframe source location. ( frm_center.Attributes.Add("src",
    "page2.aspx")  )
    Microsoft publish some updates 11.03.2015 date. One update is (MS15-018 - Cumulative Security Update for Internet Explorer (3032359) - Critical - Remote Code Execution) for IE11 security fixes. Including one fix for iframe freaks.
    After installed this update (Windows 7 Professional 64 bit) IE11 opening our web solution site, after login everything is ok (head section, left menu, center iframe are correct), but when clicking some item in left menu, iframe is not changing source location.
    (1 day ago IE is ok, no problem). 
    Have idea for this iframe problem ?

    We have noticed similar change in behavior with KB3032359.
    Here is one such scenario where it is broken starting with this patch. It looks like plugins are no longer able to access various javascript objects when in compatibility mode.
    Two things to start with:
    1. The site is in compatibility mode
    2. The Adobe SVG plugin is installed and being used.
    The actual issue is in an much more complicated application that must be run in compatability mode with the Adobe SVG Plugin. 
    But here is the issue boiled down:
    =================== test.html
    ===================
    <HTML>
    <script>
    document.write('<frameset cols="50%,50%,0">');
    document.write('   <frame id="test1" name="test1" src="javascript:false">');
    document.write('   <frame id="test2" name="test2" src="javascript:false">');
    document.write('</frameset>');
    d = new Date() ;
    window.frames['test2'].location ="test2.html?" + d;
    </script>
    </HTML>
    =================== test1.html ===================
    <body
    bgcolor=green>
    Expected test1
    </body>
    =================== test2.html ===================
    <script>
    function notify(evt){
      alert(evt.target.id + " should now change frame 1 to test1.html") ;
      parent.frames.test1.location.href  = "test1.html" ;
    </script>
    <body 
    bgcolor="000077"
    text="FFFFFF">
    <embed
    src="test2.svg"
    width="100%"></embed>
    test 2, has a SVG that calls back to this page, and causes frame 1 to change to test1.html
    </body>
    =================== test2.svg ===================
    <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%">
    <ellipse onclick="parent.notify(evt)" id="svgOval"
    cx="25%"
    cy="25%"  rx="24%"
    ry="24%" fill="#000099"  stroke="FFFFFF"/>
    </svg>

  • Internet Explorer will not open a password-protected webpage

    I've asked this question in the General Discussion forum but
    did not find a solution. I am using DW8.0.2 / MySQL 4.1 / PHP5.1 to
    create PHP login and restricted access webpages. Locally (i.e.
    Windows XP / IIS5.0), they all function properly no matter what
    browser I use. However, on my ISP's server that running Linux /
    Apache, Internet Explorer 6.x or 7.x will not open the
    password-protected webpages - all the other php pages open and
    function properly. I can use Opera, Netscape, or Firefox and the
    pw_protected webpages open fine - just not in IE.
    I've tried cookies on / off, popup blocker on / off, and
    changed my PHP login scripting - all to no avail. Any one have any
    ideas why IE won't open a PHP-scripted pw-protected webpage while
    all other browsers can?

    Thanks for your suggestion. I've added the site to IE's
    Trusted Zone... but no luck. And to test further, I've turned off
    EVERY 'disable' feature I could in IE and still no joy.
    Could the problem be how IE proceses (or doesn't process) my
    PHP logon scripts and possibly does not pass the session on to
    Apache (the server is a Linux box running Apache)? I'm enclosing my
    scripts for review and hopefully for a discovery of why this is
    happening only in IE and not the other browsers.
    Here is my logon script:
    <?php
    // *** Start the session
    session_start();
    // *** Validate request to log in to this site.
    $FF_LoginAction = $HTTP_SERVER_VARS['PHP_SELF'];
    if (isset($HTTP_SERVER_VARS['QUERY_STRING']) &&
    $HTTP_SERVER_VARS['QUERY_STRING']!="") $FF_LoginAction .=
    "?".htmlentities($HTTP_SERVER_VARS['QUERY_STRING']);
    if (isset($HTTP_POST_VARS['Username'])) {
    $FF_valUsername=$HTTP_POST_VARS['Username'];
    $FF_valPassword=$HTTP_POST_VARS['Password'];
    $FF_fldUserAuthorization="Status";
    $FF_redirectLoginSuccess="bulletin_edit.php";
    $FF_redirectLoginFailed="access_error.html";
    $FF_rsUser_Source="SELECT Username, Password ";
    if ($FF_fldUserAuthorization != "") $FF_rsUser_Source .= ","
    . $FF_fldUserAuthorization;
    $FF_rsUser_Source .= " FROM tblaccess WHERE Username='" .
    $FF_valUsername . "' AND Password='" . $FF_valPassword . "'";
    mysql_select_db($database_leathernecks, $leathernecks);
    $FF_rsUser=mysql_query($FF_rsUser_Source, $leathernecks) or
    die(mysql_error());
    $row_FF_rsUser = mysql_fetch_assoc($FF_rsUser);
    if(mysql_num_rows($FF_rsUser) > 0) {
    // username and password match - this is a valid user
    $MM_Username=$FF_valUsername;
    session_register("MM_Username");
    if ($FF_fldUserAuthorization != "") {
    $MM_UserAuthorization=$row_FF_rsUser[$FF_fldUserAuthorization];
    } else {
    $MM_UserAuthorization="";
    session_register("MM_UserAuthorization");
    if (isset($accessdenied) && false) {
    $FF_redirectLoginSuccess = $accessdenied;
    mysql_free_result($FF_rsUser);
    session_register("FF_login_failed");
    $FF_login_failed = false;
    header ("Location: $FF_redirectLoginSuccess");
    exit;
    mysql_free_result($FF_rsUser);
    session_register("FF_login_failed");
    $FF_login_failed = true;
    header ("Location: $FF_redirectLoginFailed");
    exit;
    ?>
    And here is the script that appears on each restricted
    webpage:
    <?php
    // *** Restrict Access To Page: Grant or deny access to this
    page
    $FF_authorizedUsers=" edit";
    $FF_authFailedURL="access_error.html";
    $FF_grantAccess=0;
    session_start();
    if (isset($HTTP_SESSION_VARS["MM_Username"])) {
    if (false ||
    !(isset($HTTP_SESSION_VARS["MM_UserAuthorization"])) ||
    $HTTP_SESSION_VARS["MM_UserAuthorization"]=="" ||
    strpos($FF_authorizedUsers,
    $HTTP_SESSION_VARS["MM_UserAuthorization"])) {
    $FF_grantAccess = 1;
    if (!$FF_grantAccess) {
    $FF_qsChar = "?";
    if (strpos($FF_authFailedURL, "?")) $FF_qsChar = "&";
    $FF_referrer = "Restricted Area";
    $FF_authFailedURL = $FF_authFailedURL . $FF_qsChar .
    "accessdenied=" . urlencode($FF_referrer);
    header("Location: $FF_authFailedURL");
    exit;
    ?>
    Any ideas, suggestions or help is greatly appreciated.

  • Internet explorer will not open

    i have a toshiba 155cds and  when my laptop loads and i try to open internet explorer a box comes up and at the top it says internet explorer but as soon as it does it closes what should i do?

    y2ken wrote:
    You can try the Firefox web browser to see if you can then connect. Firefox is a better, faster, more secure browser anyway and will prompt you to transfer all your Favorites from IE.
    Firefox Download
    or
    Try the free Fix IE utility.
    FixIE Utility
    or
    You can try uninstalling IE8 then reinstalling it.
    Uninstall IE8
    I would take 'Y2ken's' advice and try Firefox.  I have used it for years with XP Pro and Ubuntu, Linux.  It definitely is more responsive.  Most of what is in IE8 was developed in FF several years ago.  FF was the first browser with tabs, for instance.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • Internet explore can not open some web site!!

    Internet explore cannot open some web site including yahoo game.
    whenever opening it, it says that i need to download java virtual machine
    and it leads me to Microsoft to download MS virtual machine
    but after intalling it, the problem does not disappear.
    Some people suggest that using opera, but it is not working, either!!
    What is the problem? Does anyone know the solution?
    Please reply me!!

    Hi,
    Internet explore cannot open some web site including yahoo game. whenever opening it, it says >that i need to download java virtual machine and it leads me to Microsoft to download MS virtual
    machine but after intalling it, the problem does not disappear.Explorer not opening some web sites indicated that you are not able to open those sites which
    do have applets in homepage,probabily you are able to download the applet but that cannot be
    executed due to lack of environment(JVM).Although the Explored does have the inbuilt JVM but
    I believe in the latest versions they are not providing.
    i hope yours is not that case.The other alternative can be explorer getting corrupt or change
    in the setting(which I believe you must not have changed)
    See if the application comes on different machines explorer.
    vickyk

  • Internet Explorer will not open additional tabs

    I bought a Yoga 2 Pro a couple of weeks ago an overall I really like it.  There is one thing that is a little strange.When I open up IE from the start/tablet page it will not open additional tabs if the website requests it.  It will either stay on the initial page or open a blank page.  For example; there is a website I use alot, when you click a link it opens it in another window.  When I do that it just opens a blank page.
    If I use IE from the Desktop it works fine.  Am I missing a setting somewhere?
    Thanks,
    Brian

    y2ken wrote:
    You can try the Firefox web browser to see if you can then connect. Firefox is a better, faster, more secure browser anyway and will prompt you to transfer all your Favorites from IE.
    Firefox Download
    or
    Try the free Fix IE utility.
    FixIE Utility
    or
    You can try uninstalling IE8 then reinstalling it.
    Uninstall IE8
    I would take 'Y2ken's' advice and try Firefox.  I have used it for years with XP Pro and Ubuntu, Linux.  It definitely is more responsive.  Most of what is in IE8 was developed in FF several years ago.  FF was the first browser with tabs, for instance.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • Internet Explorer could not open Excel in SharePoint

    user uses Windows 7.0 and IE 11 to open Excel file in SharePoint without problem.
    Tried to use Windows 8.1 pro and IE 11 do the same thing, a dialog box pop-up ask user name and password. Even though correct user name and password entered, still popping a dialog box.
    However, Google Chrome in Windows 8.1 without any dialog box and open the excel file successfully.
    Please help

    is site into trust zone? also try with Compatibility Mode(EMIE) and try it.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Google chrome & Internet explorer is not working in my windows 7 professional "

    Hi  Team
    I m facing the issue that , when i sent any screenshot from my gmail account using google chrome & IE , it display that not responding & close the program" as i have clean format my windows 7 & after that still issue is same please help
    me

    Hi,
    Have you tried other mail account? Have you tried a email program or App instead of webmail in a browser? Maybe your newly installed applications or other recent changes cause this issue. undo these changes if possible as a test?  clear, or just test
    this issue in a clean boot mode, if it disappears, then we can continue to narrow down the cause.
    http://support.microsoft.com/kb/929135/en-us
    Meanwhile, clear browser history, disable add-ons (IE), test again.
    And could you please describe more about "sent any screenshot from my gmail account using google chrome & IE"?
    Yolanda Zhu
    TechNet Community Support

  • Am getting Routine error  R6034. I can not open iTunes.  Windows Vista Home  64 bit

    For the  first time,am getting a routine error R6034. Do not let open my iTunes, and possible lost all my contents. Why is this happening, is it nothing  secure on the Internet no more even our music? Please  I appreaciate any good help. I tried to redownload am stil the same  message. During reinstallation.."Service Apple mobile device failed to start. Verify that you have sufficient privileges. Options   ABORT,RETRY,OR IGNORE. That is what am getting.

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • Explorer will not open and I want to download Firefox, but have no browser. What can I do?

    Internet Explorer will not open on my husband's laptop. There is internet service, but no browser. I want to download Firefox but have no browser to open. Is there a way to download it on a thumb drive and then upload it to the laptop?

    Download the Firefox installer on another computer and copy the file to an USB memory stick.
    http://www.mozilla.com/firefox/all.html

  • Why can't I install downloaded Acrobat XI Pro onto Windows 7 Pro 64 bit.

    Downloaded Adobe XI Pro. Will not install on my Windows 7 Pro 64 bit pc. Keep getting message that the program is 32 bit and not compatible. I can only assume that the exe file is trying to load Acrobat into the 64 bit "Program File" folder rather than the "Program Files (x86)" folder reserved for 32 bit applications. What can I do? Try another download? Download the trial and use the serial number that I got? Can I force the exe file to load into the (x86) folder? Appreciate your help.

    Pat,
    A folder has been downloaded to my desktop. The folder contains 2 files. One file, "Adobe Professional XI Windows (Download) Keys.html" contains the key. The other file is "Acrobat Pro_11_Web_WWMUI.exe".  When double clicking this file, I get the error message "The version of this file is not compatible with the version of of Windows that you are running. Determine the version of Windows, 32 bit or 64 bit, and contact the software supplier for the correct 32 bit or 64 bit version." No installation.
    Joe

  • Installer asks me to close internet explorer but no IE running, all windows closed

    installer asks to close IE but its not running, even task manager says its not running and installer just sits with close IE window open.

    See How to close Internet Explorer and other programs running on Windows?

  • Version 3.6.6 and Internet explorer will not load sites, so I reloaded the older 3.6.3 of firefox and websites load fine. Internet Explorer still will not load. The error message corresponding with 3.6.6 was that there were problems with the proxy serve

    Upgraded to 3.6.6 and no sites loaded, error in proxy server. Internet explorer will not load either. Reloaded firefox 3.6.3 and sites load fine, but internet explorer still will not load. I was only able to connect to yahoo messenger when websites were not loading.
    == This happened ==
    Every time Firefox opened
    == I upgraded to 3.6.6

    I have a problem with Firefox loading. It will not load and it says Firefox is using a proxy that refuses connection. Check with your network administrator. How do I get Firefox to work. I've uninstalled it and reinstalled it twice. Any help would be great thanks.

  • Internet Explorer won't open since installing Creative softw

    I was asked to look at a friend's PC because she is having trouble since installing the software that came with her Creative Zen MP3 player.
    Whenever we tried to open Internet Explorer, Microsoft Frontpage opened with a message about installing softwatre (Frontpage extensions?) though I don't think she has Frontpage on her PC.
    I managed to get it back to normal by the use of a System Restore but then the fault reappeared after reloading the Creative software and we had then lost that System Restore point (should have saved a new one!).
    I did see something with a GOOGLE search which seemed to indicate that others had this problem but could not get the full details as the message had disappeared.
    I would be grateful for any suggestions on how to get Internet Explorer back.
    MBMessage Edited by JMB23 on 0-25-2006 :56 AM

    Satellite C55-A5388
    Internet Explorer is here.
       C:\Program Files\Internet Explorer\iexplore.exe
    What happens when you try to execute iexplore.exe from there?
    If it doesn't appear to open, start Task Manager (Ctrl + Shift + Esc). On the Processes tab, sort them by name and see if iexplore.exe is listed.
    If you've done Windows updates, you probably have v11.
    -Jerry

Maybe you are looking for

  • Its like BT don't want my custom, 3 months + for i...

    Sorry for the vent but I have to get my sheer frustration about BT out I live in a rural area, that for years has been plagued with substandard ADSL broadband, 2-3Mb on a good day, so imagine my joy when I find out that BT will be installing Fibre to

  • How do I remove a character from the program output? please read/help

    i have written a program that stores the names of all the students in my class in an array. To write the program, i use Scanner to incorporate a text file that contains the names of all the people in my class listed. the names in the text file are in

  • Jdev - How to set the default format for Attribute Name

    Hi, I am using Jdeveloper 10.1.2.0.0 (build 1811), is it possible to change the format of the attribute name generated such that it follows the name as created in the database? For example, if in the database the column name is 'some_column_name' , w

  • Bypass scenario file to file using FTP

    Hi experts, I am doing File to File using using FTP, R3 System's FTP path is:   /ftp/ASN Error details: Attempt to process file failed with com.sap.exception.standard.SAPIllegalArgumentException: The parameter "argument" has the value "remote:///ftp/

  • Do you have a problem selecting text in Indesign CC?

    It seem to take three clicks to select text. Have I got preferences set up wrong? To be frank, it's driving me nuts, is it difficult to go back to CS6? Thanks in advance. PS. It's probably my fault.