Quantcast
Channel: Internet Explorer 8, 9, 10 Forum
Viewing all 1908 articles
Browse latest View live

Problem with file download in IE 9 and IE 10 using vbMHWB.dll

$
0
0

We have been using vbMHWB.dll (1.2.1.6) in our vb6 code to download files from website.
But in ‘windows 7 – Internet explorer 9’ and ‘windows 8 – Internet explorer 10’ we have encountered some problem in file download(working fine in XP, windows7 IE8) through code. No problem comes if we download the file in Internet Explorer manually using browser.
In our code, ‘.zip’ file was not downloaded properly after event ‘myWeb_PopUp_FileDownloadEx’
( 0 Kb file will be created and it cannot be deleted unless vb6 exe is closed, and after closing VB6 exe, full .zip file is created) 

But file will be downloaded to temporary internet files. Also if i restart the PC then download becomes successful only for first time.If i again try the same problem persists. I have tested the same code to download pdf files and it worked fine.Only for zip files i got the error.

Then i tried to troubleshoot which thread causes the download to get locked.The thread was ntdll.dll!kifastsystemcallret . So does it may be any problem with ntdll.dll? On closing this thread manually download become successful.

We have also noticed that ‘myWeb_PopUp_OnFileDLEndDownload’ event is also not fired in this case.The problem with this download will come most of the time i tried it, but only few time the file gets downloaded properly.

Is there any problem or extra settings in IE9, IE10?


IE 10 accessibility problem on surface RT

$
0
0

The symptom is the address bar becomes not useable when the background is black and the text is dark gray. Moreover if starting the desktop IE not only the address bar but also all menus under internet options are not visible. Basically it is rendering all controls as white text on white background and black text on black background. I am not exactly sure of the cause but it seems related to the accessibility options in system login. My kid plays with it while locked and randomly press some options. Then after I restored all the system accessibility options IE get into the bad state. Setting to high contrast would make it useable but I don't like it at all. I've tried to reboot but no help. Sometimes the problem seems to fix itself though I have no idea what's the solution. Any help would be greatly appreciated!


Internet Explorer quit running

$
0
0

My Internet Explorer has quit running.Will not run at all.Is there a fix for this?

IE9 x32 on Windows 7 Home Premium x64 stalls and freezes.

$
0
0

The problem I am having is that IE9 x32 on Windows 7 Home Premium x64 stalls and freezes.

The problem started about a month or so ago. Prior to that, it worked fine. I suspected that this may have started after a "Windows Update" but I have no way to know that.

IE9 x64 has run fine and continues to run fine.

When starting IE9 x32, I get an "about:blank" page as I have configured it.

When browsing to "any" URL, the page will usually load or at least partly load, but will remain non-responsive (stalls) for a long time (2 to 5 minutes or longer), or entirely freezes. While stalled or frozen, the window does not respond to clicks of links on the page, or movement of the scroll-bars. Sometimes, no part of the page is (visibly) loaded and the window remains frozen.

After a sufficient amount of time (usually minutes), the window may become responsive again. The scroll-bars begin to work fine and (for example) control/or/shift-clicking on page links opens the link in a new tab/window works and the (original) page remains responsive... the newly opened page will usually stall or freeze.

Sometimes the page will load fine, or results in only short delays of 5 to 30 seconds, and clicked links will also open fine but this never lasts very long... after clicking to other pages or refreshing the current page it will quickly begin to stall or freeze again.

If I start IE9 x32 in "No-Addons" mode, it will always work fine.

I have tried starting IE9 x32 "normal" mode (WITH Addons) and retested after disabling each addon, one by one, until all are disabled. But, in normal mode it will always (eventually) stall or freeeze even if all addons are manually disabled. Before each retest, I used Taskmgr to end all IE processes first. It does not seem to fail more or less frequently or severely with selected addons enabled or with all addons manually disabled.

Through all of this, IE9 x64 continues to work fine.

I thought about trying to reset/clear the Winsock Catalog but I don't know if this could help or how to do it.


