Hi, I recently downloaded the demo to see how the game would run on my laptop, but when I try to run it the game crashes and it generates this
-----------------------------------CurrentDomain_UnhandledException-----------------------------------System.NullReferenceException: Object reference not set to an instance of an object.
at SlimDX.Direct3D9.Font.Build(Device device, Int32 height, Int32 width, FontWeight weight, Int32 mipLevels, Boolean italic, CharacterSet characterSet, Precision outputPrecision, FontQuality quality, PitchAndFamily pitchAndFamily, String faceName)
at SlimDX.Direct3D9.Font..ctor(Device device, Int32 height, Int32 width, FontWeight weight, Int32 mipLevels, Boolean italic, CharacterSet characterSet, Precision outputPrecision, FontQuality quality, PitchAndFamily pitchAndFamily, String faceName)
at AIWar.Direct3DRenderer.InitFont(Boolean IsForLobby, Font F) in C:\vcprojs\AIWar\Framework\Direct3DRenderer.cs:line 316
at AIWar.Direct3DRenderer.InitFonts(Boolean IsForFamilyOnly) in C:\vcprojs\AIWar\Framework\Direct3DRenderer.cs:line 271
at AIWar.GameForm..ctor() in C:\vcprojs\AIWar\GameForm.cs:line 510
at AIWar.Program.Main() in C:\vcprojs\AIWar\Program.cs:line 20
I tried having a look to see if anyone else had got the same report, but couldn't find anything. I tried reinstalling the slimDX in case I had the wrong one but that doesn't seem to have made any difference. So any help resolving this problem would be very much appreciated.
Thanks