Displaying 3 results from an estimated 3 matches for "x_getwindowattributes".
2004 Mar 19
2
X forwarding and BadWindow error
Has anybody else experienced weird X11 forwarding problems such
as the one below:
andreas at teste10:~> x3270
X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  3 (X_GetWindowAttributes)
  Resource id in failed request:  0x404372
  Serial number of failed request:  833
  Current serial number in output stream:  834
or
andreas at teste10:~> gq
Gdk-ERROR **: BadWindow (invalid Window parameter)
  serial 737 error_code 3 request_code 38 minor_code 0
Gdk-ERROR **: BadAccess (atte...
2011 Jan 16
2
Since update of January 15th Left 4 Dead 2 (steam) crashes
...ng no proxy used                                                    
fixme:win:EnumDisplayDevicesW ((null),0,0x33bf44,0x00000000), stub!                                                            
X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  3 (X_GetWindowAttributes)
  Resource id in failed request:  0x1e49230
  Serial number of failed request:  48
  Current serial number in output stream:  49
fixme:advapi:RegisterTraceGuidsW (0x3884f30, 0x3edb720, {3dada31d-19ef-4dc1-b345-037927193422}, 1, 0x3eb3b24, (null), (null), 0x3edb738,)
err:ole:RevokeDragDrop invalid...
2010 Jun 20
6
[Bug 1785] New: configurable timeout for x11 cookies
...horized clients can connect
SI:localuser:taviso
$ ./ssh -oForwardX11Timeout=10 -X untrusted at localhost
Last login: Sun Jun 20 13:17:34 2010 from insomniac.lan
$ xwd -root > /dev/null; echo $?
X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  3 (X_GetWindowAttributes)
  Resource id in failed request:  0x300001
  Serial number of failed request:  17
  Current serial number in output stream:  18
1
$ sleep 10
$ xwd -root > /dev/null; echo $?
0
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail becaus...