本帖最后由 kisanly 于 2023-4-23 09:05 编辑
签入报错:
## Overview
- Version: 7.0.104.0
- Exception: `System.Data.SQLite.SQLiteException`
- DateTime: 2023/4/23 8:52:11
- Email: kisan@126.com
- Tags: #CN, #COLLABORATION
## Exception
```json
{
"errorCode": 11,
"ClassName": "System.Data.SQLite.SQLiteException",
"Message": "database disk image is malformed
database disk image is malformed",
"Data": {
"$type": "System.Collections.ListDictionaryInternal, mscorlib",
"System.Object": null
},
"InnerException": null,
"HelpURL": null,
"StackTraceString": " 在 System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)
在 System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
在 System.Data.SQLite.SQLiteDataReader.NextResult()
在 System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
在 System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
在 System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior)
在 Forguncy.AdoNetExtensions.h.b()
在 Forguncy.AdoNetExtensions.a[a](DbCommand A_0, Func`1 A_1, String A_2)
在 Forguncy.AdoNetExtensions.ForguncyExecuteNonQuery(DbCommand command)
在 SqliteWrapper.Sqlite.e(String A_0)
在 ForguncyDataAccess.SqliteDB.OptimizeStorage()
在 Forguncy.SaveLoadManager.o(String A_0)
在 Forguncy.SaveLoadManager.r(String A_0)
在 Forguncy.SaveLoadManager.<SaveToLastSaveFolderAsync>d__99.MoveNext()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
在 Forguncy.SaveLoadManager.<SaveToCollaborationWorkingFolderByModulesAsync>d__92.MoveNext()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
在 Forguncy.Common.CollaborationManager.<>c__DisplayClass71_0.<<CheckInAsync>b__0>d.MoveNext()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtim
另存报错
|