Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Endless loop on opening Cryptomator vault #16645

Closed
Beekmar opened this issue Dec 10, 2024 · 11 comments · Fixed by #16649
Closed

Endless loop on opening Cryptomator vault #16645

Beekmar opened this issue Dec 10, 2024 · 11 comments · Fixed by #16649
Assignees
Labels
bug cryptomator Cryptomator Vault
Milestone

Comments

@Beekmar
Copy link

Beekmar commented Dec 10, 2024

Describe the bug
When opening a Cryptomator vault in Cyberduck, with automatic recognition ON or OFF, I get stuck in an endless loop of password fields piling up without possibility to click on red x to close. Need to kill process to get out. Latest version of Cyberduck 9.1.0 (42520)

To Reproduce
Steps to reproduce the behavior:

  1. Go to new connection, find folder and vault
  2. Click on vault
  3. Immediately, I get 'Failure to decrypt master key file' and password boxes keep piling up every half second.
  4. Kill process to end loop

Expected behavior
Opening vault like in Cryptomator

Screenshots
image

Desktop (please complete the following information):

  • OS: Win
  • Version: 11 Home

Log Files

2024-12-09 00:16:45,642 [Thread-0] ERROR ch.cyberduck.core.LoginCallbackFactory - Failure loading callback class class cli.Ch.Cyberduck.Ui.Controller.PromptLoginController. cli.Ch.Cyberduck.Ui.Controller.PromptLoginController.<init>()
2024-12-09 00:16:46,538 [Thread-0] ERROR ch.cyberduck.core.AlertCallbackFactory - Failure loading callback class class cli.Ch.Cyberduck.Ui.Winforms.Threading.DialogAlertCallback. cli.Ch.Cyberduck.Ui.Winforms.Threading.DialogAlertCallback.<init>()
2024-12-09 00:16:50,618 [background-4] ERROR ch.cyberduck.core.serializer.ProfileDictionary - Unknown protocol manta in profile. Try fallback with no predicate in lookup
2024-12-09 00:17:07,409 [background-4] ERROR ch.cyberduck.core.serializer.ProfileDictionary - Unknown protocol irods in profile. Try fallback with no predicate in lookup
2024-12-09 00:17:13,455 [background-4] ERROR ch.cyberduck.core.serializer.ProfileDictionary - Unknown protocol SMB in profile. Try fallback with no predicate in lookup
2024-12-09 00:17:18,397 [background-4] ERROR ch.cyberduck.core.serializer.ProfileDictionary - Unknown protocol spectra in profile. Try fallback with no predicate in lookup
2024-12-09 00:17:19,750 [background-4] ERROR ch.cyberduck.core.serializer.ProfileDictionary - Unknown protocol sharepoint-site in profile. Try fallback with no predicate in lookup
2024-12-09 00:17:23,160 [background-4] ERROR ch.cyberduck.core.serializer.ProfileDictionary - Unknown protocol irods in profile. Try fallback with no predicate in lookup
2024-12-09 00:17:36,434 [background-4] ERROR ch.cyberduck.core.serializer.ProfileDictionary - Unknown protocol spectra in profile. Try fallback with no predicate in lookup
2024-12-09 00:17:42,485 [background-4] ERROR ch.cyberduck.core.serializer.ProfileDictionary - Unknown protocol irods in profile. Try fallback with no predicate in lookup
2024-12-09 00:17:42,622 [background-4] ERROR ch.cyberduck.core.serializer.ProfileDictionary - Unknown protocol hubic in profile. Try fallback with no predicate in lookup
2024-12-09 00:17:46,688 [Thread-0] ERROR ch.cyberduck.core.serializer.ProfileDictionary - Unknown protocol SMB in profile. Try fallback with no predicate in lookup
2024-12-09 00:22:47,424 [background-6] ERROR ch.cyberduck.core.Local - The name \\ is not a valid path for the filesystem
java.nio.file.InvalidPathException: UNC path is missing hostname: \\
	at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:118) ~[?:1.8.0]
	at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77) ~[?:1.8.0]
	at sun.nio.fs.NetPath.<init>(NetPath.java:48) ~[?:1.8.0]
	at sun.nio.fs.NetFileSystem.getPath(NetFileSystem.java:155) ~[?:1.8.0]
	at java.nio.file.Paths.get(Paths.java:84) ~[?:1.8.0]
	at ch.cyberduck.core.Local.<init>(Local.java:108) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at java.lang.reflect.Constructor.newInstance(Constructor.java:414) ~[?:1.8.0]
	at ch.cyberduck.core.LocalFactory.create(LocalFactory.java:51) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.LocalFactory.get(LocalFactory.java:95) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.diagnostics.DiskReachability.test(DiskReachability.java:32) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.diagnostics.ReachabilityFactory$ProtocolAwareReachability.test(ReachabilityFactory.java:52) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.diagnostics.Reachability.isReachable(Reachability.java:39) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at cli.Ch.Cyberduck.Ui.Controller.BookmarkController$$00601$ReachabilityAction.run(Unknown Source) [Cyberduck.exe:?]
	at ch.cyberduck.core.threading.AbstractBackgroundAction.call(AbstractBackgroundAction.java:101) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.threading.BackgroundCallable.run(BackgroundCallable.java:102) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.threading.BackgroundCallable.call(BackgroundCallable.java:84) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:625) [?:1.8.0]
	at ch.cyberduck.core.threading.NamedThreadFactory$1.run(NamedThreadFactory.java:57) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at java.lang.Thread.run(Thread.java:955) [?:1.8.0]
2024-12-09 00:29:19,929 [Thread-0] ERROR cli.System.Drawing.Image - Failure extracting icon for windows.system.launcher. Icon path: @{Clipchamp.Clipchamp_2.2.8.0_neutral__yxz26nhyzhsrt?ms-resource://Clipchamp.Clipchamp/Files/Images/Square44x44Logo.png} (Index: 0, Indirect: "@{Clipchamp.Clipchamp_2.2.8.0_neutral__yxz26nhyzhsrt?ms-resource://Clipchamp.Clipchamp/Files/Images/Square44x44Logo.png}")
cli.System.Runtime.InteropServices.COMException: Kan element niet vinden. (Uitzondering van HRESULT: 0x80070490)
	at cli.System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Unknown Source) ~[mscorlib.dll:?]
	at cli.Windows.Win32.CorePInvoke.SHLoadIndirectString(Unknown Source) ~[Cyberduck.Core.Native.DLL:?]
	at cli.Ch.Cyberduck.Core.Refresh.Services.IconProvider$$00601.GetApplication(Unknown Source) ~[Cyberduck.Core.Refresh.DLL:?]
	at java.lang.Throwable.getLocalizedMessage(map.xml:1230) ~[?:1.8.0]
	at org.apache.logging.log4j.core.impl.ThrowableProxy.<init>(ThrowableProxy.java:107) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.impl.ThrowableProxy.<init>(ThrowableProxy.java:97) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.impl.MutableLogEvent.getThrownProxy(MutableLogEvent.java:353) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.pattern.ExtendedThrowablePatternConverter.format(ExtendedThrowablePatternConverter.java:63) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.pattern.PatternFormatter.format(PatternFormatter.java:44) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.layout.PatternLayout$PatternFormatterPatternSerializer.toSerializable(PatternLayout.java:396) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.layout.PatternLayout.toText(PatternLayout.java:252) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.layout.PatternLayout.encode(PatternLayout.java:238) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.layout.PatternLayout.encode(PatternLayout.java:58) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender.directEncodeEvent(AbstractOutputStreamAppender.java:228) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender.tryAppend(AbstractOutputStreamAppender.java:220) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender.append(AbstractOutputStreamAppender.java:211) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.appender.RollingFileAppender.append(RollingFileAppender.java:338) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.config.AppenderControl.tryCallAppender(AppenderControl.java:160) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.config.AppenderControl.callAppender0(AppenderControl.java:135) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.config.AppenderControl.callAppenderPreventRecursion(AppenderControl.java:124) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.config.AppenderControl.callAppender(AppenderControl.java:89) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.config.LoggerConfig.callAppenders(LoggerConfig.java:713) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.config.LoggerConfig.processLogEvent(LoggerConfig.java:674) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:650) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:584) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.config.AwaitCompletionReliabilityStrategy.log(AwaitCompletionReliabilityStrategy.java:92) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.Logger.log(Logger.java:239) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.spi.AbstractLogger.tryLogMessage(AbstractLogger.java:2904) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.spi.AbstractLogger.logMessageTrackRecursion(AbstractLogger.java:2857) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.spi.AbstractLogger.logMessageSafely(AbstractLogger.java:2839) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.spi.AbstractLogger.logMessage(AbstractLogger.java:2619) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.spi.AbstractLogger.logIfEnabled(AbstractLogger.java:2567) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.spi.AbstractLogger.error(AbstractLogger.java:807) [Cyberduck.Core.DLL:2.24.2]
	at cli.Ch.Cyberduck.Core.Refresh.Services.IconProvider$$00601.GetApplication(Unknown Source) [Cyberduck.Core.Refresh.DLL:?]
	at cli.Ch.Cyberduck.Ui.Winforms.BrowserForm.OnEditMenuItemPopup(Unknown Source) [Cyberduck.exe:?]
	at cli.System.Windows.Forms.MenuItem.OnPopup(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.Menu.ProcessInitMenuPopup(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.Control.WmInitMenuPopup(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.Control.WndProc(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.ListView.WndProc(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.BrightIdeasSoftware.ObjectListView.WndProc(Unknown Source) [ObjectListView.DLL:?]
	at cli.System.Windows.Forms.NativeWindow.Callback(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.SafeNativeMethods.TrackPopupMenuEx(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.SafeNativeMethods.TrackPopupMenuEx(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.ContextMenu.Show(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.Control.WmContextMenu(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.Control.WndProc(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.ListView.WndProc(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.NativeWindow.Callback(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.NativeWindow.DefWndProc(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.ListView.WmMouseDown(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.ListView.WndProc(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.NativeWindow.Callback(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.Application$ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.Application$ThreadContext.RunMessageLoopInner(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.Application$ThreadContext.RunMessageLoop(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.Ch.Cyberduck.Ui.Program.Main(Unknown Source) [Cyberduck.exe:?]
2024-12-09 00:29:57,759 [Thread-0] ERROR cli.System.Drawing.Image - Failure extracting icon for windows.system.launcher. Icon path: @{Clipchamp.Clipchamp_2.2.8.0_neutral__yxz26nhyzhsrt?ms-resource://Clipchamp.Clipchamp/Files/Images/Square44x44Logo.png} (Index: 0, Indirect: "@{Clipchamp.Clipchamp_2.2.8.0_neutral__yxz26nhyzhsrt?ms-resource://Clipchamp.Clipchamp/Files/Images/Square44x44Logo.png}")
cli.System.Runtime.InteropServices.COMException: Kan element niet vinden. (Uitzondering van HRESULT: 0x80070490)
	at cli.System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Unknown Source) ~[mscorlib.dll:?]
	at cli.Windows.Win32.CorePInvoke.SHLoadIndirectString(Unknown Source) ~[Cyberduck.Core.Native.DLL:?]
	at cli.Ch.Cyberduck.Core.Refresh.Services.IconProvider$$00601.GetApplication(Unknown Source) ~[Cyberduck.Core.Refresh.DLL:?]
	at java.lang.Throwable.getLocalizedMessage(map.xml:1230) ~[?:1.8.0]
	at org.apache.logging.log4j.core.impl.ThrowableProxy.<init>(ThrowableProxy.java:107) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.impl.ThrowableProxy.<init>(ThrowableProxy.java:97) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.impl.MutableLogEvent.getThrownProxy(MutableLogEvent.java:353) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.pattern.ExtendedThrowablePatternConverter.format(ExtendedThrowablePatternConverter.java:63) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.pattern.PatternFormatter.format(PatternFormatter.java:44) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.layout.PatternLayout$PatternFormatterPatternSerializer.toSerializable(PatternLayout.java:396) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.layout.PatternLayout.toText(PatternLayout.java:252) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.layout.PatternLayout.encode(PatternLayout.java:238) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.layout.PatternLayout.encode(PatternLayout.java:58) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender.directEncodeEvent(AbstractOutputStreamAppender.java:228) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender.tryAppend(AbstractOutputStreamAppender.java:220) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender.append(AbstractOutputStreamAppender.java:211) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.appender.RollingFileAppender.append(RollingFileAppender.java:338) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.config.AppenderControl.tryCallAppender(AppenderControl.java:160) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.config.AppenderControl.callAppender0(AppenderControl.java:135) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.config.AppenderControl.callAppenderPreventRecursion(AppenderControl.java:124) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.config.AppenderControl.callAppender(AppenderControl.java:89) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.config.LoggerConfig.callAppenders(LoggerConfig.java:713) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.config.LoggerConfig.processLogEvent(LoggerConfig.java:674) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:650) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:584) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.config.AwaitCompletionReliabilityStrategy.log(AwaitCompletionReliabilityStrategy.java:92) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.core.Logger.log(Logger.java:239) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.spi.AbstractLogger.tryLogMessage(AbstractLogger.java:2904) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.spi.AbstractLogger.logMessageTrackRecursion(AbstractLogger.java:2857) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.spi.AbstractLogger.logMessageSafely(AbstractLogger.java:2839) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.spi.AbstractLogger.logMessage(AbstractLogger.java:2619) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.spi.AbstractLogger.logIfEnabled(AbstractLogger.java:2567) [Cyberduck.Core.DLL:2.24.2]
	at org.apache.logging.log4j.spi.AbstractLogger.error(AbstractLogger.java:807) [Cyberduck.Core.DLL:2.24.2]
	at cli.Ch.Cyberduck.Core.Refresh.Services.IconProvider$$00601.GetApplication(Unknown Source) [Cyberduck.Core.Refresh.DLL:?]
	at cli.Ch.Cyberduck.Ui.Winforms.BrowserForm.OnEditorActionMenuOpening(Unknown Source) [Cyberduck.exe:?]
	at cli.System.Windows.Forms.ToolStripDropDown.OnOpening(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.ToolStripDropDown.SetVisibleCore(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.ToolStripDropDown.Show(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.ToolStripDropDownItem.ShowDropDownInternal(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.ToolStripMenuItem.OnMenuAutoExpand(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.MenuTimer.OnTick(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.Timer.OnTick(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.Timer$TimerNativeWindow.WndProc(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.NativeWindow.Callback(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.Application$ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.Application$ThreadContext.RunMessageLoopInner(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.System.Windows.Forms.Application$ThreadContext.RunMessageLoop(Unknown Source) [System.Windows.Forms.dll:?]
	at cli.Ch.Cyberduck.Ui.Program.Main(Unknown Source) [Cyberduck.exe:?]
2024-12-09 20:14:51,232 [background-17] ERROR ch.cyberduck.core.onedrive.SharepointListService - Cannot get default site. Skipping.
org.nuxeo.onedrive.client.OneDriveAPIException: Internal Server Error
	at org.nuxeo.onedrive.client.AbstractResponse.validate(AbstractResponse.java:125) ~[Cyberduck.Protocols.DLL:?]
	at org.nuxeo.onedrive.client.AbstractResponse.<init>(AbstractResponse.java:57) ~[Cyberduck.Protocols.DLL:?]
	at org.nuxeo.onedrive.client.OneDriveJsonResponse.<init>(OneDriveJsonResponse.java:36) ~[Cyberduck.Protocols.DLL:?]
	at org.nuxeo.onedrive.client.OneDriveJsonRequest.createResponse(OneDriveJsonRequest.java:57) ~[Cyberduck.Protocols.DLL:?]
	at org.nuxeo.onedrive.client.OneDriveJsonRequest.createResponse(OneDriveJsonRequest.java:31) ~[Cyberduck.Protocols.DLL:?]
	at org.nuxeo.onedrive.client.AbstractRequest.sendRequest(AbstractRequest.java:61) ~[Cyberduck.Protocols.DLL:?]
	at org.nuxeo.onedrive.client.AbstractRequest.sendRequest(AbstractRequest.java:53) ~[Cyberduck.Protocols.DLL:?]
	at org.nuxeo.onedrive.client.OneDriveJsonRequest.sendRequest(OneDriveJsonRequest.java:52) ~[Cyberduck.Protocols.DLL:?]
	at org.nuxeo.onedrive.client.types.Site.getMetadata(Site.java:85) ~[Cyberduck.Protocols.DLL:?]
	at ch.cyberduck.core.onedrive.SharepointListService.getDefault(SharepointListService.java:60) [Cyberduck.Protocols.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.onedrive.SharepointListService.getRoot(SharepointListService.java:77) [Cyberduck.Protocols.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.onedrive.AbstractSharepointListService.list(AbstractSharepointListService.java:45) [Cyberduck.Protocols.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.vault.VaultFinderListService.list(VaultFinderListService.java:48) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.vault.registry.VaultRegistryListService.list(VaultRegistryListService.java:62) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.worker.ListWorker.run(ListWorker.java:64) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.worker.MountWorker.list(MountWorker.java:72) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.worker.MountWorker.run(MountWorker.java:60) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.worker.MountWorker.run(MountWorker.java:42) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.threading.WorkerBackgroundAction.run(WorkerBackgroundAction.java:68) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.threading.SessionBackgroundAction.run(SessionBackgroundAction.java:122) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.threading.SessionBackgroundAction$1.call(SessionBackgroundAction.java:106) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.threading.DefaultRetryCallable.call(DefaultRetryCallable.java:52) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.threading.SessionBackgroundAction.call(SessionBackgroundAction.java:108) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.threading.BackgroundCallable.run(BackgroundCallable.java:102) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.threading.BackgroundCallable.call(BackgroundCallable.java:84) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:625) [?:1.8.0]
	at ch.cyberduck.core.threading.NamedThreadFactory$1.run(NamedThreadFactory.java:57) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at java.lang.Thread.run(Thread.java:955) [?:1.8.0]
2024-12-09 20:20:42,745 [Thread-0] ERROR ch.cyberduck.core.oauth.OAuth2TokenListenerRegistry - Missing listener for state VjGfnMWI
2024-12-09 20:20:53,098 [Thread-0] ERROR ch.cyberduck.core.oauth.OAuth2TokenListenerRegistry - Missing listener for state VjGfnMWI
2024-12-09 20:21:20,085 [Thread-0] ERROR ch.cyberduck.core.oauth.OAuth2TokenListenerRegistry - Missing listener for state VjGfnMWI
2024-12-10 09:42:04,697 [background-6] ERROR ch.cyberduck.core.Local - The name \\ is not a valid path for the filesystem
java.nio.file.InvalidPathException: UNC path is missing hostname: \\
	at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:118) ~[?:1.8.0]
	at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77) ~[?:1.8.0]
	at sun.nio.fs.NetPath.<init>(NetPath.java:48) ~[?:1.8.0]
	at sun.nio.fs.NetFileSystem.getPath(NetFileSystem.java:155) ~[?:1.8.0]
	at java.nio.file.Paths.get(Paths.java:84) ~[?:1.8.0]
	at ch.cyberduck.core.Local.<init>(Local.java:108) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at java.lang.reflect.Constructor.newInstance(Constructor.java:414) ~[?:1.8.0]
	at ch.cyberduck.core.LocalFactory.create(LocalFactory.java:51) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.LocalFactory.get(LocalFactory.java:95) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.diagnostics.DiskReachability.test(DiskReachability.java:32) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.diagnostics.ReachabilityFactory$ProtocolAwareReachability.test(ReachabilityFactory.java:52) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.diagnostics.Reachability.isReachable(Reachability.java:39) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at cli.Ch.Cyberduck.Ui.Controller.BookmarkController$$00601$ReachabilityAction.run(Unknown Source) [Cyberduck.exe:?]
	at ch.cyberduck.core.threading.AbstractBackgroundAction.call(AbstractBackgroundAction.java:101) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.threading.BackgroundCallable.run(BackgroundCallable.java:102) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.threading.BackgroundCallable.call(BackgroundCallable.java:84) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:625) [?:1.8.0]
	at ch.cyberduck.core.threading.NamedThreadFactory$1.run(NamedThreadFactory.java:57) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at java.lang.Thread.run(Thread.java:955) [?:1.8.0]
2024-12-10 10:22:23,865 [background-4] ERROR ch.cyberduck.core.Local - The name \\ is not a valid path for the filesystem
java.nio.file.InvalidPathException: UNC path is missing hostname: \\
	at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:118) ~[?:1.8.0]
	at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77) ~[?:1.8.0]
	at sun.nio.fs.NetPath.<init>(NetPath.java:48) ~[?:1.8.0]
	at sun.nio.fs.NetFileSystem.getPath(NetFileSystem.java:155) ~[?:1.8.0]
	at java.nio.file.Paths.get(Paths.java:84) ~[?:1.8.0]
	at ch.cyberduck.core.Local.<init>(Local.java:108) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at java.lang.reflect.Constructor.newInstance(Constructor.java:414) ~[?:1.8.0]
	at ch.cyberduck.core.LocalFactory.create(LocalFactory.java:51) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.LocalFactory.get(LocalFactory.java:95) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.diagnostics.DiskReachability.test(DiskReachability.java:32) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.diagnostics.ReachabilityFactory$ProtocolAwareReachability.test(ReachabilityFactory.java:52) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.diagnostics.Reachability.isReachable(Reachability.java:39) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at cli.Ch.Cyberduck.Ui.Controller.BookmarkController$$00601$ReachabilityAction.run(Unknown Source) [Cyberduck.exe:?]
	at ch.cyberduck.core.threading.AbstractBackgroundAction.call(AbstractBackgroundAction.java:101) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.threading.BackgroundCallable.run(BackgroundCallable.java:102) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at ch.cyberduck.core.threading.BackgroundCallable.call(BackgroundCallable.java:84) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:625) [?:1.8.0]
	at ch.cyberduck.core.threading.NamedThreadFactory$1.run(NamedThreadFactory.java:57) [Cyberduck.Core.DLL:54ebad782e536bb0c303dea5f3d9a484d1b1a757]
	at java.lang.Thread.run(Thread.java:955) [?:1.8.0]
Crash Report
-----------------------------
[General Info]

Application: Cyberduck
Version:     9.1.0.42520+54ebad782e536bb0c303dea5f3d9a484d1b1a757
Region:      Nederlands (Nederland)
Date: 10-12-2024
Time: 09:22

User Explanation:

User said ""
-----------------------------

[Exception Info 1]

Top-level Exception
Type:        ch.cyberduck.core.exception.LoginCanceledException
Message:     
Source:      System.Windows.Forms
Stack Trace: bij System.Windows.Forms.Control.EndInvoke(IAsyncResult asyncResult)
   bij System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)

-----------------------------

[Assembly Info]

mscorlib, Version=4.0.0.0
PresentationFramework, Version=4.0.0.0
PresentationCore, Version=4.0.0.0
System, Version=4.0.0.0
System.Windows.Forms, Version=4.0.0.0
System.Drawing, Version=4.0.0.0
Cyberduck.Core.Refresh, Version=9.1.0.42520
Cyberduck.Core.Native, Version=9.1.0.42520
System.Memory, Version=4.0.1.2
System.Xaml, Version=4.0.0.0
WindowsBase, Version=4.0.0.0
CommunityToolkit.Mvvm, Version=8.2.0.0
System.Core, Version=4.0.0.0
Cyberduck.Core, Version=9.1.0.42520
System.Reactive, Version=5.0.0.0
DynamicData, Version=7.5.0.0
IKVM.OpenJDK.Core, Version=8.0.312.7
System.ServiceModel, Version=4.0.0.0
StructureMap, Version=2.6.4.0
Splat, Version=14.1.0.0
ObjectListView, Version=2.9.1.1072
CustomOpenFileFolderDialog, Version=0.0.0.0
WindowsFormsIntegration, Version=4.0.0.0
System.Design, Version=4.0.0.0
System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0
Cyberduck.Bonjour.Native, Version=9.1.0.42520
System.Security, Version=4.0.0.0
Cyberduck.Protocols, Version=9.1.0.42520
ReactiveUI, Version=17.1.0.0
Cyberduck.Importer, Version=9.1.0.42520
System.Xml, Version=4.0.0.0
Cyberduck.Bonjour, Version=9.1.0.42520
IKVM.Runtime, Version=8.0.312.7
ReactiveUI.Wpf, Version=17.1.0.0
Cyberduck.Cryptomator, Version=9.1.0.42520
IKVM.OpenJDK.Security, Version=8.0.312.7
IKVM.OpenJDK.Text, Version=8.0.312.7
Windows.Services.Store.StoreContract, Version=4.0.0.0
System.Web, Version=4.0.0.0

-----------------------------

[System Info]

Operating System
-Microsoft Windows 11 Home
--CodeSet = 1252
--CSDVersion = 
--CurrentTimeZone = 60
--FreePhysicalMemory = 9057440
--OSArchitecture = 64 bits
--OSLanguage = 1043
--ServicePackMajorVersion = 0
--ServicePackMinorVersion = 0
--Version = 10.0.26100

Machine
-LAPTOP-LI107A4R
--Manufacturer = ASUSTeK COMPUTER INC.
--Model = X705UDR
--TotalPhysicalMemory = 17057046528

-----------------------------
@dkocher dkocher added the cryptomator Cryptomator Vault label Dec 10, 2024
@dkocher dkocher added this to the 9.2 milestone Dec 10, 2024
@dkocher dkocher added the bug label Dec 10, 2024
@dkocher
Copy link
Contributor

dkocher commented Dec 10, 2024

  • Can you share a screenshot of the bookmark configuration window.
  • Can you confirm you are trying to access a vault on your local disk.

@AliveDevil
Copy link
Contributor

One issue in 9.1:

2024-12-09 00:29:19,929 [Thread-0] ERROR cli.System.Drawing.Image - Failure extracting icon for windows.system.launcher. Icon path: @{Clipchamp.Clipchamp_2.2.8.0_neutral__yxz26nhyzhsrt?ms-resource://Clipchamp.Clipchamp/Files/Images/Square44x44Logo.png} (Index: 0, Indirect: "@{Clipchamp.Clipchamp_2.2.8.0_neutral__yxz26nhyzhsrt?ms-resource://Clipchamp.Clipchamp/Files/Images/Square44x44Logo.png}")

Need to look into this #14335.
Maybe resolveable now.

But, not related to the endless connection loop, just a log-find.

@AliveDevil
Copy link
Contributor

This should've been fixed with #16490:

Stack Trace: bij System.Windows.Forms.Control.EndInvoke(IAsyncResult asyncResult)
   bij System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)

Checking.

@AliveDevil
Copy link
Contributor

AliveDevil commented Dec 10, 2024

password fields piling up without possibility to click on red x to close

Cause for #16645 (comment).

dkocher added a commit that referenced this issue Dec 10, 2024
Fix continuous cryptomator prompt dialogs
@Beekmar
Copy link
Author

Beekmar commented Dec 10, 2024

Yes trying to access vault on local disk. Can't create bookmark. When pointing to vault path, the issue reappears. Can only kill app. I do have active bookmarks to cloud drives, but no bookmarks to cloud-based vaults.

@Beekmar
Copy link
Author

Beekmar commented Dec 10, 2024 via email

@AliveDevil
Copy link
Contributor

So, the prompt appearing in quick succession until it crashes is fixed.
Please update to the latest snapshot release, and reproduce the issue you've observed there.
Please also enable Debug Logging.

@Beekmar
Copy link
Author

Beekmar commented Dec 11, 2024 via email

@AliveDevil
Copy link
Contributor

Thanks for confirming.

@AliveDevil
Copy link
Contributor

We are trying to figure out this log message

2024-12-09 00:22:47,424 [background-6] ERROR ch.cyberduck.core.Local - The name \\ is not a valid path for the filesystem
java.nio.file.InvalidPathException: UNC path is missing hostname: \\

What's the path configured in your bookmark and where is your vault located, so we can check, what produces these errors?

@Beekmar
Copy link
Author

Beekmar commented Dec 13, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug cryptomator Cryptomator Vault
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants