


When I came back to my PC and started my VM, everything worked fine until I tried to start Deluge and then got an error about not being able to start in stand alone mode.
As I'm running the dektop version of Ubuntu, thinking it would be easier to get up and running, I don't really want to start it in demon mode (or whatever it's called) but I have no idea how to fix the issue. It says to look at the logs. Well, Deluge isn't creatinbg any as I don't have them switched on.
One thing I have got though, is the output when trying toi run it from a terminal window. That follows.
Code: Select all
20:58:37.365 [ERROR ][deluge.ui.gtk3.gtkui :1672] 'unknown name in settings_pack: ignore_resume_timestamps'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/deluge/ui/gtk3/gtkui.py", line 309, in _on_reactor_start
client.start_standalone()
File "/usr/lib/python3/dist-packages/deluge/ui/client.py", line 639, in start_standalone
self._daemon_proxy = DaemonStandaloneProxy(self.__event_handlers)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/deluge/ui/client.py", line 462, in __init__
self.__daemon = daemon.Daemon(standalone=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/deluge/core/daemon.py", line 113, in __init__
self.core = Core(
^^^^^
File "/usr/lib/python3/dist-packages/deluge/core/core.py", line 122, in __init__
self.session = lt.session(settings_pack, flags=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'unknown name in settings_pack: ignore_resume_timestamps'
(deluge:5617): Gdk-CRITICAL **: 20:58:42.245: gdk_device_get_state: assertion 'GDK_IS_WINDOW (window)' failed
I use 2 plug-ins; LabelPlus and DefaultTrackers. Everything else, as far as I know, is bog standard.
Thanks in advance.