| Michael Loßin on Mon, 19 Feb 2001 11:17:45 +0100 (CET) |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: More information... |
Steve Hay schrieb: > > In regards to the previous message, here is more information that I > recovered from the debugging information.. I really don't understand it > but maybe someone else... > > after printing, /var/spool/lpd/status says that "lp is ready and printing" > (Nothing comes out of the printer) > /var/spool//lpd/auto1/log: Attached. [ "Unexpected interpreter error -16." ] > /tmp/apsfilter313/data: Attached. [ Normal PostScript file ] This is an error generated by ghostscript. When you enabled debugging, you removed the three comment marks before the three functions at the bottom; unfortunately, this masked out the error location in the _real_ print_ps() function... Anyway, it seems that your ghostscript executable has a bug. My version (6.50) was able to correctly convert the file to ljet4 format. Which version do you use? Michael