Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mouse driver crashes Program Manager #27

Open
kristibektashi opened this issue Dec 20, 2023 · 3 comments
Open

Mouse driver crashes Program Manager #27

kristibektashi opened this issue Dec 20, 2023 · 3 comments

Comments

@kristibektashi
Copy link

When I use both this driver and the patched SVGA driver for Windows 3.1, some weird errors show up. They stop appearing when I disable this driver.

Steps to replicate:

  1. Create a VMware virtual machine and Install MS-DOS (I used version 5) and Windows 3.1
  2. Download the Generic SVGA driver. as well as the VMware patch
  3. Launch the Windows Setup from MS-DOS (cd C:\WINDOWS and SETUP.EXE) and install the Generic SVGA driver as a third-party display driver (I recommend the ET4000 1024x768 256 option, but you can select whichever one you like).
  4. Lauch the Windows Setup (again from MS-DOS) and install the VMware Mouse driver
  5. Insert the VMware Patch floppy drive into the VM
  6. Type the following commands (overwrite existing files if asked):
A:
copy SVGA256.DRV C:\WINDOWS\SYSTEM
copy VGAPATCH.COM C:\WINDOWS\SYSTEM
C:
cd C:\WINDOWS\SYSTEM
vgapatch p
del VGAPATCH.COM
cd..
win
  1. Try to move the mouse around. Also try exiting and restarting Windows a couple times, as well as minimizing/restoring the Program Manager. Eventually the first error should show up
  2. The second error showed up when I tried messing around with Windows Setup from within Windows
@kristibektashi
Copy link
Author

Windows 98-2023-12-20-18-36-15

Windows 98-2023-12-20-18-31-35

@kristibektashi
Copy link
Author

To fix the issue run the Windows Setup from MS-DOS and disable the VMware Mouse driver (select the Microsoft or IBM PS/2 driver)

@kristibektashi kristibektashi changed the title Driver conflicts with the SVGA driver for Windows 3.1 Mouse driver crashes Program Manager Dec 22, 2023
@kristibektashi
Copy link
Author

Changed the title because I managed to replicate the issue without the SVGA driver being installed (I was using the regular VGA driver)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant