techtony Posted September 14, 2020 Share Posted September 14, 2020 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? Quote Link to comment Share on other sites More sharing options...
C-Beats Posted September 14, 2020 Share Posted September 14, 2020 Yeah you altered a date string to something that isn't a date. Search the xml for the string provided in the error and correct or remove it. Can also just remove the entire xml or restore a backup. Quote Link to comment Share on other sites More sharing options...
neil9000 Posted September 14, 2020 Share Posted September 14, 2020 You should never really mess with the xml files, there is no reason to do so. Also there is a change rom path option in the UI. Quote Link to comment Share on other sites More sharing options...
techtony Posted September 14, 2020 Author Share Posted September 14, 2020 That did it. I erased the wrong this in XML. Deleted that particular file and it launches fine now. Thanks. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.