MySQL Workbench crashes on startup on Windows

I just installed my MySQL Workbench and it will work at startup, and I really don't know what to do with it. Error codes from the event log:

Application Error
Application that causes trobule: MySQLWorkbench.exe
version: 6.2.3.12312, 
time signature: 0x541717ae
Name of the module that causes error: KERNELBASE.dll, 
version: 6.1.7601.18409, 
time signature: 0x5315a05a
exception code: 0xe0434352
error shift: 0x000000000000940d
ID of process that cause trobule: 0x8c0
Hour of launching the application that causes error: 0x01cffc736e910602
Path of the applicatin that causes error: D:\Programy\MySQL Workbench 6.2\MySQLWorkbench.exe
Path of the module that causes error:  C:\Windows\system32\KERNELBASE.dll
Raport id: ae1d15f1-6866-11e4-8572-20689d5ba829 

and

.NET Runtime
Application: MySQLWorkbench.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileNotFoundException
Stack:
   at MySQL.GUI.Workbench.Program.Main(System.String[]) 

Any idea how to fix this?

+4
source share
5 answers

got the same error. found the file "_README_FOR_ZIP_PACKAGE.txt" in "mysql-workbench-community-6.2.4-winx64-noinstall.zip". the file says

MySQL Workbench needs the following prerequisites:

Microsoft .NET Framework 4 Client Profile (http://www.microsoft.com/download/en/details.aspx?id=17113)
Visual C++ Redistributable for Visual Studio 2013 (http://www.microsoft.com/en-us/download/details.aspx?id=40784)

both are installed. and now it works. hope this information can help someone.

+11
source

Windows (x86, 32-bit), MSI Installer) , 64- . MySQL 32 , 32-, 64- .

enter image description here

+7

64- Win 7, 64- (x64) Visual Studio 2013 .

:

1) MySQL Workbench , MySQL Installer.

2) 32- (x86) Visual Studio 2013 ( 64- )

3) Adding MySQL Workbench and other connectors / utilities that I wanted.

I'm not sure if you need both 32-bit and 64-bit, but both of them worked for me ...

0
source

I am using Windows version (x86, 64-bit), ZIP archive

(mysql-workbench-community-6.2.5-winx64-noinstall.zip)

Try installing Visual C ++ Redistributable for Visual Studio 2013

Hope this helps!

0
source

All Articles