Bug #76145 Workbench crash at startup
Submitted: 4 Mar 2015 14:46 Modified: 4 Mar 2015 20:47
Reporter: Patrick Remy Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S1 (Critical)
Version:6.2.5 OS:Windows (Win7)
Assigned to: CPU Architecture:Any

[4 Mar 2015 14:46] Patrick Remy
Description:
Since today my workbench crash directly at startup.
I tried installing previous version 6.1, i have the same problem.

Error msg:
Object reference not set to an instance of an object.

In the log:

15:42:36 [INF][      Workbench]: Current version given by meta info is: 6.2.5
15:42:36 [INF][      Workbench]: This is the first start of a new version. Doing some clean up.
15:42:36 [ERR][      Workbench]: Object reference not set to an instance of an object.
Exception = System.NullReferenceException
Message = Object reference not set to an instance of an object.
FullText = System.NullReferenceException: Object reference not set to an instance of an object.
   at MySQL.GUI.Workbench.Program.Main(String[] Args)

How to repeat:
simply start workbench
[4 Mar 2015 14:48] Patrick Remy
workbench log

Attachment: wb.log (application/octet-stream, text), 3.19 KiB.

[4 Mar 2015 16:03] Patrick Remy
Problem solved:

My env var Path was empty.
Put again c:\windows\system32 in path var and everything is ok.

You can close the case
[4 Mar 2015 20:47] MySQL Verification Team
Thank you for the feedback.