Hi team,
I’ve been using Cryptomator successfully for months on Windows, and it’s been excellent.
Today, though, I happened to install the Icedrive Windows client, which seems to include a dokany driver. After rebooting, Cryptomator now gives me the error below.
I might try reinstalling Cryptomator, but I wonder if that will then cause Icedrive to fail. Will see.
Note that this is an issue with the installed version of Icedrive. The portable version doesn’t mount the drive to a letter and doesn’t use dokany.
If anyone has any insight into the root cause or a workaround, it would be great to know.
Error Code TMN6:3HIN:3SJV
org.cryptomator.common.vaults.Volume$VolumeException: Unable to mount Filesystem
at org.cryptomator.desktop@1.6.5/org.cryptomator.common.vaults.DokanyVolume.mount(DokanyVolume.java:48)
at org.cryptomator.desktop@1.6.5/org.cryptomator.common.vaults.Vault.unlock(Vault.java:153)
at org.cryptomator.desktop@1.6.5/org.cryptomator.ui.keyloading.KeyLoadingStrategy.use(KeyLoadingStrategy.java:79)
at org.cryptomator.desktop@1.6.5/org.cryptomator.ui.unlock.UnlockWorkflow.attemptUnlock(UnlockWorkflow.java:71)
at org.cryptomator.desktop@1.6.5/org.cryptomator.ui.unlock.UnlockWorkflow.call(UnlockWorkflow.java:61)
at org.cryptomator.desktop@1.6.5/org.cryptomator.ui.unlock.UnlockWorkflow.call(UnlockWorkflow.java:34)
at javafx.graphics/javafx.concurrent.Task$TaskCallable.call(Task.java:1426)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.cryptomator.frontend.dokany.DokanyMountFailedException: Error while mounting.
at org.cryptomator.frontend.dokany@1.3.3/org.cryptomator.frontend.dokany.MountFactory.mount(MountFactory.java:130)
at org.cryptomator.frontend.dokany@1.3.3/org.cryptomator.frontend.dokany.MountFactory.mount(MountFactory.java:116)
at org.cryptomator.desktop@1.6.5/org.cryptomator.common.vaults.DokanyVolume.mount(DokanyVolume.java:43)
... 12 more
Caused by: com.dokany.java.DokanyException: Dokany not properly installed (Reported versions: 141/0
at org.cryptomator.frontend.dokany@1.3.3/com.dokany.java.DokanyMount.checkReportedVersions(DokanyMount.java:140)
at org.cryptomator.frontend.dokany@1.3.3/com.dokany.java.DokanyMount.mount(DokanyMount.java:88)
at org.cryptomator.frontend.dokany@1.3.3/org.cryptomator.frontend.dokany.MountFactory.mount(MountFactory.java:126)
... 14 more