My Linux system runs Debian V.13.1 with XFCE
The Wine version is the current STABLE version: wine-10.0
I initially tried copying the necessary VarAC files from the ZIP installation to the standard VarAC directory - but that would not run. Then I performed a full fresh installation from the Installation EXE file to a new sub-directory.
When starting VarAC with Wine, it starts and successfully completes the personal configuration screen, but when it restarts VarAC to implement the newly configured INI VarAC bombs out and ends.
Below is the VarAC LOG file, which seems to point to some SQL related issue.... Hopefully it will make more sense you you?
As can be seen from the log file this is a totally fresh install....
05/11/2025 08:32:45 - Starting VarAC (V13.0.1)
05/11/2025 08:32:45 - OS: Microsoft Windows NT 6.1.7601 Service Pack 1
05/11/2025 08:32:45 - OS: Microsoft Windows NT 6.1.7601 Service Pack 1
05/11/2025 08:32:46 - Debug mode…
Attached is another log file with debug mode turned on. The error message start at this timestamp
22:09:38 - Error in mailbox_send_outbox_thread
22:09:38 - database is locked
database is locked
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteReader()
at VarAC.VarAC.<connect_varahf_modem>b__156_7()