156

I'm trying to use the Intel HAX x86 emulator for Windows (8, if that matters). I installed everything and created an AVD for the android version, and everything appears correct, but when I run it, I get this output:

Starting emulator for AVD 'x86_QVGA_Level10'
emulator: device fd:1044
HAX is working and emulator runs in fast virt mode
emulator: Failed to sync vcpu reg
emulator: Failed to sync HAX vcpu context

and the emulator won't run. The significant part of this error (Failed to sync vcpu reg) is not mentioned ANYWHERE online, except in the source code for the HAX itself, but I can't figure out how to make any sense of this.

Can anyone advise about how to get past this error? I really need to get this working, because debugging on device and in the default emulators is painfully slow.

Joshua Frank
  • 11,886
  • 11
  • 44
  • 84
  • 3
    Just wanted to note that I was pulled off this project right after asking this question and never had the chance to try any of these solutions, so I don't know what the correct answer is! Should I pick the top voted answer and just accept it? – Joshua Frank Sep 03 '15 at 13:58
  • 3
    @JoshuaFrank: Nope just leave as-is. Sadly. – Lightness Races in Orbit Sep 05 '15 at 00:41

34 Answers34

372

Make sure you don't have any virtual machines running. In my case, I had genymotion running which was causing this error.

JP2014
  • 4,503
  • 2
  • 16
  • 15
67

I had virtualbox running. Killing the VM allowed allowed the emulator to run.

Jerome Anthony
  • 7,203
  • 2
  • 36
  • 26
  • 6
    Thanks, would have never thought of that. Had a Vagrant box up. – Ben Kane Sep 17 '15 at 16:21
  • 4
    Same here, docker-machine (boot2docker / virtualbox) was running. – tvial Sep 18 '15 at 13:52
  • Just another confirmation. I stopped my Virtual box instance, and my emulator started right up. FYI my virtual device was using CPU/ABI=x86, and I was running on a macbook pro. – guyland123 Nov 20 '15 at 13:45
  • 3
    this is really a problem for me.. Im running a php app which provides api in virtual box on my macbook and I can't develop android app which needs to connect to that api... I guess I will need to deploy the php app on some server and develop on that, oh well – Tomáš Tibenský Mar 06 '16 at 11:38
  • this worked ,my virtualbox was running in background ,now i really want both of them to work – Irfan Ahmad Aug 17 '16 at 13:17
61

If you are running Docker you would have to take the virtual machine down

docker-machine stop default

This assumes your docker machine is called default. If you want to check the name use docker-machine ls

A simpler solution; open virtuabox and stop the vm :-)

15

I had this problem. For me it was the HAXM version.

When you get a new version of HAMX through the SDK Manager, it tells you that it is installed. It is not. You must go to this folder:

<Android SDK>\extras\intel\Hardware_Accelerated_Execution_Manager\

and run intelhaxm-android.exe manually. In my case, I had 1.0.6 and upgraded to 1.1.

I think that what caused the error in the first place was that some other part of the SDK that I had updated needed 1.1.

Helen
  • 58,317
  • 8
  • 161
  • 218
John Delaney
  • 151
  • 1
  • 2
14

As mentioned by other answers, make sure no VirtualBox and docker service is running with following command in mac. (systemctl in Linux)

$ launchctl list | grep 'VirtualBox\|docker'
-       0   com.docker.helper
640     0   com.docker.docker.2032
31736   0   org.virtualbox.app.VirtualBox.948

If so, kill the VBox and docker service.

launchctl stop org.virtualbox.app.VirtualBox.948
launchctl stop com.docker.docker.2032
prayagupd
  • 27,100
  • 10
  • 130
  • 179
13
  1. Stop GENYMOTION (open VirtualBox instance if any instance is running, stop it).
  2. Open AndroidStudio -> Run AVD Manager-> run AndroidStudio virtual device.

Latest Android Emulators are not able to run in parallel with GENYMOTION

pqnet
  • 4,819
  • 1
  • 23
  • 44
MANISH PATHAK
  • 2,425
  • 3
  • 24
  • 28
9

"vcpu reg" are "Virtual CPU REGisters" that exist on many processors that have things like multiple cores, hyperthreading, or other features that enable higher layers to believe that there is more than one CPU present when there isn't -- such as today's x86s. No reason to go in to detail -- you can imagine that getting a coherent, single "virtual CPU context" is necessary for the kind of hardware virtualization that HAX offers.

Normally, it's not a problem to run multiple virtual machines of various sorts simultaneously. But if one of them crashes, or misbehaves, or just decides to be a hog, HAX might find that it just can't put together a coherent virtual machine, because it can't sync a virtual CPU context for itself. It'd be like trying to run a real machine with no CPU.

Bottom line is open task manager and kill things that you don't need and that look like they might be holding virtual machine resources. In the worst case, a reboot is almost certain to fix the problem.

Scott Petrack
  • 111
  • 1
  • 5
5

Quick steps:

  1. Stop all VirtualBox Virtual Machines (i.e. vagrant halt), quit VirtualBox.
  2. All docker-machines should be stopped, too. Quit Docker.
Jucke
  • 71
  • 1
  • 6
5

This happened to me also when I was trying to run both VirtualBox and Android emulator in a MacOS machine. As others have mentioned above currently it is not possible to run both (i.e. VirtualBox and X86 -Intel based emulator) in MacOS and not sure about the other platforms. If we need to run both we can choose ARM based emulator. (arm based emulators are normally slow)

Rukmal Dias
  • 3,123
  • 1
  • 32
  • 28
4

I was getting the same error. I'm guessing there are various reasons for this error, but in my case it was because of a service named ".NCG". The service is Network Content Guard by Inka Entworks, and seems to be some type of DRM solution. Once uninstalled, the emulator worked fine using HAX.

  • 1
    I don't have that software, but it is a good clue about other, similar programs. How on earth did you discover that this was the problem? – Joshua Frank Jun 23 '13 at 14:41
4

In my case, it turned out this problem was caused by having a webcam selected as "Front Camera" in the settings for the AVD. Setting it to "Emulated" fixed this problem for me.

Roy de Jong
  • 277
  • 2
  • 10
4

I faced this issue because I had my virtual box running with Ubuntu on it. When I shut down my virtual box I did not face this issue.

Revs
  • 171
  • 1
  • 3
3

I got the same error on my windows 8 install.

Things you could try:

  • lower the amount of memory for the emulated device (and/or close other applications)
  • disable GPU emulation
  • remove the pass-through webcam

For me, the error occurs when I try to attach a physical webcam to the emulated android instance.

thijs
  • 3,425
  • 1
  • 25
  • 46
3

This kept failing until I changed it to [x] Use Host GPU as shown in pic.

AVD Set up

raddevus
  • 5,847
  • 5
  • 51
  • 65
  • 2
    Yep - same for me. In the config.ini of the AVD (old one?) the property was set to: hw.gpu.enabled=no. after changing it to yes - everything works :) – icyerasor Dec 22 '15 at 21:06
3

I'm running boot2docker vm, just down it solved the issue.

boot2docker down

eranga
  • 487
  • 5
  • 14
2

Make sure you don't have any virtual machines running. In my case, I had genymotion running which was causing this error. when i kill genymotion's Process and kill all Oracle VM VirtualBox related process then it work by wangshiming don't thankyou me

2

Ya, i had virtual box running and was getting this error, shutting it down fixed the error.

adubey
  • 492
  • 5
  • 8
2

I was on a mac and had this problem. I did not think I was running a VM (I have vbox but it isn't running). I restarted my computer and before starting any other apps I tried the emulator and it works fine.

chovy
  • 59,357
  • 43
  • 187
  • 234
2

This is the VirtualBox ticket - https://www.virtualbox.org/ticket/14294

user213493
  • 882
  • 8
  • 10
2

Fixed the problem by changing current version of Java within Windows from Java 8 x64 to Java 7 x86.

ruslan.gilmutdinov
  • 640
  • 2
  • 5
  • 17
2

Yes, VirtualBox VMs have to be stopped. I also had to stop Docker for Mac. The error message only mentions VirtualBox, which confused me a little until I realized Docker for Mac is running xhyve.

geowa4
  • 36,556
  • 14
  • 85
  • 105
2

Do you have HP SureClick running? I had the same problem on the HP laptop until I disabled it.

HP SureClick is a security protection program which runs "unsafe" programs in micro-VMs. It may also be called HP Wolf Security on your machine, which is the new name for it, although under the hood (e.g. folders, dialogs etc) it's still called SureClick. It may have some processes visible in Task Manager with a prefix of "Br", which stands for Bromium.

Similarly to other answers, it cannot be running at the same time as Android Emulator, as it is basically a virtual machine.

Here are some steps to disable it (not all may be required but this worked for me):

  1. Right click on "HP SureClick" or "HP Wolf" in your system tray and select "Disable Threat Containment". It will pop up a dialog asking for the reason (optional), so just click OK
  2. Right click on the icon again and select "Disable Malware Protection"
  3. Click Start, type "services", open the Services window and set all "HP SureClick" services to disabled by right-clicking on each -> Properties -> change startup type to Disabled (for me there were 3 such services)
  4. Restart the computer

After doing this, I was able to use Android Emulator again :)

