System.Text.Json.JsonException: '0x00' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0. ---> System.Text.Json.JsonReaderException: '0x00' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0. at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader&, ExceptionResource, Byte , ReadOnlySpan`1 ) at System.Text.Json.Utf8JsonReader.ConsumeValue(Byte) at System.Text.Json.Utf8JsonReader.ReadFirstToken(Byte) at System.Text.Json.Utf8JsonReader.ReadSingleSegment() at System.Text.Json.Utf8JsonReader.Read() at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader&, JsonSerializerOptions, ReadStack& ) --- End of inner exception stack trace --- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& , JsonReaderException) at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader&, JsonSerializerOptions, ReadStack& ) at System.Text.Json.Serialization.JsonConverter`1.ReadCoreAsObject(Utf8JsonReader&, JsonSerializerOptions, ReadStack& ) at System.Text.Json.JsonSerializer.ReadCore[TValue](Utf8JsonReader&, JsonTypeInfo, ReadStack& ) at System.Text.Json.JsonSerializer.ContinueDeserialize[TValue](ReadBufferState&, JsonReaderState&, ReadStack&, JsonTypeInfo) at System.Text.Json.JsonSerializer.ReadFromStream[TValue](Stream, JsonTypeInfo) at System.Text.Json.JsonSerializer.Deserialize(Stream, Type, JsonSerializerOptions ) at HanumanInstitute.Services.SerializationService.DeserializeFromFile[T](String, IJsonTypeInfoResolver ) at HanumanInstitute.Services.SettingsProviderBase`1.Load(String) at HanumanInstitute.Player432Hz.Business.AppSettingsProvider.Load() at HanumanInstitute.Player432Hz.Business.AppSettingsProvider..ctor(ISerializationService, IAppPathService, IFileSystemService, IJsonTypeInfoResolver ) at Splat.SplatRegistrations.<>c__DisplayClass14_0.b__15() at System.Lazy`1.ViaFactory(LazyThreadSafetyMode) at System.Lazy`1.ExecutionAndPublication(LazyHelper, Boolean) at System.Lazy`1.CreateValue() at System.Lazy`1.get_Value() at Splat.SplatRegistrations.<>c__DisplayClass14_4.b__17() at Splat.ModernDependencyResolver.<>c__DisplayClass6_0.b__0() at Splat.ModernDependencyResolver.GetService(Type, String ) at Splat.DependencyResolverMixins.GetService[T](IReadonlyDependencyResolver , String ) at HanumanInstitute.Player432Hz.ViewModelLocator.<>c.<.cctor>b__0_2() at Splat.DependencyResolverMixins.<>c__DisplayClass4_0`1.b__0() at Splat.ModernDependencyResolver.<>c__DisplayClass6_0.b__0() at Splat.ModernDependencyResolver.GetService(Type, String ) at Splat.DependencyResolverMixins.GetService[T](IReadonlyDependencyResolver , String ) at HanumanInstitute.Player432Hz.ViewModelLocator.get_SettingsProvider() at HanumanInstitute.Player432Hz.Desktop.Program.<>c.
b__0_0() at System.Threading.Tasks.Task`1.InnerInvoke() at System.Threading.Tasks.Task.<>c.<.cctor>b__273_0(Object) at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread, ExecutionContext, ContextCallback, Object) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread, ExecutionContext, ContextCallback, Object) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task&, Thread ) --- End of stack trace from previous location --- at HanumanInstitute.Apps.CommonApplication`1.OnFrameworkInitializationCompleted() at System.Threading.Tasks.Task.<>c.b__128_0(Object) at Avalonia.Threading.SendOrPostCallbackDispatcherOperation.InvokeCore() at Avalonia.Threading.DispatcherOperation.Execute() at Avalonia.Threading.Dispatcher.ExecuteJob(DispatcherOperation) at Avalonia.Threading.Dispatcher.ExecuteJobsCore() at Avalonia.Threading.Dispatcher.Signaled() at Avalonia.Win32.Win32DispatcherImpl.DispatchWorkItem() at Avalonia.Win32.Win32Platform.WndProc(IntPtr, UInt32, IntPtr, IntPtr) at Avalonia.Win32.Interop.UnmanagedMethods.DispatchMessage(MSG&) at Avalonia.Win32.Win32DispatcherImpl.RunLoop(CancellationToken) at Avalonia.Threading.DispatcherFrame.Run(IControlledDispatcherImpl) at Avalonia.Threading.Dispatcher.PushFrame(DispatcherFrame) at Avalonia.Threading.Dispatcher.MainLoop(CancellationToken) at Avalonia.Controls.ApplicationLifetimes.ClassicDesktopStyleApplicationLifetime.Start(String[]) at Avalonia.ClassicDesktopStyleApplicationLifetimeExtensions.StartWithClassicDesktopLifetime(AppBuilder, String[], ShutdownMode ) at HanumanInstitute.Apps.AppStarter.Start[TApp](String[], Func`1, Func`1 )