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

[CRITICAL BUG] Crash when cancel a Link run #12

Closed
SiTWulf opened this issue Jul 8, 2024 · 0 comments
Closed

[CRITICAL BUG] Crash when cancel a Link run #12

SiTWulf opened this issue Jul 8, 2024 · 0 comments
Milestone

Comments

@SiTWulf
Copy link

SiTWulf commented Jul 8, 2024

When you cancel the launch of a quick link, the TrayToolBar tool crashes

You can easily replicate making a fake Link.

  • Make a Folder, copy that folder, paste a Link into TrayToolBar selected folder, delete the folder you made and try to run the new link into TrayToolbar.
  • Paste a Link into TrayToolBar selected Folder, try to run the new link into TrayToolBar and Cancel in the asking permission window.
************** Texto de la excepción **************
System.ComponentModel.Win32Exception (1223): An error occurred trying to start process 'C:\Users\sitwu\Favorites\Vínculos\test - Acceso directo.lnk' with working directory 'C:\Users\sitwu\OneDrive\Tools\Windows Related\QuickLaunch'. El usuario ha cancelado la operación.
   at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at TrayToolbar.Program.Launch(String fileName)
   at TrayToolbar.SettingsForm.LeftClickMenu_ItemClicked(Object sender, ToolStripItemClickedEventArgs e)
   at System.Windows.Forms.ToolStripDropDown.OnItemClicked(ToolStripItemClickedEventArgs e)
   at System.Windows.Forms.ToolStrip.HandleItemClick(ToolStripItem dismissingItem)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(HWND hWnd, MessageId msg, WPARAM wparam, LPARAM lparam)

@brondavies brondavies added this to the 1.3.1 milestone Jul 9, 2024
brondavies added a commit that referenced this issue Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants