home *** CD-ROM | disk | FTP | other *** search
/ Assembly 1994 - The 3rd Phase / ASMROM94.mdf / pc / demo / valhalla / problems.txt < prev    next >
Text File  |  1994-09-04  |  3KB  |  72 lines

  1. This file is to try to help you get the demo running if doesn't already. 
  2.  
  3. There are 2 reasons why the demo may not work :
  4. 1) Not enough memory (614k+ Base memory reqd.)
  5. 2) Enviroment string not found.
  6.  
  7.  
  8.  
  9. 1) Our demo actually uses around 500k of base memory, but DemoVT requires 
  10.    quite alot of memory to decode the music, and install it's own code.
  11.    If you don't have enough memory, the demo will not be able to load the
  12.    first part (starts with the big red `Valhalla' scroller) (which requires 
  13.    the most memory) and maybe even the second. 
  14.    If you are using Qemm or 386Max or MemMaker you shouldn't have any troubles
  15.    but if you just have a Dos 5 machine, and none of the above memory managers
  16.    you will run into troubles :(
  17.    To fix this, you need to make a boot disk, if you don't know how to do this
  18.    here's a quick explaination :
  19.  
  20.    Get a formatted low or high density disk,
  21.    Put it in the A: drive and type SYS A:
  22.    this will transfer the system files to the disk.
  23.    wait until it has finished then you need to create an AUTOEXEC.BAT and
  24.    CONFIG.SYS file.
  25.    the required contents are shown below.
  26.  
  27.  ----------------------------- CONFIG.SYS file ------------------------------
  28.  
  29. DOS=HIGH
  30. DEVICE=C:\DOS\HIMEM.SYS
  31. DEVICE=C:\DOS\EMM386.EXE
  32. STACKS=0,0
  33.  
  34.  
  35.  ---------------------------- AUTOEXEC.BAT file -----------------------------
  36.  
  37. SET ULTRASND=220,1,1,11,7
  38. PATH=C:\DOS
  39.  
  40.  
  41.    you can either type EDIT A:\AUTOEXEC.BAT or EDIT A:\CONFIG.SYS and type in 
  42.    the corresponding text above, or paste them out of this file into the
  43.    corresponding files.
  44.  
  45.    *note if you don't have a gravis ultrasound card, then don't type in the
  46.    SET ULTRASND = in the autoexec.bat file. If you have a soundblaster, then
  47.    you will want to replace it with a SET BLASTER = as detailed in your sound
  48.    card manual.
  49.  
  50.    Now just reset your machine, and let it boot from the floppy drive, and 
  51.    voilla ! 614k of memory :) (this should give you 614k on a dos 5 machine
  52.    - haven't got dos 5 to test it out with ):
  53.  
  54.  
  55.  
  56. 2) Environment string not found
  57.  
  58.    You will get this error when you attempt to run the demo without having
  59.    either a SET ULTRASND = or a SET BLASTER = in your AUTOEXEC.BAT
  60.    if you don't know how to do this, have a look in your sound card manual 
  61.    for details.
  62.  
  63.  
  64.  
  65. Well, hope this helps you get the demo running, I wish implode with give 
  66. things a thorough test before he gives them to me to release :) Oh well, such
  67. is life >;->
  68.  
  69. Hope you like it, please send any bug reports to Implode :)
  70.  
  71. Sandman / Valhalla
  72.