Recently, after the Windows 23H2 update, my emCLient occasionally crashes. I see the following errors in the windows event log. Anyone else having this issue as well after upgrading to windows 23H2?
Faulting application name: MailClient.exe, version: 10.0.3530.0, time stamp: 0x66960000
Faulting module name: coreclr.dll, version: 8.0.824.36612, time stamp: 0x6696b78b
Exception code: 0xc0000005
Fault offset: 0x001a6ad9
Faulting process id: 0x0x250C
Faulting application start time: 0x0x1DAFF2F01EED366
Faulting application path: C:\Program Files (x86)\eM Client\MailClient.exe
Faulting module path: C:\Program Files (x86)\eM Client\coreclr.dll
Report Id: 8cce43e9-786b-4ab0-aea6-7c7aa731ea1b
Faulting package full name:
Faulting package-relative application ID:
Application: MailClient.exe
CoreCLR Version: 8.0.824.36612
.NET Version: 8.0.8
Description: The process was terminated due to an unhandled exception.
Stack:
at SQLitePCL.SQLite3Provider_e_sqlite3+NativeMethods.sqlite3_step(SQLitePCL.sqlite3_stmt)
at SQLitePCL.SQLite3Provider_e_sqlite3.SQLitePCL.ISQLite3Provider.sqlite3_step(SQLitePCL.sqlite3_stmt)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(System.Data.CommandBehavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteScalar()
at MailClient.Storage.Data.DataStore.IsCorrupted(System.String, System.Data.IDbConnection, MailClient.Storage.Data.CorruptionCheckMode)
at MailClient.DbRepair.CorruptionChecker.CheckCorruption(MailClient.DbRepair.RepairOptions, System.Threading.CancellationToken)
at MailClient.DbRepair.CheckingProcess.Check(System.Threading.CancellationToken)
at MailClient.DbRepair.FormCheck.<Form_Load>b__33_0()
at System.Threading.Thread+StartHelper.Callback(System.Object)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
at System.Threading.Thread.StartCallback()