home *** CD-ROM | disk | FTP | other *** search
/ 3D World 4 (Spanish) / 3DWorld_04.iso / pc / imagine / imagine3 / readme.txt < prev    next >
Text File  |  1993-04-16  |  2KB  |  33 lines

  1. 1.  DOS 6's EMM386.EXE, QuarterDeck's QEMM386.SYS and other "advanced"
  2.     memory managers may cause a particular problem for Imagine.
  3.  
  4.         The symptom is that Imagine seems to load fine, but then it drops
  5.         back out to a DOS prompt -- (possibly) after displaying a "failed
  6.         to enlarge CS/DS" / "init_mem() failed" message.
  7.  
  8.         If, when you type the MEM command at the DOS prompt, it lists both
  9.         EMS and XMS memory, it is possible that the (two types of) memory
  10.         managers are both managing the same pool of free memory, and each
  11.         reports the full amount as free -- causing Imagine to try to
  12.         allocate twice as much memory as is truly available.
  13.  
  14.         If you think that is case, try running IMAGINE with the /NOXMS switch
  15.  
  16.         -- i.e.  IMAGINE /NOXMS
  17.  
  18.         But note:  if you are having a problem, and it is not caused
  19.         by the situation discussed above, then the switch will prevent
  20.         Imagine from using any XMS memory that really is available.
  21.  
  22.         The DOS 6 version of EMM386.EXE definitely causes the "problem",
  23.         so if the MEM command displays information about EMS memory, you
  24.         WILL need the /NOXMS switch on the IMAGINE command line.
  25.  
  26.     QEMM386 causes the "problem", only if it is performing both
  27.     types of memory management -- which is very likely.
  28.  
  29. 2.  EMM386's "/NOEMS" switch will cause Imagine to fail.
  30.  
  31.         If the /NOEMS switch appears in the EMM386 "DEVICE" line in
  32.         your CONFIG.SYS file, remove it.
  33.