Path: utzoo!utgpu!water!watmath!clyde!att-cb!att-ih!pacbell!ames!amdahl!pyramid!voder!blia!blipyramid!mao From: mao@blipyramid.BLI.COM (Mike Olson) Newsgroups: comp.windows.x Subject: Re: debugging with the toolkit Message-ID: <64@blipyramid.BLI.COM> Date: 2 Apr 88 20:34:17 GMT References: <6570@ubvax.UB.Com> Organization: Britton Lee, Inc. Lines: 23 In article <6570@ubvax.UB.Com>, vix@ubvax.UB.Com (Paul Vixie) writes: > > Bad news from my latest experiment: > > # X Protocol error detected by server: integer parameter out of range > # Failed request major op code 1 X_CreateWindow > # Serial number of failed request 32 > # Current serial number in output stream 52 > in my experience, this indicates that you've left out one of the twelve parameters to XCreateWindow(). the server fails to detect the error until you try to do something complicated (like map it). it may also be an illegal value in the XSetWindowAttributes struct. i have not yet converted to X11R2, but it appears from the above that kudos are due the implementors. R1 forced me to grep through .h files to map magic protocol request numbers to names. that's apparently no longer true. mike olson britton lee, inc. ...!mtxinu!blia!mao olson@ucbvax.berkeley.edu