I was editing some XML files to move my rom paths and was opening and closing the app so maybe that has something to do with it. But either way I cant open the app at all now. Here is the error that pops up.
 
	 
 
	(Inner Exception)
 
	String '19921-01T03:00:00-05:00' was not recognized as a valid DateTime.
 
	App:     LaunchBox 
	Version: 11.4 
	Type:    System.FormatException 
	Site:    System.DateTime Parse(System.ReadOnlySpan`1[System.Char], System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) 
	Source:  System.Private.CoreLib
 
	   at System.DateTimeParse.Parse(ReadOnlySpan`1 s, DateTimeFormatInfo dtfi, DateTimeStyles styles) 
	   at System.DateTime.Parse(String s, IFormatProvider provider) 
	   at Unbroken.LaunchBox.Data.GameBase.HpZktgTIik(Object  , Object  ) 
	   at UUu8THqBIGYVQUEI2bW.JHFpU61uV(DataRow  , String  , UUu8THqBIGYVQUEI2bW ) 
	   at Unbroken.LaunchBox.Data.GameBase.LoadFromDataRow(DataRow row) 
	   at Unbroken.LaunchBox.Windows.Data.Game.LoadFromDataRow(DataRow row) 
	   at Unbroken.LaunchBox.Windows.Data.DataManager.Hnw1zrvCTl(String  ) 
	   at System.Threading.Tasks.Parallel.<>c__DisplayClass33_0`2.<ForEachWorker>b__0(Int32 i) 
	   at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`1.<ForWorker>b__1(RangeWorker& currentWorker, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) 
	--- End of stack trace from previous location where exception was thrown --- 
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw(Exception source) 
	   at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`1.<ForWorker>b__1(RangeWorker& currentWorker, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) 
	   at System.Threading.Tasks.TaskReplicator.Replica`1.ExecuteAction(Boolean& yieldedBeforeCompletion) 
	   at System.Threading.Tasks.TaskReplicator.Replica.Execute()
 
	 
	(Outer Exception)
 
	One or more errors occurred. (String '19921-01T03:00:00-05:00' was not recognized as a valid DateTime.)
 
	App:     LaunchBox 
	Version: 11.4 
	Type:    System.AggregateException 
	Site:    Void Run[TState](ReplicatableUserAction`1, System.Threading.Tasks.ParallelOptions, Boolean) 
	Source:  System.Threading.Tasks.Parallel
 
	   at System.Threading.Tasks.TaskReplicator.Run[TState](ReplicatableUserAction`1 action, ParallelOptions options, Boolean stopOnFirstFailure) 
	   at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally) 
	--- End of stack trace from previous location where exception was thrown --- 
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw(Exception source) 
	   at System.Threading.Tasks.Parallel.ThrowSingleCancellationExceptionOrOtherException(ICollection exceptions, CancellationToken cancelToken, Exception otherException) 
	   at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally) 
	   at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IList`1 list, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) 
	   at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) 
	   at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) 
	   at Unbroken.LaunchBox.Windows.Data.DataManager.Load(Boolean settingsOnly, Boolean forceReloadAll) 
	   at yJkXM3TH6HmMhmRTpSL.V7oaTFSQ1(Object , Boolean settingsOnly, Boolean forceReloadAll, yJkXM3TH6HmMhmRTpSL ) 
	   at Unbroken.LaunchBox.Windows.Data.DataManager..ctor(Boolean bare, Boolean settingsOnly) 
	   at Unbroken.LaunchBox.Windows.Desktop.App..ctor() 
	   at Unbroken.LaunchBox.Windows.Desktop.Program.Main(String[] args)
 
	Recent Log:
 
	   9:42:37 AM Exception
 
	 
 
	 
 
	Any ideas?