Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Workbench closes on launch

Status
Not open for further replies.

cabobound

Programmer
Jul 11, 2007
80
US
Hi,

Im a newbie to mysql and workbench. I just installed both and wanted to explore. When I run WB it closes right after the splash screen! Any ideas?

Thanks in advance.

K
 
OK, I dug a little deeper and found an error in the windows server event viewer: .NET Runtime Error Reporting. Does anyone know how to fix this?
 
Re-install or update your NET Framework.

----------------------------------
Phil AKA Vacunita
----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.

Behind the Web, Tips and Tricks for Web Development.
 
Im getting this error when I run that file...

Setup cannot continue because this version of the .NET Framework is incompatible with a previously inistalled one.

Is there a way to bypass or force this?
 
The kb article says ... "To resolve this problem, uninstall the .NET Framework 2.0 Service Pack 1 before you install the .NET Framework 2.0."

The computer only has .NET 2.0 sp2, .NET 3.0 sp2, .NET 3.5 sp1 and .NET 4 client.

What should I deleted that wont screw up anything?
 
You seem to have really a lot of NETs

Anyway, I;d remove the older ones first, and test each time Until it works. Also you can try a newer version here see if that will install and fix the issues.




----------------------------------
Phil AKA Vacunita
----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.

Behind the Web, Tips and Tricks for Web Development.
 
I tried to remove the oldest 2 and got this error...

"Microsoft.NET framework 2.0 Service Pack 2 could not be uninstalled because it will affect other applications that are installed. For more information go to..."

I did install the download from the provided link so thats now in there too! I'm going crazy here just trying to get to use 1 program. Ok, where do I go from here?
 
Hard to say, can we get the full error message from event viewer?

Have you tried googling the error message?

----------------------------------
Phil AKA Vacunita
----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.

Behind the Web, Tips and Tricks for Web Development.
 
There are 2 errors that happen simultaneously. The Add Remove Programs is also now showing...Microsoft.NET 4.0 Extended.

1. EventType clr20r3, P1 mysqlworkbench.exe, P2 5.2.33.7508, P3 4d820632, P4 base.windows, P5 1.0.0.0, P6 4d82012f, P7 f, P8 9, P9 system.dllnotfoundexception, P10 NIL.

2. Application: MySQLWorkbench.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.DllNotFoundException
Stack:
at MySQL.Utilities.SysUtils.Win32.DwmIsCompositionEnabled()
at MySQL.Utilities.ControlUtilities.IsCompositionEnabled()
at MySQL.GUI.Workbench.MainForm.AdjustGlassFrame(Int32)
at MySQL.GUI.Workbench.MainForm.DockDocument(MySQL.Controls.ITabDocument, Boolean, Boolean)
at MySQL.GUI.Workbench.MainForm.ApplicationCommand(MySQL.Forms.AppCommand, MySQL.Forms.AppViewImpl, System.String)
at MySQL.Forms.AppImpl.app_command_wrapper(std.basic_string<char,std::char_traits<char>,std::allocator<char> >*, MySQL.Forms.AppCommand, mforms.AppView*, std.basic_string<char,std::char_traits<char>,std::allocator<char> >*)
at MySQL.Forms.AppImpl.dock_view(mforms.App*, mforms.AppView*, std.basic_string<char,std::char_traits<char>,std::allocator<char> >*)
at MySQL.MCallback3<void\,mforms::App \*\,mforms::AppView \*\,std::basic_string<char\,std::char_traits<char>\,std::allocator<char> > const \&>.cpp_callback(mforms.App*, mforms.AppView*, std.basic_string<char,std::char_traits<char>,std::allocator<char> >*)
at <Module>.wb.WBContextUI.init(wb.WBContextUI*, wb.WBFrontendCallbacks*, wb.WBOptions*)
at MySQL.Workbench.WbContext.init(MySQL.Forms.AppImpl, MySQL.Workbench.WbOptions, VoidStrUIFormDelegate)
at MySQL.GUI.Workbench.Program.Main(System.String[])
 
It seems to be an acknowledged bug as seen here in the MYSQL bug report:


They do have a test binary there, see if it fixes it for you. There's also another solution there, though I'm not sure that works.

Other than trying an older version of the Workbench or a different admin gui there's not much else to do until they release a fix for it.



----------------------------------
Phil AKA Vacunita
----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.

Behind the Web, Tips and Tricks for Web Development.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top