Chrash after v2.0.6.0 autoupdate

Welcome to the forum @D100

To temporarily dismiss such popups, use the Dismiss button:

image

however the current goal for the Experimental channel (which you chose) is to test updates.
This happens after Canary channel looks good enough, but Experimental is rare, as is Beta.

Typically, Canary becomes Experimental becomes Beta (widely used) unless issues occur.
So thank you for being the first report that I can find of exactly this issue, and let’s look at it…

Translated message (translate.google.com) is:

1000 2 100 0x80000000000000 55751 Application Duplicati.GUI.TrayIcon.exe 2.0.1.73 5969d42d KERNELBASE.dll 6.1.7601.23796 59029714 e0434352 000000000001a06d 14d0 01d73360885805c9 C: \ Program Files \ DuplicIconati 2 \ DuplicatirayU Windows \ KERNELBASE.dll c897edd5-9f53-11eb-88db-902b34593295 1026 2 0 0x80000000000000 55750 Application Application: Duplicati.GUI.TrayIcon.exe Platform version: v4.0.30319 Description. The process was terminated due to an unhandled exception. Exception Details: System.Exception at Duplicati.Server.Program.CreateApplicationInstance (Boolean writeConsole) at Duplicati.Server.Program.RealMain (String _args) Exception Details: System.Exception at Duplicati.GUI.TrayIcon.HostedInstanceKeeper … ctor (String args) at Duplicati.GUI.TrayIcon.Program.RealMain (String _args) — End of stack trace from previous location where exception was thrown — at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () in Duplicati.Library.AutoUpdater.UpdaterManager.RunMethod (MethodInfo method, String args) in Duplicati.Library.AutoUpdater.UpdaterManager. <> c__DisplayClass58_0.b__0 () in Duplicati.Libdan.Autopager , Action wrappedFunction) at Duplicati.Library.AutoUpdater.UpdaterManager.RunFromMostRecentSpawn (MethodInfo method, String cmdargs, AutoUpdateStrategy defaultstrategy) at Duplicati.GUI.TrayIcon.Program.Main (String.GUI.TrayIcon. untimeAssembly assembly, String args) at System.AppDomain.ExecuteAssemblyByName (String assemblyName, String args) at System.AppDomain.ExecuteAssemblyByName (System.String, System.String ) at Duplicati.Library.AutoUpdater.UpdFaterManager (System.Reflection.MethodInfo, System.String , Duplicati.Library.AutoUpdater.AutoUpdateStrategy) at Duplicati.GUI.TrayIcon.Program.Main (System.String )

A search for “KERNELBASE.dll” “6.1.7601.23796” is getting mostly pages from 2017. What OS is this?

System.AppDomain.ExecuteAssemblyByName

is noteworthy because it means you either have a very old Duplicati base version, or are asking for this outdated update method which is giving some other people some trouble (and the exact trouble varies).

Duplicati.GUI.TrayIcon.exe 2.0.1.73

suggests that your original Duplicati installation from .msi was using 2.0.1.73_experimental_2017-07-15

Unable to start up after upgrade from 2.0.5.108 - to 2.0.5.110 - System.ArgumentException: Illegal characters in path. #4295 gives history and troubleshooting techniques which found trouble with very old base version of Duplicati starting very new version of Duplicati. Solution was to reinstall base from .msi.

Although you can find your base version anytime by reading C:\Program Files\Duplicati 2\changelog.txt, Downgrading / reverting to a lower version shows where previous updates might be. You may avoid the startup crash on 2.0.6.0 by going back to whatever you had before. Was it 2.0.5.0 Experimental before?