VMware Communities > VMTN > Desktop Products > VMware Workstation > Discussions

This Question is Possibly Answered

1 "correct" answer available (10 pts) 2 "helpful" answers available (6 pts)
7 Replies Last post: Jul 13, 2009 1:17 AM by Schiri
Reply

Problem: Host Vista x64 - unable to open network mapping library

Feb 19, 2008 12:13 AM

Click to view ClubVisit's profile Lurker ClubVisit 1 posts since
Feb 18, 2008

Hi folks,

I have a big problem after installing my Vista x64 Ultimate. All the drivers are Vista x64 drivers and installed correctly. After installing VMWare Workstation 6 (59824) on my system and using an existing Win XP Pro 32bit (Virtual Machine), all I get when I start the machine:
Unable to open network mapping library. Please verify host is set up correctly. Virtual device ethernet0 will start disconnected.

I don't know, why this comes up. The VM was created under Vista x86 Ultimate and worked perfectly with VMWare Server 2 beta.

Can anyone of you help me? Thx.

Attachments:
Reply Re: Problem: Host Vista x64 - unable to open network mapping library Feb 22, 2008 9:14 AM
Click to view LuHan's profile Lurker LuHan 2 posts since
Feb 22, 2008
Had the same problem with XP 64bit.

Using my VM's within Server 2 Beta and returning to WKS 6, I had the same error.

Returning to the backup of these VM's was the only solution to make them work on WKS 6.


VM's created with Server 2 Beta had the same problem.


What you can learn about it ? Never touch any useable stuff when going into Betamode :D


And another one : Don't touch Server 2 B-) with critical data.


Solution : Restore your VM's.

Hope it can be of some help

Reply Re: Problem: Host Vista x64 - unable to open network mapping library Feb 22, 2008 9:22 AM
Click to view jensent1's profile Lurker jensent1 1 posts since
Mar 10, 2005

I ran into the same problem after moving a VM from Workstation 6.02 to Server Beta 2. After comparing the files, it appears that Server adds a couple of extra lines that Workstation doesn't use. When these lines are added the error "unable to open network mapping library" is shown.

To correct the problem, simply remiove the 2 lines below from your VMX file

ethernet0.features = "1"
ethernet0.networkName = "Bridged"

I am pretty sure the real culprit is the "ethernet0.networkName = "Bridged""

Reply Re: Problem: Host Vista x64 - unable to open network mapping library Feb 22, 2008 9:54 AM
in response to: jensent1
Click to view LuHan's profile Lurker LuHan 2 posts since
Feb 22, 2008

Quote : "To correct the problem, simply remiove the 2 lines below from your VMX file"

Which I can confirm will solve the problem too. :8}

Reply Re: Problem: Host Vista x64 - unable to open network mapping library Mar 13, 2008 6:53 AM
in response to: LuHan
Click to view roarinpenguin's profile Novice roarinpenguin 9 posts since
Jan 28, 2008

I confirm same behavior and same solution onto a Windows Vista Enterprise 32-bit.

Thank you for documenting this.

RoarinPenguin

Reply Re: Problem: Host Vista x64 - unable to open network mapping library Mar 31, 2008 2:49 PM
in response to: roarinpenguin
Click to view ^Z^'s profile Lurker ^Z^ 1 posts since
Mar 31, 2008

I used VMWare Server 2.0 to create Ubuntu VM out of ISO, and then got VMWare Player to start VMX file.

I was getting the error and followed instructions to remove those 2 extra lines.

Everything is workie now and thanks to everybody for help! I wish if I just understood better why. I think that server is actually writing the config file (bridged network type) - which is causing the problem, since the player just has the information already written to it. Once it tries to read the line (bridged) that's where it "blows up"... Dunno, just an opinion...

Good luck everyone!

Z


Reply Re: Problem: Host Vista x64 - unable to open network mapping library May 6, 2008 11:21 AM
in response to: ^Z^
Click to view mwilliams3535's profile Lurker mwilliams3535 1 posts since
May 25, 2006
Hey Guys,

Thanks for this post. I had a problem running Server 1.05 and Beta 2 on a Vista x64 host, so I installed Workstation 6 and imported the guest (XP SP2) from Server 1.05. When I launched the guest, the NIC is disconnected.

To resolve:

1. Shut down the guest
2. I removed the 2 previously mentioned lines from the .vmx file
3. Delete the NIC in the guest OS settings
4. Create a new NIC
5. Restart the guest

Hope this helps.

Thanks guys (and gals)!!!!

Matt...
Reply Re: Problem: Host Vista x64 - unable to open network mapping library Jul 13, 2009 1:17 AM
in response to: jensent1
Click to view Schiri's profile Lurker Schiri 2 posts since
Dec 17, 2008

You're completely correct.

Changing

ethernet0.networkName = "Bridged"

to

ethernet0.networkName = ""

is sufficient to get theVM started.

Cheers
Uwe

Actions