Opened 2 years ago
Last modified 2 years ago
#3592 new bug
Pressing the down button on "Move Complete Folder" crashes GTK
Reported by: | iconoclasthero | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | needs verified |
Component: | GTK UI | Version: | 2.1.0 |
Keywords: | crash file location | Cc: |
Description
$ deluge-gtk --version deluge-gtk 2.0.3 libtorrent: 2.0.7.0 Python: 3.10.7 OS: Linux Ubuntu 22.10 Kinetic Kudu
In this instance, I was trying to change the move completed download location in the torrent add dialog and it crashed (i.e., I downloaded an actual .torrent and when I went to add it I went to options and went to change the DL location and GTK went poof!).
I can confirm that this also occurs when trying to do it to an added torrent(s). Every time I press that damn down error, GTK goes poof. Has been happening for weeks at least.
It is not happening on this machine (at least not on X over SSH): $ deluge-gtk --version deluge-gtk 2.1.1 libtorrent: 2.0.5.0 Python: 3.10.6 OS: Linux Ubuntu 22.04 jammy
So as I was entering the above, I noticed the one that's crashing is older, 2.0.3 so I just upgraded the problem machine:
$ deluge-gtk --version deluge-gtk 2.1.1 libtorrent: 2.0.7.0 Python: 3.10.7 OS: Linux Ubuntu 22.10 kinetic
and now with 2.1.1, I was trying to move an existing torrent and as soon as I hit the down arrow, it happened again, poof, -GTK was gone.
Attachments (2)
Change History (5)
comment:2 by , 2 years ago
Not sure if this is related specifically to the above problem, but I went to move a torrent in GTK that was launched from the CLI and when I started to edit the field manually, this error repeated itself over & over until I killed the process:
(deluge:446641): Gdk-WARNING **: 12:06:54.887: Window 0x55a213c54c40 is already mapped at the time of grabbing. gdk_seat_grab() should be used to simultanously grab input and show this popup. You may find oddities ahead.
by , 2 years ago
Attachment: | deluge-gtk-error-condensed.log added |
---|
error log from deluge-gtk called from command line
by , 2 years ago
Attachment: | deluge-gtk-error-condensed.2.log added |
---|
error log from deluge-gtk called from command line
comment:3 by , 2 years ago
I opened deluge-gtk from the command line with logging of STDERR to file, selected a torrent I wanted to move, right-click to "Move download folder", clicked the down arrow. The log was 1.6 MB so I took the first and last 500 lines with "BREAK BETWEEN HEAD AND TAIL" echoed between them.
I don't know if there's anything useful in there, most of it is the same error as above. However, it does say something about wayland and that would be specific to 22.10.
The two logs are the same, the second should be deleted. I can't seem to be able to do that.
Sorry, hate things I can't go back and edit.
It's working on this machine:
I will say, whoever got the tab completion working in that field gets a gold star from me!