How to disable "To display the webpage again, the web browser needs to resend the information you've previously submitted." IE9 alert when page refresh via code Location.Refresh(true);

MSFT moderators - Please see the in this forums master page.

$
0
0

<title>
ฟอรัม Internet Explorer 8, 9, 10
</title>

PS... there are no site feedback links to report this... a similar issue was floating around the MSDN forums...

Regards.


Rob^_^

[SOLVED] Disable 'mixed content' security warning popup dialog box

$
0
0

5/7/2011 13:28 lsz

PROBLEM  

Navigation through to an email by clicking on an email in the email list in Google Mail is interrupted by a security warning popup dialog box:

...............................................
Security Warning

Do you want to view only the webpage content that was delivered securely?
(IE8) This webpage contains content that will not be delivered using a secure HTTPS connection, which could compromise the security of the entire webpage
(IE7) This page contains both secure and nonsecure items. Do you want to display the non secure items

More Info  Yes No
...............................................

The 'More Info' button provides no clue as to what settings need to be changed in order to suppress this warning, nor information specific to the user's specific configuraton.

Googling this issue shows it to be the "mixed content" problem with Internet Explorer.  The canonical solution -- to navigate to Tools | Internet Optionis | Security | Custom level and changing Miscellaneous | Display mixed content from 'Prompt' to 'Disable' -- does not work in this case. 

Site on which the link is being attempted is connected via https and is listed specifically in "Trusted Sites", yet is not trusted ('trust' is evidently not transitive) (site ishttps://mail.google.com/mail/)  Only some email links exhibit this behavior.  mail.google.com has a valid security certificate.

SOLUTION

The solution here is a bit different than what I have seen in all other posts on this issue.  This solution calls for a change in a specific security zone.

Apply the canonical solution above to the 'Local intranet' zone.  Applying it to 'Internet' or 'Trusted sites' zones has no effect.

DISCUSSION

This problem occurred when I attempted to view the Doonsbury Daily Alert email link 'list' in my Goole Mail list of email.

There are four 'zones' in Internet options | Security: Internet, Local intranet, Trusted sites and Restricted sites. Even though Google Mail is identified as a trusted site and is accessed via SSL (https://mail.google.com/mail), the security prompt of 'mixed content' is not disabled by the setting in either 'Internet' or 'Trusted sites' zones.  Only by disabling it in 'Locsl intranet' does this work to disable this annoying popup. 

Furthermore, this popup only occurs when the user chooses to navigate to the email via the control-left mouse click to open up a new window.  If the user simply left-clicks on the link to the email, the popup does not occur.

To review: the 'mixed content' by default is set to 'prompt' (Miscellaneous | Display mixed content) in all the 'Internet', 'Intranet' and 'Trusted sites' zones. When the link to the email is attempted directly with left-mouse click, the email displays OK. When the link is attempted with a control-left mouse click to open a new windows, the popup security warning is displayed.

When this 'mixed content' flag is set to 'Enable' in the 'Intranet' zone the security warning popup dialog box is finally suppressed.

The workstation in question is on a LAN workgroup with three other workstations, accessing the internet through a router on the LAN.  This may have something to do with having to invoke the "Local intranet' zone, but why is certainly not clear.

-- Roy Zider


dashes in save shortcut name IE9

$
0
0

When I drag/drop the URL to a folder to save the shortcut why does it place dashes between words in shortcut names?? How can fix this??

For example this url is saved as irs-to-seek-details-from-ubs-on-possible-us-tax-evaders
http://www.foxbusiness.com/news/2013/01/28/irs-to-seek-details-from-ubs-on-possible-us-tax-evaders/

when I see the page title in the titla bar in IE it does not have the dashes but when I drage and drop the url in a folder to save the url its saved as:

irs-to-seek-details-from-ubs-on-possible-us-tax-evaders


IE9 : Arrow Keys not working in text area field in popups

$
0
0

Hi,

We are jsut testing our application on IE9 and I found an issue regarding the arrow keys behaviour in text area in popup window.

Two arrow keys are not working fine:

1) Left arrow key - When we enter some multiline text in the text field and try to move the left arrow key in last line. Repeated left arrows movement on the line result in the cursor going to the left THEN back to the end of the same line. It does not move to the last of the previous line (as expected).

2) Up Arrow Key -  When we enter some multiline text in the text field and try to move to the previous line using the Up arrow key. It doesnot work.

