Michael Loßin on Sat, 30 Jun 2001 11:22:17 +0200 (CEST)


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: pse help debug printing errors


a.l.meyers@consult-meyers.com schrieb:
> 
> However, testing the normal printer which apsfilter configured,
> "lp" with
> 
> lptest 25 25 | lpr -Plp
> 
> gave:
> 
> Error: /typecheck in --closefile--
> Operand stack:
>     --nostringval--   ()
> Execution stack:
>     %interp_exit .runexec2 --nostringval-- --nostringval--
>         --nostringval--
> Dictionary stack:
>     --dict:999/1476(ro)(G)-- --dict:0/20(G)-- --dict:66/200(L)
> Current allocation mode is local
> Last OS error: 2
> 
> How can I either fix this or set up the apsfilter config files
> to send all text jobs to raw1?
> 
> Lucien

One way is to use "recode" as your ASCII_FILTER -- this will
not convert text to PostScript, but rather send the raw data.

But it seems that PostScript files are not handled at all.
Please create a log (see handbook.html) and post it here.

The problem ghostscript is having with certain files ("typecheck
in closefile") is weird... Maybe the gs build process went wrong.
Do you use a package or did you compile it yourself?
Some problems might be caused by people replacing the "mktemp"
calls with "mkstemp" without realizing that the semantics are
different.


Michael