Re: Deluge.app (Testing version: 1.3.6)
Posted: Thu May 09, 2013 11:38 am
I have uploaded 1.3.6 to our download section and updated the links.
Support Forum for the Deluge BitTorrent Client
https://forum.deluge-torrent.org/
Noticed it, thanksCas 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 sometimesCas wrote:I have uploaded 1.3.6 to our download section and updated the links.
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.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?
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.doc wrote: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.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?
Code: Select all
cd /Applications/Deluge.app/Contents/MacOS/
sudo ./deluged &"
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)
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.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.