Adam Burley
  • 4,231
  • 2
  • 40
  • 62
raj
  • 45
  • 8
1

If your CPU supports throttling (like Intel's SpeedStep) try to disable that feature in your BIOS. It's kind of a quickfix but at least it worked.

Johannes Ewald
  • 16,960
  • 4
  • 40
  • 35
  • 3
    It seems like CPU throttling is not responsible for this error. The error appears in my case if a VirtualBox VM is currently running. – Johannes Ewald Jun 18 '13 at 13:01
1

I think it must be a variety of reasons cause this failure. In my case, since I installed the Google input method software, "Failed to sync vcpu reg" appeared. This was the one and only change before normal working. So, after uninstall the Google Input software, it was recovered.just a little reference, although I can't believe this solution for long time either.

1

I had the Windows Virtual PC running (on Windows of course). Once I turned off, the emulator went fine.

Hope this helps.

Jorge E. Hernández
  • 2,342
  • 1
  • 22
  • 41
1

I was trying to launch a Gingerbread 2.3.3 x86 emulator and it would not launch. Changing from x86 to arm made the problem go away.

Daniel Wilson
  • 16,545
  • 10
  • 76
  • 108
1

For me, the only thing that worked using adv on MacOs Yosemite, is setting the processor to ARM (native CPU of the device - standard 4" Nexus).

Oleg Belousov
  • 9,633
  • 12
  • 68
  • 119
1

If you are having any virtual machines running, suspend them and try again.

Arun Abraham
  • 3,763
  • 13
  • 50
  • 74
1

For me the answer was to set Enable keyboard input to true under the advanced settings of the virtual device.

This was the first option I changed on the device, so it is possible that the act of changed an option fixes the error as well based on the wide array of answers above.

Note: I've confirmed previously that no VM's are running.

rlfrahm
  • 189
  • 2
  • 9
0

Finally, I found the anwer for this question. I had exactly the same problem and it was completely solved.

Virtual device or webcam is rarely the cause of your problem.

Just install mainboard chipset driver.

I recommend you to use 3DP chipset autoinstaller.

Good luck!

Larynx
  • 337
  • 1
  • 12
0

For me it was google appengine running locally.

LILkillaBEE
  • 157
  • 1
  • 5
  • 17
0

It seems like in your environment variables on your system (for me on Window 7), setting the "Path" system variable (not user variable) to "sdk_install_location\tools\lib" e.g: "C:\Users\android_sdk\tools\lib" solved the problem for me.

Check out the "Tips and Tricks" section at this webpage: https://software.intel.com/en-us/android/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-windows for more info (if link is dead/doesn't work just google "Installation Instructions for Intel HAX").

marvatron
  • 191
  • 2
  • 3
  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. – Shaiful Islam May 01 '15 at 21:59
0

For those developers whose local environment leverages a VM (e.g. Homestead), simply halt the VM before launching the Android emulator. Restarting it after will allow both to run in parallel, but you're likely going to run into severe performance issues.

Paul Kane
  • 91
  • 1
  • 2
-1

I reduced the size of the VM memory allocated and it seems to have fixed it.

  • This answer would be improved if you would provide guidance on _how_ to reduce the VM size. – William Price Dec 18 '14 at 01:18
  • thisrunson meant to say the VM Heap -- Although it would've helped if mentioned the size set to. Mine i s at 64 default. But that wasn't my problem. I had to turn on [x] Use Host GPU – raddevus Jun 14 '15 at 03:14