Whenever I launch Galaxy Forge, it says:
Unhandled exception has occured: Font 'Arial' does not support style 'Regular'.
And I get a white background with a big red X...heres a screenshot:
[URL=http://imageshack.us]

[/URL]
************** Exception Text **************
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..ctor(String familyName, Single emSize)
at GalaxyForge.GalaxyPosEntity.Render(PaintEventArgs pe, Rectangle rect, String fileName, String defaultFileName, String caption, Brush defaultBrush)
at GalaxyForge.GalaxyPlanet.Paint(PaintEventArgs pe, ConvertGalaxyEntityPosToPixelPoint convertToPixelPoint)
at GalaxyForge.GalaxyCanvas.PaintEntities(PaintEventArgs pe)
at GalaxyForge.GalaxyCanvas.OnPaint(PaintEventArgs pe)
at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
at System.Windows.Forms.Control.WmPaint(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)