I have been using Duplicati for several years now on Linux and it works very well!
I recently updated to 2.0.9.107_canary_2024-09-11 and was able to set the SETTINGS_ENCRYPTION_KEY to get this new version running.
The application does not complain about it anymore, but whatever I now try to run Duplicati I always get:
Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object.
at Duplicati.GUI.TrayIcon.HostedInstanceKeeper.<>c__DisplayClass5_0.<.ctor>b__0(Object dummy_arg)
Unhandled exception. Aborted (core dumped)
I normally run Duplicati with: /opt/duplicati/duplicati --verbose --webservice-port=8200 --auto-update=false
But now I even get the error when I run it with: /opt/duplicati/duplicati. I checked the AUR channel where I install/maintain it from: https://aur.archlinux.org/packages/duplicati-canary-bin
But they adviced to check it here as they do not seem to have the same issues.
When I run it with: /opt/duplicati/duplicati --log-file=/tmp/duplicati.log --log-file-log-level=verbose
It does not help either, and it does create an empty logfile.
Any help on how to debug this further? Or advice if I should create a ticket on Github?
I finally ended up starting fresh with a new configuration (v2.0.9.108) etc. which worked out of the box.
It could be that duplicati was running as a service (but failing) while manually restarting. But that would not be during all tests I did.
For now resolved by resetting my configuration (v2.0.9.108) (I had not that many backups and have them through other means as well.)