参考:
- 知乎-virtualbox启动运行错误
问题
virtualbox 启动虚拟机时提示:
The virtual machine 'fedora' has terminated unexpectedly during startup with exit code -1073741819 (0xc0000005)
解决方案
这是因为跟系统上某些程序(MacType Tray)冲突导致的,
VirtualBox 4.14 has new "hardened" security on Windows,
and it doesn't play nice with anything that hooks dll's into Windows,
mainly 3rd-party antivirus packages, but also any other 3rd-party program
that "intercepts" Windows dll calls.
如果VBox被DLL注入(MacType,各种杀毒软件),那就会启动失败
此时,只需要在启动VirtualBox的情况下,管理员权限打开MacType用户向导,然后将对应的virtualbox程序停用即可,此时,virtualbox 虚拟机即可启动。
解决VirtualBox启动错误
本文介绍了解决VirtualBox启动虚拟机时出现意外终止错误的方法。该错误通常由于第三方程序(如MacTypeTray)与VirtualBox冲突导致。文章提供了一个简单有效的解决方案:通过管理员权限禁用相关程序对VirtualBox的DLL注入。
1万+

被折叠的 条评论
为什么被折叠?



