Whenever I try load a file I get this error.
Load failed
Could not load your save file! Details below:
System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.Double.Parse(String s, NumberStyles style, NumberFormatInfo info)
at System.Convert.ToDouble(String value)
at AIWar.GameForm.DoLoadGame(String Filename) in C:\vcprojs\AIWar\GameFormParts\NetworkHandling.cs:line 1194