VMware unable to open network mapping library

When starting a VM, I received this error:

VMware unable to open network mapping library

This started when I moved back to VMware Workstation 6 after trying Server 2.0 Beta.

This thread got me to thinking, but didn't fix the problem.

I looked further into the .vmx file and found more entries that Server 2.0 beta had added. The removal of these 4 lines fixed the issue and the VM now starts fine in Workstation.

ethernet0.features = "1"
ethernet0.networkName = "Bridged"
ethernet0.allowGuestConnectionControl = "FALSE"
ethernet0.wakeOnPcktRcv = "FALSE"


Comments

[Add Comment]

Thank you.
Worked for me.
# Posted By Timo Kuchheuser | 9/26/08 10:49 AM
Thx men i had the same problem, and your advice works, bravo
# Posted By sonite | 10/5/08 11:26 AM

[Add Comment]