Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.postscript > #3565

operator run not working

From wolli <wjb131@web.de>
Newsgroups comp.lang.postscript
Subject operator run not working
Date 2020-08-26 17:57 +0200
Organization Aioe.org NNTP Server
Message-ID <ri60qd$1rg0$1@gioia.aioe.org> (permalink)

Show all headers | View raw


hello,

I have some files (drawing flags, e.g. germany.ps) and a file (tools.ps),
containing some helper functions (e.g. hex2dez, converting hex values to 
rgb values).
These helper functions are included/imported in the flag files with 
"(tools.ps) run".
Both files are in the same directory.

Viewing such files with gv was possible some years ago (gs v. 9.24?),
now with current ghostscript(v. 9.52) I get an error message
"/ivalidfileaccess in --run--" [1].

I tried parameters -dNOSAFE, -P with no effect.

What can I do?

Wolfgang

--------------------
[1] Error: /invalidfileaccess in --run--
Operand stack:
    (tools.ps)   (r)
Execution stack:
    %interp_exit   .runexec2   --nostringval--   run   --nostringval-- 
2   %stopped_push   --nostringval--   run   run   false   1 
%stopped_push   1990   1   3   %oparray_pop   1989   1   3 
%oparray_pop   1988   1   3   %oparray_pop   run   1977   1   3 
%oparray_pop   1833   1   3   %oparray_pop   --nostringval-- 
%errorexec_pop   .runexec2   --nostringval--   run   --nostringval--   2 
   %stopped_push   --nostringval--   1990   1   3   %oparray_pop   run
Dictionary stack:
    --dict:735/1123(ro)(G)--   --dict:0/20(G)--   --dict:79/200(L)--
Current allocation mode is local
Last OS error: Permission denied
Current file position is 190
GPL Ghostscript 9.52: Unrecoverable error, exit code 1

Back to comp.lang.postscript | Previous | NextNext in thread | Find similar


Thread

operator run not working wolli <wjb131@web.de> - 2020-08-26 17:57 +0200
  Re: operator run not working luser droog <luser.droog@gmail.com> - 2020-08-26 10:14 -0700
    Re: operator run not working luser droog <luser.droog@gmail.com> - 2020-08-26 10:21 -0700
      Re: operator run not working wolli <wjb131@web.de> - 2020-08-26 23:57 +0200
        Re: operator run not working ken <ken@spamcop.net> - 2020-08-27 07:59 +0100
        Re: operator run not working luser droog <luser.droog@gmail.com> - 2020-08-27 03:02 -0700
          Re: operator run not working (SOLVED) wolli <wjb131@web.de> - 2020-08-27 19:30 +0200

csiph-web