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

Unexpected program termination/closing #7514

Closed
cyberduck opened this issue Oct 28, 2013 · 3 comments
Closed

Unexpected program termination/closing #7514

cyberduck opened this issue Oct 28, 2013 · 3 comments
Assignees
Labels
bug fixed webdav WebDAV Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

0279360 created the issue

If remote files are left or right clicked on, Cyberduck suddenly closes. This happened immediately after updating to version 4.4 13577.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Can you provide the exact steps to follow to reproduce this issue.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Most possibly this is related to reported crashes in

Top-level Exception
Type:        System.ArgumentNullException
Message:     Value cannot be null.
Parameter name: path1
Source:      mscorlib
Stack Trace: at System.IO.Path.Combine(String path1, String path2)
  at Ch.Cyberduck.Core.Local.LocalImpl..ctor(String path)
  at Ch.Cyberduck.Core.Local.LocalImpl.Factory.create(String path)
  at ch.cyberduck.core.LocalFactory.createLocal(String path)
  at Ch.Cyberduck.core.editor.RegistryApplicationFinder.getDescription(String application)
  at Ch.Cyberduck.core.editor.RegistryApplicationFinder.find(String filename)
  at ch.cyberduck.core.editor.EditorFactory.getEditor(String filename)
  at Ch.Cyberduck.Ui.Controller.BrowserController.UpdateEditIcon()
  at Ch.Cyberduck.Ui.Controller.BrowserController.View_BrowserSelectionChanged()
  at Ch.Cyberduck.Ui.Winforms.BrowserForm.browser_SelectionChanged(Object sender, EventArgs e)
  at BrightIdeasSoftware.ObjectListView.OnSelectionChanged(EventArgs e)
  at BrightIdeasSoftware.ObjectListView.HandleApplicationIdle(Object sender, EventArgs e)
  at BrightIdeasSoftware.TreeListView.HandleApplicationIdle(Object sender, EventArgs e)
  at System.EventHandler.Invoke(Object sender, EventArgs e)
  at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32 grfidlef)
  at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
  at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
  at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
  at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
  at Ch.Cyberduck.Ui.Controller.MainController.Run(ICollection commandLineArgs)
  at Ch.Cyberduck.Ui.Controller.MainController.Run()
  at Ch.Cyberduck.Ui.Controller.MainController.Main()

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In d6cd239.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed webdav WebDAV Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants