home *** CD-ROM | disk | FTP | other *** search
/ Doom Fever / Doom_Fever-1995_Maple_Media.iso / fever / trouble.txt < prev    next >
Text File  |  1994-11-11  |  6KB  |  114 lines

  1. ==================================================================
  2.                     TROUBLE-SHOOTING GUIDE
  3. ==================================================================
  4. If you attempt to PLAY DOOM from the menu you may encounter a problem
  5. of insufficient memory.. You may try playing from OUTSIDE the menu
  6. program or:
  7.  
  8. a.  Install more memory
  9. b.  Run MemMaker (from MS-DOS 6.x) to optimize your memory setting
  10. or use any memory manager to reconfigure your system.
  11. c.  Remove as many as non-essential drivers and TSR programs.
  12.  
  13. 2.  Problems due to programs try writing to the CDROM.
  14. (CD is a READ-ONLY device, cannot be written to)
  15. Correction:  Some games need to update the highest score when you
  16. exit the game.  Your computer may hang or give an error message when
  17. the game tries writing to the CDROM.  Either ignore the error and 
  18. reset the system OR copy game to hard drive.
  19.  
  20. 3.  Certain games, especially the graphics-intensive ones, tends to 
  21. take a long time to load program into screen, WHY?  How to speed it up?
  22. Answer:  The access time of most single speed CD-ROM drive is about
  23. 350- 700ms (compare to hard drives' 10- 30ms), so it is a lot SLOWER
  24. when loading big games.  You may want to get a double-speed CD-ROM
  25. or install cache program that will speed up CD-ROM drive.  Note that
  26. not every cache program speeds up CDROM access time.
  27.  
  28. 4.  Some games run fine on its existing settings, it freezes, hangs,
  29. or give a disk error or I/O error message when I try to change its
  30. setting.
  31. Answer:  Since CD is a READ-ONLY media, game settings that have been
  32. written onto it cannot be changed.  You get the above symptoms if you
  33. try to change it.  Either play the games as is OR copy it onto your
  34. hard disk, then you can change its setting without problem.
  35.  
  36. 5.  Program still freezes or gives "I/O error" or "Access Denied"
  37. messages even after I have copied program from CD-ROM to my 
  38. hard disk.
  39. Answer:  The file attribute of the programs is set to "R" (read-only)
  40. when they are copied to the CD-ROM.  You have copied these files
  41. with the "R" attribute.  If you don't remove the "R" attribute, your
  42. PC will not be able to write or update certain data files and give
  43. you I/O and access error messages. Run the following command 
  44. to remove the "R" attribute:
  45.        ATTRIB *.* -R /S
  46.  
  47. 6. How to figure out the playing commands?
  48. Answer: There are two ways:
  49. a.  Most programs has a help key, "F1" is the most popular one.
  50. The help key will give you command summary and other essential info.
  51. So look for the help key on your screen.  If no help key is found,
  52. see if you can found a cursor on screen.  You may control the cursor
  53. with arrow keys or mouse.  Then try out different buttons or choices.
  54. b.  Exit the program and manually log into the subdirectory in which
  55. the game resides.  Look for any file with .DOC or .TXT extension and
  56. read it with DOS's EDIT or the LIST, SEE utility (copies in the NOTES
  57. sub-directoy). Most games comes with instructions in the form of 
  58. README file, or README.TXT, or README.DOC, or MANUAL.TXT, or 
  59. MANUAL.DOC.  You can print out the instruction with EDIT (from DOS), 
  60. or SEE or LIST or your favorite word processor.
  61. For Windows programs, look for the files with .WRI extension, you
  62. can read it by simply "clicking" on the file.
  63.  
  64. 7.  How to EXIT or get out of certain games and demo?
  65. Answer:  Some software authors are too lazy to write the exit routine.
  66. Most common commands to get out of a program are:
  67.    ESC       F10
  68.    CTRL-X;   CTRL-Q;  CTRL-U;  CTRL-Break; CTRL-ESC;  CTRL-PRINT SCREEN
  69.    ALT-X;    ALT-Q;   ALT-ESC
  70.    F10       CTRL-ALT-DEL
  71. FOR WINDOWS: ATL-F4   
  72.  
  73. When everything fails, use CTRL-ALT-DEL keys.  DON'T use reset button
  74. when running WINDOWS, you may damage the hard disk.
  75.  
  76. 8.  Some games run fine under certain DOS version like DOS 5.0 and do
  77. not run under 6.0 or later.
  78. Suggestion:  Make sure you have this line "DEVICE=C:\DOS\SETVER.EXE" 
  79. in your CONFIG.SYS.  Then run SETVER to set the game program to the 
  80. DOS version that it will operate.  For example, if GAME.EXE will run
  81. under DOS 5 and you are using DOS 6, run this command:
  82.         C:>SETVER GAME.EXE 5.0
  83.  
  84. You need to reboot system for the changes to be effective.
  85. Refer to DOS manual on SETVER if you have any questions.
  86.  
  87. 9.  Problem due to insufficient video memory and incorrect video 
  88. card driver. (Some games require you to choose a video driver, 
  89. some high-resolution games need more than 512k video RAM)
  90. Symptoms:  There's no picture on screen, but the hard disk sounds like
  91.            it is retrieving something.
  92.            Strange colors in pictures.
  93. Correction:  If you have another VGA card, try it to see if problem 
  94. persists. Find a VGA card with more memory. Choose a different video 
  95. driver to see if problem goes away.
  96.  
  97. 10.  Problem due to pointing devices such as mouse and joystick
  98. (Some games won't run without a mouse)
  99. Correction:  Load the mouse driver and install a mouse.  If the mouse
  100. is jumpy or erratic, check if the mouse driver load is the correct one.
  101. Also check if serial port and/or mouse is defective or not.
  102.  
  103. 11.  Problems due to incorrect sound drivers, program crashes or
  104. refuses to run.
  105. Correction:  If the program assumes you have a sound card installed
  106. and you have none, run the setup or install utility of the program,
  107. select PC speaker or none (no sound card).  Then the program won't
  108. look for a sound card when running.
  109. If you have a sound card and the program reports no sound card or
  110. incorrect driver, re-install your sound card driver that comes with
  111. the card; check if problem goes away; if not; run the setup or install
  112. utility of the program.
  113.  
  114.