Here's what happens when I try to start deluge from a terminal. Recompiled deluge and all its direct dependencies didn't fix it. Any ideas?:
Code:
% deluge
** (deluge:94059): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags'
** (deluge:94059): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags'
** (deluge:94059): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
Traceback (most recent call last):
File "/usr/local/bin/deluge", line 9, in <module>
load_entry_point('deluge==1.3.6', 'gui_scripts', 'deluge')()
File "/usr/local/lib/python2.7/site-packages/deluge-1.3.6-py2.7.egg/deluge/main.py", line 132, in start_ui
UI(options, args, options.args)
File "/usr/local/lib/python2.7/site-packages/deluge-1.3.6-py2.7.egg/deluge/ui/ui.py", line 150, in __init__
ui = GtkUI(args)
File "/usr/local/lib/python2.7/site-packages/deluge-1.3.6-py2.7.egg/deluge/ui/gtkui/gtkui.py", line 225, in __init__
self.ipcinterface = IPCInterface(args)
File "/usr/local/lib/python2.7/site-packages/deluge-1.3.6-py2.7.egg/deluge/ui/gtkui/ipcinterface.py", line 130, in __init__
os.kill(int(os.readlink(lockfile)), 0)
ValueError: invalid literal for int() with base 10: ''