Hi, when i want to start the game i get a error message, here you got the error.txt
31.03.2010 20:12:22 (3.0.6.0Trial)
-----------------------------------Application_ThreadException-----------------------------------System.TypeInitializationException: Der Typeninitialisierer für "AIWar.Windows.GraphsDisplay" hat eine Ausnahme verursacht. ---> System.ArgumentException: Die Schriftart Arial unterstützt den Schnitt Regular nicht.
bei System.Drawing.Font.CreateNativeFont()
bei System.Drawing.Font.Initialize(FontFamily family, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
bei System.Drawing.Font.Initialize(String familyName, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
bei System.Drawing.Font..ctor(String familyName, Single emSize, FontStyle style, GraphicsUnit unit)
bei ZedGraph.FontSpec.Remake(Single scaleFactor, Single size, Single& scaledSize, Font& font)
bei ZedGraph.FontSpec.Init(String family, Single size, Color color, Boolean isBold, Boolean isItalic, Boolean isUnderline, Color fillColor, Brush fillBrush, FillType fillType)
bei ZedGraph.Legend..ctor()
bei ZedGraph.PaneBase..ctor(String title, RectangleF paneRect)
bei ZedGraph.MasterPane..ctor(String title, RectangleF paneRect)
bei ZedGraph.ZedGraphControl..ctor()
bei AIWar.Windows.GraphsDisplay..ctor() in C:\vcprojs\AIWar\Windows\GraphsDisplay.cs:Zeile 23.
bei AIWar.Windows.GraphsDisplay..cctor() in C:\vcprojs\AIWar\Windows\GraphsDisplay.cs:Zeile 15.
--- Ende der internen Ausnahmestapelüberwachung ---
bei AIWar.GameForm.HideAllWindows() in C:\vcprojs\AIWar\GameFormParts\GameLoop.cs:Zeile 152.
bei AIWar.GameForm.GameForm_Load(Object sender, EventArgs e) in C:\vcprojs\AIWar\GameFormParts\Startup.cs:Zeile 110.
bei System.Windows.Forms.Form.OnLoad(EventArgs e)
bei System.Windows.Forms.Form.OnCreateControl()
bei System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
bei System.Windows.Forms.Control.CreateControl()
bei System.Windows.Forms.Control.WmShowWindow(Message& m)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.ScrollableControl.WndProc(Message& m)
bei System.Windows.Forms.ContainerControl.WndProc(Message& m)
bei System.Windows.Forms.Form.WmShowWindow(Message& m)
bei System.Windows.Forms.Form.WndProc(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
31.03.2010 20:12:25 (3.0.6.0Trial)
-----------------------------------CurrentDomain_UnhandledException-----------------------------------System.TypeInitializationException: Der Typeninitialisierer für "AIWar.Windows.GraphsDisplay" hat eine Ausnahme verursacht. ---> System.ArgumentException: Die Schriftart Arial unterstützt den Schnitt Regular nicht.
bei System.Drawing.Font.CreateNativeFont()
bei System.Drawing.Font.Initialize(FontFamily family, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
bei System.Drawing.Font.Initialize(String familyName, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
bei System.Drawing.Font..ctor(String familyName, Single emSize, FontStyle style, GraphicsUnit unit)
bei ZedGraph.FontSpec.Remake(Single scaleFactor, Single size, Single& scaledSize, Font& font)
bei ZedGraph.FontSpec.Init(String family, Single size, Color color, Boolean isBold, Boolean isItalic, Boolean isUnderline, Color fillColor, Brush fillBrush, FillType fillType)
bei ZedGraph.Legend..ctor()
bei ZedGraph.PaneBase..ctor(String title, RectangleF paneRect)
bei ZedGraph.MasterPane..ctor(String title, RectangleF paneRect)
bei ZedGraph.ZedGraphControl..ctor()
bei AIWar.Windows.GraphsDisplay..ctor()
bei AIWar.Windows.GraphsDisplay..cctor()
--- Ende der internen Ausnahmestapelüberwachung ---
bei AIWar.Windows.GraphsDisplay.Dispose(Boolean disposing)
bei System.ComponentModel.Component.Finalize()
i found the same error on the homepage and installed arial fond and arial black fond but the error remains. what can i do ?