Question:
I started up my computer, and a message came up saying something... what do i do? Please help me!!!!?
the one with a snorkel
2008-05-08 04:16:47 UTC
It said: The following file is missing or corrupted: C:\WINDOWS\SYSTEM\VMM32.VXD
Type the name of the Windows loader (e.g., C:\WINDOWS\SYSTEM\VMM32.VXD



I have no idea what to do, please help me.
Three answers:
Glenn
2008-05-08 04:26:59 UTC
The Truth About VMM32.VXD

A HelpWithWindows TechFile



By Roy Lehrer



Everything in this article applies to all versions of Windows 9X including the recently released Windows 98 Second Edition versions.





Rumors:



Before I go into the details of telling you how to rebuild a corrupt vmm32.vxd file, let me first say with very strong emphasis that there is no truth to the reports that Win9X does not install all required *.vxd files during installation. While it's possible that such a bug may have existed in a very early Win98 beta release (going back to when it was called Memphis and not Win98), there is no such bug, nor has there ever been such a bug in any released version of Win95 thru Win98 Second Edition.



There are various web sites where you can read about this non-existent bug that I think is plain hogwash. My experience says that such sites are incorrectly informing you that during Win9X installation, some required *.vxd files do not get installed and that you have to install them yourself manually, and that these "missing" files are the cause of at least some of your problems. Again I say hogwash. Some of these sites go on even further to tell you that you can check to see if any *.vxd files are missing by using Device Manager (from System Manager in the Control Panel) and using the Driver File Details tab and that if you find entries containing 'vmm32', there's a good chance you need to extract and then install these files manually. Some go on to more explicitly tell you that if you see entries that look like C:\Windows\System\vmm32.vxd (configmg.vxd) that you do have to extract the *.vxd file manually from your Win98 CD cab files and put them in your \Windows\system\iosubsys directory after which the Driver File Details will show C:\Windows\System\configmg.vxd which is the correct way an entry should look.



As I just said I think this whole issue is just plain old-fashioned hogwash. Someone who doesn't/didn't have the slightest idea of what vmm32.vxd is or how it is used probably originated it. And as we all know, anything posted on the web spreads like wildfire and is taken to be gospel by many even if it shouldn't. A more forgiving reason (it you want to call it that), although unlikely based on the details of what is being said, is that a person whose vmm32.vxd file got corrupted started it. But even then he/she didn't know what they are talking about if they are saying a bug in Win9X prevents the *.vxd files from getting installed.





What is VMM32.VXD:



To try and explain why what these sites tell you is wrong, you need to know what vmm32.vxd is. Vmm32.vxd is a monolithic driver file made up of a number of various *.vxd files. It is a W4 format archive using the MRCI compression of Drivespace. However, to keep things simple, you can think of it as a archive of different *.vxd files combined into one library file that can loaded as one file but that the individual files within it can be used as if they were individually loaded. Basically vmm32.vxd just contains a collection of different *.vxd files your system needs for startup, each file is stripped of the headers that are required if that same file was loaded separately. Between the stripped headers and the compression used in vmm32.vxd it is considerably smaller that all the individual files, contributing to its faster load time. One of the most important things about vmm32.vxd is that the actual *.vxd files it contains is determined for each system on an individual basis during the original Win9X installation to that system, and that the vmm32.vxd file on one system may be quite different than the one on another system. So if your file gets corrupted you can't just copy the one from you buddy's system and expect it to work unless his system was 100% identical to yours at the time you each installed the exact same version of Win9X. You also have to know that the vmm32.vxd file that can be extracted from the Win9X cab files is just a skeleton file that is used to build upon during the Win9X installation process, so just extracting it will not restore a corrupted vmm32.vxd file. If you did extract vmm32.vxd from your cab files and overwrote the one in your \Windows\system directory with it, the result would be a system that you could not start Win9X on.



So to reiterate, the files these web sites claim are missing are not missing, they are actually part of vmm32.vxd, which is why you normally will not find them as individual files on your system. The fact that users could not find these files on their system may have led to the acceptance that they Win9X did not install them. By the way, the Device Manager, Driver File Details type of entry that reads something like C:\Windows\System\vmm32.vxd (configmg.vxd) is absolutely correct. It is telling you that the driver being used is configmg.vxd but that is it loaded from vmm32.vxd instead of as a stand-alone file. If it were loaded from a stand-alone file then the entry would read C:\Windows\System\configmg.vxd.



Now there may come a time, when one of the *.vxd files built into vmm32.vxd needs to be updated, and Win9x provides a very simple means for this. Each system has a \Windows\system\vmm32 directory. Any *.vxd file in this directory will be automatically loaded and used during Win9X startup, instead of the one in the vmm32.vxd file if it exists in both places. In other words files in this directory take precedence over same files within vmm32.vxd. So when these web sites have you put the individual files in this directory all they are doing is putting a copy of the same code that is already within vmm32.vxd into this directory as stand alone files which will actually cause Win9X to take longer to load. Microsoft says that Extracting system files that are rolled into VMM32.VxD will not increase system performance, once you are started, there will be no difference. The reason for bundling VxD's into VMM32 was to improve system boot time.



To see a list of all the files included in your vmm32.vxd file use regedit.exe and go to the key HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Control \ VMM32Files. All files listed in the right side of the display are within your system's personalized copy of vmm32.vxd.



As you may have gathered, since the VMM32.VXD in use on your system was custom created for you system based on its requirements, it is one file that you cannot simply extract from your Win98 cabs files if it should become corrupt or if it accidentally gets erased from your system. So RIGHT NOW is a good time to stop reading and make a backup copy of it in case you ever need it.





Why would you ever need to rebuild:



I can only think of two reasons for needing to re-build your vmm32.vxd file. The first is because your current copy is no longer usable or was deleted. So as I said just above, back it up now and you don't have to worry about this.



The other reason may be that at some point in time due to updates, etc, you may have a large number of updated *.vxd files in your \Windows\system\vmm32 directory and would like to return to having the files load via the faster loading vmm32.vxd. Personally I don't think that the load time difference is worth the effort but since vmm32.vxd can be rebuilt I will tell you how.





Procedure:



Notes:



* Some of the steps only tell you what needs to be done and not how to do it. If you don't know how to do it, then I suggest that you should re-consider attempting this procedure.

* In this archive are samples of what the 2 batch files you are going to create should look like. As written they may not be appropriate for your system, so please follow the steps below to create batch files for your system, and use the samples only as a guide to what your completed batch files should look like.

* The entire procedure can be run from within the Win9X GUI, there is no need to start in Real Mode DOS, as is the case with the earlier version of this procedure.

* Note that in my examples in some of the steps, I only show 3 entries for file lists that will be much larger (probably 40 or more lines). Also for these batch files you will be creating case does not matter.



1. First you must know what files are in your current vmm32.vxd file. You can get a list from the registry at HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Control \ VMM32Files. Since the list is rather long, and because this procedure involves creating a batch file using this list of file names, the easiest thing to do is export this key to VMM32.REG

2. Open VMM32.REG in any editor that you want. An editor with Search and Replace (abbreviated as S&R in this procedure) capability is best (thus NotePad will not do, but WordPad will). The steps in this procedure are written to take advantage of S&R. The editor you use must allow you to save the results to an ASCII text file.

3. Delete the first few lines so that you are left with a list that looks something like the following:



"biosxlat.vxd"=hex:00

"combuff.vxd"=hex:00

"configmg.vxd"=hex:00



4. Save what you have so far as WININIT.INI, which we use later in this procedure.

5. Now continuing editing VMM32.REG and using S&R enter "=hex:00 (Note the leading quote mark in this text) as the search string and leave the replace text blank and then do a Replace All. You should now have a list that looks something like:



"biosxlat.vxd

"combuff.vxd

"configmg.vxd

6.

extract /a /y H:\win98\base4.cab (for Win98 users)



Note: In the above commands you have to change H:\win95 or H:\win98 to the actual path that your Win9
2008-05-08 11:24:45 UTC
Reformat your drive and install a fresh copy of your windows opperating system.
puzdra69
2008-05-08 11:21:23 UTC
http://support.microsoft.com/kb/191874


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...