ms virtual pc giving problems

archish

Discoverer
I have Nvidia NFORCE 3 250 model motherboard with builtin ethernet controller. I have installed the latest version of nvidia driver. I get the following error when i start the VPC which is running windows 98. How can i fix this.

thanks
error0pd.gif
 
Aw god. I uninstalled MS VPC. It sucked. Much prefer VMWare. If you can switch. But coming back on topic - aren't there some settings options? I remember that there were. Check the MAC address and change it to something else all zeroes will probably confuse dear old Win98.
 
archish here you go

Virtual PC SP1 Networking problems (address "00:00:00:00:00:00" failed to initialize)

There have been a number of people reporting that when they start a virtual machine - they get the following error:

The network adapter with address "00:00:00:00:00:00" of virtual machine "...." failed to initialize because the address is a null address.

To fix this problem you should use REGEDIT to:

1. Examine the key value at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\<nnnn>\DriverDesc to locate the desired host adapter where <nnnn> is a four digit number.
2. Look at the GUID value for the NetCfgInstanceId key value.
3. Add the DWORD key at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VPCNetS2\Parameters\Adapters\<guid>\Flags and set the value to 0 where <guid> is the GUID found in step 2.
4. Restart the computer.

This registry value was added in Virtual PC SP1’s Virtual Machine Network Services driver. It is supposed to be setup during installation by the driver’s notify object. However, under certain circumstances the notify object of the old version is used during the installation of the new version and this registry value is never created. It is used by the driver to determine if a particular host adapter can be used in the MAC address generation algorithm. If the key is not present, we assume that the host adapter cannot be. In the case you experienced, none of your adapters appear suitable as a basis for MAC address generation and the driver returns a NULL MAC address which causes VPC to report the error.
 
Back
Top