Path: utzoo!attcan!uunet!ogicse!decwrl!ucbvax!parc.xerox.com!janssen From: janssen@parc.xerox.com (Bill Janssen) Newsgroups: comp.soft-sys.andrew Subject: Re: some more info on PL7 on SunOS4.1 Message-ID: Date: 1 Oct 90 23:08:05 GMT References: <4b1v_Ea753w740hmZU@gazelle.att.com> Sender: usenet@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 26 Excerpts from ext.andrew: 1-Oct-90 some more info on PL7 on Su.. J Mukerji@mtgzx.att.com (1022+0) > X error BadValue (integer parameter out of range for > operation) (2) major code 51 minor code 0 ignored [From host mtgzflw1] > ( 5:08:46 PM ) > Has anyone seen this error message come out of Andrew? Where is it > coming from? Andrew? or the X server? This message is from the Xlib, called from ATK in either (guessing) xim or xfont; it indicates a problem with a call to SetFontPath (code 51). Andrew has a bit of cleverness built in so that it adds the directory containing the Andrew fonts to your font path in the X server if it is not already there. Of course, this breaks occasionally, as when you run several different servers with different font binary formats, but it's usually OK. The only two integers in this call are the length of the request (computed automatically by Xlib), and the number of directory strings in the request. I'd imagine that the number of strings is either negative, or very large (zero seems to be a valid value). You can find out by running the program xscope between the ATK program and the xserver, and watching for the SetFontPath call. Bill