Fails on launch for me. Windows 7 64 bit. Yes I extracted the exe. I even tried installing mono to see if that was the problem. Error from the event log:
Application: CellAnt.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AccessViolationException
Stack:
at System.Drawing.SafeNativeMethods+Gdip.GdipDrawString(System.Runtime.InteropServices.HandleRef, System.String, Int32, System.Runtime.InteropServices.HandleRef, System.Drawing.Internal.GPRECTF ByRef, System.Runtime.InteropServices.HandleRef, System.Runtime.InteropServices.HandleRef)
at System.Drawing.Graphics.DrawString(System.String, System.Drawing.Font, System.Drawing.Brush, System.Drawing.RectangleF, System.Drawing.StringFormat)
at System.Drawing.Graphics.DrawString(System.String, System.Drawing.Font, System.Drawing.Brush, Single, Single)
at QuickFont.Builder.CreateInitialBitmap(System.Drawing.Font, System.Drawing.SizeF, Int32, QuickFont.QFontGlyph[] ByRef, QuickFont.TextGenerationRenderHint)
at QuickFont.Builder.BuildFontData(System.String)
at QuickFont.QFont.LoadQFontFromFontFile(QuickFont.FontLoadDescription)
at QuickFont.QFont..ctor(System.String, Single, System.Drawing.FontStyle, QuickFont.QFontBuilderConfiguration)
at QuickFont.QFont..ctor(System.String, Single)
at CellAnt.Panels.HUD.OnSetup()
at CellAnt.Panels.GUIPanel.AddSubPanel(CellAnt.Panels.GUIPanel, System.String)
at CellAnt.MainWindow.OnLoad(System.EventArgs)
at OpenTK.GameWindow.Run(Double, Double)
at OpenTK.GameWindow.Run()
at CellAnt.Program.Main()