home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / KENOV10.ZIP / FAQ.LST < prev    next >
File List  |  1995-06-03  |  6KB  |  128 lines

  1. ┌──────────────────────────────────────────────────────────────────────────────┐
  2. │▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ FAQ (Frequently Asked Questions) ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  3. └──────────────────────────────────────────────────────────────────────────────┘
  4.  
  5.         Below you will find a list of the most common problems and errors.
  6.         If you follow the instructions below you should be able to resolve
  7.         99% of the problems.  If you still have problems then make a zip
  8.         file of the CNF and BATCH files and send them to me for evaluation.
  9.         Also include a message stating what error you are getting and what
  10.         the ENTIRE PROBLEM IS.  This will help speed up the process
  11.         greatly.  I can be reached at the following BBS:
  12.  
  13.                              The Lighthouse BBS
  14.                        Home Of Worldwide Programming
  15.                                [209] 497-6722
  16.  
  17.         The following BBS can also provide you with technical support, but
  18.         DO NOT leave messages for me there.  I do not call this board
  19.         often.  The SysOp is Jeff Miller and he provides support for
  20.         several programmers.
  21.  
  22.                                 Dateline BBS
  23.                   Support Center For Worldwide Programming
  24.                                [909] 785-1710
  25.  
  26. ┌──────────────────────────────────────────────────────────────────────────────┐
  27. │▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ GAPQBDR ERROR NUMBERS ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  28. └──────────────────────────────────────────────────────────────────────────────┘
  29.  
  30. GAPQBDR ERROR #6
  31.         Definition:
  32.         Overflow
  33.  
  34.         Solution:
  35.         This is usually an error DesqView operators will receive that have
  36.         a math co-processor.  Be sure to tell each window of DesqView a
  37.         math co-processor exists.
  38.  
  39. GAPQBDR ERROR #52 or #64
  40.         Definition:
  41.         Bad filename or number
  42.  
  43.         Solution:
  44.         When this occurs there is usually a TYPO in the BATCH file or
  45.         CNF file for the door.
  46.         Make sure that your batch file is using the correct format
  47.                 ie.  BJ BJ01.CNF is correct
  48.                      BJ BJ1.CNF is incorrect
  49.         Make Sure that the CNF file has the right DROPFILE in it
  50.                 DOOR.SYS
  51.                 DORINFOx.DEF
  52.                 SFDOORS.DAT
  53.                 This is rare, except for those people that edit the CNF
  54.                 file manually instead of using the UTILITY INSTALL command.
  55.  
  56. GAPQBDR ERROR #59
  57.         Definition:
  58.         Bad record length - usually a corrupted player.dat file
  59.  
  60.         Solution:
  61.         Well not to worry this has only happen twice so far that I'm aware
  62.         of.  Before you delete your PLAYER.DAT file move it to a temporary
  63.         location and restart the program.  If this solves your problem then
  64.         the PLAYER.DAT file was corrupted and cannot be repaired (SORRY).
  65.         Otherwise call the support BBS listed above and we'll go from there.
  66.  
  67. GAPQBDR ERROR #62
  68.         Definition:
  69.         Input past end of file
  70.  
  71.         Solution:
  72.         You CNF file isn't configured right.  Use the UTILITY INSTALL
  73.         command to properly make the CNF file.
  74.  
  75. GAPQBDR ERROR #53 or #75 or #76
  76.         Definition:
  77.         Path or File access error
  78.  
  79.         Solution:
  80.         Make sure all your paths are correct, both the CNF and BATCH files
  81.                 ie.  Having C:\WILDCAT\DOOR\HANG in the CNF file for the
  82.                                                  location of the dropfile
  83.                      When maybe it should be the following
  84.                         C:\WILDCAT\WCWORK\NODE1
  85.         Just be sure and recheck those paths.
  86.  
  87. ┌──────────────────────────────────────────────────────────────────────────────┐
  88. │▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒    COMMON PROBLEMS    ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  89. └──────────────────────────────────────────────────────────────────────────────┘
  90.  Problem: I use DesqView and all I get is garbage on my screen, but the
  91.           users see the color fine.
  92. Solution: You must load DVANSI in each window
  93.  
  94.  Problem: I can play the game fine but my users don't see anything on their
  95.           end.
  96. Solution: Make sure that you are giving the correct path to the dropfile in
  97.           your CNF file.
  98.           If using a converter to make the DROPFILE be sure that it is
  99.           passing the correct COMM PORT information.
  100.           If using a non-standard IRQ or COMM PORT other then 1 or 2, be
  101.           sure you have the correct IRQ and BASE address in the CNF file.
  102.  
  103.  Problem: All my users see garbage on their end, but the game plays fine
  104.           locally.
  105. Solution: Make sure that you have set the right baud rate in the CNF file;
  106.           especially if running a HIGH SPEED MODEM.
  107.  
  108.  Problem: The users cannot hear the ANSI music.
  109. Solution: The user must use a communication program that supports ANSI
  110.           music.  This is usually turned on by using the ALT-M key.  I'm
  111.           only aware of two communication programs that support ANSI music,
  112.           RipTerm and Qmodem Pro.
  113.  
  114.  Problem: Where can I get the latest doors?
  115. Solution: At any of the following BBS's
  116.  
  117.                              The Lighthouse BBS
  118.                        Home Of Worldwide Programming
  119.                                [209] 497-6722
  120.  
  121.                                 Dateline BBS
  122.                   Support Center For Worldwide Programming
  123.                                [909] 785-1710
  124.  
  125.                                 Computag BBS
  126.                              Distribution Site
  127.                                [715] 394-6869
  128.