Everything works fine in IE8 and previous versions.

It will be great if somebody can help me on it.

Thanks in Advance :).

Regards

Internet Explorer 8 does not recognise Trusted website zone

$
0
0

Hi,

I have a doming wide group policy which confugres Trusted website zone + Intranet zone with the list of several websites in each of them. The group policy is being successfully applied to all workstations (Mix of Windows XP and Windows 7).

The compnays intranet website URL (for Ex: intranet.company.com) is included in Trusted website zone. I have also specified (*.company.com) in intranet zone as we have the same DNS name (Internal and External) for this website.

When a domain workstation with IE 8 is externally connected to Internet and tries to browse above website in the trusted zone, it immediately gives an error saying "IE can not display the web page". When I check on the status bar, the link is recognised as "Internet" site as opposed to Trusted site.

On the domain workstation with IE 9, there is no problem, the webiste just works and also gets recognised as "Trusted website" as per the zone configuration.

Any help would be appreciated.

Thanks,

Dushyant

After downloading Internet Explorer 9 and Windows 8 You tube black screen no sound

$
0
0
Cannot open youtube, screen black and will not play

Internet Explorer Taking High CPU and Memory Usage on new computer.

$
0
0
My security program warned me that Internet Explorer is taking high CPU and Memory Usage. This is a new Dell Inspiron One2320, I have used it just one week. A support person from Norton tried to correct the problem by accessing my computer and going through all the steps he could think of for well over an hour. It didn't work, but he says he suspects that there are some errors in the Internet explorer 9. I don't know what to do. I just bought this computer and now I'm afraid that all the memory is going to get eaten up. Please help me. I have windows 7 Home Premium.

This ftp site cannot be viewed in windows explorer (8)

$
0
0

I mistakenly installed google chrome (thinking i was getting google earth) and then uninstalled it. It corrupted IE8 so that i cannot use windows explorer to view our ftp site. (which means that i cannot use our site). Google chrome also corrupted windows outlook but i used a Microsoft fix to cure that.

When i am at our ftp site and i go to "page" and then go to "Open ftp site in windows explorer" i get the error message "This site cannot be opened in windows explorer" I'm using IE8.

Any thoughts?

Thanks.

ordinal 459 could not be located

$
0
0

