Skip to content

InvalidPathException when using "Open With" on Windows #14332

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

Closed
AliveDevil opened this issue Mar 9, 2023 · 1 comment · Fixed by #14334
Closed

InvalidPathException when using "Open With" on Windows #14332

AliveDevil opened this issue Mar 9, 2023 · 1 comment · Fixed by #14334
Assignees
Labels
bug interface User Interface
Milestone

Comments

@AliveDevil
Copy link
Contributor

Possible regression of #13030

Top-level Exception
Type:        java.nio.file.InvalidPathException
Message:     Illegal char <:>
Source:      IKVM.OpenJDK.Core
Stack Trace: bei sun.nio.fs.WindowsPathParser.normalize(StringBuilder , String , Int32 )
   bei sun.nio.fs.WindowsPathParser.parse(String , Boolean )
   bei sun.nio.fs.WindowsPathParser.parse(String )
   bei sun.nio.fs.NetPath..ctor(NetFileSystem , String )
   bei sun.nio.fs.NetFileSystem.getPath(String , String[] )
   bei java.nio.file.Paths.get(String first, String[] more)
   bei ch.cyberduck.core.local.DefaultLocalDirectoryFeature.mkdir(Local file)
   bei ch.cyberduck.core.Local.mkdir()
   bei ch.cyberduck.core.local.AbstractTemporaryFileService.create(Local folder, String filename)
   bei ch.cyberduck.core.local.DefaultTemporaryFileService.create(String uid, Path file)
   bei ch.cyberduck.core.editor.AbstractEditor..ctor(Host host, Path file, ApplicationLauncher launcher, ApplicationFinder finder, ProgressListener listener)
   bei ch.cyberduck.core.editor.AbstractEditor..ctor(Host host, Path file, ProgressListener listener)
   bei Ch.Cyberduck.Core.Editor.SystemWatchEditorFactory.create(Host host, Path file, ProgressListener listener)
   bei Ch.Cyberduck.Ui.Controller.BrowserController.edit(Application application, Path file)
   bei Ch.Cyberduck.Ui.Controller.BrowserController.View_EditEvent(Application app)
   bei System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   bei System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   bei System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   bei System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   bei System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   bei System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   bei System.Windows.Forms.Control.WndProc(Message& m)
   bei System.Windows.Forms.ToolStrip.WndProc(Message& m)
   bei System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
@AliveDevil AliveDevil added bug interface User Interface labels Mar 9, 2023
@AliveDevil AliveDevil added this to the 8.5.7 milestone Mar 9, 2023
@AliveDevil AliveDevil self-assigned this Mar 9, 2023
@AliveDevil
Copy link
Contributor Author

May be related to #13951 as well …

dkocher added a commit that referenced this issue Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug interface User Interface
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant