home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / msdos / programm / 9179 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.4 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!swrinde!elroy.jpl.nasa.gov!nntp-server.caltech.edu!heathh
  2. From: heathh@cco.caltech.edu (Heath Ian Hunnicutt)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Re: Error in Win3.1 GDI.EXE ?? Help!
  5. Message-ID: <1992Sep9.042142.4021@cco.caltech.edu>
  6. Date: 9 Sep 92 04:21:42 GMT
  7. References: <1992Sep8.091600.3582@wvnvms.wvnet.edu>
  8. Sender: news@cco.caltech.edu
  9. Organization: California Institute of Technology, Pasadena
  10. Lines: 26
  11. Nntp-Posting-Host: punisher
  12.  
  13. un040337@wvnvms.wvnet.edu writes:
  14.  
  15.  
  16. >   I need some help with Windows 3.1! Every now and then an application will
  17. >   quit on me and windows reports:
  18. >                       Illegal Instruction Error
  19. >                       in module GDI.EXE
  20. >                       Address 0001:0624
  21.     Well, that address appeares to be in the SetDCState() code, so
  22. that might explain why you don't see the error very often.  (The code
  23. is not called all that often, to be exact.)  In fact, the function is not
  24. officially documented, so whoever is calling it is probably either
  25. a Windows 2.0 app, or a device driver.
  26.  
  27.     And therein lies the clue.  You might be getting this message
  28. as a result of a corrupt video driver harrassing GDI.  Try changing
  29. drivers, or reinstalling your driver from a floppy.  The file of
  30. interest is probably called VGA.DRV.
  31.  
  32. Good luck,
  33. Heath
  34.  
  35. -- 
  36. --
  37. From the Home for Amnesiac Computer Scientists....
  38.   heathh@cco.caltech.edu
  39.