home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / olbible.zip / HELPYOU.TXT < prev    next >
Text File  |  1994-04-25  |  4KB  |  106 lines

  1.              HELP FILE FOR THOSE OF YOU HAVING PROBLEMS..
  2.              MIGHT HELP, AND MIGHT NOT.
  3.  
  4.  
  5. Keyboard Timeouts
  6. =================
  7. * If you are operating on a 486 computer and getting a "keyboard
  8.   timeout", you will need to set the following environmental variable
  9.   in your AUTOEXEC.BAT.
  10.  
  11.   NO87=ON
  12.  
  13.   This will turn off your co-processor and allow the door to function
  14.   properly
  15.  
  16.  
  17. Overflow Errors
  18. ===============
  19. * Overflows can occur if you are running under DESQview and your tick
  20.   counts are set too low -- try raising the tick counts.
  21.  
  22. * If you're running Wildcat! v3.9+ and are getting OVERFLOW errors,
  23.   make sure NONE of your security level definitions have the MAXIMUM
  24.   DAILY DOWNLOADS set to more than 32,000 -- anything over that will
  25.   cause an OVERFLOW ERROR in ANY door using DOORFRAME.
  26.  
  27. Garbled Information on Remote
  28. =============================
  29. * If the door seems to operate fine on the BBS end but the remote
  30.   cannot receive or receives garbled information, check and make sure
  31.   you are passing the correct IRQ to the door (if you are running a
  32.   non standard IRQ).
  33.  
  34.  
  35. Graphic Cards (general)
  36. =======================
  37. * ATI Graphics Ultra Pro card - do not use the ANSI.SYS driver that
  38.   came with the card. Use the normal DOS ANSI.SYS for the screens
  39.   to show correctly.
  40.  
  41. * Trident SVGA Cards - You should have a utility disk with a file
  42.   called TANSI.SYS, use this ansi driver instead of the standard
  43.   ANSI.SYS.
  44.  
  45.  
  46. DESQview/X
  47. ==========
  48. * Make sure you have the MATH COPROCESSOR flagged ON even if you don't
  49.   have a math coprocessor.
  50.  
  51.  
  52. Lockups on certain COM PORTS
  53. ============================
  54. * If you're running on a non-standard IRQ, be sure you are passing the
  55.   IRQ on the command line!! Example:  BIBLE BIBLE.CFG /5
  56.  
  57.   BIBLE will now run on IRQ 5.
  58.  
  59.  
  60. Spitfire BBS's
  61. ==============
  62. * If you're having trouble with the doors dropping carrier on exiting
  63.   back to the BBS, switch to using DOOR.SYS instead of SFDOORS.DAT.
  64.   On some Spitfire configurations this will happen when using
  65.   SFDOORS.DAT.
  66.  
  67.  
  68. Using DESQview
  69. ==============
  70. * If you're running the doors under DV and you're getting ANSI
  71.   character codes on the local monitor, be sure to load the file
  72.   DVANSI.COM in the main batch file that starts your BBS!
  73.  
  74.  
  75. ERROR Codes (general)
  76. =====================
  77. * ERROR #53 - This error means a file was not found. If this occurs
  78.   right when the door is opened, please check the PATH to the caller
  79.   drop file (i.e. DOOR.SYS), or make sure the caller drop file is
  80.   being created properly!
  81.  
  82.                             QuickBasic Error codes
  83.                       DoorFrame uses the QB error codes.
  84.  ---------------------------------------------------------------------------
  85.  
  86.  2   Syntax Error                       61   Disk full
  87.  5   Ilegal Function Call               62   Input past end of File
  88.  6   Overflow                           63   Bad record number
  89.  7   Out of memory                      64   Bad filename
  90. 11   Division by Zero                   67   Too many files
  91. 13   type mismatch                      68   Device unavailable
  92. 24   Device Timeout                     69   Comm-buffer overflow
  93. 25   Device fault                       70   Permission denied
  94. 52   Bad filename or number             71   Disk not ready
  95. 53   File Not Found                     72   Disk media error
  96. 55   File Already open                  74   Rename across disk
  97. 57   Device I/O error                   75   Path/File access error
  98. 58   File already exists                76   Path not found
  99. 59   Bad Record length
  100.  
  101.      The most common error that you will see is #62.  This is usually caused
  102.      By the CFG file not having enough lines.
  103.  
  104.      Error #75 is usually an incorrect path and/or filename in the CFG
  105.      file.
  106.