Printing a score at 11x17 and I got a single page with this printed on it. Any good way to debug issues like this?
ERROR: dictstackunderflow
OFFENDING COMMAND: end
STACK:
-savelevel-
Printing a score at 11x17 and I got a single page with this printed on it. Any good way to debug issues like this?
ERROR: dictstackunderflow
OFFENDING COMMAND: end
STACK:
-savelevel-
That’s a PostScript error. Basically, the number of ‘end’ commands is greater than the number of ‘begin’ commands.
What OS platform are you on? It’s essentially a problem with the printer driver, though on MacOS the OS plays a slightly larger role in PostScript creation.
Mac OS. I tried some different print settings, I had put a watermark from the OSX print dialog, and it went away. Thanks