home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 1686.dms / in.adf / docs / ErrorCodes / ErrorCodes
Encoding:
Text File  |  1993-03-08  |  10.2 KB  |  239 lines

  1.                                 ERROR CODES
  2.  
  3.                    There are 2 types of AmigaDOS errors:
  4.  
  5.                                 User errors
  6.                              Programmer errors
  7.  
  8. All errors returned with numbers can be displayed as detailed explanations
  9. by using the `FAULT` command.
  10.  
  11.  
  12. 103      insufficient free store      (User error)
  13.  
  14. REASON    Not enough memory in your Amiga system for the command or program
  15.           to run or your memory may be too `fragmented`
  16.           
  17.           Either:  Shut down unnecessary programs, Close unnecessary
  18.           Workbench windows, Use the AVAIL FLUSH command to try to patch up
  19.           fragmented memory or Install additional RAM
  20.  
  21.  
  22. 104      task table full      (User error)
  23.  
  24. REASON    in versions previous to AmigaDOS 2, you were limited to 20 
  25.           Shell tasks at a time. In AmigaDOS 2.x the only limitation is
  26.           the amount of RAM you have installed.
  27.             
  28.  
  29. 120      argument line invalid or too long     (User error)
  30.  
  31. REASON    The arguments you entered for the command are incorrectly 
  32.           entered or the command line is too long. The limit for a single
  33.           command line is 255 characters.
  34.  
  35. 121      file is not an object module     (User error)
  36.  
  37. REASON    The program you are trying to load is not executable. Either you
  38.           incorrectly spelled the name of the command or the file is not a 
  39.           program. If you are executing a script file without the EXECUTE
  40.           command, make sure that the file's `script bit` is set.
  41.  
  42.  
  43. 122      invalid resident library during load     (User error)
  44.  
  45. REASON    You may be trying to run a command from disk that is not
  46.           compatible with the current AmigaDOS version. This usually
  47.           happens if you try running certain AmigaDOS 1.3 commands under
  48.           2.0. 
  49.  
  50.           If you are purposely trying to override an INTERNAL command
  51.           with another (similarly spelled) version, maybe one that you
  52.           want to substitute, make sure you disable the internal command
  53.           with the RESIDENT REMOVE command first.
  54.  
  55.  
  56. 202      object in use     (User error)
  57.  
  58. REASON    This usually happens when you try to delete a file that is
  59.           being used by another program. For instance, if the MORE program,
  60.           in your `Utilities drawer` is currently reading a file, you
  61.           cannot DELETE it until MORE is finished with it. Additionally,
  62.           if a drawer's window is opened on the Workbench and you try to
  63.           DELETE it through the Shell, you won't be able to until its
  64.           window is closed; it is in use by the Workbench.
  65.  
  66.  
  67. 203      object already exists     (User error)
  68.  
  69. REASON    The name specified already exists on disk. This usually happens
  70.           when you try to make a new directory using MAKEDIR, and the
  71.           name you specify already exists. This also happens when you try
  72.           to RENAME a file to the same name as an existing file in the
  73.           same directory. Either delete the existing object and try again,
  74.           or use another file or directory name.
  75.  
  76.  
  77. 204      directory not found     (User error)
  78. 205      object not found        (User error)
  79.  
  80. REASON    AmigaDOS cannot find the device, directory or file you specified.
  81.           It may really not exist or you may have made a spelling error.
  82.           If a device does not currently exist and you know you spelled
  83.           its name correctly, the device may need to be mounted first 
  84.           using the MOUNT command (also, the device must be defined by
  85.           the DEVS:Mountlist file.
  86.  
  87. 206      invalid window     (User error)
  88.  
  89. REASON    This usually happens when you use the NEWSHELL command to create
  90.           a window with impossible dimensions or failed to define the
  91.           dimensions correctly (the final slash in the window specification
  92.           is very important, i.e. NEWSHELL CON:0/0/640/100/ ) even if you
  93.           don't specify a title.
  94.  
  95. 210      invalid stream component name     (User error)
  96.  
  97. REASON    File and directory names are limited to 30 characters in length.
  98.           You will get this error if you specify more than 30 characters
  99.           for a file or directory name, or if the name contains illegal
  100.           characters (SEE -> `SPECIAL CHARACTERS`).
  101.  
  102.  
  103. 212      object not of required type     (User error)
  104.  
  105. REASON    This error usually occurs when you specify a directory name as
  106.           an argument when a file name was actually requested, or vice
  107.           versa. The most common example, is if the TYPE command is used
  108.           with a directory name instead of a file name; only files can
  109.           be displayed with TYPE.
  110.  
  111. 213      disk not validated     (User error)
  112.  
  113. REASON    Whenever you insert a disk into a drive, AmigaDOS quickly scans
  114.           it in a process called validation. This lets AmigaDOS know
  115.           what type of disk is in the drive. You will get this error if
  116.           you remove a disk during this validation process or the disk
  117.           is bad. Additionally, harddrive users may get this error after
  118.           a harddrive writing process was aborted with a reboot, power
  119.           outage or crash. A validation error with a harddrive indicates
  120.           that some data is corrupted. Either use a disk correction program
  121.           (i.e. Quarterback Tools from CCS or some of the various Public
  122.           Domain Utilities like DiskSalv) to fix the disk. As a last resort
  123.           you may try DISKDOCTOR. In any event, remember that it is 
  124.           important to keep backups of your important data, because you
  125.           may be forced to reformat the drive.
  126.  
  127.           With an unvalidated disk, you will only be able to read data,
  128.           AmigaDOS will not allow you to write to an unvalidated disk.
  129.           
  130. 214      disk write protected     (User error)
  131.  
  132. REASON    For floppy users, this error occurs when you are trying to write
  133.           information to a disk while its write-protect tab is in the
  134.           Protected position (the tab at the corner of the disk is open and
  135.           you can see through the hole). Simply slide the tab into the
  136.           write Enable position, by making it cover the hole in the disk.
  137.           For harddrive users, this error occurs if the LOCK command
  138.           was previously issued on the particular partition you are trying
  139.           to access. To be able to write to the harddisk, you will have to
  140.           issue a LOCK <partitionname> OFF command.
  141.  
  142. 215      rename across devices attempted     (User error)
  143.  
  144. REASON    The RENAME command only lets you change the name of a file or
  145.           directory to another name or path, as long as what you specify
  146.           is on the same disk. If you try to RENAME DF0:file TO DF1:file,
  147.           you will get this error. Either try a different name or path on
  148.           the same disk, or use the COPY command instead.
  149.  
  150. 216      directory not empty     (User error)
  151.  
  152. REASON    If you try to DELETE a directory that still contains files, you
  153.           will get this error. Either delete the contents of the directory
  154.           first, or use: DELETE <directoryname> ALL to force deletion of
  155.           the directory and all its contents.
  156.  
  157. 218      device not mounted     (User error)
  158.  
  159. REASON    This error appears after you try to access a drive, usually a
  160.           floppy that does not have the appropriate disk inserted. You
  161.           will first get a system requester asking you to insert the
  162.           disk into the drive. If you select cancel, this error is 
  163.           displayed in the Shell. Another instance might be that the device
  164.           you are trying to access must be mounted first by using the
  165.           MOUNT <devicename>: command. Remember, the device must be
  166.           defined in the DEVS:Mountlist file to be mountable. Otherwise,
  167.           you may have just misspelled the device name as in entering DFO:
  168.           with a letter, O, instead of DF0: with the number 0.
  169.  
  170. 220      comment too big     (User error)
  171.  
  172. REASON    File comments are limited to a maximum of 80 characters.
  173.           SEE -> `FILENOTE`
  174.  
  175. 221      disk full     (User error)
  176.  
  177. REASON    The disk or device you are writing to has run out of room to
  178.           store information. You will first have to delete any unnecessary
  179.           files or use another disk.
  180.  
  181. 222      file is protected from deletion     (User error)
  182.  
  183. REASON    The file or directory's Delete `protection bit` is cleared, 
  184.           making the file undeletable.  Use the `PROTECT` command to set
  185.           the delete bit on first - if you really want to delete the file.
  186.           SEE ALSO -> `LIST`
  187.  
  188. 223      file is protected from writing     (User error)
  189.  
  190. REASON    The file or directory's Write `protection bit` is cleared, 
  191.           making the file unwritable, or unchangeable.  Use the `PROTECT`
  192.           command to set the write bit on first - if you really want to
  193.           be able to overwrite the file.
  194.           SEE ALSO -> `LIST`
  195.  
  196. 224      file is protected from reading     (User error)
  197.  
  198. REASON    The file or directory's Read `protection bit` is cleared, 
  199.           making the file unreadable.  Use the `PROTECT` command to set the
  200.           read bit on first, to be able to read the file.
  201.           SEE ALSO -> `LIST`
  202.  
  203.  
  204. 225      not a DOS disk     (User error)
  205.  
  206. REASON    The disk in the drive is not a formatted AmigaDOS disk. Either
  207.           the disk is a new unformatted disk with which you will have to
  208.           use the `FORMAT` command, the disk may have gone bad (use 
  209.           `DISKDOCTOR`), or it may be a disk formatted for another 
  210.           computer (MS-DOS, Macintosh, etc.).
  211.  
  212. 226      no disk in drive     (User error)
  213.  
  214. REASON    You need to insert a disk first! Check spelling too.
  215.  
  216. Programmer Errors
  217.  
  218. 209      packet request type unknown     (Programmer error)
  219.  
  220. REASON    A device handler was used to attempt an operation it cannot do 
  221.           (i.e. the console handler cannot rename anything.)
  222.  
  223. 211      invalid object lock     (Programmer error)
  224.  
  225. REASON    You have used something that is not a valid lock. Certain
  226.           AmigaDOS calls expect valid locks.
  227.  
  228. 219      seek error     (Programmer error)
  229.  
  230. REASON    SEEK was called using invalid arguments, usually arguments that
  231.           specify areas outside of the file.
  232.  
  233. 232      no more entries in directory     (Programmer error)
  234.  
  235. REASON    No more directory entries are available for examining in the
  236.           current directory.
  237.  
  238.  
  239.