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

Crashes determining transfer type #8930

Closed
cyberduck opened this issue Jul 16, 2015 · 3 comments
Closed

Crashes determining transfer type #8930

cyberduck opened this issue Jul 16, 2015 · 3 comments

Comments

@cyberduck
Copy link
Collaborator

a35cbe7 created the issue

4.6 worked fine, 4.7 crashed on start up, 4.7.1 starts up but crashes when I try to do anything.
I can't find any tickets like this nor any suggested solutions ....
What do you suggest ...?

19	Top-level Exception
20	Type:        java.lang.IllegalArgumentException
21	Message:     No enum constant ch.cyberduck.core.Host.TransferType.Use browser connection
22	Source:      IKVM.OpenJDK.Core
23	Stack Trace: at java.lang.Enum.valueOf(Class enumType, String name)
24	   at ch.cyberduck.core.Host.TransferType.valueOf(String name)
25	   at Ch.Cyberduck.Ui.Controller.PreferencesController.Init()
26	   at Ch.Cyberduck.Ui.Controller.PreferencesController..ctor(IPreferencesView view)
27	   at Ch.Cyberduck.Ui.Controller.PreferencesController.get_Instance()
28	   at Ch.Cyberduck.Ui.Controller.BrowserController.View_ShowPreferences()
29	   at Ch.Cyberduck.Ui.Winforms.BrowserForm.<ConfigureEditCommands>b__bc(Object o, EventArgs eventArgs)
30	   at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
31	   at System.Windows.Forms.MenuItem.MenuItemData.Execute()
32	   at System.Windows.Forms.Command.Invoke()
33	   at System.Windows.Forms.Command.DispatchID(Int32 id)
34	   at System.Windows.Forms.Control.WmCommand(Message& m)
35	   at System.Windows.Forms.Control.WndProc(Message& m)
36	   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
37	   at System.Windows.Forms.Form.WndProc(Message& m)
38	   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
39	   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
40	   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Attachments

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

You have an invalid entry in your user.config due to a bug in a previous version. Quit Cyberduck and remove the entry

<setting name="queue.transfer.type" value="Use browser connection" />

@cyberduck
Copy link
Collaborator Author

@dkocher commented

#9090 closed as duplicate.

@cyberduck
Copy link
Collaborator Author

699de70 commented

I still have the problem and I have no user.config file

@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

1 participant