home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / usere130.zip / OERRORS.TXT < prev    next >
Text File  |  1994-08-01  |  4KB  |  78 lines

  1. Various Runtime Errors you may get when running OILERSoFT utilities
  2. and there explanation. If you have any questions or need any help at
  3. all just give my BBS a call at 702-629-0723:
  4.  
  5. Number Meaning                 What the problem 'Could' be
  6. ------ ----------------------- -------------------------------------------
  7.     2  File not found          You are missing a file, or are specifying
  8.                                a file in a configuration file that does
  9.                                not exist.
  10.     3  Path not found          You are specifying a path that does not
  11.                                exist.
  12.     4  Too many open files     Increase your FILES= statement in your 
  13.                                CONFIG.SYS  I recommend about 30-50.
  14.     5  File access denied      Either a file has been set to read only, a
  15.                                directory is full, a RENAME tried to rename
  16.                                to an existing file name or a file is not
  17.                                open.
  18.     6  Invalid File Handle     Your file handles have become corrupted.
  19.   100  Disk Read Error         An attempt was made to read past the end of
  20.                                a file. Most often something is corrupted
  21.                                in the record pointers of a data file.
  22.   101  Disk Write Error        Generally an indication of a full hard disk.
  23.   103  File Not Open           File is closed when it shouldn't have been.
  24.   104  File Not Open f/Input   Text file is closed when it shouldn't
  25.                                have been.
  26.   105  File Not Open f/Output  Text file is closed when it shouldn't
  27.                                have been.
  28.   106  Invalid Numeric Format  Generally this is only caused when reading a
  29.                                configuration file, and the program is
  30.                                expecting to find a numeric value and it
  31.                                does not.
  32.   
  33. Errors 150 through 162 indicate various HARDWARE failures. If you're
  34. getting these, then something may be wrong with your PC.
  35.  
  36. Number Meaning                 What the problem 'Could' be
  37. ------ ----------------------- -------------------------------------------
  38.   152  Drive not ready         Controller problem or drive not spinning.
  39.   154  CRC error in data       Sector on your drive may be damaged.
  40.   156  Disk Seek error         Head problem or bad controller.
  41.   157  Unknown media type      Computer cannot read the media type you
  42.                                have. Is the drive formatted?
  43.   158  Sector not found        Head problem or bad controller.
  44.   159  Printer out of paper    Install more paper.
  45.   160  Device write fault      Disk problem
  46.   161  Device read fault       Disk problem
  47.   162  Hardware Failure        Reported due to Dos sharing violations.
  48.                                If you run Multi-Node make sure 'Share'
  49.                                is being run. This can also be cured
  50.                                sometimes by adding more FILES= to your
  51.                                CONFIG.SYS file. Try 30-50.
  52.  
  53. Fatal errors generally indicate a problem that must be fixed before you 
  54. can continue to run the utility.
  55.  
  56. Number Meaning                 What the problem 'Could' be
  57. ------ ----------------------- -------------------------------------------
  58.   200  Division by zero        Should never happen, but if it does, report
  59.                                it to me at OILERSoFT.
  60.   201  Range Check Error       Array index out of range.
  61.   202  Stack Overflow          NOT ENOUGH MEMORY for the stack!.
  62.   203  Heap overflow error     Same as 202.
  63.   204  Invalid Pointer Op.     Can be caused the same as 202.
  64.   205  Floating point overflow Should not happen, unless a utility gets
  65.                                a bad number from a data file.
  66.   207  Invalid Floating point  
  67.        Operation               Same as 205.
  68.   209  Overlay File read error If you're not using EMS, then the .OVR
  69.                                file is missing or is setting on a bad
  70.                                sector on your harddisk. If you are
  71.                                running EMS then you may have a bad
  72.                                memory chip!
  73.  
  74.  
  75. Again, if you have any problems with a utility do not hesitate to contact
  76. me at The Coliseum BBS (Home of OILERSoFT) at 702-629-0723. 
  77.  
  78.