Deluge wont start

Specific support for Deluge on Microsoft Windows OS
bek
Member
Member
Posts: 10
Joined: Mon Mar 11, 2013 5:39 am

Re: Deluge wont start

Post by bek »

bek wrote:
Cas wrote:Sorry I have no idea why you are facing that error. There is a reported Twisted bug that is still open but we have never seen it reported before by Deluge users so not sure what to suggest.

What operating system are you using?
Well, I am not sure if it relates to the same problem, but if I can help to find what cause that, perfect!

I am using Windows 7 Professional x64
Deluge 1.3.6
Reinstalled yesterday the GTK
http://stackoverflow.com/questions/1648 ... cking-mode

Is this related to the same thing?
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluge wont start

Post by Cas »

I did read several sources and it points to an issue in Python dealing with the error but it is so difficult to replicate and no-one has come up with a solution for Python 2.6/2.7 as far as I can see.
bek
Member
Member
Posts: 10
Joined: Mon Mar 11, 2013 5:39 am

Re: Deluge wont start

Post by bek »

Cas wrote:I did read several sources and it points to an issue in Python dealing with the error but it is so difficult to replicate and no-one has come up with a solution for Python 2.6/2.7 as far as I can see.
Is there any way I can restore Pyton to it's default config or something ?
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluge wont start

Post by Cas »

Can you try this python 2.7 version: http://download.deluge-torrent.org/wind ... 0.16.8.exe
delusional

Re: Deluge wont start

Post by delusional »

Cas wrote:Can you try this python 2.7 version: http://download.deluge-torrent.org/wind ... 0.16.8.exe
I'm running Win7 64-bit and am also experiencing the fact that deluge will not start.

Running the debugger in the command line gives me nothing. I've tried the version posted above with the same problems. I'd be more than happy to send you logs if you just tell me what to paste here
bek
Member
Member
Posts: 10
Joined: Mon Mar 11, 2013 5:39 am

Re: Deluge wont start

Post by bek »

Cas wrote:Can you try this python 2.7 version: http://download.deluge-torrent.org/wind ... 0.16.8.exe
I tried with that version,

Error still persists but with different line errno and a new error on last line!


Code: Select all

Traceback (most recent call last):
  File "<string>", line 6, in <module>
  File "__main__.py", line 128, in <module>
  File "__main__deluge-debug__.py", line 8, in <module>
  File "deluge\main.py", line 132, in start_ui
  File "deluge\ui\ui.py", line 150, in __init__
  File "deluge\ui\gtkui\gtkui.py", line 225, in __init__
  File "deluge\ui\gtkui\ipcinterface.py", line 107, in __init__
  File "twisted/internet/posixbase.py", line 489, in listenTCP
  File "twisted/internet/tcp.py", line 991, in startListening
  File "socket.py", line 224, in meth
socket.error [Errno 10035] Uma operação de socket sem bloqueio não pôde ser concluída imediatamente
Does that help in anything ?
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluge wont start

Post by Cas »

Have you tried deleting your Deluge config?

http://dev.deluge-torrent.org/wiki/Faq# ... ingsconfig
bek
Member
Member
Posts: 10
Joined: Mon Mar 11, 2013 5:39 am

Re: Deluge wont start

Post by bek »

Cas wrote:Have you tried deleting your Deluge config?

http://dev.deluge-torrent.org/wiki/Faq# ... ingsconfig
Same error with clean configs.
Even with full reinstall of deluge and clean settings.
osts

Re: Deluge wont start

Post by osts »

Has this problem been solved? I can not get running Deluge 1.3.6 on Win7 x64. I get the error:

Code: Select all

C:\Program Files (x86)\Deluge>deluge-debug
Traceback (most recent call last):
  File "<string>", line 6, in <module>
  File "__main__.py", line 128, in <module>
  File "__main__deluge-debug__.py", line 8, in <module>
  File "deluge\main.py", line 132, in start_ui
  File "deluge\ui\ui.py", line 150, in __init__
  File "deluge\ui\gtkui\gtkui.py", line 225, in __init__
  File "deluge\ui\gtkui\ipcinterface.py", line 107, in __init__
  File "twisted/internet/posixbase.py", line 476, in listenTCP
  File "twisted/internet/tcp.py", line 980, in startListening
  File "<string>", line 1, in getsockname
socket.error: [Errno 10035] A non-blocking socket operation could not be complet
ed immediately.
I've tried several versions of the Deluge, and the GTK.
Perhaps the reason is that it is also installed Gimp 2.8.2 (conflict with GIMP Python version)?
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluge wont start

Post by Cas »

No this an error in Twisted and there is no current solution.
Post Reply