Opened 8 years ago

Closed 8 years ago

Last modified 6 years ago

#2827 closed bug (Fixed)

Deluge Wont Start Windows

Reported by: Doadin Owned by:
Priority: blocker Milestone: 2.0.0
Component: GTK UI Version: develop
Keywords: Cc: Bro

Description

2.0.0dev650

C:\Program Files (x86)\Deluge>deluge-debug
10:21:16.126 [ERROR   ][deluge.ui.gtkui.gtkui:1198] ('__init__() takes exactly 7
 arguments (1 given)', <class 'deluge.ui.gtkui.listview.ListViewColumnState'>, (
))
Traceback (most recent call last):
  File "deluge\ui\gtkui\gtkui.py", line 154, in run
  File "deluge\ui\gtkui\gtkui.py", line 223, in __init__
  File "deluge\ui\gtkui\torrentview.py", line 230, in __init__
  File "deluge\ui\gtkui\listview.py", line 135, in __init__
  File "deluge\ui\gtkui\listview.py", line 280, in load_state
  File "deluge\ui\gtkui\common.py", line 264, in load_pickled_state_file
TypeError: ('__init__() takes exactly 7 arguments (1 given)', <class 'deluge.ui.
gtkui.listview.ListViewColumnState'>, ())
Traceback (most recent call last):
  File "<string>", line 6, in <module>
  File "__main__.py", line 128, in <module>
  File "__main__deluge-debug__.py", line 9, in <module>
  File "deluge\ui\ui_entry.py", line 96, in start_ui
  File "deluge\ui\gtkui\gtkui.py", line 160, in start
  File "deluge\common.py", line 1038, in run_profiled
  File "deluge\ui\gtkui\gtkui.py", line 154, in run
  File "deluge\ui\gtkui\gtkui.py", line 223, in __init__
  File "deluge\ui\gtkui\torrentview.py", line 230, in __init__
  File "deluge\ui\gtkui\listview.py", line 135, in __init__
  File "deluge\ui\gtkui\listview.py", line 280, in load_state
  File "deluge\ui\gtkui\common.py", line 264, in load_pickled_state_file
TypeError: ('__init__() takes exactly 7 arguments (1 given)', <class 'deluge.ui.
gtkui.listview.ListViewColumnState'>, ())

Change History (6)

comment:1 by Doadin, 8 years ago

Milestone: needs verifiednot applicable

comment:2 by Calum, 8 years ago

Cc: Bro added
Milestone: not applicable2.0
Priority: majorblocker

Why did you change the milestone and which commit caused the issue?

comment:3 by Doadin, 8 years ago

Im not sure which one as im not the committer i haven't tested each commit which apparently neither did the committer, that aside i havnt had time to go back and review each commit but i can tell you it happened somewhere between (dev638)-(dev650).

Last edited 8 years ago by Doadin (previous) (diff)

comment:4 by Doadin, 8 years ago

its https://github.com/deluge-torrent/deluge/commit/1a2ff9b089cd23efdef5c8d7dbed84f8ca300d1c

Edit: removing object form class ListViewColumnState: is enough to get past the error.

Version 2, edited 8 years ago by Doadin (previous) (next) (diff)

comment:5 by Calum, 8 years ago

Resolution: Fixed
Status: newclosed

Thanks fixed: [c7b272561ee]

comment:6 by Calum, 6 years ago

Milestone: 2.02.0.0

Milestone renamed

Note: See TracTickets for help on using tickets.