Bluescreen on windows 10 after using android emulator
Asked Answered
D

10

13

today after i got an update of avast i could not launch any android emulator anymore (Bluestacks 3 and NOX). When i try to launch an emulator after like 80-90% of the engine loading of the emulator nothing happens then i get a messagge of the emulator that the engine could not launche and it gives me 2 options (restart engine or restart computer) both will get my sistem to crash and i get a blue screen with errorcode 0x00000667 (not sure if i miss a 0). I already tried to disable the antivirus and to retry but got the same problem, i reinstall the android emulator but got the same result. And worst of my problems are that my computer didn't had the file protection active to restore to an prewvie point, so im stuck now and i prefer not to reset my whole computer. Any suggestion what could i do? im really in trouble here and i hope this is the right place to ask for my problem.

Dagmardagna answered 4/10, 2017 at 16:52 Comment(2)
Ok, i solve it alone xD after avast updated it activates me 2 things Service reputation and CyberCapture (not sure if the names are the same in english, im from italy btw) and after deactivating this 2 options now it runs smothly like it did before. I hope this can help someone in the future with my same problem.Dagmardagna
I got the same problem today so unchecking the 2 things mentioned didn't solve my problem, i uninstalled avast and now it works so i guess it was avast faultDagmardagna
E
1

I was having the same exact issue. Did all the normal troubleshooting (restarts/re-installs etc). So I hit up google and found your post and made the connection that I recall updating Avast a few days ago as well. Did a search for "avast bluestacks" and found the post @ this URL. I followed its easy steps and so far bluestacks is back up and running normal for me again.

https://support.bluestacks.com/hc/en-us/articles/115003212603-Solution-for-Avast-antivirus-makes-BlueStacks-run-slow-

Edyth answered 12/10, 2017 at 15:55 Comment(2)
Your URL is about Avast slows down BlueStacks, but not about BSOD.Obtuse
Irregardless of the title, the steps still resolved the issue of the application crashing. Avast was certainly conflicting with bluestacks. I have since moved off of that anti-virus and use bitdefender and I have no issue with blue stacks anymore. I live stream in on youtube almost every night.Edyth
L
24

Turning off hyper-v in your pc will fix the problem. Run the CMD in administrative mode and run this command bcdedit /set hypervisorlaunchtype off.

Lebna answered 9/3, 2018 at 7:16 Comment(5)
Also, if "Virtual Machine Platform" is off, try turning that on in Control Panel->Turn Windows features on or off.Derwon
Should we enable it again after we're done with the emulator?Cannula
This fixed my problemUlloa
It's the problem. take me 5 hours of effortsChellman
After running this command, restarting and attempting to launch an emulator via Android Studio, I get an error in Android Studio that HAXM is not installed. :(Nickolai
R
14

Solve this

1 - Enable virtualization (from bios/UEFI setting)

2 - Disable hyper-v and restart (Credit to Sadhurshan) bcdedit /set hypervisorlaunchtype off

3 - Install intel haxm https://software.intel.com/en-us/articles/intel-hardware-accelerated-execution-manager-intel-haxm

Rojo answered 29/6, 2018 at 1:58 Comment(3)
Virtualization is Hyper-V virtualization isn't it? What differences between your virtualization (Step1) and hyper-v virtualization?Kho
I guess Saiful meant the bios/UEFI setting for virtualization in step oneFortyfive
I had to do steps 1. and 2. (don't forget to restart PC), then upgrade HAXM and download another/fresh Android System Image.Gallonage
G
2

Run the CMD in administrative mode and run this command bcdedit /set hypervisorlaunchtype off.

Golub answered 20/6, 2019 at 23:14 Comment(0)
P
2

I had the same problem. Run the CMD in administrative mode and run command bcdedit /set hypervisorlaunchtype off.

But just this step didn't work.

As a second step, I checked whether Intel X86 Emulator Accelerator (HAXM installer) is installed on the SDK Manager > SDK Tools. I saw the "update available" and updated it.

Problem is solved.

Peddler answered 18/3, 2021 at 11:0 Comment(0)
E
1

I was having the same exact issue. Did all the normal troubleshooting (restarts/re-installs etc). So I hit up google and found your post and made the connection that I recall updating Avast a few days ago as well. Did a search for "avast bluestacks" and found the post @ this URL. I followed its easy steps and so far bluestacks is back up and running normal for me again.

https://support.bluestacks.com/hc/en-us/articles/115003212603-Solution-for-Avast-antivirus-makes-BlueStacks-run-slow-

Edyth answered 12/10, 2017 at 15:55 Comment(2)
Your URL is about Avast slows down BlueStacks, but not about BSOD.Obtuse
Irregardless of the title, the steps still resolved the issue of the application crashing. Avast was certainly conflicting with bluestacks. I have since moved off of that anti-virus and use bitdefender and I have no issue with blue stacks anymore. I live stream in on youtube almost every night.Edyth
C
1

disable hyper-v and restart then open nox try again in windows 10 disable Press Windows key. Type "Turn Windows features on or off" Deselect checkbox next to Hyper-V. Select OK. Select Restart now.

Chasten answered 12/2, 2019 at 1:13 Comment(0)
S
0

Never expected that this would work, but it worked for my good old fasion i7-2600k which does not support VT but has Hardware acceleration.

  1. Make sure Hyper-V is disabled in Windows Features

  2. Uninstall NoxPlayer (probably similar to Bluestacks)

  3. Disable Hardware Acceleration in your BIOS

  4. Install NoxPlayer, do a first run with an emulator.

  5. Restart and enable Hardware Acceleration in your BIOS again to improve performance.

source: https://www.youtube.com/watch?v=VedP_MamreA

Stound answered 12/8, 2019 at 21:8 Comment(0)
F
0

The problem can easily be solve by using following steps:

  • Turn off battery saver mode if it ON.
  • Close the bluestack application.
  • Open task manager or Press Ctrl+shift+Esc and end all Background process with bluestack. (The 3-4 process are
    • Bluestack 4
    • Bluestack Agent
    • Bluestack Android host
    • Bluestack Server Interface ).
  • Close all applications.
  • Restart the bluestack application.
Fulfill answered 17/7, 2020 at 6:2 Comment(0)
G
0

I also faced the same issue on my new spec: R5 5600X on MSI B550M.

This is how i solved it:

  1. Uninstall windows updates: Didn't Work.
  2. Enable SVM(Must be enabled anyway): Didn't Work.
  3. Refresh Windows(Download from Cloud): Worked :)
Gestate answered 28/3, 2021 at 4:34 Comment(0)
O
0

Please note that "Starting from emulator 33.x.x.x, HAXM is deprecated as Intel discontinues development of HAXM. The Android Emulator hypervisor driver (AEHD) replaces Intel HAXM on Intel Processors." Source: https://developer.android.com/studio/run/emulator-acceleration

It seems that if you use Android Emulator version 33.x.x.x or higher and you have installed Android Emulator hypervisor driver, Android Emulator tries to use Windows Hyper-V. So you need to enable it using the following instructions.

  1. Click on the Start button
  2. Type turn Windows features on or off and select it
  3. find Hyper-V and enable it
  4. Windows would restart

After following the steps above, Windows stopped crashing and restarting with a blue screen.

Orpah answered 3/4 at 23:3 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.