我使用 GSview 打开一个.ps
文件并出现以下错误:
GSview 5.0 2012-01-17
GPL Ghostscript 9.05 (2012-02-08)
Copyright (C) 2010 Artifex Software, Inc. All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
Displaying non DSC file G:/My_Daily Sync/20120404 JSICE/20120402 JSICE2011/JSICE2011.ps
Loading NimbusRomNo9L-Medi font from %rom%Resource/Font/NimbusRomNo9L-Medi... 3650488 2223609 4329624 3024112 2 done.
Loading NimbusRomNo9L-ReguItal font from %rom%Resource/Font/NimbusRomNo9L-ReguItal... 3650488 2276491 4349808 3041337 2 done.
Loading NimbusRomNo9L-Regu font from %rom%Resource/Font/NimbusRomNo9L-Regu... 3650488 2328328 4390176 2553455 2 done.
Loading CenturySchL-BoldItal font from %rom%Resource/Font/CenturySchL-BoldItal... 3711040 2393187 4390176 2574118 2 done.
Loading NimbusSanL-Regu font from %rom%Resource/Font/NimbusSanL-Regu... 3771592 2445797 4390176 2748035 2 done.
Scanning c:\psfonts for fonts... 0 files, 0 scanned, 0 new fonts.
Error: /invalidfileaccess in /findfont
Operand stack:
GothicBBB-Medium-83pv-RKSJ-H
Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- false 1 %stopped_push 1926 1 3 %oparray_pop 1925 1 3 %oparray_pop 1909 1 3 %oparray_pop 1803 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- 1884 1 7 %oparray_pop
Dictionary stack:
--dict:1176/1684(ro)(G)-- --dict:0/20(G)-- --dict:84/200(L)-- --dict:206/300(L)-- --dict:43/200(L)-- --dict:95/160(L)-- --dict:8/85(L)--
Current allocation mode is local
--- Begin offending input ---
21 mt 4152 121 L
1069 3204 mt 4152 3204 L
4152 3204 mt 4152 121 L
1069 3204 mt 1069 121 L
1069 3204 mt 4152 3204 L
1069 3204 mt 1069 121 L
1069 3204 mt 1069 3173 L
1069 121 mt 1069 152 L
%%IncludeResource: font GothicBBB-Medium-83pv-RKSJ-H
/GothicBBB-Medium-83pv-RKSJ-H 240 FMS
985 3514 mt
(0) s
2611 3204 mt 2611 3173 L
2611 121 mt 2611 152 L
2413 3514 mt
(0.5) s
4152 3204 mt 4152 3173 L
4152 121 mt 4152 152 L
4068 3514 mt
(1) s
1069 3204 mt 1100 3204 L
4152 3204 mt 4121 3204 L
867 3314 mt
(0) s
1069 2587 mt 1100 2587 L
4152 2587 mt 4121 2587 L
639 2697 mt
(0.2) s
1069 1971 mt 1100 1971 L
4152 1971 mt 4121 1971 L
639 2081 mt
(0.4) s
1069 1354 mt 1100 1354 L
4152 1354 mt 4121 1354 L
639 1464 mt
(0.6) s
1069 738 mt 1100 738 L
4152 738 mt 4121 738 L
639 848 mt
(0.8) s
1069 121 mt 1100 121 L
4152 121 mt 4121 121 L
867 231 mt
(1) s
1069 121 mt 4152 121 L
1069 3204 mt 4152 3204 L
4152 3204 mt 4152 121 L
1069 3204 mt 1069 121 L
--- End offending input ---
file offset = 97280
gsapi_run_string_continue returns -101
我的系统是日文版 Windows 7 64 位,带有 TeXnicCenter + MiKTeX + GSview + GhostScript。
您能帮我吗?如果您有任何意见,我将不胜感激。
答案1
Error: /invalidfileaccess in /findfont
看起来您缺少所用字体的 PostScript 版本,或者至少它不在允许的目录中。如果没有更多信息,很难告诉您是什么原因造成的。我发现https://bugzilla.redhat.com/show_bug.cgi?id=402551其中指出您可能需要更改选项-dNOSAFER
。此外,更新到 Ghostscript 的较新版本也可能会解决此问题。