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

  1. Path: sparky!uunet!mcsun!fuug!demos!kiae!glas!demos!thunder.mcrcim.mcgill.edu!mouse
  2. From: mouse@thunder.mcrcim.mcgill.edu
  3. Newsgroups: comp.windows.x
  4. Date: 17 Jul 92 18:55 MDT
  5. Subject: Re: X display problems with xmaple 
  6. Sender: Notesfile to Usenet Gateway <notes@glas.apc.org>
  7. Message-ID: <1992Jul17.145536.28766@thunder.m>
  8. Nf-ID: #N:1992Jul17.145536.28766@thunder.m:-1725896170:001:1022
  9. Nf-From: thunder.mcrcim.mcgill.edu!mouse    Jul 17 18:55:00 1992
  10. Lines: 28
  11.  
  12.  
  13. In article <1992Jul13.022154.1466@lugb.latrobe.edu.au>, ccvj@misty.latrobe.edu.au (Vicki Jordan) writes:
  14.  
  15. > /u/ccvj> xmaple
  16. > /u/ccvj> X Error:  BadName
  17. >   Request Major code 45 ()
  18. >   Request Minor code 0
  19. >   ResourceID 0x2400039
  20. >   Error Serial #101
  21. >   Current Serial #102
  22.  
  23. Major code 45 is OpenFont.  (Your Xlib is set up wrong, or this would
  24. be printed in the parentheses.)  A BadName error from an OpenFont
  25. request indicates that the font does not exist.  Most likely xmaple is
  26. asking the server for a font that just isn't there.  If the xmaple
  27. documentation doesn't say what fonts it requires, you could run it
  28. under control of a protocol spy like xscope and see what it's asking
  29. for.
  30.  
  31. This is rather odd, though, as BadName errors from OpenFont requests
  32. are normally caught by Xlib and passed back through the procedural
  33. interface.  Your Xlib must be doing something very peculiar, or else
  34. xmaple is being ill-behaved and doing something behind Xlib's back.
  35.  
  36.                     der Mouse
  37.  
  38.                 mouse@larry.mcrcim.mcgill.edu
  39.  
  40.