For about 18 months now, I’ve had occasional errors on computer/Cryptomator startup that require me to close Cryptomator and restart it. Below is an example of the type of error message I get, and my OS details. The message indicates the vault was not properly locked. I wonder if my shutdown procedure is causing this. I don’t manually close Cryptomator on shutdown; I just shut down the computer.
Others have had similar errors on a range of OS’s (see https://github.com/cryptomator/cryptomator/discussions/3125) but no solution has been posted.
Is the data still protected and encrypted while at rest in this scenario?
Does my current shutdown practice create issues for Cryptomator?
Can I get rid of this error?
TIA
OS: Ubuntu 22.04.5 LTS
Cryptomator Version: 1.14.2 (deb-1)
Error Code SF9H:QMES:GBSU
java.util.concurrent.CompletionException: java.lang.IllegalStateException: Vault not locked.
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source)
at java.base/java.util.concurrent.CompletableFuture.completeThrowable(Unknown Source)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source)
at javafx.graphics@22.0.2/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at javafx.graphics@22.0.2/com.sun.javafx.application.PlatformImpl.lambda$runLater$11(Unknown Source)
at javafx.graphics@22.0.2/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source)
at javafx.graphics@22.0.2/com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at javafx.graphics@22.0.2/com.sun.glass.ui.gtk.GtkApplication.lambda$runLoop$10(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalStateException: Vault not locked.
at com.google.common@33.3.0-jre/com.google.common.base.Preconditions.checkState(Preconditions.java:513)
at org.cryptomator.desktop@1.14.2/org.cryptomator.ui.fxapp.FxApplicationWindows.lambda$startUnlockWorkflow$9(FxApplicationWindows.java:156)
... 8 more