home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 215.FIXES.DOC < prev    next >
Text File  |  1990-05-10  |  6KB  |  137 lines

  1. SER
  2. NUM                            PROBLEM & FIX
  3. ----------------------------------------------------------------------
  4. 1029 - 9/30/89
  5.  
  6.        SYMPTOM:
  7.           A couple people have reported that The Draftsman wouldn't
  8.           recognize their VGA card, although MJVGA ran perfectly.
  9.        PROBLEM:
  10.           A real good question!  The source code for the VGA test is
  11.           identical in both programs!
  12.        SOLUTION:
  13.           I re-compiled The Draftsman using the same memory model as
  14.           MJVGA.  I also added an option which lets you attempt to run
  15.           The Draftsman even if it doesn't see a VGA card.  The
  16.           Draftsman has always worked fine on my system & on the systems
  17.           that I test it on.  Therefore, I don't know if this fix will
  18.           work or not.  If you should experience this problem, please
  19.           let me know.
  20.  
  21.  
  22. 1055 - The "official" release of Version 2.1
  23.  
  24.        SYMPTOM
  25.           Someone with a VGA card reported that neither MJVGA nor The
  26.           Draftsman would recognize his card.
  27.        PROBLEM
  28.           I dunno....  Strange VGA card maybe???
  29.        SOLUTION
  30.           He tried the above-modified Draftsman and said it worked fine
  31.           after selecting "try anyway."  MJVGA now includes this option.
  32.  
  33.        SYMPTOM
  34.           If you select What's Left, then exit the What's Left screen by
  35.           clicking the LEFT mouse button, the screen re-draws and either
  36.           A) you return to the What's Left screen or B) you select some
  37.           other menu item or tile.
  38.        PROBLEM
  39.           You're SUPPOSED to leave the What's Left screen by clicking
  40.           the right mouse button, but in reality any button will get you
  41.           out.  Using the left button, however, was putting a "left
  42.           button click" message on the stack.  When the MJVGA game board
  43.           returned, it saw this message & acted on it -- possibly taking
  44.           you right back to What's Left.
  45.        SOLUTION
  46.           This was a simple one -- I just cleard the button stack after
  47.           exiting the What's Left screen.
  48.  
  49.        SYMPTOM
  50.           The computer locks up after the game board is displayed.
  51.        PROBLEM
  52.           This has only been reported once.  The fellow corrected the
  53.           problem himself by running MJVGA with the "D" command line
  54.           parameter to disable the monochrome display routines.  It
  55.           seems that his computer didn't let MJVGA write to the "dead
  56.           space" where a monochrome card should have been.  It usually
  57.           doesn't matter -- if there's no monochrome card, the data
  58.           just "falls into the bit bucket" and causes no harm.  But he's
  59.           proven that in certain systems it DOES matter!
  60.        SOLUTION
  61.           Since the vast majority of people don't have dual monitor
  62.           systems, I've changed the default from using the second
  63.           monitor to NOT using the second monitor.  Now, if you wish to
  64.           use two monitors, YOU MUST START MJVGA WITH THE "D" COMMAND
  65.           LINE PARAMETER!!!!  This may inconvenience a few people, but
  66.           will increase default compatibility to everyone.
  67.  
  68.  
  69. 1105 - 2/10/90    (Problem not fixed -- serial # indicates revision
  70.                    of this document.)
  71.        SYMPTOM
  72.           Someone reported that the abbreviated HELP command didn't work
  73.           properly.  The regular HELP menu appeared instead of just the
  74.           number of moves left.
  75.        PROBLEM
  76.           MJVGA first checks the left mouse button to determine the
  77.           command.  It then expects to see BOTH the left AND right
  78.           buttons pressed if you want the shortened HELP screen.  If you
  79.           release the left button before the computer can register that
  80.           both are pressed, you'll get the standard HELP menu.
  81.        SOLUTION
  82.           I haven't fixed this one yet.  It will be fixed in the next
  83.           release, though.  Until then, if you experience this, just
  84.           hold down both buttons for a few extra moments to be sure that
  85.           MJVGA sees them.  You shouldn't experience this unless you
  86.           either have a slow machine or are a fast clicker.  I had to
  87.           load down my 25 MHz machine with four background processes
  88.           before it ran slow enough to let me see this problem.
  89.  
  90.  
  91. 1150 - 3/6/90
  92.  
  93.        SYMPTOM
  94.           A couple people reported that they couldn't change "brush
  95.           colors" in The Draftsman.  Clicking on the color squares did
  96.           nothing.
  97.        PROBLEM
  98.           This problem seems unique to Logitech's new Series 9 serial
  99.           mouse.  To date, all reports involved that mouse.  Moreover,
  100.           the Series 9 Bus mouse works perfectly!  Only the serial mouse
  101.           seems to cause this problem.  I traced the exact cause to a
  102.           timing problem.  Briefly, I was asking the mouse which buttons
  103.           were pressed before it knew.  Consequently, it was telling me
  104.           that NO buttons were pressed!  My guess is that the bus
  105.           mouse's hardware is faster than the serial mouse's for obvious
  106.           reasons.  The bus mouse was therefore able to register the
  107.           buttons faster than the serial mouse.
  108.        SOLUTION
  109.           The solution was easy once I found the cause.  I just execute
  110.           a several-millisecond time delay before asking the mouse which
  111.           buttons are pressed.  This seems to give the rodent ample time
  112.           to organize it's thoughts, even on my fast machine.
  113.  
  114.  
  115. 1234 - 6/1/90  The "official" release of MJVGA version 2.2
  116.  
  117.        SYMPTOM
  118.           See the write-up for S/N 1105.
  119.        PROBLEM
  120.           See the write-up for S/N 1105.
  121.        SOLUTION
  122.           I've changed the mouse-check routine so that you'll get the 
  123.           abbreviated help whether or not the left button is still down.  
  124.           I have a suspicion, though that this problem may have been 
  125.           caused (at least in part) by the Logitech Series 9 serial 
  126.           mouse problem described above.  If you should still experience 
  127.           this, PLEASE be sure to tell me whether you have that 
  128.           particular rodent or not.
  129.  
  130.  
  131.  
  132.  Note:  The listed serial number is the first which contains a
  133. fix.  All releases with later (ie larger) serial numbers will also
  134. contain the fix unless otherwise stated.
  135.  
  136.  
  137.