home *** CD-ROM | disk | FTP | other *** search
/ CD-X 3 / cdx_03.iso / shutils / dos / 300ter.arj / DOCS.EXE / ERRORS.DOC < prev    next >
Encoding:
Text File  |  1995-08-11  |  3.4 KB  |  78 lines

  1.  
  2. ┌───────────────────────────────────────────────────────────────────────────┐
  3. │ ░░░░ Errors/problems and how to solve them ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │
  4. └───────────────────────────────────────────────────────────────────────────┘
  5.  
  6.  - First try this -
  7.  
  8.  If you are using QEMM386, 386MAX or a similar memory management program and
  9.  Terminate hangs when exiting to DOS or shelling or if you have any other
  10.  problem, then try renaming your autoexec.bat and config.sys first and then
  11.  reboot the computer.
  12.  
  13.    REN AUTOEXEC.BAT A.BAT <┘
  14.    REN CONFIG.SYS C.SYS <┘
  15.  
  16.  After this, your computer is totally clean of any device drivers and other
  17.  things that might mess things up. Now run Terminate and see if it still
  18.  hangs when exiting or shelling.
  19.  
  20.  When using MS-DOS 6.0 or above, you can also press the F5 key on your
  21.  keyboard to bypass AUTOEXEC.BAT and CONFIG.SYS. Refer to your DOS manual
  22.  for more detailed information.
  23.  
  24.  If it works perfectly, there is a conflict with your DOS configuration. Try
  25.  installing one device-driver at a time, reboot the machine and see if you
  26.  get the error message again. If it turns out to be QEMM or other memory
  27.  manager try excluding X=B000-FFFF. This worked on a PS/2 33MHz. If this
  28.  works, try X=B000-EFFF and proceed until Terminate hangs again. Other
  29.  programs which use XMS/EMS or high memory could also have problems, if you
  30.  did not exclude the correct area. You may want to say "but all my other
  31.  programs work", but the reason for your problems could be that as Terminate
  32.  is a very advanced program, it uses all the resources it can get to
  33.  increase the performance.
  34.  
  35.  - Messy screen -
  36.  
  37.  If your screen messes up when moving the mouse, try installing a newer
  38.  mouse driver. Download LMOUSE61.ARJ from DAN BBS: it also works with 100
  39.  and 132 column screen mode.
  40.  
  41.  - XMS problems on old 286-machines -
  42.  
  43.  If you have a 286 with an old BIOS and use HIMEM.SYS, there could be some
  44.  problems. Try getting the newest HIMEM.SYS from your DOS manufacturer or
  45.  use the /NOXMS command on the Terminate command line.
  46.  
  47.  - PS/2 problem -
  48.  
  49.  The mouse driver MOUSE.COM will sometimes conflict with EMS when using
  50.  Terminate. The solution is not to load the mouse driver into high memory.
  51.  If you use MOUSE.EXE 9.0 from MicroSoft, use the /E parameter to force the
  52.  driver to use convential memory.
  53.  
  54.  - Real time-clock problems on XT-machines -
  55.  
  56.  If Terminate detects that you are using an XT-machine (8088, 80186, 8086,
  57.  NEC V20, NEC V30), the soundcard check will be turned off by default. The
  58.  reason for this is that on some machines with a special realtime card
  59.  installed, the soundcard check sets off the date/time. If you want to try
  60.  to use the sound card anyway, start Terminate with a /YESCARD parameter on
  61.  the commandline.
  62.  
  63.  - Terminate stops and nothing happens after a BBS login using IEMSI -
  64.  
  65.  This is a common problem which appears when using IEMSI and enabling Avatar
  66.  codes at the same time. Avatar has the problem that it uses codes which are
  67.  identical to Xon/Xoff, which is something used for software flowcontrol.
  68.  The solution is easy: Make sure that your modem only uses hardware
  69.  flowcontrol (CTS/RTS) and turn off software flowcontrol. On some modems
  70.  this is done by typing:
  71.  
  72.   AT&H3  Enter
  73.   AT&W   Enter       (Save setup in modem)
  74.  
  75.  Please look up these parameters in your modem manual, if Terminate should
  76.  not support your modem directly.
  77.  
  78.