Sebastian Messmer
Sebastian Messmer
The release binary was built with DokanY 1.2. Maybe it is incompatible with DokanY 1.3?
It should be enough to set it in the environment. `BOOST_STACKTRACE_GNU_SOURCE_NOT_REQUIRED` didn't work for me, but the other macro mentioned in the error message did. Do this before the build:...
I created a bug report for the boost conan package, that would be the right place to fix this so that the workaround isn't needed anymore. https://github.com/conan-io/conan-center-index/issues/5265
Good idea, thanks. Added it to my wanted-features list.
This seems to be a bug in libfuse (the library we're using to act as a file system and interface with the operating system). The libfuse interface for writing modification...
Hi, thanks for reaching out. 1. David Steele is the maintainer for the Debian package. An upgrade to 0.11 is in the works but it will likely not be backported...
Eventually yes but I'm not actively working on Windows at the moment. But when I have time, I am fixing bugs that are reported, so if you notice a bug...
The only thing you can do is unmount it. Unmounting should be pretty quick. There is a flag in `cryfs-unmount` that tells it to unmount immediately and not wait until...
Sorry to hear this happened. Unfortunately, there are currently no tools to try and extract non-corrupted files from a corrupted file system. It should be possible in theory, but isn't...
Hi, thanks for reaching out. Are there platforms that don't support fuse2 anymore? Afaik, all current platforms support fuse2 and some support fuse3, so using fuse2 should be the most...