O que é esse erro do GhostScript? “/ Indefinido em / BXlevel”

0

No começo eu pensei que isso poderia ter sido um problema de fonte ausente, mas pelo que eu posso dizer da saída, GS está achando a fonte muito bem ..

Alguma dica sobre o problema?

$ /usr/bin/gs -dBATCH -dNOPAUSE -sDEVICE=pngalpha -sOutputFile="$RAWPNG" "$PDF_PATH/$PDF_FILENAME"


GNU Ghostscript 7.07 (2003-05-17)
Copyright (C) 2003 artofcode LLC, Benicia, CA.  All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
Loading NimbusRomNo9L-Regu font from /usr/share/fonts/default/Type1/n021003l.pfb... 2471956 1102101 1642520 351150 0 done.
Using NimbusRomanNo9L-Regu font for NimbusRomNo9L-Regu.
Loading NimbusSanL-Regu font from /usr/share/fonts/default/Type1/n019003l.pfb... 2846916 1446739 1682712 365686 0 done.
Using NimbusSansL-Regu font for NimbusSanL-Regu.
Error: /undefined in /BXlevel
Operand stack:
   --dict:2/2(L)--   1   --dict:6/6(ro)(G)--   xref
Execution stack:
   %interp_exit   .runexec2   --nostringval--   --nostringval--   --nostringval--   2   %stopped_push   --nostringval--   --nostringval--   --nostringval--   false   1   %stopped_push   1   3   %oparray_pop   1   3   %oparray_pop   1   3   %oparray_pop   --nostringval--   --nostringval--   --nostringval--   --nostringval--   %loop_continue   --nostringval--   false   1   %stopped_push   --nostringval--   %loop_continue   --nostringval--   --nostringval--   --nostringval--
Dictionary stack:
   --dict:1062/1123(ro)(G)--   --dict:0/20(G)--   --dict:93/200(L)--   --dict:93/200(L)--   --dict:97/127(ro)(G)--   --dict:229/230(ro)(G)--   --dict:16/24(L)--
Current allocation mode is local
GNU Ghostscript 7.07: Unrecoverable error, exit code 1
    
por Occam's Razor 21.08.2018 / 16:47

1 resposta

2

Estou percebendo que você está usando uma implementação muito antiga do GhostScript. O erro foi reportado ao banco de dados de bugs do GhostScript em 2006 como bug # 689876 (para os releases 8.54 e 8.62) e deve ser corrigido em versões mais recentes da ferramenta.

O erro também aparece em vários outros relatórios de bugs (todos bem antigos), mas minha sugestão principal seria tentar um GhostScript mais recente. O lançamento mais recente é 9,23 .

    
por 21.08.2018 / 16:55