This is promising:
Beginning initialization...
ec) EXCEPTION CONTEXT
ERROR
Audax.Validator.ItemNotFoundInScopeException: Item " %Name" was not found in this scope.
at Audax.Validator.Scope.Resolve[T](String name)
at Audax.Validator.GameValidator..ctor(CFilePath path, Boolean gamePathSet)
at Audax.Validator.ValidationManager.ParseGameFiles()
Since there were problems with initial loading, validation cannot continue.
The log:
StatusLog > Beginning initialization...
StatusLog >
StatusLog > ec) EXCEPTION CONTEXT
StatusLog >
StatusLog >
StatusLog >
StatusLog > ERROR
StatusLog > Audax.Validator.ItemNotFoundInScopeException: Item " %Name" was not found in this scope.
StatusLog > at Audax.Validator.Scope.Resolve[T](String name)
StatusLog > at Audax.Validator.GameValidator..ctor(CFilePath path, Boolean gamePathSet)
StatusLog > at Audax.Validator.ValidationManager.ParseGameFiles()
StatusLog > Since there were problems with initial loading, validation cannot continue.
A FATAL ERROR HAS OCCURRED
Time: 31.10.2012 14:29:25
Validator Version: 1.2 RC5 [1.2.4.0]
System.Diagnostics.Contracts.__ContractsRuntime+ContractException: Precondition failed: value != null
at System.Diagnostics.Contracts.__ContractsRuntime.TriggerFailure(ContractFailureKind kind, String msg, String userMessage, String conditionTxt, Exception inner)
at System.Diagnostics.Contracts.__ContractsRuntime.ReportFailure(ContractFailureKind kind, String msg, String conditionTxt, Exception inner)
at System.Diagnostics.Contracts.__ContractsRuntime.Requires(Boolean condition, String msg, String conditionTxt)
at Audax.Validator.Saver.set_ModName(String value)
at Audax.Validator.ValidationManager.Close()
at Audax.Validator.MainWindow.Window_Closing(Object sender, CancelEventArgs e)
at System.Windows.Window.WmClose()
at System.Windows.Window.WindowFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.PublicHooksFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)