Hi, 

    Windows XP Media Edition SP3

   I  downloaded a security update for IE-8 on 1/29, restarted and received the  message  The ordinal  459 could not be located in the dynamic link library urlmon dll when trying to open AOL, which I know uses IE-8.

   IE-8 has never opened quickly and as of recent opens and closes quickly. Computer has lost ability to do auto updates thru Ie-8 for months. In December, I ran Malwarebytes, and super malware(think it was called). With that and other info, I was able to repair the problem with my installer. I also uninstalled and re-installed IE-8. No change.

       In January, I uninstalled and re-installed IE-8 again. No change.Tried auto update on MS web site and was told to change an access in IE-8 that I can't open.  The add-ons have been disabled, re-installed 8 and other common suggestions on MS web site. After re-install, got message that security updates weren't installed and should perform auto update upon restart/ opening IE-8.  Same condition and no access to updates.

   Did some manual updates on1/12-13 or so.

    1/27,Updated Itunes and got 1909 error and lost desk top icon. Updated Skype and lost icon. Start/ programs says file is empty. Also lost IE icon at that time. Owned this computer for 5 yrs and no longer have CD to repair file prescribed by MS. Went into program files and created link to exe file for each.  Ran PC clean(1/28) and it shows no malware and missing 20+ updates. Again tried auto update on MS web site and was told to change an access in IE-8 that I can't open. Continued searching and found more manual updates ..13-1thru7 I believe, dated 1/8/13. All loaded fine but still no 8.

  Uninstalled 8 and re-installed 7.. same results..undid 7 and re-did 8...same...  Found all(?)downloads for XP on MS site. Did a security update for IE-8(second listed and dated 1/-/13. Was a need for restart after install, and this condition happened. I didn't write down the patch number. I know I can do roll back to 7/-/12 or so, but this is risky(for me) and what I'd really like to do if I did a rollback is rollback to before the updater problems started.(8/-/11)

  It would be much easier if I could just fix whats broke. 

Mike


The ordinal 459 could not be located error.

$
0
0
On January 14 I installed Microsoft security patch:  Bulletin MS13-008 - Critical -
Security Update for Internet Explorer (2799329)  January 14, 2013  Version: 1.0. When I
attempted to re-start my computer, as instructed, the computer locked up and I had to
power off.  When I re-powered, I got a pop-up Powered by Support Soft, “The ordinal
459 could not be located in the dynamic link library urlmon.dll”.  Clicking on the “x” in
the box caused a “beeb” but the box would not go away.  I wanted to use System Restore
to go back to an earlier time, but the System Restore screen would not load.  I used the
Add/Remove utility to uninstall the security patch but still got the pop-up and no System
Restore.  Also, IE8 is locked up and will not open.  How do I fix this problem?
I am running Windows XP SP3 and Mozilla Firefox 17.0.

Problem with Windows 7 IE 8 and IE9 VPN configuration

$
0
0

Hey guys,

I have problem automating a vpn connection. I have a rasphone.pbk file that has my VPN profile in it. I have moved that file into

C:\Users\All Users\Microsoft\Network\Connections\PBK which IE reads.

The problem is when I have IE set to automatically dial I recieve a prompt for Dial-Up connection and says Connect to: Its blank. I do this same thing on a vista computer and it does connect to the VPN profile automatically. I did notice one thing different. There is a option called Connect to VPN directly through Internet. This is the option I want so the Dial Up connection prompt is populated with what is in the Internet Options Connection Tab. Is this a bug? It works on Vista with IE7. I have tried everything.  This screenshot is Windows Server 2008 r2 with IE8. I have also tried Windows 7 64 bit with IE9. Same issue.

Image of issue I am referring to. I need to find out reg key needs to be edited or file copied to populate the VPN profile that is in Internet Options / Connections into this box.

http://social.technet.microsoft.com/Forums/getfile/227837

http://social.technet.microsoft.com/Forums/getfile/227839

Corey



Internet Explorer

$
0
0
I keep getting Internet Explorer has stopped working on secondary websites.

IE for the Mac?

$
0
0

Hello,

Are there plans to make it available for the Mac? We have mandatory Government forms that require the use of IE and we are a completely Apple shop.

Thanks!

IEAK 10 and Group policy

$
0
0

We've restricted/enabled all IE 10 settings through group policy on Server 2012. We also created a package with IEAK for IE10 just to customize the favorites bar with our URLs. We have not disabled users to add/delete links in their favorites/favorites bar in group policy.

The issue is that after installing the IEAK IE10 customized package, we still don't see any URLs in the favorites bar.When group policy is not applied, the favorites bar is populated our URLs. There is something in Group policy that is blocking the URLs from appearing in the favorites bar, however we don't know which of the 50+ settings that we've set are the culprit. Again, users can manually add/delete links in their favorites without problems.

IE 9 Install problem 2008 R2 64bit

$
0
0
Hello, 
         After windows update 2008 R2 64bit sp1 i get error with IE 9 installation:
IE_main.log output:
00:00.000: ====================================================================
00:00.156: Started: 2013/01/28 (Y/M/D) 08:10:10.748 (local)
00:00.234: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
00:00.327: Command line: "C:\Users\administrator.ENKOS\Downloads\IE9-Windows7-x64-enu.exe" 
00:00.374: INFO:    Setup installer for Internet Explorer: 9.0.8112.16421
00:00.452: INFO:    Previous version of Internet Explorer: 8.0.7601.17514
00:00.593: INFO:    Checking if iexplore.exe's current version is between 9.0.6001.0...
00:00.639: INFO:    ...and 9.1.0.0...
00:00.702: INFO:    Maximum version on which to run IEAK branding is: 9.1.0.0...
00:00.764: INFO:    iexplore.exe version check success. Install can proceed.
00:00.842: INFO:    Trying to extract ID: 7006 (0) as "IE9-neutral.Extracted.cab"
00:04.056: INFO:    Trying to extract ID: 5006 (0) as "IE9-support.cab"
00:04.867: INFO:    Operating System: Windows Server: 6.1.7601 (Service Pack 1)
00:04.976: INFO:    Windows 7 operating system detected.
00:05.085: INFO:    Service pack major: 1
00:05.148: INFO:    Service pack minor: 0
00:05.273: INFO:    Service pack name:  Service Pack 1
00:05.444: INFO:    PauseOrResumeAUThread: Successfully paused Automatic Updates.
00:12.074: INFO:    The neutral pack was successfully downloaded from the internet. Installation will continue using the downloaded package.
00:12.168: INFO:    No reboot policy and supplemental files successfully downloaded and extracted for use.
00:12.277: INFO:    No reboot logic message NrApiStart(0), lParam=0x001964c0 returned 0x00000000.
00:12.683: INFO:    No reboot logic message NrApiScan(1), lParam=0x00000001 returned 0x00000000.
00:12.776: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
00:12.854: INFO:    Installing with the downloaded package. C:\Windows\TEMP\IE97AA0.tmp\IE9-neutral.Downloaded.msu
00:13.088: INFO:    Launched package installation: C:\Windows\system32\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE97AA0.tmp\IE9-neutral.Downloaded\Windows6.1-KB982861-x64.cab /quiet /norestart
06:22.280: INFO:    Process exit code 0x00000BC9 (3017) [The requested operation failed. A system reboot is required to roll back changes made. ]
06:22.483: ERROR:   Neutral MSU installation failed (exit code = 0x00000bc9 (3017)).
06:22.686: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00000bc9 returned 0x00000000.
06:22.873: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
06:23.092: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
06:23.450: INFO:    PauseOrResumeAUThread: Successfully resumed Automatic Updates.
06:26.305: INFO:    Setup exit code 0x00000BC9 (3017) [The requested operation failed. A system reboot is required to roll back changes made. ]
06:26.430: ERROR:   Checking version for C:\Program Files\Internet Explorer\iexplore.exe: Failed. (Couldn't get File Version Info size.)
06:26.602: INFO:    Cleaning up temporary files in: C:\Windows\TEMP\IE97AA0.tmp
06:26.836: INFO:    Unable to remove directory C:\Windows\TEMP\IE97AA0.tmp, marking for deletion on reboot.
06:26.929: INFO:    Released Internet Explorer Installer Mutex
00:00.000: ====================================================================
00:00.141: Started: 2013/01/28 (Y/M/D) 10:24:16.028 (local)
00:00.297: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
00:00.375: Command line: "C:\Windows\SoftwareDistribution\Download\Install\WU-IE9-Windows7-x64.exe" /WU
00:00.453: INFO:    Setup installer for Internet Explorer: 9.0.8112.16421
00:00.546: INFO:    Previous version of Internet Explorer: 8.0.7601.17514
00:00.687: INFO:    Checking if iexplore.exe's current version is between 9.0.6001.0...
00:00.765: INFO:    ...and 9.1.0.0...
00:00.843: INFO:    Maximum version on which to run IEAK branding is: 9.1.0.0...
00:01.030: INFO:    iexplore.exe version check success. Install can proceed.
00:01.326: INFO:    Trying to extract ID: 7006 (0) as "IE9-neutral.Extracted.cab"
00:03.370: INFO:    Trying to extract ID: 5006 (0) as "IE9-support.cab"
00:04.150: INFO:    Operating System: Windows Server: 6.1.7601 (Service Pack 1)
00:04.836: INFO:    Windows 7 operating system detected.
00:05.367: INFO:    Service pack major: 1
00:05.476: INFO:    Service pack minor: 0
00:05.554: INFO:    Service pack name:  Service Pack 1
02:20.292: INFO:    Windows Update user chose to install.
02:20.370: INFO:    The neutral pack was successfully downloaded from the internet. Installation will continue using the downloaded package.
02:20.433: INFO:    No reboot policy and supplemental files successfully downloaded and extracted for use.
02:20.589: INFO:    No reboot logic message NrApiStart(0), lParam=0x004d6500 returned 0x00000000.
02:21.322: INFO:    No reboot logic message NrApiScan(1), lParam=0x00000001 returned 0x00000000.
02:21.384: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
02:21.493: INFO:    Installing with the downloaded package. C:\Windows\TEMP\IE9B5D8.tmp\IE9-neutral.Downloaded.msu
02:21.743: INFO:    Launched package installation: C:\Windows\system32\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE9B5D8.tmp\IE9-neutral.Downloaded\Windows6.1-KB982861-x64.cab /quiet /norestart
03:12.646: INFO:    Process exit code 0x80004005 (-2147467259) [Unspecified error ]
03:12.724: ERROR:   Neutral MSU installation failed (exit code = 0x80004005 (2147500037)).
03:12.802: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x80004005 returned 0x00000000.
03:12.927: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
03:13.083: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
03:13.551: INFO:    Setup exit code 0x80004005 (-2147467259) [Unspecified error ]
03:13.738: INFO:    Cleaning up temporary files in: C:\Windows\TEMP\IE9B5D8.tmp
03:14.191: INFO:    Unable to remove directory C:\Windows\TEMP\IE9B5D8.tmp, marking for deletion on reboot.

03:14.300: INFO:    Released Internet Explorer Installer Mutex

Fault bucket , type 0
Event Name: WindowsWcpStoreCorruption
Response: Not available
Cab Id: 0

Problem signature:
P1: 6.1.7601
P2: MissingWinningComponentKey
P3: x86_microsoft-windows-activexcompat_31bf3856ad364e35_8.0.7601.17712_none_13095307d8d4641c
P4:
P5:
P6:
P7:
P8:
P9:
P10:

Attached files:
C:\Windows\Logs\CBS\CbsPersist_20130127093404.cab
C:\Windows\Logs\CBS\CbsPersist_20130127125436.cab
C:\Windows\Logs\CBS\CbsPersist_20130127152227.cab
C:\Windows\Logs\CBS\CbsPersist_20130128055516.cab
C:\Windows\Logs\CBS\CbsPersist_20130128091415.cab
C:\Windows\Logs\CBS\CBS.log
C:\Windows\servicing\Sessions\Sessions.xml
C:\Windows\winsxs\poqexec.log
C:\Windows\System32\LogFiles\Scm\SCM.EVM
C:\Windows\Logs\CBS\FilterList.log

These files may be available here:


Analysis symbol:
Rechecking for solution: 0
Report Id: 3e8f6a9d-69ba-11e2-9e05-001fd022ef7e
Report Status: 0



Fault bucket , type 0
Event Name: WindowsWcpStoreCorruption
Response: Not available
Cab Id: 0

Problem signature:
P1: 6.1.7601
P2: MissingWinningComponentKey
P3: x86_microsoft-windows-activexcompat_31bf3856ad364e35_8.0.7601.17712_none_13095307d8d4641c
P4:
P5:
P6:
P7:
P8:
P9:
P10:

Attached files:
C:\Windows\Logs\CBS\CbsPersist_20130127093404.cab
C:\Windows\Logs\CBS\CbsPersist_20130127125436.cab
C:\Windows\Logs\CBS\CbsPersist_20130127152227.cab
C:\Windows\Logs\CBS\CbsPersist_20130128055516.cab
C:\Windows\Logs\CBS\CbsPersist_20130128091415.cab
C:\Windows\Logs\CBS\CBS.log
C:\Windows\servicing\Sessions\Sessions.xml
C:\Windows\winsxs\poqexec.log
C:\Windows\System32\LogFiles\Scm\SCM.EVM
C:\Windows\Logs\CBS\FilterList.log
C:\Windows\Temp\WERF508.tmp.hdmp
C:\Windows\Temp\WERF557.tmp.mdmp

These files may be available here:
C:\ProgramData\Microsoft\Windows\WER\ReportQueue\Critical_6.1.7601_43b787bc5325882d3799bd1ef8b4a5db9799e3_cab_0a69f5a4

Analysis symbol:
Rechecking for solution: 0
Report Id: 3e8f6a9d-69ba-11e2-9e05-001fd022ef7e
Report Status: 4



Fault bucket , type 0
Event Name: WindowsWcpStoreCorruption
Response: Not available
Cab Id: 0

Problem signature:
P1: 6.1.7601
P2: MissingWinningComponentKey
P3: amd64_microsoft-windows-activexcompat_31bf3856ad364e35_8.0.7601.17712_none_6f27ee8b9131d552
P4:
P5:
P6:
P7:
P8:
P9:
P10:

Attached files:
C:\Windows\Logs\CBS\CbsPersist_20130127093404.cab
C:\Windows\Logs\CBS\CbsPersist_20130127125436.cab
C:\Windows\Logs\CBS\CbsPersist_20130127152227.cab
C:\Windows\Logs\CBS\CbsPersist_20130128055516.cab
C:\Windows\Logs\CBS\CbsPersist_20130128091415.cab
C:\Windows\Logs\CBS\CBS.log
C:\Windows\servicing\Sessions\Sessions.xml
C:\Windows\winsxs\poqexec.log
C:\Windows\System32\LogFiles\Scm\SCM.EVM
C:\Windows\Logs\CBS\FilterList.log

These files may be available here:


Analysis symbol:
Rechecking for solution: 0
Report Id: 35bed219-69ba-11e2-9e05-001fd022ef7e
Report Status: 0


Fault bucket , type 0
Event Name: WindowsWcpStoreCorruption
Response: Not available
Cab Id: 0

Problem signature:
P1: 6.1.7601
P2: MissingWinningComponentKey
P3: amd64_microsoft-windows-activexcompat_31bf3856ad364e35_8.0.7601.17712_none_6f27ee8b9131d552
P4:
P5:
P6:
P7:
P8:
P9:
P10:

Attached files:
C:\Windows\Logs\CBS\CbsPersist_20130127093404.cab
C:\Windows\Logs\CBS\CbsPersist_20130127125436.cab
C:\Windows\Logs\CBS\CbsPersist_20130127152227.cab
C:\Windows\Logs\CBS\CbsPersist_20130128055516.cab
C:\Windows\Logs\CBS\CbsPersist_20130128091415.cab
C:\Windows\Logs\CBS\CBS.log
C:\Windows\servicing\Sessions\Sessions.xml
C:\Windows\winsxs\poqexec.log
C:\Windows\System32\LogFiles\Scm\SCM.EVM
C:\Windows\Logs\CBS\FilterList.log
C:\Windows\Temp\WERBBDF.tmp.hdmp
C:\Windows\Temp\WERC0CF.tmp.mdmp

These files may be available here:
C:\ProgramData\Microsoft\Windows\WER\ReportQueue\Critical_6.1.7601_924243efd2c166573d2b445b77c37ecb4ef52e6_cab_042dc4a5

Analysis symbol:
Rechecking for solution: 0
Report Id: 35bed219-69ba-11e2-9e05-001fd022ef7e
Report Status: 4
Viewing all 1908 articles
Browse latest View live




Latest Images