Bug #63143 Application crashes on initialization of MYSQL work bench
Submitted: 8 Nov 2011 10:21 Modified: 9 Nov 2011 6:15
Reporter: Shinil Gangadharan Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S1 (Critical)
Version:5.2.35 OS:Windows (XP)
Assigned to: CPU Architecture:Any

[8 Nov 2011 10:21] Shinil Gangadharan
Description:
Exception = System.TypeInitializationException
Message = The type initializer for 'ScintillaNet.PageInformation' threw an exception.
FullText = System.TypeInitializationException: The type initializer for 'ScintillaNet.PageInformation' threw an exception. ---> System.ArgumentException: Font 'Arial' does not support style 'Regular'.
   at System.Drawing.Font.CreateNativeFont()
   at System.Drawing.Font.Initialize(FontFamily family, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
   at System.Drawing.Font.Initialize(String familyName, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
   at System.Drawing.Font..ctor(String familyName, Single emSize)
   at ScintillaNet.PageInformation..cctor()
   --- End of inner exception stack trace ---
   at ScintillaNet.HeaderInformation..ctor(PageInformationBorder eBorder, InformationType eLeft, InformationType eCenter, InformationType eRight)
   at ScintillaNet.PageSettings..ctor()
   at ScintillaNet.PrintDocument..ctor(Scintilla oScintillaControl)
   at ScintillaNet.Scintilla..ctor(String sciLexerDllName)
   at ScintillaNet.Scintilla..ctor()
   at MySQL.Forms.ObjectImpl.create<ScintillaNet::Scintilla>(Object* backend, ObjectImpl wrapper)
   at MySQL.Forms.CodeEditorImpl.create(CodeEditor* self)
   at MySQL.MCallback1<bool\,mforms::CodeEditor \*>.cpp_callback(CodeEditor* arg1)
   at wb.WBContextUI.init(WBContextUI* , WBFrontendCallbacks* , WBOptions* )
   at MySQL.Workbench.WbContext.init(AppImpl application, WbOptions options, VoidStrUIFormDelegate create_main_form_view)
   at MySQL.GUI.Workbench.Program.Main(String[] Args)

How to repeat:
Install and open MySql Workbench.
[8 Nov 2011 10:24] MySQL Verification Team
Which exactly version are you using 5.2.35?. Thanks.
[8 Nov 2011 11:37] Shinil Gangadharan
I am using version 5.2.35
[8 Nov 2011 14:13] Alfredo Kojima
Please try version 5.2.35.1
[9 Nov 2011 6:15] Shinil Gangadharan
Thank You. Version 5.2.35.1 works well. So I am closing the defect.