home *** CD-ROM | disk | FTP | other *** search
/ FMI Superhry 1 / Superhry-I.bin / others / vbrun / vbrun300.txt < prev   
Text File  |  1996-04-26  |  2KB  |  74 lines

  1. BUG: GP Fault in KRNL286 When Run EXE on 286 or w/ NT on MIPs
  2.  
  3. ---------------------------------------------------------------------
  4. The information in this article applies to:
  5.  
  6. - Standard and Professional Editions of Microsoft Visual Basic for
  7.   Windows, version 3.0
  8. ---------------------------------------------------------------------
  9. Summary:
  10.  
  11. SYMPTOMS
  12. --------
  13. You may encounter a general protection (GP) fault in KRNL286 at 0001:259F
  14. when you try to run a Visual Basic executable (.EXE) file in Windows on
  15. a 286 computer or in Windows NT on a MIPs computer.
  16.  
  17. This problem will not occur when running a Visual Basic application from
  18. the Visual Basic design environment on a 286 or MIPs computer.
  19.  
  20. RESOLUTION
  21. ----------
  22. This problem has been fixed in a post-release version of VBRUN300.DLL.
  23. The post-release version of VBRUN300.DLL can be downloaded as a 
  24. self-extracting .ZIP file, BTR110.EXE from the Microsoft Software Library (MSL)
  25. accessable from the following services:
  26.  
  27.     - Microsoft Software Library (MSL) on CompuServe (GO MSL).
  28.  
  29.     - Microsoft Software Library on Internet (ftp.microsoft.com  cd softlib)
  30.  
  31.     - Microsoft Download Service (206)936-MSDL.
  32.  
  33.  
  34. STATUS
  35. ------
  36. Microsoft has confirmed this to be a bug in the Microsoft Visual Basic
  37. programming system for Windows, version 3.0. To correct the problem,
  38. obtain the post-release version of VBRUN300.DLL on the MSBASIC forum
  39. of CompuServe.
  40.  
  41. More Information:
  42.  
  43. This bug occurs because of a problem with VBRUN300.DLL. The date,
  44. time, size and version number of the VBRUN300.DLL file that leads to
  45. this problem is as follows:
  46.  
  47.   Date: 04-APR-1993
  48.   Time: 12:00 a.m.
  49.   Size: 394384
  50.   Version: 03.00.0537
  51.  
  52. The date, time, size and version number of the VBRUN300.DLL file that
  53. fixes this problem is as follows:
  54.  
  55.   Date: 12-MAY-1993
  56.   Time: 12:00 a.m.
  57.   Size: 398416
  58.   Version: 03.00.0538
  59.  
  60. Steps to Reproduce Problem
  61. --------------------------
  62. 1. Start Visual Basic or from the File menu, choose New Project (ALT, F, N)
  63.    if Visual Basic is already running. Form1 is created by default.
  64.  
  65. 2. From the File menu, choose Make EXE File (ALT, F, k) and use the
  66.    default name of PROJECT1.EXE.
  67.  
  68. 3. Copy PROJECT1.EXE and VBRUN300.DLL to a 286 computer running Windows or
  69.    a MIPs computer running Windows NT.
  70.  
  71. 4. Run PROJECT1.EXE.
  72.  
  73. A GP fault occurs in KRNL286 at 0001:259F.
  74.