Opened 10 years ago

Closed 10 years ago

#2378 closed bug (Duplicate)

Deluge is not working with Mac osx Mavericks.

Reported by: cifrado Owned by:
Priority: major Milestone: Future
Component: Console UI Version: 1.3.5
Keywords: Cc:

Description

Hello, I recently upgraded to Mac osx Mavericks from Mountain Lion. Deluge was working just fine on Mountain Lion, and now with the recent upgrade to Mavericks, Deluge does not work. Deluge will not even open, the app just bounces and nothing happens. Hope you can fix this soon! Thanks!

Change History (5)

comment:1 Changed 10 years ago by cifrado

UPDATE Hi, So I downloaded the latest Deluge (1.3.6) and this time it did open and I was going to download a torrent, but it would not download any torrents at all. The torrent would just stay at 0%. I even restarted my mac and still no luck. Hope you can help! Thank You.

comment:2 Changed 10 years ago by Cas

Any error in Status or Details tab?

comment:3 follow-up: Changed 10 years ago by suprnova32

The errors I'm getting when I try to start Deluge from the Terminal are the following:

** (deluge:1311): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'

** (deluge:1311): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'

** (deluge:1311): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
Traceback (most recent call last):
  File "/Applications/Deluge.app/Contents/MacOS/Deluge-bin", line 8, in <module>
    load_entry_point('deluge==1.3.6', 'gui_scripts', 'deluge-gtk')()
  File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.6-py2.7.egg/deluge/ui/gtkui/gtkui.py", line 115, in start
    Gtk().start()
  File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.6-py2.7.egg/deluge/ui/gtkui/gtkui.py", line 112, in start
    GtkUI(self.args)
  File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.6-py2.7.egg/deluge/ui/gtkui/gtkui.py", line 225, in __init__
    self.ipcinterface = IPCInterface(args)
  File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.6-py2.7.egg/deluge/ui/gtkui/ipcinterface.py", line 162, in __init__
    os.execv(sys.argv[0], sys.argv)
OSError: [Errno 2] No such file or directory

I hope this can be fixed soon

comment:4 in reply to: ↑ 3 Changed 10 years ago by Cas

Replying to suprnova32:

File "/Applications/Deluge?.app/Contents/Resources/lib/python2.7/deluge-1.3.6-py2.7.egg/deluge/ui/gtkui/ipcinterface.py", line 162, in init

os.execv(sys.argv[0], sys.argv)

OSError: [Errno 2] No such file or directory }}}

I hope this can be fixed soon

That suggests a problem with Deluge config directory, make sure it exists, check the permissions and see if deleting the directory helps.

comment:5 Changed 10 years ago by Cas

  • Resolution set to Duplicate
  • Status changed from new to closed

Duplicate: #2373

Note: See TracTickets for help on using tickets.