Upon updating from a very early version (cannot remember the specific version), I began receiving a nasty error - here are the steps.
1.) Start the game, obviously.
2.) Enter game lobby.
3.) Enter "Game Options" tab on the game settings taskbar near the bottom.
This is where the game derails - under the AI Modifiers dropdown I get a nasty "MISSING LOCALIZATI" (the last couple letters are cut off), and after about a half second I get that oh-so-wonderful "An Unhandled Exception has Occurred" popup. It displays the following:
An Unhandled Exception Has Occurred:System.Exception
Details available in UnhandledErrors.txt in the folder:
...\Arcen Games, LLC\AI War\
The game will now close.
There is a large amount of data in the aforementioned file, but here is the data relevant to the crash:
-----------------------------------Application_ThreadException-----------------------------------System.Exception: LobbyAIModifier value MISSING LOCALIZATION:NoneMod not implemented.
at AIWar.TipWindow.SetText(Tip Tip, TipSide Side, Control Source)
at AIWar.ScheduledTipData.TryExecute()
at AIWar.TipWindow.CheckScheduledDisplay()
at AIWar.GameForm.RunNextCycle(Boolean DoRendering, Boolean DoScrollingAndInput)
at AIWar.GameForm.gameLoop()
at AIWar.GameForm.GameForm_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.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)
Sorry for the massive post.