Unlock failed. Siehe Log-Datei für Details

After upgrading to V 1.4.2 this error occurs. From another PC the same container can be opened without errors.
Here is the log file content:

23:21:26.513 [main] INFO  org.cryptomator.launcher.Cryptomator - Starting Cryptomator 1.4.2 on Windows 10 10.0 (amd64)
23:21:26.638 [main] INFO  o.c.launcher.FileOpenRequestHandler - Unable to setOpenFileHandler, probably not supported on this OS.
23:21:27.398 [JavaFX Application Thread] INFO  o.c.launcher.MainApplication - JavaFX application started.
23:21:27.528 [JavaFX Application Thread] INFO  o.c.common.settings.SettingsProvider - Settings loaded from C:\Users\Claudia Schmid\AppData\Roaming\Cryptomator\settings.json
23:21:27.751 [JavaFX Application Thread] INFO  org.cryptomator.jni.JniModule - loaded WinFunctions.dll
23:21:27.828 [JavaFX Application Thread] INFO  o.c.ui.controllers.MainController - Unable to setPreferencesHandler, probably not supported on this OS.
23:21:29.570 [JavaFX Application Thread] INFO  o.c.ui.controllers.WelcomeController - Current version: 1.4.2, lastest version: 1.4.2
23:21:33.309 [JavaFX Application Thread] INFO  o.c.k.WindowsProtectedKeychainAccess - Creating new keychain at path C:\Users\Claudia Schmid\AppData\Roaming\Cryptomator\keychain.json
23:21:39.029 [JavaFX Application Thread] ERROR o.c.ui.controllers.UnlockController - Unlock failed for technical reasons.
java.lang.IllegalArgumentException: URI authority component has user-info
	at java.base/sun.nio.fs.WindowsUriSupport.fromUri(Unknown Source)
	at java.base/sun.nio.fs.WindowsFileSystemProvider.getPath(Unknown Source)
	at java.base/java.nio.file.Paths.get(Unknown Source)
	at org.cryptomator.cryptofs.CryptoFileSystemUri.uncCompatibleUriToPath(CryptoFileSystemUri.java:63)
	at org.cryptomator.cryptofs.CryptoFileSystemUri.<init>(CryptoFileSystemUri.java:45)
	at org.cryptomator.cryptofs.CryptoFileSystemUri.parse(CryptoFileSystemUri.java:89)
	at org.cryptomator.cryptofs.CryptoFileSystemProvider.newFileSystem(CryptoFileSystemProvider.java:256)
	at org.cryptomator.cryptofs.CryptoFileSystemProvider.newFileSystem(CryptoFileSystemProvider.java:88)
	at java.base/java.nio.file.FileSystems.newFileSystem(Unknown Source)
	at java.base/java.nio.file.FileSystems.newFileSystem(Unknown Source)
	at org.cryptomator.cryptofs.CryptoFileSystemProvider.newFileSystem(CryptoFileSystemProvider.java:124)
	at org.cryptomator.ui.model.Vault.unlockCryptoFileSystem(Vault.java:85)
	at org.cryptomator.ui.model.Vault.lambda$getCryptoFileSystem$0(Vault.java:76)
	at org.cryptomator.common.LazyInitializer.lambda$invokeFactoryIfNull$1(LazyInitializer.java:62)
	at java.base/java.util.concurrent.atomic.AtomicReference.updateAndGet(Unknown Source)
	at org.cryptomator.common.LazyInitializer.initializeLazily(LazyInitializer.java:49)
	at org.cryptomator.ui.model.Vault.getCryptoFileSystem(Vault.java:76)
	at org.cryptomator.ui.model.Vault.unlock(Vault.java:106)
	at org.cryptomator.ui.controllers.UnlockController.lambda$didClickUnlockButton$0(UnlockController.java:396)
	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.graphics/javafx.concurrent.Task$TaskCallable.call(Unknown Source)
	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)
23:21:47.790 [pool-3-thread-1] INFO  o.c.common.settings.SettingsProvider - Settings saved to C:\Users\Claudia Schmid\AppData\Roaming\Cryptomator\settings.json
23:21:55.085 [JavaFX Application Thread] INFO  o.c.k.WindowsProtectedKeychainAccess - Creating new keychain at path C:\Users\Claudia Schmid\AppData\Roaming\Cryptomator\keychain.json
23:22:25.161 [pool-3-thread-1] INFO  o.c.common.settings.SettingsProvider - Settings saved to C:\Users\Claudia Schmid\AppData\Roaming\Cryptomator\settings.json
23:22:30.971 [JavaFX Application Thread] ERROR o.c.ui.controllers.UnlockController - Unlock failed for technical reasons.
java.lang.IllegalArgumentException: URI authority component has user-info
	at java.base/sun.nio.fs.WindowsUriSupport.fromUri(Unknown Source)
	at java.base/sun.nio.fs.WindowsFileSystemProvider.getPath(Unknown Source)
	at java.base/java.nio.file.Paths.get(Unknown Source)
	at org.cryptomator.cryptofs.CryptoFileSystemUri.uncCompatibleUriToPath(CryptoFileSystemUri.java:63)
	at org.cryptomator.cryptofs.CryptoFileSystemUri.<init>(CryptoFileSystemUri.java:45)
	at org.cryptomator.cryptofs.CryptoFileSystemUri.parse(CryptoFileSystemUri.java:89)
	at org.cryptomator.cryptofs.CryptoFileSystemProvider.newFileSystem(CryptoFileSystemProvider.java:256)
	at org.cryptomator.cryptofs.CryptoFileSystemProvider.newFileSystem(CryptoFileSystemProvider.java:88)
	at java.base/java.nio.file.FileSystems.newFileSystem(Unknown Source)
	at java.base/java.nio.file.FileSystems.newFileSystem(Unknown Source)
	at org.cryptomator.cryptofs.CryptoFileSystemProvider.newFileSystem(CryptoFileSystemProvider.java:124)
	at org.cryptomator.ui.model.Vault.unlockCryptoFileSystem(Vault.java:85)
	at org.cryptomator.ui.model.Vault.lambda$getCryptoFileSystem$0(Vault.java:76)
	at org.cryptomator.common.LazyInitializer.lambda$invokeFactoryIfNull$1(LazyInitializer.java:62)
	at java.base/java.util.concurrent.atomic.AtomicReference.updateAndGet(Unknown Source)
	at org.cryptomator.common.LazyInitializer.initializeLazily(LazyInitializer.java:49)
	at org.cryptomator.ui.model.Vault.getCryptoFileSystem(Vault.java:76)
	at org.cryptomator.ui.model.Vault.unlock(Vault.java:106)
	at org.cryptomator.ui.controllers.UnlockController.lambda$didClickUnlockButton$0(UnlockController.java:396)
	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.graphics/javafx.concurrent.Task$TaskCallable.call(Unknown Source)
	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)
23:32:11.678 [pool-3-thread-1] INFO  o.c.common.settings.SettingsProvider - Settings saved to C:\Users\Claudia Schmid\AppData\Roaming\Cryptomator\settings.json
23:32:13.568 [JavaFX Application Thread] INFO  o.c.launcher.MainApplication - JavaFX application stopped.
23:32:13.589 [Thread-0] INFO  o.c.launcher.CleanShutdownPerformer - Goodbye.

Can you help me?

What is the path where your vault is located? It may have a wrong syntax.

Thanks for your hint. I changed the way to open the path to the remote server from windows wizard to the script command with “net use…” and now it runs.