unable to load virtualbox engine genymotion windows 10 - virtualbox

I know, already much information appeared through this question. But unfortunately, taking into account them, I so not succeeded to start genymotion. Now, it installed genymotion 2.6 and virtualbox 5.0.10.
What I did for start:
1.Trying to install genymotion v2.0.3: geny start, but emulator not working and cant install device with android > 5
Trying to install other version of virtual box: from 4.3 to 5.0.11
Before, I had installed VMWorkstation. I removed it: no result
In bios virtualization is enabled
In VirtualBox in newtwork preferences trying to add new host-only network: I could not do it, because there was an error (Result Code: E_FAIL (0x80004005) Component: HostNetworkInterfaceWrap Interface: IHostNetworkInterface {455f8c45-44a0-a470-ba20-27890b96dba9})
trying to start with comparability with Windows 7/8/8.1 : no result
trying to start with administrator mode (geny and VMBox): no result
Maybe, someone faced with?

Hi this might help you:
You must go the VirtualMachine preferences under File in the menu. Then choose the Network setting, then Host-only Networks.
You can use the - button to delete all of the Ethernet Adapters that you have there.
Then create a new one and use the following settings:
IPv4 Address : 192.168.1.201 IPv4 network mask : 255.255.255.0
Then in the DHCP server tab: Address: 192.168.1.100 mask: 255.255.255.0 Lower address: 192.168.1.101 Upper address : 192.168.1.199
Check to see which Ethernet adapter # you have now set up - this might be important later on. Click OK for all the open boxes or save whatever you have.
Then try and run genyMotion again. This worked for me.
There is one more thing you may have to do if this still doesnt work. Go to Network and sharing centre . Change adapter settings and disable all the Ethernet connections EXCEPT for the Ethernet adapter you have just created.
I hope that helps Daniel

Related

VMware - How to allow IP/Ports access

I red lot of post about this question without find the good answer. The situation is simple, I have a server (Go) running on Ubuntu 14.04 (VMware Workstation 12.1.0 Pro). It listens on the 8001/8002 ports. From the host of the VM (Windows 10), I can access it from the host (Windows 10) but from my Xamarin Application or the others computers, I can't access this server.
I tried lot of things such as port transfer, edit of the NAT propreties (of the VM) and edit of the vmnetnnat.conf file as well. I tested about bridge connection but I didn't find the way to make it works with this way. etc
I also did transfer port from my internet box to get the access by IP instead of private network address (192.168.XXX.XXX) but it didn't works too.
If anyone can help, thank !
By default your Workstation configures your VM in either NAT or Host-only or event in Custom network configuration what means your host computer (you Windows 10) is the only endpoint which can access this box without any additional configuration in your router.
I would suggest you the easiest way is to use "Bridge" configuration what you mentioned below by getting (perhaps DCHP) IP schema from your parent router (the one gives your Windows 10). Thus your VM will be available across your "Home network", Once done, check your ICMP (pings) from Windows 10 to your VM, make sure you can see it.
Second point is that your 8001/8002 ports might be closed by firewall (iptables) in your ubuntu / Windows 10. You probably want to check your both firewalls as your traffic is being routes by "Virtual router" of Workstation.

Xamarin Android Player : OpenGL server is unreachable

Now I'm facing an error while starting Xamarin Android Player.
Error : OpenGL server is unreachable. Please check that Xamarin Android Player is allowed through your firewall on public networks.
I'm using Windows8.1 (64-bit).
Xamarin Android Player is allowed on public networks.
The screen shots of the errors are attached with this.
Is there any way to get rid of this error !
Screen shot 01
Screen shot 02
Screen shot 03
I got this error all the time. What fixed it for me was closing adb.exe. Go to task manager and close adb.exe before restarting Xamarin.
If that doesn't work, try to reinstall the host only network adapters in Virtualbox. Open virtualbox -> File -> preferences -> Network -> Host only. And remove all the adapters. Then restart Xamarin. It will prompt to reinstall the adapters. Click Ok.
McAfee antivirus blocks Player if you have installed, I tried to stop and now it works well.
I had this same issue in mac OS, in my case I already had virtual box with different network configurations from previous VMs that were causing this issue.
To fix this I had to set the host only network to the appropriate values.
In the VirtualBox settings of the Android Emulator VM, inside the Network Tab -> Adapter 1 verify the name of your host-only adapter (in my case vboxnet0)
With that name in mind navigate to VirtualBox VM -> Preferences -> Network -> Host-only Networks and double click the one selected in step 1.
Set the following values:

Access Internet from BB10 simulator

