You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I recently run the update to get latest version after not using SM since Nov 2024. it seem to only happen inside the Checkpoint Manager section. If i dont go to this section of the UI I can run SM and generate images. If i navigate to Checkpoint Manager it crashes with the below:
Exception
LiteAsyncException: LiteDB encounter an error. Details in the inner exception. LiteException: page type must be index page
at StabilityMatrix.Avalonia.Services.CivitBaseModelTypeService.GetBaseModelTypes(Boolean forceRefresh, Boolean includeAllOption)
at StabilityMatrix.Avalonia.ViewModels.CheckpointsPageViewModel.OnInitialLoadedAsync()
at AsyncAwaitBestPractices.SafeFireAndForgetExtensions.HandleSafeFireAndForget[TException](Task task, Boolean continueOnCapturedContext, Action`1 onException)
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)
at Avalonia.Threading.SendOrPostCallbackDispatcherOperation.InvokeCore()
at Avalonia.Threading.DispatcherOperation.Execute()
at Avalonia.Threading.Dispatcher.ExecuteJob(DispatcherOperation job)
at Avalonia.Threading.Dispatcher.ExecuteJobsCore(Boolean fromExplicitBackgroundProcessingCallback)
at Avalonia.Threading.Dispatcher.Signaled()
at Avalonia.Win32.Win32Platform.WndProc(IntPtr hWnd, UInt32 msg, IntPtr wParam, IntPtr lParam)
at Avalonia.Win32.Interop.UnmanagedMethods.DispatchMessage(MSG& lpmsg)
at Avalonia.Win32.Win32DispatcherImpl.RunLoop(CancellationToken cancellationToken)
at Avalonia.Threading.DispatcherFrame.Run(IControlledDispatcherImpl impl)
at Avalonia.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
at Avalonia.Threading.Dispatcher.MainLoop(CancellationToken cancellationToken)
at Avalonia.Controls.ApplicationLifetimes.ClassicDesktopStyleApplicationLifetime.StartCore(String[] args)
at StabilityMatrix.Avalonia.Program.Main(String[] args)```
``` at LiteDB.Engine.EngineState.Validate()
at LiteDB.Engine.LiteEngine.AutoTransaction[T](Func`2 fn)
at LiteDB.Engine.LiteEngine.DeleteMany(String collection, BsonExpression predicate)
at LiteDB.SharedEngine.DeleteMany(String collection, BsonExpression predicate)
at LiteDB.Async.LiteDatabaseAsync.<>c__DisplayClass37_0`1.<EnqueueAsync>g__Function|0()```
[stabilitymatrix-log-2025-02-18-16-03-58.zip](https://github.com/user-attachments/files/18838481/stabilitymatrix-log-2025-02-18-16-03-58.zip)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I recently run the update to get latest version after not using SM since Nov 2024. it seem to only happen inside the Checkpoint Manager section. If i dont go to this section of the UI I can run SM and generate images. If i navigate to Checkpoint Manager it crashes with the below:
Exception
LiteAsyncException: LiteDB encounter an error. Details in the inner exception.
LiteException: page type must be index page
Sentry ID
515683aa
Stack Trace
Beta Was this translation helpful? Give feedback.
All reactions