up vote 2 down vote favorite
1
share [g+] share [fb]

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?

link|improve this question

Originally, it was called "Sherlock". blogs.msdn.com/oldnewthing/archive/2005/11/14/492483.aspx – itsadok Sep 9 '09 at 12:22
Lol!!!!! – Cyclone Sep 9 '09 at 18:55
feedback

3 Answers

up vote 1 down vote accepted
  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.
link|improve this answer
7-zip is awesome lol. I think I will switch over to that entirely sometime, as it is faster than WinZip. – Cyclone Sep 8 '09 at 20:41
feedback

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.

link|improve this answer
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 Sep 8 '09 at 20:56
It shouldn't, however there is no harm in deleting it to test. – William Hilsum Sep 8 '09 at 22:38
k, thanks for the advice – Cyclone Sep 9 '09 at 18:54
feedback

do you use windows XP or Vista? have you got Internet Explorer 8 installed?

link|improve this answer
XP, and yes, i have internet explorer installed, but I never use it. – Cyclone Sep 9 '09 at 18:53
some of my colleagues had a "similar" problem and solved it by changing a Value in a specific File. the File is the boot.ini (located in the root of your C:\-Drive, usually hidden) there is an entry for your operation system and a parameter called: /noexecute= change the text behind /noexecute= to /noexecute=AlwaysOff reboot and give it a try. – Crujach Sep 10 '09 at 11:26
formatting is in my file this: [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows XP Professional" /noexecute=AlwaysOff /fastdetect – Crujach Sep 10 '09 at 11:27
I'm having a similar issue and I'm curious about the dangers of turning off Data Execution Prevention (details here: support.microsoft.com/kb/875352#3) - it seems risky to turn this off, but it also seems to be the rood cause of a lot of Explorer.exe crashes – Josh Newman Aug 6 '10 at 17:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.