使用 android 模拟器后 Windows 10 上的蓝屏
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/46570184/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Bluescreen on windows 10 after using android emulator
提问by Franco Asole
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.
今天在我获得 avast 更新后,我无法再启动任何 android 模拟器(Bluestacks 3 和 NOX)。当我尝试在模拟器的 80-90% 的引擎负载之后启动模拟器时,什么也没有发生,然后我收到了一个引擎无法启动的模拟器消息,它给了我 2 个选项(重新启动引擎或重新启动计算机)将使我的系统崩溃,我得到一个错误代码为 0x00000667 的蓝屏(不确定我是否错过了 0)。我已经尝试禁用防病毒软件并重试但遇到了同样的问题,我重新安装了 android 模拟器但得到了相同的结果。我最糟糕的问题是我的电脑没有激活文件保护来恢复到预览点,所以我现在卡住了,我不想重置我的整个电脑。任何建议我能做什么?我在这里真的遇到了麻烦,我希望这是解决我的问题的正确地方。
采纳答案by sandsawks
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.
我遇到了同样的问题。是否进行了所有正常的故障排除(重新启动/重新安装等)。所以我打了谷歌,找到了你的帖子,并建立了联系,我记得几天前也更新了 Avast。搜索了“avast bluestacks”并找到了@这个 URL 的帖子。我遵循了它的简单步骤,到目前为止,bluestacks 已恢复正常运行。
回答by Sadhurshan
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
.
在您的 PC 中关闭 hyper-v 将解决该问题。运行CMD
在管理模式和运行此命令bcdedit /set hypervisorlaunchtype off
。
回答by Saiful Azhar
Solve this
解决这个
1 - Enable virtualization (from bios/UEFI setting)
1 - 启用虚拟化(来自 bios/UEFI 设置)
2 - Disable hyper-v and restart (Credit to Sadhurshan)
bcdedit /set hypervisorlaunchtype off
2 - 禁用 hyper-v 并重新启动(归功于 Sadhurshan)
bcdedit /set hypervisorlaunchtype off
3 - Install intel haxm https://software.intel.com/en-us/articles/intel-hardware-accelerated-execution-manager-intel-haxm
3 - 安装英特尔 haxm https://software.intel.com/en-us/articles/intel-hardware-accelerated-execution-manager-intel-haxm
回答by Chainrocker
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.
禁用 hyper-v 并重新启动然后打开 nox 在 Windows 10 中再试一次禁用按 Windows 键。键入“打开或关闭 Windows 功能”取消选中 Hyper-V 旁边的复选框。选择确定。选择立即重启。
回答by Mahmoud Gamal
Run the CMD in administrative mode and run this command bcdedit /set hypervisorlaunchtype off.
在管理模式下运行 CMD 并运行此命令 bcdedit /set hypervisorlaunchtype off。
回答by CularBytes
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.
没想到这会起作用,但它适用于我的旧时尚 i7-2600k,它不支持 VT 但具有硬件加速。
Make sure Hyper-V is disabled in Windows Features
Uninstall NoxPlayer (probably similar to Bluestacks)
Disable Hardware Acceleration in your BIOS
Install NoxPlayer, do a first run with an emulator.
Restart and enable Hardware Acceleration in your BIOS again to improve performance.
确保在 Windows 功能中禁用 Hyper-V
卸载 NoxPlayer(可能类似于 Bluestacks)
在 BIOS 中禁用硬件加速
安装 NoxPlayer,使用模拟器进行第一次运行。
重新启动并再次在 BIOS 中启用硬件加速以提高性能。