Hello,<br><br>im trying to launch the gtkcairo demo program on a linux machine. It happens to complain<br> The program 'demo' received an X Window System error.<br>This probably reflects a bug in the program.<br>The error was 'BadLength (poly request too large or internal Xlib length erro'.
<br> (Details: serial 215 error_code 16 request_code 142 minor_code 1)<br> (Note to programmers: normally, X errors are reported asynchronously;<br> that is, you will receive the error a while after causing it.<br> To debug your program, run it with the --sync command line
<br> option to change this behavior. You can then get a meaningful<br> backtrace from your debugger if you break on the gdk_x_error() function.)<br><br><br>when i am calling<br> self->glitz_surface = glitz_surface_create (drawable, format, width, height, 0, NULL);
<br><br><br>I have no problem running pure opengl applications (for ex. from nehe) on the same machine.<br>Could anybody tell me why cant i get glitz surface created ? And i have no problem running this program on other linux machine.
<br><br>Thanks.<br><br>Ignas<br>