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

Opening "preferences" triggers immediate crash. #7413

Closed
cyberduck opened this issue Aug 26, 2013 · 4 comments
Closed

Opening "preferences" triggers immediate crash. #7413

cyberduck opened this issue Aug 26, 2013 · 4 comments
Assignees
Milestone

Comments

@cyberduck
Copy link
Collaborator

958ef8a created the issue

I'm unable to open the preferences window without a crash happening!

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Which platform, Mac or Windows?

@cyberduck
Copy link
Collaborator Author

958ef8a commented

Windows 7. 64 bit.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Top-level Exception
Type:        System.ArgumentException
Message:     Complex DataBinding accepts as a data source either an IList or an IListSource.
Source:      System.Windows.Forms
Stack Trace: at System.Windows.Forms.ListControl.set_DataSource(Object value)
  at System.Windows.Forms.ComboBox.set_DataSource(Object value)
  at Ch.Cyberduck.Ui.Winforms.PreferencesForm.PopulateSshTransfers(IList`1 transfers) in c:\workspace\cyberduck\source\ch\cyberduck\ui\winforms\PreferencesForm.cs:line 871
  at Ch.Cyberduck.Ui.Controller.PreferencesController.PopulateSshTransfers() in c:\workspace\cyberduck\source\ch\cyberduck\ui\controller\PreferencesController.cs:line 1180
  at Ch.Cyberduck.Ui.Controller.PreferencesController.Init() in c:\workspace\cyberduck\source\ch\cyberduck\ui\controller\PreferencesController.cs:line 959
  at Ch.Cyberduck.Ui.Controller.PreferencesController..ctor(IPreferencesView view) in c:\workspace\cyberduck\source\ch\cyberduck\ui\controller\PreferencesController.cs:line 59
  at Ch.Cyberduck.Ui.Controller.PreferencesController.get_Instance() in c:\workspace\cyberduck\source\ch\cyberduck\ui\controller\PreferencesController.cs:line 176
  at Ch.Cyberduck.Ui.Controller.BrowserController.View_ShowPreferences() in c:\workspace\cyberduck\source\ch\cyberduck\ui\controller\BrowserController.cs:line 1553
  at Ch.Cyberduck.Ui.Winforms.BrowserForm.<ConfigureEditCommands>b__b8(Object o, EventArgs eventArgs) in c:\workspace\cyberduck\source\ch\cyberduck\ui\winforms\BrowserForm.cs:line 1798
  at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
  at System.Windows.Forms.MenuItem.MenuItemData.Execute()
  at System.Windows.Forms.Command.Invoke()
  at System.Windows.Forms.Command.DispatchID(Int32 id)
  at System.Windows.Forms.Control.WmCommand(Message& m)
  at System.Windows.Forms.Control.WndProc(Message& m)
  at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  at System.Windows.Forms.ContainerControl.WndProc(Message& m)
  at System.Windows.Forms.Form.WndProc(Message& m)
  at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

In 501d802.

@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.
Projects
None yet
Development

No branches or pull requests

2 participants