home *** CD-ROM | disk | FTP | other *** search
/ Season's Greetings & Games Unlimited / UGOLD_cd2.iso / trivia / error.qb next >
Text File  |  1993-09-12  |  2KB  |  47 lines

  1.  
  2.                             QuickBasic Error codes
  3.                       DoorFrame uses the QB error codes.
  4.  ---------------------------------------------------------------------------
  5.  
  6.  2   Syntax Error                       61   Disk full
  7.  5   Ilegal Function Call               62   Input past end of File
  8.  6   Overflow                           63   Bad record number
  9.  7   Out of memory                      64   Bad filename
  10. 11   Division by Zero                   67   Too many files
  11. 13   type mismatch                      68   Device unavailable
  12. 24   Device Timeout                     69   Comm-buffer overflow
  13. 25   Device fault                       70   Permission denied
  14. 52   Bad filename or number             71   Disk not ready
  15. 53   File Not Found                     72   Disk media error
  16. 55   File Already open                  74   Rename across disk
  17. 57   Device I/O error                   75   Path/File access error
  18. 58   File already exists                76   Path not found
  19. 59   Bad Record length
  20.  
  21.      The most common error that you will see is #62.  This is usually caused
  22. by the CFG file not having enough lines.  I have included this list so
  23. that you may be able to fix a problem that occurs with a PAROLE Software
  24. door.
  25.  
  26. If you are operating on a 486 computer and getting a "keyboard timeout",
  27. you will need to set the following environment variable in your
  28. autoexec.bat.
  29.  
  30. SET NO87=ON
  31.  
  32. This will inform DoorFrame to use a different timing routine.  If you are
  33. operating under DESQview/X, you must flag the MATH COPROCESSOR as being ON.
  34.  
  35. If the door seems to operate fine on  the BBS end but the remote cannot
  36. receive or receives garbled info, check and make sure you are passing the
  37. correct IRQ to the door.  Com 1 and 2 are standard and as such you do
  38. not need to pass the IRQ to them.
  39.  
  40. If you are operating under DESQview, you will need to load DVANSI in
  41. each window.
  42.  
  43. Error #75 is usually an incorrect path and/or filename in the CFG file.
  44. Please check the filenames and paths in your CFG file(s).  They *MUST* be
  45. correct in order for the door to operate.
  46.  
  47.