Hello!
I have a similar problem under Windows 10 Pro, I am using Cryptomator 1.4.15. I work with Total Commander, a file manager, see www.ghisler.com. Until recently (a few days ago), I could delete files in my Cryptomator vault using the key F8 without problems. Now the delete key F8 doesn’t work. The key combination Shift + F8 (deleting without Recycle Bin) doesn’t work either. But if I click on the file in Total Commander with the right mouse key to open the menu and choose Delete in the menu, I can delete the file. This is quite weird … I don’t know whether this is the same error as in for the Mac OS. I cannot tag this post as referring to the Windows OS.
Here is the part of the log which contains an error:
15:14:26.374 [Background Thread 4] INFO com.dokany.java.DokanyDriver - Unmount and shutdown: S:\
15:14:26.381 [Background Thread 3] WARN com.dokany.java.DokanyDriver - Error while mounting
java.lang.Error: Invalid memory access
at com.dokany.java.NativeMethods.DokanMain(Native Method)
at com.dokany.java.DokanyDriver.start(DokanyDriver.java:62)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
15:14:26.616 [Background Thread 4] ERROR o.cryptomator.frontend.dokany.Mount - Dokany driver terminated abnormally.
java.util.concurrent.ExecutionException: java.lang.Error: Invalid memory access
at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:205)
at org.cryptomator.frontend.dokany.Mount.close(Mount.java:67)
at org.cryptomator.ui.model.DokanyVolume.unmount(DokanyVolume.java:99)
at org.cryptomator.ui.model.Vault.lock(Vault.java:132)
at org.cryptomator.ui.controllers.UnlockedController.lambda$regularLockVault$1(UnlockedController.java:116)
at org.cryptomator.ui.util.Tasks.lambda$create$0(Tasks.java:33)
at org.cryptomator.ui.util.Tasks$TaskImpl.call(Tasks.java:139)
at javafx.concurrent.Task$TaskCallable.call(Task.java:1425)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.Error: Invalid memory access
at com.dokany.java.NativeMethods.DokanMain(Native Method)
at com.dokany.java.DokanyDriver.start(DokanyDriver.java:62)
... 5 common frames omitted
15:14:26.662 [JavaFX Application Thread] INFO o.c.k.WindowsProtectedKeychainAccess - Unable to load existing keychain file, creating new keychain.
15:14:28.728 [JavaFX Application Thread] INFO org.cryptomator.launcher.Cryptomator - JavaFX application stopped.
15:14:28.730 [main] INFO org.cryptomator.launcher.Cryptomator - Shutting down...
15:14:28.744 [Thread-0] INFO o.c.launcher.CleanShutdownPerformer - Goodbye.
Hope this helps and thank you for looking into this issue!