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 Changed 8 years ago by Doadin

  • Milestone changed from needs verified to not applicable

comment:2 Changed 8 years ago by Cas

  • Cc bro added
  • Milestone changed from not applicable to 2.0
  • Priority changed from major to blocker

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

comment:3 Changed 8 years ago by Doadin

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(https://github.com/deluge-torrent/deluge/commit/7c20ed777da259774638138938bf13b5e06ce762)-650(https://github.com/deluge-torrent/deluge/commit/1a2ff9b089cd23efdef5c8d7dbed84f8ca300d1c).

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

comment:4 Changed 8 years ago by Doadin

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

Edit: removing object form

class ListViewColumnState(object): 

is enough to get past the error.

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

comment:5 Changed 8 years ago by Cas

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

Thanks fixed: [c7b272561ee]

comment:6 Changed 6 years ago by Cas

  • Milestone changed from 2.0 to 2.0.0

Milestone renamed

Note: See TracTickets for help on using tickets.