Opened 13 years ago
Closed 12 years ago
#2095 closed bug (Duplicate)
Empty left and right pane in the ui on remote connection
Reported by: | effede | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | Future |
Component: | GTK UI | Version: | 1.3.5 |
Keywords: | Cc: |
Description
After a successful remote or local connexion to a deluge daemon, the only information visible are in the state bar but the left (upper and lower) and right panes are empty.
Tried with a local connexion on Windows XP and remote from Linux to Windows with the same results.
On another Linux box, Deluge crash right after the connection with console message :
exceptions.AttributeError: 'Gtk2Reactor' object has no attribute 'simulate' The program 'deluge' received an X Window System error. This probably reflects a bug in the program. The error was 'BadWindow (invalid Window parameter)'. (Details: serial 48821 error_code 3 request_code 155 minor_code 3) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.)
It may be interesting to know that I encounter this bug and the 1454 at the same time so it is quite difficult to use Deluge for now...
Change History (3)
follow-up: 2 comment:1 by , 13 years ago
comment:2 by , 13 years ago
Hi! Please have look at http://dev.deluge-torrent.org/ticket/1531 maybe same issue?
It effectively seems to be similar excepted that in my case, it is systematic whatever OS or client I use...
Thank you for the advice, I will follow both ticket by now.
comment:3 by , 12 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
The simulate error has been fixed in #2148 and with no further update, closing as duplicate.
Replying to effede:
Hi! Please have look at http://dev.deluge-torrent.org/ticket/1531 maybe same issue?