bailey27 / cppcryptfs

cppcryptfs is an implementation of the gocryptfs encrypted overlay filesystem in C++ for Windows.
Other
657 stars 58 forks source link

Crashing, mount operation timed out #104

Closed yatahaze closed 4 years ago

yatahaze commented 4 years ago

I was on the latest release of cppcryptfs and Dokany (1.4) on Windows 10 Pro 1909 (18363.900) and after a reboot I was no longer able to mount. It was giving me a mount operation timed out error.

I tried uninstalling everything, reinstalling newly downloaded latest versions - but no luck - same error.

I decided to go back to the Dokany 1.3 release, did all the downgrading, rebooting, etc. This version just crashes with

Faulting application name: cppcryptfs.exe, version: 1.4.2.1, time stamp: 0x5ece3cce Faulting module name: dokan1.dll, version: 1.3.1.1000, time stamp: 0x5df79b6f Exception code: 0xc0000005

yatahaze commented 4 years ago

Update: It appears that I have some sort of issue with Dokany... I can't mount anything. Not sure what changed after a simple reboot...

yatahaze commented 4 years ago

I've put everything back to the latest releases.

I can successfully mount with mirror.exe /d /s /r C:\Users /l m, so I assume my Dokany is functioning -- but cppcryptfs now crashes every time I try to mount:

Faulting application name: cppcryptfs.exe, version: 1.4.2.3, time stamp: 0x5ee6300c Faulting module name: dokan1.dll, version: 1.4.0.1000, time stamp: 0x5ed53716 Exception code: 0xc0000005 Fault offset: 0x000000000000255e Faulting process id: 0x43b0 Faulting application start time: 0x01d6497dd326da3d Faulting application path: C:\Sync\Private\cppcryptfs.exe Faulting module path: C:\Windows\SYSTEM32\dokan1.dll Report Id: 4f5bbdf7-b863-4c37-b779-d267cf73c60e Faulting package full name: Faulting package-relative application ID:

I also spotted this in the windows system logs:

Unmounting due to operation timeout before keepalive handle was activated.

It doesn't always crash. Sometimes it says "mount operation timed out".

Based on the only thread related to "mount operation timed out", a command was given to run, mine outputs:

image

So it still seems like an issue with dokany. Even the command at the top of this post that I said works no longer works... frustrating!

yatahaze commented 4 years ago

Got something to work! I did a mixture of disabling all adobe startup apps and doing a full shutdown instead of a reboot. Was able to mount.