I'm getting an error when clicking on games in LaunchBox:
SQLite Error 11: 'database disk image is malformed'.
App: LaunchBox
Version: 13.20
Theme: Big Details
Type: Microsoft.Data.Sqlite.SqliteException
Site: Void ThrowExceptionForRC(Int32, SQLitePCL.sqlite3)
Source: Microsoft.Data.Sqlite
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataRecord.Read()
at System.Data.Common.DbDataReader.ReadAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToHashSetAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToHashSetAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken)
at Unbroken.LaunchBox.LocalDb.GamesDb.GetAllGameIdsAsync(Nullable`1 cancelToken)
at Unbroken.LaunchBox.LocalDb.GamesDb.GetAllGameIdsAsync(Nullable`1 cancelToken)
at Unbroken.LaunchBox.Windows.Data.GameSuggester.GetSuggestions(GameBase game, Int32 max, Boolean allowSameDbId)
at ServiceAdvisorError.ManageXmlCollection(Object, GameBase game, Int32 max, Boolean allowSameDbId, ServiceAdvisorError)
at Unbroken.LaunchBox.Windows.Data.GameSuggester.GetSuggestions(Int32 max, Boolean allowSameDbId)
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.GameDetailsViewModel.StopMultipartDecorator()
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.ReflectMultipartMessage(Object)
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.ChangeStatelessParameter()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
Recent Log:
02:38:45 Exception
This happens always when I click on games but before I do that nothing happens and everything loads fine. Can anyone help me with this?