Windows : tray icon cannot launch (solved)

I just tried to uninstall and reinstall many times but problem is still there.

The windows service has been installed manually by the command line because de installation process didn’t do it (?).

But the main problem is the crash of the tray icon :

Application : Duplicati.GUI.TrayIcon.exe
Version du Framework : v4.0.30319
Description : le processus a été arrêté en raison d’une exception non gérée.
Informations sur l’exception : System.Data.SQLite.SQLiteException
à System.Data.SQLite.SQLite3.Reset(System.Data.SQLite.SQLiteStatement)
à System.Data.SQLite.SQLite3.Step(System.Data.SQLite.SQLiteStatement)
à System.Data.SQLite.SQLiteDataReader.NextResult()
à System.Data.SQLite.SQLiteDataReader…ctor(System.Data.SQLite.SQLiteCommand, System.Data.CommandBehavior)
à System.Data.SQLite.SQLiteCommand.ExecuteReader(System.Data.CommandBehavior)
à System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(System.Data.CommandBehavior)
à System.Data.SQLite.SQLiteTransaction.Begin(Boolean)
à System.Data.SQLite.SQLiteConnection.BeginDbTransaction(System.Data.IsolationLevel)
à Duplicati.Server.Database.Connection.SetSettings(System.Collections.Generic.IEnumerable1<Duplicati.Server.Serialization.Interface.ISetting>, Int64, System.Data.IDbTransaction) à Duplicati.Server.Database.ServerSettings.SaveSettings() à Duplicati.Server.Database.ServerSettings.GenerateWebserverPasswordTrayIcon() à Duplicati.Server.Program.AdjustApplicationSettings(System.Collections.Generic.Dictionary2<System.String,System.String>)
à Duplicati.Server.Program.RealMain(System.String[])

Informations sur l’exception : System.Exception
à Duplicati.GUI.TrayIcon.HostedInstanceKeeper…ctor(System.String[])
à Duplicati.GUI.TrayIcon.Program.RealMain(System.String[])
à System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
à Duplicati.Library.AutoUpdater.UpdaterManager.RunMethod(System.Reflection.MethodInfo, System.String[])
à Duplicati.Library.AutoUpdater.UpdaterManager+<>c__DisplayClass58_0.b__0()
à Duplicati.Library.AutoUpdater.UpdaterManager.WrapWithUpdater(Duplicati.Library.AutoUpdater.AutoUpdateStrategy, System.Action)
à Duplicati.Library.AutoUpdater.UpdaterManager.RunFromMostRecentSpawn(System.Reflection.MethodInfo, System.String[], Duplicati.Library.AutoUpdater.AutoUpdateStrategy)
à Duplicati.GUI.TrayIcon.Program.Main(System.String[])

Nom de l’application défaillante Duplicati.GUI.TrayIcon.exe, version : 2.0.6.3, horodatage : 0x60cb15ba
Nom du module défaillant : KERNELBASE.dll, version : 10.0.19041.1741, horodatage : 0xe9b4a91b
Code d’exception : 0xe0434352
Décalage d’erreur : 0x0000000000034fd9
ID du processus défaillant : 0x17f0
Heure de début de l’application défaillante : 0x01d88b87f8d96dc9
Chemin d’accès de l’application défaillante : C:_SOFTS\Duplicati2\Duplicati.GUI.TrayIcon.exe
Chemin d’accès du module défaillant: C:\Windows\System32\KERNELBASE.dll
ID de rapport : 82c1dcb4-2740-424a-afb2-8306abfb6788
Nom complet du package défaillant :
ID de l’application relative au package défaillant :

I even tried this but the logfile is empty :
Duplicati.GUI.TrayIcon.exe --log-file-log-level=verbose --log-level=verbose --log-file=c:\TMP\dup.log

Welcome to the forums MrPalais.

It’s odd that the TrayIcon is crashing, normally it will run as an additional copy of Duplicati on a different port, 8300 vs 8200.

Check out the instructions here on migrating to a service based install. I’ve also posted to that thread (currently the last post) regarding the changes after going to a service based install. FYI: During the Duplicati installation DO NOT install it as a service, follow the above mentioned instructions to migrate the standard install to a service based install.

found the problem, it was my firewall (comodo), who was blocking a windows binary.

sorry for false problem.