Skip to main content

windows 8 - Explorer dies silently and in unexpected ways

I regularly get an Application error followed by a Windows Error Reporting event when I've started explorer multiple times to copy or move data. The running action windows stay open, thus I can easily re-open explorer again by clicking the "From" and "To" links, but it's still annoying.
The error:


Faulting application name: explorer.exe, version: 6.2.9200.16433, time
stamp: 0x50763312
Faulting module name: ntdll.dll, version: 6.2.9200.16579, time stamp: 0x51637f77
Exception code: 0xc0000374
Fault offset: 0x00000000000ebd59
Faulting process id: 0x2b58
Faulting application start time: 0x01ce807d7eba15ac
Faulting application path: C:\Windows\explorer.exe
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Report Id: bd4a60ea-ec70-11e2-be77-0024e8305414
Faulting package full name:
Faulting package-relative application ID:

The report:


Fault bucket 108782508, type 4 
Event Name: APPCRASH
Response: Not available
Cab Id: 0

Problem signature:
P1: explorer.exe
P2: 6.2.9200.16433
P3: 50763312
P4: StackHash_5c5e
P5: 6.2.9200.16579
P6: 51637f77
P7: c0000374
P8: PCH_C1_FROM_ntdll+0x0000000000002C2A
P9:
P10:

Attached files:
C:\Users\Wim\AppData\Local\Temp\WER1F0E.tmp.WERInternalMetadata.xml

These files may be available here:
C:\Users\Wim\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_explorer.exe_c20d52f176ca6d4081a647b4054c9ace6f9b_2b3f21ad

Analysis symbol:
Rechecking for solution: 0
Report Id: bd4a60ea-ec70-11e2-be77-0024e8305414
Report Status: 16
Hashed bucket: c39255172faabea75e27be696c1c2f6e

The XML file mentioned in the report doesn't exist. The WER file does, and I've put it on my website. Explorer loads a lot of modules, but tells me the problem is ntdll.dll, which is one of those you can't disable...


I could, of course, start everything in 'Safe Mode', try to discover which module generates this problem and then just not use it. But this takes a lot of time to solve something that just annoys me. Often, Explorer will just work fine for hours, but when I'm having a 20+ copy/move actions, explorer itself just gives up sometimes...
So, does anyone know a quick fix?

Comments

Popular Posts

keyboard - Is there any utility/method to change Windows key bindings to type rare chars to currently empty bindings?

I'm currently typing this post with my windows XP machine and (Spanish) keyboard, and I'd like to add some extra symbols to my text. I could open the "char map" windows utility, look for the desired symbols, and paste them. But I'd like something quickier. For example, when I'm using my OSX Mac at work, I can easily add a ©, ™, ® or similar symbols, just pressing some weird ALT-GR + G / H / J, key combinations. In my (Spanish) keyboard mapping, these combinations are empty, as they don't produce any char at all, which, on the other hand, is perfectly normal and desirable. So, I thought: Why couldn't I add some extra key mappings on top of my currently empty ALT-GR + G/J/H Keys in my Spanish keyboard, and thus, being able to quickly type these special symbols? So that's my question: Is there any utility/method to achieve that effect under windows? (My version is XP). I've even googled this for some time but no luck. I've been a long term Hot...

virtualization - How to select paravirtualization interface in VirtualBox?

Given a windows 8 host system (Intel Core i5) and a Linux Fedora host, I would like to determine the optimal setting for the paravirtual interface. Options are none Default Legacy minimal Hyper-V KVM This page suggest the selection is only based on the guest system: The biggest change in VirtualBox 5.0 is the introduction of paravirtualization support, bringing higher performance and time-keeping accuracy to supported guest operating systems (Hyper-V on Windows and KVM on Linux). Is that correct? Answer The VirtualBox Manual , in the section titled Paravirtualization providers explains very clearly when each should be used (emphasis added): Minimal: Announces the presence of a virtualized environment. Additionally, reports the TSC and APIC frequency to the guest operating system. This provider is mandatory for running any Mac OS X guests. KVM: Presents a Linux KVM hypervisor interface which is recognized by Linux kernels starting with version 2.6.25. VirtualBox's implementati...

macos - Visit URL in running Firefox instance from command line in OS X

I have Firefox 3.6 installed on my OS X (10.6) box. I would like to open an URL in the running Firefox instance (in a new tab or window, no matter) from the command line. I tried several ways, neither switches -new-tab , -new-window , -url , or none helped me. I always get the A copy of Firefox is already open. Only one copy of Firefox can be open at a time. error message. Answer running open http://www.superuser.com from the command line will (at least for me) open a new tab to superuser.com in firefox (which is my default browser)

security - How is Linux not prone to viruses, malware and those kinds of things?

How is Linux protected against viruses? This question was a Super User Question of the Week . Read the blog entry for more details or contribute to the blog yourself Answer Well, it factually is not... it's just less subject to hackers developing viruses that target Linux systems. Consumer grade computers usually run on Windows and thus, when targeting a wide audience, Windows is the way to go. Don't misunderstand Linux and viruses, there definitely ARE Linux viruses. Some distros have additional protection layers such as SELinux (See here ) in Ubuntu for example. Then there's the default firewall and the fact that alien files don't automatically have permission to be executed. Specific execution permission has to be granted before execution is possible. (See here ) Then there are several other factors that make Linux a hard place to be for viruses usually non-root users on linux systems have no to little executable files at their disposal that would allow for virus...