Page 1 of 2

deluge GUI won't start

Posted: Thu Dec 12, 2013 8:21 am
by TazgodX
after opening the app, the icon shows in the dock, bounces a few times and then crashes.
console say:
"12/12/13 1:31:26.373 AM com.apple.launchd.peruser.501[174]: (org.deluge.17984[8327]) Exited with code: 1"

if i show package contents and open deluge that way terminal error says :
"/Applications/Deluge.app/Contents/MacOS/Deluge: line 79: /Users/XXXX//Applications/Deluge.app/Contents/MacOS/Deluge-python: No such file or directory
/Applications/Deluge.app/Contents/MacOS/Deluge: line 79: exec: /Users/XXXX//Applications/Deluge.app/Contents/MacOS/Deluge-python: cannot execute: No such file or directory"

im almost 100% sure its because its adding a second / in there after my username, but i have no idea how to remove it or why its in there.

im running MacOSX 10.9 and deluge 1.3.6

any help would be greatly appreciated.

-Thanks

Re: deluge GUI won't start

Posted: Fri Dec 13, 2013 12:24 pm
by Cas
Those double slashes are not likely to be the problem as it's the same as a single slash.

Have you check that `Deluge-python` is at the path specified.

Re: deluge GUI won't start

Posted: Fri Dec 13, 2013 1:07 pm
by TazgodX
hmm, interesting. I thought that was it because if i tried typing in that path it can't find it, but if I type with 1 slash it did find it.

Yes Deluge-python is there.

Re: deluge GUI won't start

Posted: Fri Dec 13, 2013 3:22 pm
by Cas
You could edit the file and hard-code the path in to test the theory.

Re: deluge GUI won't start

Posted: Sat Dec 14, 2013 3:49 am
by TazgodX
how would i do that?

Re: deluge GUI won't start

Posted: Sat Dec 14, 2013 4:37 pm
by Cas
Can you confirm the actual path for the application.

Is it: /Users/XXXX//Applications/Deluge.app/Contents/MacOS/Deluge-python
or this: //Applications/Deluge.app/Contents/MacOS/Deluge-python

Re: deluge GUI won't start

Posted: Sun Dec 15, 2013 6:26 pm
by TazgodX
if i do a get info on the file, it lists it as "/Applications/Deluge.app/Contents/MacOS/Deluge-python"

Re: deluge GUI won't start

Posted: Thu Dec 19, 2013 12:13 pm
by Cas

Re: deluge GUI won't start

Posted: Sun Dec 22, 2013 10:28 pm
by TazgodX
that didn't work.
thanks for trying. any other ideas why it won't load. now it just quits almost immediately. I have no ".config/deluge" folder.

console just says
"12/22/13 4:26:24.129 PM com.apple.launchd.peruser.501[181]: (org.deluge.101760[10991]) Exited with code: 1"

Re: deluge GUI won't start

Posted: Mon Dec 23, 2013 4:42 pm
by Cas
You must have made a mistake with editing the file, one problem could be line endings. The folder is "~/.config/deluge", I have edited ticket to correct the mistake.