home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / BADUSE26.ZIP / TJHELP.TXT < prev    next >
Text File  |  1993-10-03  |  5KB  |  136 lines

  1.  
  2.                    TIPS AND TRICKS FROM T&J SOFTWARE
  3.                    Revised: 10/03/1993
  4.  
  5. Remote Access v2.0
  6. ==================
  7. * Using DOOR.SYS may result in an OVERFLOW error -- try using a
  8.   different caller drop file such as DORINFO1.DEF. This is currently
  9.   being examined!
  10.  
  11.  
  12. Keyboard Timeouts
  13. =================
  14. * If you are operating on a 486 computer and getting a "keyboard
  15.   timeout", you will need to set the following environmental variable
  16.   in your AUTOEXEC.BAT.
  17.  
  18.   NO87=ON
  19.  
  20.   This will turn off your co-processor and allow the door to function
  21.   properly
  22.  
  23.  
  24. Overflow Errors
  25. ===============
  26. * Overflows can occur if you are running under DESQview and your tick
  27.   counts are set too low -- try raising the tick counts.
  28.  
  29. * If you're running Wildcat! v3.9+ and are getting OVERFLOW errors,
  30.   make sure NONE of your security level definitions have the MAXIMUM
  31.   DAILY DOWNLOADS set to more than 32,000 -- anything over that will
  32.   cause an OVERFLOW ERROR in ANY door using DOORFRAME.
  33.  
  34. Garbled Information on Remote
  35. =============================
  36. * If the door seems to operate fine on the BBS end but the remote
  37.   cannot receive or receives garbled information, check and make sure
  38.   you are passing the correct IRQ to the door (if you are running a
  39.   non standard IRQ).
  40.  
  41.  
  42. Graphic Cards (general)
  43. =======================
  44. * ATI Graphics Ultra Pro card - do not use the ANSI.SYS driver that
  45.   came with the card. Use the normal DOS ANSI.SYS for the screens
  46.   to show correctly.
  47.  
  48. * Trident SVGA Cards - You should have a utility disk with a file
  49.   called TANSI.SYS, use this ansi driver instead of the standard
  50.   ANSI.SYS.
  51.  
  52.  
  53. DESQview/X
  54. ==========
  55. * Make sure you have the MATH COPROCESSOR flagged ON even if you don't
  56.   have a math coprocessor.
  57.  
  58.  
  59. Lockups on certain COM PORTS
  60. ============================
  61. * If you're running on a non-standard IRQ, be sure you are passing the
  62.   IRQ on the command line!! Example:  STUDS! STUDS!.CFG /5
  63.  
  64.   Studs! will now run on IRQ 5.
  65.  
  66.  
  67. Upgrading to New Versions
  68. =========================
  69. * When you purchase a KEY from T&J Software, that KEY is valid for
  70.   all upgrades also!
  71.  
  72.  
  73. Wildcat! BBS's
  74. ==============
  75. * If you are running Studs!, Studette!, or Bordello!, you must use the
  76.   caller drop file DOOR.SYS to make sure the callers remaining time is
  77.   passed back to Wildcat!
  78.  
  79.  
  80. Spitfire BBS's
  81. ==============
  82. * If you're having trouble with the doors dropping carrier on exiting
  83.   back to the BBS, switch to using DOOR.SYS instead of SFDOORS.DAT.
  84.   On some Spitfire configurations this will happen when using
  85.   SFDOORS.DAT.
  86.  
  87.  
  88. Using DESQview
  89. ==============
  90. * If you're running the doors under DV and you're getting ANSI
  91.   character codes on the local monitor, be sure to load the file
  92.   DVANSI.COM in the main batch file that starts your BBS!
  93.  
  94.  
  95. Bulletin PATHS and FILENAMES
  96. ============================
  97. * When specifying the bulletin path, be sure to also select a name
  98.   for the bulletin! This could cause lockups when using Bordello,
  99.   Strip Poker, and Video Poker. If you don't want bulletins created,
  100.   simply enter the word NONE for the path and filename.
  101.  
  102.  
  103. ERROR Codes (general)
  104. =====================
  105. * ERROR #53 - This error means a file was not found. If this occurs
  106.   right when the door is opened, please check the PATH to the caller
  107.   drop file (i.e. DOOR.SYS), or make sure the caller drop file is
  108.   being created properly!
  109.  
  110.                             QuickBasic Error codes
  111.                       DoorFrame uses the QB error codes.
  112.  ---------------------------------------------------------------------------
  113.  
  114.  2   Syntax Error                       61   Disk full
  115.  5   Ilegal Function Call               62   Input past end of File
  116.  6   Overflow                           63   Bad record number
  117.  7   Out of memory                      64   Bad filename
  118. 11   Division by Zero                   67   Too many files
  119. 13   type mismatch                      68   Device unavailable
  120. 24   Device Timeout                     69   Comm-buffer overflow
  121. 25   Device fault                       70   Permission denied
  122. 52   Bad filename or number             71   Disk not ready
  123. 53   File Not Found                     72   Disk media error
  124. 55   File Already open                  74   Rename across disk
  125. 57   Device I/O error                   75   Path/File access error
  126. 58   File already exists                76   Path not found
  127. 59   Bad Record length
  128.  
  129.      The most common error that you will see is #62.  This is usually caused
  130. by the CFG file not having enough lines.  I have included this list so
  131. that you may be able to fix a problem that occurs with a T&J Software
  132. door.
  133.  
  134.      Error #75 is usually an incorrect path and/or filename in the CFG
  135. file.
  136.