Bug #86738 Unhandled exception
Submitted: 18 Jun 2017 15:33 Modified: 9 Jul 2019 19:17
Reporter: Aja Jyothi Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL for Windows: MySQL Notifier Severity:S1 (Critical)
Version: OS:Windows (10)
Assigned to: CPU Architecture:Any

[18 Jun 2017 15:33] Aja Jyothi
Description:
High severity error

How to repeat:
Click on MySQl notifier in the Notification area icon inthe taskbar. Click on Launch MySqlInstaller. Asks 'Do you want to allow to make changes to the computer?. Click NO. Displays High Severity Error. Unhandled exception

  at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at MySql.Notifier.Classes.Notifier.LaunchInstallerItem_Click(Object sender, EventArgs e)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   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.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.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)
[19 Jun 2017 6:23] Chiranjeevi Battula
Hello Aja Jyothi,

Thank you for the bug report.

Thanks,
Chiranjeevi.
[19 Jun 2017 6:23] Chiranjeevi Battula
Screenshot

Attachment: 86738.JPG (image/jpeg, text), 108.88 KiB.

[5 Jul 2019 14:26] Javier TreviƱo
Posted by developer:
 
Fixed the display of an unhandled exception when the user does not accept the UAT dialog shown when launching MySQL Installer.
If the user cancels nothing happens, but if any other exception happens when launching it is displayed to users and logged.
[9 Jul 2019 19:17] Christine Cole
Posted by developer:
 
Fixed as of the upcoming MySQL Notifier 1.1.8 release, and here's the changelog entry:

An exception was generated when attempting to start MySQL Installer from
MySQL Notifier and then selecting No in the dialog box to the question
about permitting changes. Now, selecting No performs no action as
expected. All other startup errors are displayed at runtime and logged.

Thank you for the bug report.