home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / misc / 1102 < prev    next >
Encoding:
Internet Message Format  |  1992-07-25  |  1.5 KB

  1. Xref: sparky comp.windows.misc:1102 comp.unix.questions:9416 comp.unix.programmer:3907
  2. Path: sparky!uunet!mcsun!Germany.EU.net!unido!pki-nbg!hitkw14!smr
  3. From: smr@iti.org (Stephen Riehm)
  4. Newsgroups: comp.windows.misc,comp.unix.questions,comp.unix.programmer
  5. Subject: How do you make sense of the Xlib error reports?
  6. Message-ID: <smr.711990353@hitkw14>
  7. Date: 24 Jul 92 15:05:53 GMT
  8. Sender: news@pki-nbg.philips.de
  9. Distribution: comp
  10. Lines: 26
  11.  
  12. Hi,
  13.     I am trying to write a program entirely in Xlib ( for
  14.     performance reasons ), I am borrowing some code from a program
  15.     that I wrote last year ( which I am pretty sure worked ), but
  16.     when I run the program, I get the following error from Xlib:
  17.  
  18. X Error of failed request:  BadMatch (invalid parameter attributes)
  19.   Major opcode of failed request:  62 (X_CopyArea)
  20.   Serial number of failed request:  73
  21.   Current serial number in output stream:  150
  22. Exit 1
  23.  
  24.     How do I track down EXACTLY what is going wrong, it seems that
  25.     when XCopyArea is called, it returns with an OK status, and
  26.     its only when the event requests are processed that the
  27.     message is printed. Any advice would be gladly appreciated!
  28.  
  29. thanks in advance
  30.  
  31. -----------------------------------------------------------------
  32. Stephen Riehm                   smr@pki-nbg.philips.de
  33. not in any way talking on behalf of:
  34. Philips Kommunikations Industrie      Phone: +49 911 526 2975
  35. 8500 Nuremberg, Germany                Fax: +49 911 526 2095
  36. I come from the land down under, where women glow and men blunder
  37. PS: I know my From: line is wrong, but I don't know WHY!
  38.