Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bluescreen on windows 10 after using android emulator

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.

like image 500
Franco Asole Avatar asked Oct 04 '17 16:10

Franco Asole


People also ask

Why does my PC keep on blue screening?

The blue screen happens when Windows encounters a critical error that stops the operating system from running. These critical errors can be the result of faulty hardware, faulty or low level hardware drivers, or faulty or low level apps that run within the Windows kernel.

Does blue screening damage your PC?

Escaping the Blue Screen of DeathThis can damage your hard disk, reducing the lifespan of your computer. The best thing to do is to make sure the Blue Screen of Death never happens by making sure your system registry does not contain any old or corrupted files.

Does BlueStacks cause blue screen of death?

Some users have been reporting that they experience regular Bluestacks crashes while gaming on Windows 10. While some report that only the software crashes with the “an unexpected error occurred” error message, other users report that every crash is followed by a BSOD (Blue Screen of Death) crash.

What triggers a blue screen?

Software: Incompatible software like apps or programs may cause conflicts the result in the BSOD. Hardware: Faulty memory (RAM), hard disk drive (HDD), solid-state drive (SSD), motherboard, processor, or a power supply unit (PSU) can all be responsible for the blue screen crashes.


1 Answers

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.

like image 130
Gulsah D Avatar answered Sep 23 '22 14:09

Gulsah D