Bug #51619 WorkBench
Submitted: 1 Mar 2010 19:40 Modified: 2 Apr 2010 2:58
Reporter: Keith Bergum Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Workbench Severity:S2 (Serious)
Version: OS:Any
Assigned to: CPU Architecture:Any

[1 Mar 2010 19:40] Keith Bergum
Description:
Exception = System.Runtime.InteropServices.SEHException
Message = External component has thrown an exception.
FullText = System.Runtime.InteropServices.SEHException: External component has thrown an exception.
   at MySQL.Forms.DrawBoxImpl.drawbox_mouse_click(Object sender, MouseEventArgs e)
   at System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.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)

How to repeat:
Happens Every time I attempt to Manage Security
[2 Mar 2010 2:58] MySQL Verification Team
Thank you for the bug report. Could you please print here the output of Help -> System Info?. Thanks in advance.
[8 Mar 2010 1:03] Ruedi Gallati
Help --> System Info
MySQL Workbench OSS for Windows version 5.2.16
Cairo Version: 1.8.8
Rendering Mode: GDI requested (create a diagram to confirm)
OpenGL Driver Version: Not Detected
OS: Microsoft Windows 7  (build 7600), 32-bit
CPU: Intel(R) Pentium(R) 4 CPU 2.40GHz, 1.0 GiB RAM
Video adapter info:
Adapter type: ATI FireGL X1 (Microsoft Corporation - WDDM) 
Chip Type: 
BIOS String: BK-GER VER001.008.008.000
Video Memory: 131072 KB

---
I have the same problem, when trying to connect to MySQL Server 5.5.2m2 istance.
Unable to configure correct installation type (not listed in drop down list).
[8 Mar 2010 1:05] Ruedi Gallati
MySQL Workbench OSS for Windows version 5.2.16
Cairo Version: 1.8.8
Rendering Mode: GDI requested (create a diagram to confirm)
OpenGL Driver Version: Not Detected
OS: Microsoft Windows 7  (build 7600), 32-bit
CPU: Intel(R) Pentium(R) 4 CPU 2.40GHz, 1.0 GiB RAM
Video adapter info:
Adapter type: ATI FireGL X1 (Microsoft Corporation - WDDM) 
Chip Type: 
BIOS String: BK-GER VER001.008.008.000
Video Memory: 131072 KB
x32 on x32Traceback (most recent call last):
  File "F:\Program Files\MySQL\MySQL Workbench 5.2 OSS/modules\wb_admin_grt.py", line 149, in openAdministrator
    do_open_administrator(server_instance)
  File "F:\Program Files\MySQL\MySQL Workbench 5.2 OSS/modules\wb_admin_grt.py", line 125, in do_open_administrator
    adminTab = AdministratorTab(server_instance)
  File "F:\Program Files\MySQL\MySQL Workbench 5.2 OSS/modules\wb_admin_grt.py", line 95, in __init__
    self.configuration = wb_admin_configuration.WbAdminConfiguration(server_instance_settings, self.ctrl_be, self.monitor)
  File "F:\Program Files\MySQL\MySQL Workbench 5.2 OSS/modules\wb_admin_configuration.py", line 73, in __init__
    panel.page_activated()
  File "F:\Program Files\MySQL\MySQL Workbench 5.2 OSS/modules\wb_admin_configuration_startup.py", line 145, in page_activated
    self.refresh()
  File "F:\Program Files\MySQL\MySQL Workbench 5.2 OSS/modules\wb_admin_configuration_startup.py", line 208, in refresh
    self.is_server_running_prev_check = self.ctrl_be.is_running()
  File "F:\Program Files\MySQL\MySQL Workbench 5.2 OSS/modules\wb_admin_control_be.py", line 836, in is_running
    result = self.exec_cmd(script, 0)
  File "F:\Program Files\MySQL\MySQL Workbench 5.2 OSS/modules\wb_admin_control_be.py", line 906, in exec_cmd
    (script, filters) = build_filters(script)
  File "F:\Program Files\MySQL\MySQL Workbench 5.2 OSS/modules\wb_admin_control_be.py", line 172, in build_filters
    idx = text.rfind('|')
AttributeError: 'NoneType' object has no attribute 'rfind'
[2 Apr 2010 23:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".