Bug #66262 tras sincronizar teniendo la vista de edición de una tabla, no puedo editar otra
Submitted: 8 Aug 2012 15:55 Modified: 8 Aug 2012 20:16
Reporter: Javier Torrealba Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench: Modeling Severity:S2 (Serious)
Version:5.2.41 OS:Windows (Microsoft Windows XP Home Edition Service Pack 3 (build 2600))
Assigned to: CPU Architecture:Any
Tags: WBBugReporter

[8 Aug 2012 15:55] Javier Torrealba
Description:
after edit a table and sincronize whith database, if y intend to edit another table, workbench crash.

----- Developer Notes -----

MySQL Workbench CE for Windows version 5.2.41  revision 9727
Configuration Directory: C:\Documents and Settings\Rei\Datos de programa\MySQL\Workbench
Data Directory: C:\Archivos de programa\MySQL\MySQL Workbench 5.2 CE
Cairo Version: 1.8.8
OS: Microsoft Windows XP Home Edition Service Pack 3 (build 2600)
CPU: Intel(R) Pentium(R) M processor 1.86GHz, 2.0 GiB RAM
Active video adapter (0): ATI MOBILITY RADEON X700 
Installed video RAM: 256 MB
Current video mode: 1280 x 800 x 4294967296 colores
Used bit depth: 32
Driver version: 6.14.10.6783
Installed display drivers: ati2dvag.dll
Current user language: Español (alfabetización internacional)

Exception = System.InvalidCastException
Message = No se puede convertir un objeto de tipo 'MySQL.GUI.Mdc.WindowsGLCanvasView' al tipo 'MySQL.GUI.Workbench.Plugins.DockablePlugin'.
FullText = System.InvalidCastException: No se puede convertir un objeto de tipo 'MySQL.GUI.Mdc.WindowsGLCanvasView' al tipo 'MySQL.GUI.Workbench.Plugins.DockablePlugin'.
   en MySQL.GUI.Workbench.Plugins.DockablePlugin.GetFromFixedPtr(IntPtr ptr)
   en MySQL.GUI.Workbench.MainForm.ShowPlugin(IntPtr ptr)
   en MySQL.Forms.AppImpl.show_editor_wrapper(UInt32 native_handle)
   en boost.detail.function.void_function_invoker1<void (__cdecl*)(unsigned int),void,unsigned int>.invoke(function_buffer* function_ptr, UInt32 a0)
   en wb.ModelDiagramForm.handle_mouse_double_click(ModelDiagramForm* , MouseButton , Int32 , Int32 , EventState )
   en MySQL.Workbench.ModelDiagramFormWrapper.OnMouseDoubleClick(MouseEventArgs e, Int32 X, Int32 Y, Keys keystate, MouseButtons buttons)
   en MySQL.GUI.Workbench.ModelDiagramForm.CanvasPanel_MouseDoubleClick(Object sender, MouseEventArgs e)
   en System.Windows.Forms.Control.OnMouseDoubleClick(MouseEventArgs e)
   en MySQL.Utilities.WindowsCanvasViewerPanel.OnMouseDoubleClick(MouseEventArgs e)
   en System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   en System.Windows.Forms.Control.WndProc(Message& m)
   en System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   en System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

How to repeat:
edit a table, sincronize with database (remote) and edit another table
[8 Aug 2012 17:04] MySQL Verification Team
Are you able to provide the project model file and to point which table you have edited?. Thanks.
[8 Aug 2012 17:14] Javier Torrealba
When i open a table to edit in Data Modeling, if i don´t close the tab of the table and i open another table to edit it, i can not re-edit the first table, workbench crash.
[8 Aug 2012 17:14] Javier Torrealba
Model Data Base

Attachment: User_db.mwb (application/octet-stream, text), 14.06 KiB.

[8 Aug 2012 20:16] Valeriy Kravchuk
This is a duplicate of bug #66013.