I just installed MySQL Workbench 5.2 and everything went well. But I can't manage to start it. It shows no error message, and no splash screen.

I've tried to troubleshoot compatibility, but with no success.

Any thoughts?

link|improve this question

79% accept rate
From I experience, I have found this to be a buggy pieced of software. however, have you any previous versions of Workbench installed? – slotishtype Aug 25 '11 at 10:45
No, its a fresh install of windows. – solomongaby Aug 25 '11 at 13:10
1  
get Visual C++ 2010 redistributable x32 & NET Framework 4 Client Profile x64 – user100707 Oct 8 '11 at 21:20
feedback

4 Answers

up vote 1 down vote accepted

I saw in the Event Viewer that this application causes a fault in KERNELBASE.dll (Id = 1000).

Install an older version (mysql-workbench-oss-5.0.30-win32.msi), and this is working.

I have Win 7 Home Premium.

link|improve this answer
feedback

Installing the 32 bits version of Visual C++ redistributables (vcredist_x86.exe), even if you use Windows 7 Pro x64, should fix the problem.

link|improve this answer
feedback

Uninstall .NET Framework 4 Client Profile and Visual C++ redistributables (I had a bunch) from your computer (using Programs and Features) and re-install the most recent .NET Framework 4 Client Profile and Visual C++ 2010 redistributable.

I had the same problem using Windows 7 64-bit and I fixed it this way.

link|improve this answer
feedback

Fresh install of WB 5.2.35 CE and Visual C++ 2010 redistributable x86, no other changes, hacks or installs (or reinstalls) did the trick for me.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.