Page 7 of 8

Re: Deluge.app (Testing version: 1.3.6)

Posted: Thu May 09, 2013 11:38 am
by Cas
I have uploaded 1.3.6 to our download section and updated the links.

Re: Deluge.app (Testing version: 1.3.6)

Posted: Thu May 09, 2013 12:11 pm
by carbncl
Cas wrote:I have uploaded 1.3.6 to our download section and updated the links.
Noticed it, thanks :)

Re: Deluge.app (Testing version: 1.3.6)

Posted: Sat May 11, 2013 2:21 am
by KingB
Cas wrote:I have uploaded 1.3.6 to our download section and updated the links.
would it be possible to update the main post when you make releases for versions like this? its hard to find your posts sometimes

also... if you would like someone to test your builds on newer versions of osx please get in touch with me

Re: Deluge.app (Current version: 1.3.6)

Posted: Thu Jun 13, 2013 3:02 am
by xaeiou
Hi

I'm running the current version 1.3.6 of the app under osx 10.8.4. I did a "normal" install of the app. I'm running in classic GUI mode so I can manage both a local and remote daemon.

However, when I try to start the local daemon I get the message:

/deluged: line 69: /Applications/Deluge.app/Contents/Contents/MacOS/Deluge-python: No such file or directory

So I tried the obvious quick fix in the terminal:

$ ln -s /Applications/Deluge.app/Contents Contents

And now deluged starts fine from the GUI. Anyone else seeing this, or did something just go wrong on my install?

Re: Deluge.app (Current version: 1.3.6)

Posted: Fri Jun 21, 2013 9:14 pm
by KingB
Confirmed 1.3.6 working on OS X 10.9 Developer Preview 1

Still having issues with sched. plugin displaying oddly though

Re: Deluge.app (Current version: 1.3.6)

Posted: Wed Aug 07, 2013 3:56 pm
by doc
xaeiou wrote:Hi

I'm running the current version 1.3.6 of the app under osx 10.8.4. I did a "normal" install of the app. I'm running in classic GUI mode so I can manage both a local and remote daemon.

However, when I try to start the local daemon I get the message:

/deluged: line 69: /Applications/Deluge.app/Contents/Contents/MacOS/Deluge-python: No such file or directory

So I tried the obvious quick fix in the terminal:

$ ln -s /Applications/Deluge.app/Contents Contents

And now deluged starts fine from the GUI. Anyone else seeing this, or did something just go wrong on my install?
Seeing this exact same thing, also with 10.8.4. Unfortunately your workaround is not working for me, the icon just pops up and then disappears. Pretty sure the OS Update introduced the problem as it ran fine previously.

Re: Deluge.app (Current version: 1.3.6)

Posted: Wed Oct 09, 2013 9:23 pm
by acordill
I can't seem to be able to get the local daemon to start when I am not in classic mode. It works fine while in classic mode but not otherwise. Any help would be appreciated.

Re: Deluge.app (Current version: 1.3.6)

Posted: Mon Dec 02, 2013 10:10 pm
by xaeiou
doc wrote:
xaeiou wrote:Hi

I'm running the current version 1.3.6 of the app under osx 10.8.4. I did a "normal" install of the app. I'm running in classic GUI mode so I can manage both a local and remote daemon.

However, when I try to start the local daemon I get the message:

/deluged: line 69: /Applications/Deluge.app/Contents/Contents/MacOS/Deluge-python: No such file or directory

So I tried the obvious quick fix in the terminal:

$ ln -s /Applications/Deluge.app/Contents Contents

And now deluged starts fine from the GUI. Anyone else seeing this, or did something just go wrong on my install?
Seeing this exact same thing, also with 10.8.4. Unfortunately your workaround is not working for me, the icon just pops up and then disappears. Pretty sure the OS Update introduced the problem as it ran fine previously.
I'm not sure which icon you are referring to? In this case I'm only talking about starting the deluge daemon, not the app itself, which starts ok.

I've since upgraded to osx 10.9. Now I *can't* start the daemon from the app gui, but I can stop it from the gui.

After a bit of experimentation, I found if I start the daemon from the command line while running the deluge app gui, it won't find the local daemon (localhost stays red in connection manager) unless I exit and re-enter the connection manager. Then all is well.

Start the daemon from the command line as follows:

Code: Select all

cd /Applications/Deluge.app/Contents/MacOS/
sudo ./deluged &"
You can check the daemon is running using (in my case on the default port 58846):

Code: Select all

sudo lsof -n | grep 58846
Deluge-py 2398             me  12u     IPv4           0t0     TCP 127.0.0.1:52279->127.0.0.1:58846 (ESTABLISHED)
Deluge-py 2492            root    9u     IPv4          0t0     TCP 127.0.0.1:58846 (LISTEN)
Deluge-py 2492            root   18u     IPv4           0t0     TCP 127.0.0.1:58846->127.0.0.1:52279 (ESTABLISHED)


Re: Deluge.app (Current version: 1.3.6)

Posted: Fri Jul 11, 2014 11:52 am
by Larrikin
Hi, will the current version of Deluge be released in .app form?

Re: Deluge.app (Current version: 1.3.9)

Posted: Wed Dec 17, 2014 9:07 pm
by alexholliz
I'm having trouble getting the daemon to start when I run Deluge *not* in classic mode. On yosemite, if that helps.

I noticed that deluged tries to call /Applications/Deluge.app/Contents/Contents/MacOS/deluge-python and that doesn't work at all, so I modified deluged to call /Applications/Deluge.app/Contents/MacOS/deluge-python, and that works from command line, but I can't start it with the Start Daemon button.
I quoted this from the other thread, Cas asked me to move it. I haven't had the deluge-deamon (1.3.6+) start on Mavericks or Yosemite with the button in the connection manager.