home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / tech / droege / errors.doc < prev    next >
Text File  |  1986-10-14  |  9KB  |  301 lines

  1.                                  Page C-1
  2.  
  3. ERRORS.DOC
  4.  
  5. This is a listing of all the error messages generated by DROEGE.  In case of
  6. emergency, we have built in a restart procedure which will get you out of most
  7. loops.  If the keyboard shift keys still respond, then pressing KP9 with Caps
  8. Lock and Num Lock on will break out of most DROEGE problems and put you back
  9. into the main menu.  One problem this does not seem to cure is overfilling a
  10. disk.  While we close the file, the system does not at present recover.  Until
  11. we fix this be cautious on a save.  Be sure you have enough space left on the
  12. disk.
  13.  
  14. "CAUTION - OPERATION DANGEROUS"
  15.  
  16. You are replacing one symbol by another.  This is a global edit and if you
  17. replace A by B then realize that you did not want to replace all A by B and
  18. attempt to get back by replacing B by A you can get into big trouble quickly.
  19.  
  20. "DISK PROBLEM"
  21.  
  22. As below except the error occurred while attempting to write a file.  The most
  23. common problem is not enough space left on the disk.  We are not always
  24. successful in closing the files to give you another chance so be sure you have
  25. enough disk space before saving the job.  Best to keep several fresh disks on
  26. hand and grandfather, father, son them.
  27.  
  28. "DISK PROBLEM DURING LOAD"
  29.  
  30. The system encountered some disk problem while attempting to load a PCD file.
  31. Make sure you gave a file name that exists on the default disk.  Make sure the
  32. disk is ready, etc..  You also get the ERROR NO m AT LINE n message to give you
  33. a clue.
  34.  
  35. "DISK PROBLEM LOADING SYMBOLS"
  36.  
  37. See DISK PROBLEM DURING LOAD.  Problems were encountered while loading a .LIB
  38. or .PCS file.
  39.  
  40. "ERROR NUMBER m AT LINE n"
  41.  
  42. Basic has detected one of the errors in Appendix A of the Basic manual.  See
  43. this appendix to interpret these errors.  Yes, we must confess this is written
  44. in BASIC, with some assembly code.
  45.  
  46. "FATAL ERROR"
  47.  
  48. An unexpected error was found.  We scare you to make sure that you are
  49. cautious.  Best not to overwrite the last job save with this, but it might
  50. still be useable.  After this you get the ERROR NUMBER m AT LINE n error
  51. message.
  52.  
  53. "HASH ENTRY < 0 ERROR"
  54.  
  55. This should never happen.  We hope we have fixed all the reasons for this.  You
  56. might be able to recover with the KP9 procedure.
  57.  
  58. "HASH TABLE IS FULL -FATAL"
  59.  
  60. You have used up all the available space.  A save and reload might give you a
  61.                                  Page C-2
  62. few spaces.  If you have made all the entire job a symbol, saving it as a
  63. library will clear away all the unused stuff and might gain some space,
  64. particularly if you have symbols you don't use.  Time to send money for the
  65. bigger version.
  66.  
  67. "INVALID SETUP.PCD FILE"
  68.  
  69. This error dumps you back into the system.  We make checks to insure that the
  70. licensee identification has not been modified.  It is possible that your
  71. SETUP.PCD file has an error that was not detected by the system.  If so, your
  72. backup copy should work.  More likely you have tried to change the name and
  73. address or other items which we do not want you to change.  True hackers should
  74. be able to break our code scheme.  You could probably more easily hold us up at
  75. gun point.  Either way, you are doing something amoral, if not illegal by
  76. attempting to use the program in a way we have not authorized.   While we are
  77. not copy protected, we want to be able to identify where you got your copy.
  78.  
  79. "JOB DATA NOT FOUND"
  80.  
  81. When loading the initial files, the job symbol was not found.  This indicates
  82. that the file SETUP.PCS is faulty.  Obtain a backup set of SETUP.PCD and
  83. SETUP.PCS and try loading again.  If this error occurs when loading a job, it
  84. means that the file "JOBNAME".PCS is faulty.  Try to use a backup.  It is
  85. difficult for either of these errors to occur unless you have been editing the
  86. job disk files, or there is an undetected disk error.
  87.  
  88. "JOB SYMBOL NOT FOUND"
  89.  
  90. Same as JOB DATA NOT FOUND.
  91.  
  92. "LOADED SYMBOL REFERENCES AN UNAVAILABLE SYMBOL - SYMBOL PARTS WILL BE LOST"
  93.  
  94. Something is wrong with the symbol library being loaded.  Try saving each
  95. symbol separately as a library if you are about to loose a lot of work.  You
  96. may be able to identify the sick symbol this way.  The problem is that the
  97. symbols do not call each other properly.  You can almost surely save all the
  98. lowest level symbols,  and probably all but one of the higher level ones.  It
  99. is probably worth trying if you don't have a good backup.
  100.  
  101. "MUST NAME SYMBOL  HIT KEY F01 TO NAME"
  102.  
  103. The origin key was hit before the symbol was named.
  104.  
  105. "NOTHING ENTERED"
  106.  
  107. You attempted to enter a nul label.  Try again.
  108.  
  109. "OVERFLOW-DATA BASE MAY BE FAULTY"
  110.  
  111. An overflow or division by zero has been detected.  Usually this does not hurt
  112. the data base, but the item just entered is probably nonsense.  Delete it if
  113. you can and reinsert the item with better parameters.  Can be caused by
  114. defining an arc with three points in a straight line.
  115.  
  116. "PLEASE CONSIDER JOB BACKUP"
  117.  
  118. The program has completed a full survey of the data base and has just updated
  119. the %L indication.  You will have less than the indicated %L if you have been
  120. doing any work.
  121.                                  Page C-3
  122.  
  123. "PLEASE NAME A SYMBOL"
  124.  
  125. Symbol locate was attempted when no symbol was named.
  126.  
  127. "STRING SPACE FULL-DELETE STRINGS"
  128.  
  129. Basic has run out of string space.  Not very likely if you have a full memory
  130. complement, but possible on a small machine.  There is probably not much you
  131. can do, but deleting things that use string space, like symbols and labels
  132. might help.
  133.  
  134. "SYMBOL ALREADY CREATED MUST OPEN TO EDIT"
  135.  
  136. The symbol named as a new symbol was found on the symbol list.
  137.  
  138. "SYMBOL CLOSED"
  139.  
  140. Symbol operations have been terminated and you are now back in the job.
  141. Anything entered will go into the job area even though the symbol data still
  142. appears on the screen.
  143.  
  144. "SYMBOL CONNECTS TO SELF - FATAL"
  145.  
  146. You have succeeded in locating a symbol in itself.  This is a naughty thing to
  147. do as the system would not know when to stop.  We have put in a number of
  148. checks to prevent this and they all seem to work, still you might succeed.  If
  149. this happens, you are put back in the initial menu and we preserve most work we
  150. hope.  If you attempt to do this indirectly, i.e. A includes B which includes C
  151. which includes A, the results are somewhat unpredictable, but we think we do the
  152. right thing.  We wrote a scheme to prevent this in our spec., but we got tired
  153. of coding.
  154.  
  155. "SYMBOL DOES NOT EXIST TO KILL"
  156.  
  157. See SYMBOL NOT FOUND.  An attempt was made to kill a symbol which was not
  158. found.
  159.  
  160. "SYMBOL LEVEL EXCEEDS 20"
  161.  
  162. Symbols are calling symbols at level 20 or beyond.  We will make this number
  163. larger for anyone who can think up a reasonable use for nesting this deep.  We
  164. have never gone beyond 6 on a real job.  It is still possible that you have
  165. found a way for a symbol to call itself.  We try to back you out gracefully.
  166.  
  167. "SYMBOL NOT AVAILABLE"
  168.  
  169. A symbol was not found when requested for placement in another symbol.  See
  170. SYMBOL NOT FOUND.
  171.  
  172. "SYMBOL NOT FOUND"
  173.  
  174. Usually you have just entered a symbol name.  Remember the symbol names know
  175. about upper and lower case so be sure to type a symbol name the way you entered
  176. it.  The program has searched the symbol table and the entered symbol has not
  177. been found.  If confused, list the symbols.  You may have forgotten your
  178. symbol's name or made a typo while entering it.  See LSTSYM in COMMANDS.DOC and
  179. QUICK.DOC.
  180.  
  181.                                  Page C-4
  182. "SYMBOL REQUIRES REPAIR"
  183.  
  184. When symbols are closed they are tested for consistency.  The symbol just
  185. closed has a problem which will cause trouble if used.  You may be able to use
  186. it as the last symbol loaded if you are desperate.  Beware of loading it ahead
  187. of many other symbols as there is an increasing possibility that they will be
  188. mixed up.  We believe the error for which this test was inserted has been
  189. repaired,  but it is a very complex part of the symbol process.  Be warned.  If
  190. you get this error it is best to make a symbol library out of it and remake it
  191. from scratch.  We suggest putting it on a job by itself, then opening a
  192. replacement symbol and duplicating its data by overlaying replacement data over
  193. it.  This works well if you don't have to do a redraw.  You may be able to
  194. localize the offending party by opening and closing each sub symbol.  You could
  195. also look for a symbol repairman in the yellow pages.
  196.  
  197. "SYM TABLE FULL-NEXT SYM DELETES THIS ONE"
  198.  
  199. You are at the last place on the symbol list.  Write for a version where you
  200. are allowed to name a longer symbol list (The purchased version).  You might
  201. try to kill a few unused symbols.  Or load the program without the labels which
  202. take up a lot of list positions - but you can't do this if they are used.
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.                                  Page C-5
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.