Getting that error message trying to open my vaults
Error Code GH1B:GH1B:1CG6
org.cryptomator.integrations.mount.MountFailedException: Mounting failed
at org.cryptomator.frontend.webdav@2.0.6/org.cryptomator.frontend.webdav.mount.MacAppleScriptMounter$MountBuilderImpl.mount(MacAppleScriptMounter.java:111)
at org.cryptomator.frontend.webdav@2.0.6/org.cryptomator.frontend.webdav.mount.AbstractMountBuilder.mount(AbstractMountBuilder.java:88)
at org.cryptomator.desktop@1.12.3/org.cryptomator.common.mount.Mounter.mount(Mounter.java:172)
at org.cryptomator.desktop@1.12.3/org.cryptomator.common.vaults.Vault.unlock(Vault.java:155)
at org.cryptomator.desktop@1.12.3/org.cryptomator.ui.keyloading.KeyLoadingStrategy.use(KeyLoadingStrategy.java:79)
at org.cryptomator.desktop@1.12.3/org.cryptomator.ui.unlock.UnlockWorkflow.call(UnlockWorkflow.java:76)
at org.cryptomator.desktop@1.12.3/org.cryptomator.ui.unlock.UnlockWorkflow.call(UnlockWorkflow.java:34)
at javafx.graphics@21.0.1/javafx.concurrent.Task$TaskCallable.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(Unknown Source)
at java.base/java.util.concurrent.CompletableFuture$Completion.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: java.io.IOException: Command failed with exit code 1. Expected 0.
at org.cryptomator.frontend.webdav@2.0.6/org.cryptomator.frontend.webdav.mount.ProcessUtil.assertExitValue(ProcessUtil.java:25)
at org.cryptomator.frontend.webdav@2.0.6/org.cryptomator.frontend.webdav.mount.MacAppleScriptMounter$MountBuilderImpl.mount(MacAppleScriptMounter.java:92)
... 13 more
Caused by: java.io.IOException: Stderr output: 0:70: execution error: Une erreur de type -5014 est survenue. (-5014)
at org.cryptomator.frontend.webdav@2.0.6/org.cryptomator.frontend.webdav.mount.ProcessUtil.assertExitValue(ProcessUtil.java:23)
... 14 more
I get two popup error windows. One says FUSE Unsupported masOS Version. The installed version of macFUSE is too old for the operating system.
The other is a Cryptomancer error window. Error text pasted below. I click the “Lookup Solution” button and it says Cryptomancer didn’t expert this error but it found a solution and gives a link. Clicking the link brings me to the following GitHub page: Error 4VHF:Q9JM:II79 · cryptomator/cryptomator · Discussion #2943 · GitHub
I have the latest version of Cryptomancer (1.12.3). I also have the latest version of FUSE. When I try to upgrade FUSE with Brew is says I have the latest version.
I enabled extended Kernel privileges on my Mac.
Does Cryptomancer just not work with Macs?
Error Code 4VHF:Q9JM:SGVO
org.cryptomator.integrations.mount.MountFailedException: org.cryptomator.jfuse.api.FuseMountFailedException: fuse_mount failed
at org.cryptomator.frontend.fuse@4.0.0/org.cryptomator.frontend.fuse.mount.MacFuseMountProvider$MacFuseMountBuilder.mount(MacFuseMountProvider.java:124)
at org.cryptomator.desktop@1.12.3/org.cryptomator.common.mount.Mounter.mount(Mounter.java:172)
at org.cryptomator.desktop@1.12.3/org.cryptomator.common.vaults.Vault.unlock(Vault.java:155)
at org.cryptomator.desktop@1.12.3/org.cryptomator.ui.keyloading.KeyLoadingStrategy.use(KeyLoadingStrategy.java:79)
at org.cryptomator.desktop@1.12.3/org.cryptomator.ui.unlock.UnlockWorkflow.call(UnlockWorkflow.java:76)
at org.cryptomator.desktop@1.12.3/org.cryptomator.ui.unlock.UnlockWorkflow.call(UnlockWorkflow.java:34)
at javafx.graphics@21.0.1/javafx.concurrent.Task$TaskCallable.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(Unknown Source)
at java.base/java.util.concurrent.CompletableFuture$Completion.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.jfuse.api.FuseMountFailedException: fuse_mount failed
at org.cryptomator.jfuse.mac@0.6.3/org.cryptomator.jfuse.mac.FuseImpl.mount(FuseImpl.java:33)
at org.cryptomator.jfuse.api@0.6.3/org.cryptomator.jfuse.api.Fuse.mount(Fuse.java:126)
at org.cryptomator.frontend.fuse@4.0.0/org.cryptomator.frontend.fuse.mount.MacFuseMountProvider$MacFuseMountBuilder.mount(MacFuseMountProvider.java:121)
... 12 more