Karl Dalen wrote:
>   (Details: serial 14 error_code 3 request_code 159 minor_code 2)

*sigh*  I really need to find the genius who decided GTK needed to
remove useful information from X errors and make them impossible to
debug.

That is an error from an X extension call, but GTK has thrown away
the information about which one, and since the codes are dynamically
assigned based on your server configuration, we can't tell from here.

To debug this further, a developer will also need you to run:
        xdpyinfo -queryExt | grep "opcode: 159"
so that we can know what request code 159 is assigned to in your
server configuration.

-- 
        -Alan Coopersmith-           alan.coopersmith at sun.com
         Sun Microsystems, Inc. - X Window System Engineering


Reply via email to