Hey Community,
because we just recieved another support message saying this, i finally decided to write short thread about the problem with the error message: Cannot install driver.
This error is directly related to a third-party application, which Cryptomator uses to let you access your vault: Dokan(y). It is a third-party, virtual filesystem provider for Windows, such that your unlocked vault is well-integrated into the system and ships with the Cryptomator installer.
In order to work, during installation Dokan adds a windows device driver to the system. Due to the deep integration of such a driver, you need to restart your computer. This is also required, if you update Dokany.
If this does not solved the problem, please search your log files for the following lines:
13:33:43.066 [App Background Thread 004] INFO com.dokany.java.DokanyDriver - Dokany version: XXX
13:33:43.066 [App Background Thread 004] INFO com.dokany.java.DokanyDriver - Dokany driver version: XXX
The XXX
are the versions of the regarded Dokany component. Of interest is here especially the driver version. If it is 0, Dokany is not properly installed and you need to remove it. After uninstall and reboot, check if the file dokan1.sys
does not exists anymore under C:\Windows\System32\drivers\
. If not, the uninstallation was incomplete and you need to remove it manually:
Short Update: I just installed Dokany 1.4.0 on a fresh system and did not needed a restart. Hence, it might also depend on the version or is only required if you update Dokany. I will update this post if there is more info.