I'm still getting this error, strace with --sync

read(19, "! $Xorg: XErrorDB,v 1.3 2000/08/"..., 41481) = 41481
....
write(2, "The program 'gnometris' received"..., 565The program 'gnometris' 
received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
  (Details: serial 188 error_code 3 request_code 10 minor_code 0)
  (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.)
) = 565

It is interesting because this is called

gtk_action_set_sensitive(0x8678120, 0, 0, 0, 0)  = 1
which yields this error
(gnometris:4649): ClutterGLX-CRITICAL **: Unable to make the stage window 
0x440019c the current GLX drawable

then the next call 
gtk_action_set_sensitive(0x8678120, 1, 0x89f98f0, 0xb81ff4, 2) = 1
gets the fatal error.
The program 'gnometris' received an X Window System error.

Apparently, setting that window's sensitive is broke.

-- 
Gnometris crashes when closing preferences if Theme tab has been selected
https://bugs.launchpad.net/bugs/437123
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to