Opened 16 years ago

Closed 16 years ago

#3 closed bug (Invalid)

deluge crash on start

Reported by: blues@… Owned by:
Priority: major Milestone:
Component: Version: 0.5.8.1
Keywords: Cc:

Description

deluge crashes on startup:

checking for ubuntu...
no existing Deluge session
Starting new Deluge session...
Traceback (most recent call last):
  File "/usr/bin/deluge", line 145, in <module>
    start_deluge()
  File "/usr/bin/deluge", line 128, in start_deluge
    interface = deluge.interface.DelugeGTK()
  File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 54, in __init__
  File "/usr/lib/python2.5/site-packages/deluge/core.py", line 205, in __init__
  File "/usr/share/python2.5/posixpath.py", line 171, in exists
TypeError: coercing to Unicode: need string or buffer, NoneType found

It seems that "prefs.state" causes problems. I can provide whole config directory on request.

Change History (1)

comment:1 Changed 16 years ago by andar

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

Please use the latest version 0.5.8.3 and see if the problem persists.

Note: See TracTickets for help on using tickets.