Error Starting Core

General support for problems installing or using Deluge
Post Reply
TurboZinc
New User
New User
Posts: 3
Joined: Fri Mar 26, 2010 1:52 am

Error Starting Core

Post by TurboZinc »

I'm getting this error when trying to start deluge 1.2.1 on my karmic setup. I installed using the ppa.

Code: Select all

Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/gtkui.py", line 275, in _on_reactor_start
    client.start_classic_mode()
  File "/usr/lib/pymodules/python2.6/deluge/ui/client.py", line 531, in start_classic_mode
    self._daemon_proxy = DaemonClassicProxy(self.__event_handlers)
  File "/usr/lib/pymodules/python2.6/deluge/ui/client.py", line 408, in __init__
    self.__daemon = deluge.core.daemon.Daemon(classic=True)
  File "/usr/lib/pymodules/python2.6/deluge/core/daemon.py", line 136, in __init__
    from deluge.core.core import Core
  File "/usr/lib/pymodules/python2.6/deluge/core/core.py", line 36, in <module>
    from deluge._libtorrent import lt
  File "/usr/lib/pymodules/python2.6/deluge/_libtorrent.py", line 60, in <module>
    check_version(lt)
  File "/usr/lib/pymodules/python2.6/deluge/_libtorrent.py", line 53, in check_version
    raise ImportError("This version of Deluge requires libtorrent >=%s!" % REQUIRED_VERSION)
ImportError: This version of Deluge requires libtorrent >=0.14.5.0!
libtorrent version is 0.14.10. Not sure why i'm getting this error.
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Error Starting Core

Post by johnnyg »

There was a bug in how deluge did version comparisons. This has been fixed in 1.2.2.
Post Reply