home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / dos / music / morgul / morgul.faq < prev    next >
Text File  |  1994-09-09  |  4KB  |  83 lines

  1.    ┌────────────────────────────────────────────────────────────────────────┐
  2.    │   This file tries to answer questions before you ask them. If you've   │
  3.    │   got a problem, read this first before contacting me. If this file    │
  4.    │   does not help you in your problem, the contact methods for the       │
  5.    │   author are listed near the end of morgul.doc or at the end screen.   │
  6.    └────────────────────────────────────────────────────────────────────────┘
  7.  
  8.     P:  When I start up Morgul with no parameters, the file screen appears
  9.         and Morgul hangs, doesn't respond to the keyboard etc.
  10.     S:  This bug is supposed to be fixed. If it still appears, please
  11.         report it as soon as possible.
  12.  
  13.     Q:  Where's the advanced filesystem with tagging and so on?
  14.     A:  Because of public demand, the "Easy" filemode is now the default
  15.         mode, so you'll have to disable the easy mode first. (Alt-E, -e)
  16.  
  17.     Q:  What about an "Working Directory" setting?
  18.     A:  I don't think that should be a feature of Morgul at all. If you
  19.         use 4DOS, use the following batch file (name it MORGUL.BAT or
  20.         something.)
  21.         pushd
  22.         cd E:\modules
  23.         mo
  24.         popd
  25.         If you do not have 4DOS, just omit the pushd and popd lines.
  26.  
  27.     P:  When playing modules with GUS, there is sometimes an odd
  28.         "plim"-like sound which doesn't belong in the module.
  29.     S:  You could try to use the -g parameter to get rid of GUS problems.
  30.  
  31.     P:  When playing UC2'ed files, UC2 displays an error message saying
  32.         "not enough memory".
  33.     S:  Try using something like Vidram, Stretch or some other program
  34.         which increases your conventional memory to 736kb. The other way
  35.         is to install UltraStealth. Read Morgul.doc for more details.
  36.  
  37.  
  38.     P:  There's not enough memory to unpack some HA files, while others
  39.         unpack just fine.
  40.     S:  Some HA files are packed with the ASC algorith while others are
  41.         packed with the HSC algorithm. Unpacking HSC packed files needs
  42.         lots of memory. Read the part concerning UC2 files above for
  43.         more help.
  44.  
  45.     P:  Morgul is too big and eats up lots of memory.
  46.     S:  Right. I'm planning to get Watcom C/C++ 10.0, which will have
  47.         the capability of producing 16-bit executables. I've been told
  48.         Watcom produces the smallest executables in 16-bit mode. Also I
  49.         could try reducing memory fragmentation.
  50.  
  51.     Q:  When is XMS going to be supported? I don't like memory managers but
  52.         would still like to play large modules.
  53.     A:  Morgul/32, a 32-bit flat memory model protected mode (add your
  54.         favourite buzzwords here: multi-threaded, symmetrical
  55.         multi-processing, multi-user, whatever :) version of Morgul will
  56.         hopefully available in a couple of weeks. It will be able to use
  57.         all the memory in your computer with or without any memory
  58.         manager software. Also, about 590kb of memory in dos shell is
  59.         possible. Already, Morgul/32 is so ready it will stay up without
  60.         crashing for about 10 minutes, if I handle it with care :)
  61.  
  62.     P:  When I try to run MO.EXE, I just get an error message saying:
  63.         "Moverlay initialization failure, expected MOVERLAY but got
  64.         ╧#T43T╧#"."
  65.     A:  Somebody has been tampering with the executable. Delete it, kill
  66.         the guy you got it from and tell me everything about it.
  67.  
  68.     P:  I'm running Qemm V7.0x. Sometimes in DOS Shell Qemm gives an
  69.         exception message when running a program in the shell, offering
  70.         to shut it down or to reboot my machine.
  71.     S:  This problem is because DSMI seems to be partially incompatible
  72.         with DIET 1.45f, a public domain executable file compressor.
  73.         Files compressed with this software sometimes cause the
  74.         abovementioned problem . Uncompress these files and compress
  75.         them with something else, if you like. To uncompress a Dieted
  76.         executable, use Diet -ra or a program called Unp, which is an
  77.         excellent executable file uncompressor.
  78.  
  79.     Q:  Why is the graphics mode so slow?
  80.     S:  The code itself is not slow at all, it would work even on the
  81.         slowest computer, but calculating real volume bars continuously
  82.         takes much more power.
  83.