home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / apps / dtp / ghost / gs301bt1 / help / error.ps < prev    next >
Text File  |  1994-09-04  |  2KB  |  73 lines

  1. %!PS-Adobe-
  2.  
  3. currentdict /procsdef known not {(procs.ps) runlibfile} if
  4. /width 392 def 
  5. /height 1215 def 
  6. setsize
  7.  
  8. (Ghostscript Errors) header
  9.  
  10. (PostScript operates by maintaining several) jnl
  11. (stacks, on which various objects are placed) jnl
  12. (and operated on.  When an error occurs,) jnl
  13. (Ghostscript will print an error message and) jnl
  14. (will display the contents of its stacks in) jnl
  15. (the console window.  This stack dump is) jnl
  16. (sometimes difficult to interpret, and the) jnl
  17. (source of the error may not be clear.) jnl
  18. (Generally, the name of the error that) jnl
  19. (occured and the contents of the operand) jnl
  20. (stack are most useful in decoding the error) jnl
  21. (message.) jnl
  22. return
  23.  
  24. (After an error occurs, the prompt may) jnl
  25. (change to look something like GS<3>.  This) jnl
  26. (means that there are now three objects) jnl
  27. (remaining on the operand stack.  Typing) jnl
  28. ("clear" or typing "pop" three times will) jnl
  29. (clear the stack.  Typing "==" will display) jnl
  30. (the object on the top of the stack.) jnl
  31. return
  32.  
  33. (Some common errors are:) jnl
  34. return
  35.  
  36. (/undefinedfilename in --file--) jnl
  37. (GS could not open the file whose name is on) jnl
  38. (the operand stack. If the file name begins) jnl
  39. (with gs_, it is a startup file required by) jnl
  40. (GS. Check the GS_LIB environment variable) jnl
  41. (\(see the files "use.doc" and "readme.st"\).) jnl
  42. return
  43.  
  44. (/undefined in somename) jnl
  45. (GS has encountered a procedure or variable) jnl
  46. ("somename", which has not been defined.) jnl
  47. (Often this is the result of a missing) jnl
  48. (header file which should be run before the) jnl
  49. (offending file.) jnl
  50. return
  51.  
  52. (/rangecheck in --somename--) jnl
  53. (The procedure "somename" was passed a bad) jnl
  54. (value as an argument.  For example, passing) jnl
  55. (a negative number to the sqrt operator will) jnl
  56. (result in a rangecheck error. The offending) jnl
  57. (argument should be on the operand stack.) jnl
  58. return
  59.  
  60. (/typecheck in --somename--) jnl
  61. (The procedure "somename" was passed a) jnl
  62. (parameter of the wrong type.  For example,) jnl
  63. (passing a string to the add operator will) jnl
  64. (result in a typecheck error.  The offending) jnl
  65. (argument should be on the operand stack.) jnl
  66. return
  67.  
  68. (/VMerror) jnl
  69. (Ghostscript has run out of memory.  Try) jnl
  70. (reducing the resolution of the image.) jnl
  71.  
  72. footer showpage restoresize
  73.