Bug-info.htm 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <title>Reporting Ghostscript problems</title>
  5. <!-- $Id: Bug-info.htm,v 1.20.2.2 2002/02/01 05:31:24 raph Exp $ -->
  6. <link rel="stylesheet" type="text/css" href="gs.css" title="Ghostscript Style">
  7. </head>
  8. <body>
  9. <!-- [1.0 begin visible header] ============================================ -->
  10. <!-- [1.1 begin headline] ================================================== -->
  11. <h1>Reporting Ghostscript problems</h1>
  12. <!-- [1.1 end headline] ==================================================== -->
  13. <!-- [1.0 end visible header] ============================================== -->
  14. <!-- [2.0 begin contents] ================================================== -->
  15. <!-- [2.0 end contents] ==================================================== -->
  16. <!-- [3.0 begin visible trailer] =========================================== -->
  17. <hr>
  18. <p>
  19. The Ghostscript development team wants Ghostscript to be of high quality,
  20. but we have limited resources for responding to problems, so please read
  21. this document carefully. Read each section in order, and follow the
  22. instructions in the first one that applies to your situation. We appreciate
  23. problem reports, since they help us improve the quality of Ghostscript, but
  24. please help us by following the procedure below.
  25. <p>
  26. While we do try to respond to all reports, we give priority to the following
  27. classes of users:
  28. <ol>
  29. <li>Beta testers who have actually given us at least one report on some beta
  30. version supplied to them.
  31. <li>People developing drivers for Ghostscript or applications based on it,
  32. and that will be made freely available.
  33. <li>People who express serious interest in <a
  34. href="New-user.htm#Commercial_use">licensing Ghostscript commercially</a>.
  35. <li>Other people who have signed up as testers of developer releases.
  36. </ol>
  37. <p>
  38. We currently have access to systems running Linux, Solaris, Microsoft
  39. Windows (various versions), and MacOS; gcc, Borland C++ Builder, Watcom C++,
  40. Microsoft Visual C++, and Metrowerks CodeWarrior. If your problem turns
  41. out to be specific to some other hardware or software configuration, it may
  42. take longer to track down, since we will have to rely on other users to
  43. help.
  44. <h2>Check that you have a good copy of the most recent version.</h2>
  45. <p>
  46. Go to
  47. <blockquote>
  48. <a href="http://sourceforge.net/project/showfiles.php?group_id=1897"
  49. class="offsite">
  50. http://sourceforge.net/project/showfiles.php?group_id=1897</a>
  51. </blockquote>
  52. <p>
  53. and see if the version number of your Ghostscript installation is the
  54. highest number listed there in the applicable File Module. The
  55. <b><tt>ghostscript</tt></b> module lists stable releases; the
  56. <b><tt>gs-beta</tt></b> module lists beta versions. You can
  57. find the version number of your installation by executing
  58. <blockquote><pre>
  59. gs --version
  60. </pre></blockquote>
  61. <p>
  62. (or <b><tt>gswin32c</tt></b>, or whatever your Ghostscript executable is
  63. named).
  64. <p>
  65. If you aren't running the most recent version, please get the most recent
  66. version and install it, per the instructions in <a
  67. href="Install.htm">Install.htm</a>. Check whether the problem is still
  68. there. If it is, go on to the next step.
  69. <p>
  70. Even if you are running the most recent version, it is possible that you may
  71. be running a modified copy. We are confident that copies on the SourceForge
  72. site just mentioned, our other master distribution site on
  73. <a href="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/"
  74. class="offsite">mirror.cs.wisc.edu</a>, and CD-ROMs of commercial
  75. Linux
  76. distributions are good; if you got Ghostscript somewhere else, please update
  77. it from one of these places, and check whether the problem is still there
  78. before proceeding.
  79. <h2>Check whether your problem is already known.</h2>
  80. <p>
  81. Go to
  82. <blockquote>
  83. <a href="http://sourceforge.net/bugs/?group_id=1897" class="offsite">
  84. http://sourceforge.net/bugs/?group_id=1897</a>
  85. </blockquote>
  86. <p>
  87. and see whether your problem is already known. If it is, you may want to
  88. add a follow-up comment to the report. If it isn't, go on to the next step.
  89. <h2>Have you ever run Ghostscript successfully?</h2>
  90. <p>
  91. If your problem is connected with installing or configuring Ghostscript, and
  92. you haven't yet been able to run it successfully, we're sorry, but we can't
  93. provide help. You might want to re-read the <a
  94. href="Install.htm">instructions</a> for installing Ghostscript, mentioned
  95. above. If that doesn't help, all we can suggest is that you post your
  96. problem to the Usenet newsgroup <a
  97. href="news:comp.lang.postscript">comp.lang.postscript</a>. If, after you
  98. find the solution, you have suggestions for improving the documentation,
  99. please let us know.
  100. <h2>Reproduce the problem with Ghostscript alone.</h2>
  101. <p>
  102. If you are running Ghostscript through some other piece of software, such as
  103. a GUI-based viewer, you will have to reproduce the problem with Ghostscript
  104. alone before we can look at it.
  105. <ul>
  106. <li>If you are running Ghostscript through Ghostview (for Unix and Linux),
  107. try to run the same file through Ghostscript (<b><tt>gs</tt></b>) without
  108. using Ghostview. If you don't know how to do this, or the problem doesn't
  109. show up, please contact <a
  110. href="mailto:ghostview@cs.wisc.edu">ghostview@cs.wisc.edu</a>.
  111. <li>If you are running Ghostscript through GSview (for MS Windows and OS/2),
  112. try to run the same file through Ghostscript (<b><tt>gswin32</tt></b> or
  113. <b><tt>gswin32c</tt></b>) without using GSview. To find out more details
  114. about how GSview is calling Ghostscript, start GSview with debugging enabled
  115. (e.g. <b><tt>gsview&nbsp;/d</tt></b>): these details can be seen using "File
  116. | Show Messages" and can be copied to the clipboard for pasting into a text
  117. document. If you have trouble doing this, or if you can't reproduce the
  118. original problem with Ghostscript alone, please contact <a
  119. href="mailto:gsview@ghostgum.com.au">gsview@ghostgum.com.au</a>.
  120. <li>If you are running Ghostscript through any other software (e.g.,
  121. <b><tt>dvips</tt></b>, a printer spooler, etc.), we are sorry, but we cannot
  122. help you unless you can tell us how to produce the problem using Ghostscript
  123. alone.
  124. </ul>
  125. <h2>Check whether you are using a third-party printer driver.</h2>
  126. <p>
  127. The file <b><tt>src/devs.mak</tt></b> lists all the drivers about which we
  128. can answer questions; the file <b><tt>src/contrib.mak</tt></b> lists all the
  129. other drivers. If you are using a driver listed in the latter file, please
  130. try to reproduce the problem using a driver listed in the former. If you
  131. can't, please contact the author of the problem driver.
  132. <h2>Send us a problem report.</h2>
  133. <p>
  134. Please go to the problem reporting form in <a
  135. href="Bug-form.htm">Bug-form.htm</a> and follow its instructions.
  136. <!-- [3.0 begin visible trailer]
  137. ============================================= -->
  138. <hr>
  139. <p>
  140. <small>Copyright &copy; 2000 Aladdin Enterprises. All
  141. rights reserved.</small>
  142. <p>
  143. <small>This file is part of AFPL Ghostscript. See the
  144. <a href="Public.htm">Aladdin Free Public License</a> (the "License") for
  145. full details of the terms of using, copying, modifying, and
  146. redistributing AFPL Ghostscript.</small>
  147. <p>
  148. <small>Ghostscript version 7.04, 31 January 2002
  149. <!-- [3.0 end visible trailer] ============================================= -->
  150. </body>
  151. </html>