Hi all, i have following error
An error occorred while importing games: SQLite Error 11: 'database disk image is malformed'.
SQLite Error 11: 'database disk image is malformed'.
App: LaunchBox
Version: 13.20
Theme: Default
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.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
at Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync[TSource](IAsyncEnumerable`1 asyncEnumerable, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync[TSource](IAsyncEnumerable`1 asyncEnumerable, CancellationToken cancellationToken)
at Unbroken.LaunchBox.LocalDb.GamesDb.GetValidPlatformNameAsync(String name, Nullable`1 cancelToken)
at Unbroken.LaunchBox.LocalDb.GamesDb.GetValidPlatformNameAsync(String name, Nullable`1 cancelToken)
at Unbroken.LaunchBox.LocalDb.GamesDb.GetPlatformByNameAsync(String name, Nullable`1 cancelToken)
at Unbroken.LaunchBox.Windows.Monitoring.GameDirectoryMonitor.StartWatching()
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.MainViewModel.ResolveNotificationDescriptor(Object)
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.MainViewModel.FindMultipartAttribute()
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:
12:39:08 Exception
How can i fix this?
Kind regards