Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anyone else seen this have a hand in crashing explorer? #69

Open
klepp0906 opened this issue Mar 15, 2020 · 4 comments
Open

Anyone else seen this have a hand in crashing explorer? #69

klepp0906 opened this issue Mar 15, 2020 · 4 comments

Comments

@klepp0906
Copy link

My god it took forever for me to dial in on this.

I could not find out why my explorer was crashing as it would only happen a few times a day with a cross-thread error, and the only "trigger" i could find, was it always happened when I was downloading something with the chromium browser.

Anyhow, removed hashcheck to my chagrin and low and behold, havent had it happen in days.

I've been in the process of migrating 100TB of data to new drives, and have had to be very cautious about when i try to download a file through chromium as when I do it if it decides its one of those crashing times, i get the spinning wheel of doom and the reset of my file transfer/file explorer window/taskbar etc.

I considered trying the "run file explorer windows in a separate process" to see if that at least allowed me to not lose my progress/continue working when crashes happened - but ultimately id prefer to resolve it proper like.

I tried a few of the alternatives but I prefer this.

Am going to try the alpha build thats floating around now and hope for the best.

@R-Adrian
Copy link

don't do data migrations with windows explorer.
use ROBOCOPY, it's built into windows since vista and it supports multi-threaded operations (since Win7), can resume from network interruptions, can do differential folder tree copies (mirror mode), and a lot more.
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy

@klepp0906
Copy link
Author

klepp0906 commented Mar 24, 2020

I generally only use robocopy for backup scripts. Depending on my need migration wise (its very infrequent) its drag n drop if junk data, or macrium cloning.

either way, not relevant to the issue at hand as this had been/has been happening long before i got my new disks and started moving stuff over. It just had a bit less of a consequence apart from usually being profoundly annoying.

Anyhow, i noticed two things. 1) the alpha seems to have removed the issue, at least for now and 2) i did an in place upgrade of windows after the fact, and for some reason it took it upon itself to remove hashcheck? o.O I had to reinstall after that.

@R-Adrian
Copy link

windows removing HashCheck during edition upgrades is an old known problem... #15
the problem there is that HashCheck is installed under %SystemRoot%\{SysWOW64|System32}\ShellExt\HashCheck.dll and that is is a Microsoft-reserved location for OS components.
so it should be under {%ProgramFiles%|%ProgramFiles(x86)%}\HashCheck\HashCheck.dll

@klepp0906
Copy link
Author

ah, thanks for pointing that out. at least i know to watch for it (if i remember, im old sigh) during upgrades.

You'd think it would be an easy fix but i could be entirely wrong lol.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants