I do have a problem in producing a pdf (latex -> dvips -> ps2pdf) with an error saying
Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push
Dictionary stack:
--dict:1084/1123(ro)(G)-- --dict:0/20(G)-- --dict:69/200(L)--
Current allocation mode is local
Last OS error: 2
GPL Ghostscript 8.57: Unrecoverable error, exit code 1
filename.pswas generated? What is the complete error message of Ghostscript? – Heiko Oberdiek Jun 15 '13 at 11:21dvipsfails to generate a PostScript file, then it is not a surprise that Ghostscript throws an error. But a minimal working example (MWE) would be helpful. – Heiko Oberdiek Jun 15 '13 at 12:08Execution stack, there should be a line startingError: ...andOperand stack:. Also you can edit your question to add the complete MWE and try to strip down the example file by removing stuff/packages that do not cause the problem. – Heiko Oberdiek Jun 15 '13 at 12:35Error: /undefinedfilename in (A.ps): that means,A.pswas not generated and does not exist. Thus the previous step (dvips) already failed. – Heiko Oberdiek Jun 15 '13 at 13:16