I want to access Internet from my BB10 simulator.
I have changed the setting of the virtual machine and changed the Network Connection type from NAT to Bridged.
But after this when I restarted the simulator, it is unable to get the IP address. Thus QNX IDE is unable to discover it.
Please suggest how can I resolve this issue ?
According to an administrator on the blackberry forums you can do the following:
http://supportforums.blackberry.com/t5/Cascades-Development/BB10-Dev-Alpha-Simulator-not-connecting-to-WiFi/td-p/1842579
1) Power down your VM
2) In VMWare select your VM and then click "Edit Virtual Machine Settings"
3) Select Network Adapter
4) Change from NAT to Bridge mode, which will allow the simulator to have direct access your physical network card.
5) Start the simulator again.
In case this is still an issue for you or anyone else; If I understand correctly, when you switch to bridged connection, you do have internet access on your simulator, but the QNX IDE does not find it via device discovery.
I just had the same problem, it can be solved by typing the simulator IP in by hand. Note that you have to use the address that VMWare displays at the very bottom of the content window, not the IP that is set in Development Settings.
I suspect the QNX IDE of only scanning a certain IP range for target devices. Thus, when you switch to bridged mode and your device obtains an arbitrary address in your LAN, it does not (necessarily) fall in that range.

using VMWare Player 5, how can I access a web server running in a VM via an external machine?

Win7 PC running Rails in an Ubuntu VM via VMWare Player. I'm working on a site and would like to show it to a friend who's outside my network.
I found this blog post, which got me very close: http://blog.fardad.com/2012/06/vmware-player-and-custom-nat-port-map.html
OK, so I have the VM that is using NAT. As I understand it, that means that the VM will appear to have the same IP address as the parent machine to outside traffic.
I went into NAT settings and added port forwarding:
Host Port: 8200 Type: UDP Virtual IP Address: 192.168.198.184:3000
OK so my understanding is that I should now be able to go to 192.168.1.1xx:8200 (the IP of my 'real' PC) and access the webserver running in the VM. But when I go to that address, I don't get anything. I can ping 192.168.198.184 (the VM) from the PC.
What I want to be able to do is go into my router and set up a port that will eventually forward into the VM.
It seems like I'm missing something very small but I don't know what that is. Help, please.
If anyone is curious how to get the Virtual Network Editor:
go to the vmware-directory and run in elevated cmd.exe-box
rundll32.exe vmnetui.dll VMNetUI_ShowStandalone
http://communities.vmware.com/message/2155960#2155960
Find the vmnetnat.conf file, usually located in
C:\ProgramData\VMware\vmnetnat.conf
or
C:\Users\Application Data\VMware\vmnetnat.conf
Edit vmnetnat, add similar line in the [incomingtcp] section
8200=192.168.198.184:3000
Restart VMware NAT Service.
Try using Bridged network option in vmware player instead of NAT. It replicates your physical network.
You can use an http proxy to do that, by doing that you don't need to expose your entire private network, check out this blog post for more information how to access docker containers from external devices

ping hostnames using avahi # Ubuntu in VMware. No resolving

I'm having a really strange problem. I have 2 virtual machines running ubuntu 11.4 in VMware player. These virtual machines have a bridged connection to my network. Since they use DHCP it would be more easy to let them talk to each other using hostnames instead of IP addresses.
That is where the it becomes a strange situation.
ping 192.168.0.10 //this is machine 1
ping 192.168.0.11 //this is machine 2
both work like a charm
ping machine1.local
ping machine2.local
work great on their own system. but ping machine1.local on machine 2 results in a "ping: unknown host machine1.local"
After trying and checking everything and getting nothing but the local machine in the avahi-browse, I installed wireshark to get to know what's really going on.
I ran wireshark, and then ran avahi-browse. In wireshark I saw all the responses to the MDNS message AND I GOT machine1.local AND machine2.local!!!
GREAT! but when I turned off wireshark the avahi-browse cache went empty again...
Why is it that when I have wireshark on in the virtual machine, the avahi-daemon gets the MDNS messages, and when I turn it off, the messages get lost again...
You may need to switch to the e1000 network adapter to (fully) support multicast. To switch to the e1000, open your vmx file in an editor and find the entry for the virtual ethernet adapters. Change or add this line:
ethernet0.virtualDev = "e1000"
(If you have more than one adapter, change it for each of ethernet0, ethernet1, etc.)
This thread details some of the multicast issues that seem similar to yours:
http://communities.vmware.com/message/1549658
This document describes the various possible virtual adapters and their limitations and capabilities:
http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&externalId=1001805