Explorer.exe crash, immediately followed by crash of DrWatson Postmortem debugger (they named it???)

2

1

While unzipping files on a computer running windows xp, about half the time the above error in the title will occur, in which case I have to restart the computer to resume interaction.

Why is this happening while unzipping, why doesnt it always happen, how can I stop it, and finally, why did they name their debugger?

The last question is the least serious of all of these, but the others are dead serious.

I cannot unzip without saving all of my work and backing it up to an external drive now. Must I always be fearful of the crash?

Cyclone

Posted 2009-09-08T20:22:23.537

Reputation: 544

Originally, it was called "Sherlock". http://blogs.msdn.com/oldnewthing/archive/2005/11/14/492483.aspx

– itsadok – 2009-09-09T12:22:11.167

Lol!!!!! – Cyclone – 2009-09-09T18:55:30.297

Answers

1

  1. Uninstall Winzip, restart, reinstall the latest version - do you get the same problem?
  2. Run an sfc /scannow to check for and try to fix any problematic system files.
    • Click Start
    • Click Run
    • Type sfc /scannow and click OK
    • Restart
  3. Re-register the shell32.dll which can cause funny problems like this with Explorer.
    • Click Start
    • Click Run
    • Type regsvr32 /i shell32.dll
    • Restart
  4. Try using 7-zip instead. A lot of people rave about it over Winzip, and it is freeware. Probably doesn't help if you have the paid version of Winzip.

Kez

Posted 2009-09-08T20:22:23.537

Reputation: 15 359

7-zip is awesome lol. I think I will switch over to that entirely sometime, as it is faster than WinZip. – Cyclone – 2009-09-08T20:41:43.933

0

This could be expanding a file that has a preview feature built in to Explorer, however it has become currupt and when you extract a certain file type, it causes Explorer to crash.

I had a similar thing years ago with .pdf files, and also with media files when I had a corrupt codec.

For custom file types, there is no way of knowing in advance, but if it is video, you can try clicking this link which will tell you how to remove picture and movie previews. For other extensions, unless you know what they are, the quickest thing to do is to look at the .zip/.rar/.other file and try to repair/remove the programs you have that are associated with that extension.

William Hilsum

Posted 2009-09-08T20:22:23.537

Reputation: 111 572

Hmm, would having a thumbs.db file possibly mess it up? My zips often contain at least one image file, and usually have a thumbs.db. – Cyclone – 2009-09-08T20:56:31.687

It shouldn't, however there is no harm in deleting it to test. – William Hilsum – 2009-09-08T22:38:00.517