Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/firebase/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Vagrant VirtualBox应用程序错误-无法写入内存_Vagrant_Virtualbox - Fatal编程技术网

Vagrant VirtualBox应用程序错误-无法写入内存

Vagrant VirtualBox应用程序错误-无法写入内存,vagrant,virtualbox,Vagrant,Virtualbox,我正在尝试使用vagrant设置来启动虚拟机(5.0.8版)。每当vagrant尝试启动virtualbox机器时,virtualbox会遇到引用内存的应用程序错误,说明无法写入内存 这名流浪汉进入中止状态并退出,如下所述- "==> default: Running 'pre-boot' VM customizations... ==> default: Booting VM... ==> default: Waiting for machine to boot. Th

我正在尝试使用vagrant设置来启动虚拟机(5.0.8版)。每当vagrant尝试启动virtualbox机器时,virtualbox会遇到引用内存的应用程序错误,说明无法写入内存

这名流浪汉进入中止状态并退出,如下所述-

"==> default: Running 'pre-boot' VM customizations...
 ==> default: Booting VM...
 ==> default: Waiting for machine to boot. This may take a few minutes...
     The guest machine entered an invalid state while waiting for it
     to boot. Valid states are 'starting, running'. The machine is in the
     'aborted' state. Please verify everything is configured
     properly and try again.

     If the provider you're using has a GUI that comes with it,
     it is often helpful to open that and watch the machine, since the
     GUI often has more helpful error messages than Vagrant can retrieve.
     For example, if you're using VirtualBox, run `vagrant up` while the
     VirtualBox GUI is open.

     The primary issue for this error is that the provider you're using
     is not properly configured. This is very rarely a Vagrant issue."
附加了在VirtualBox上看到的错误快照

你能帮我指点一下如何解决这个问题吗

下面是Vbox.log-

VirtualBox VM 5.0.8 r103449 win.amd64 (Oct 15 2015 14:48:29) release log
00:00:01.410339 Log opened 2015-11-10T15:59:54.878373900Z
00:00:01.410340 Build Type: release
00:00:01.410343 OS Product: Windows 7
00:00:01.410344 OS Release: 6.1.7601
00:00:01.410345 OS Service Pack: 1
00:00:01.509169 DMI Product Name: 20BWS04K03
00:00:01.511022 DMI Product Version: ThinkPad T450s
00:00:01.511030 Host RAM: 11984MB total, 7547MB available
00:00:01.511032 Executable: C:\ProgramFiles\Oracle\VirtualBox\VirtualBox.exe
00:00:01.511032 Process ID: 11168
00:00:01.511033 Package type: WINDOWS_64BITS_GENERIC
00:00:01.512131 Installed Extension Packs:
00:00:01.512291   None installed!
00:00:01.518132 Console: Machine state changed to 'Restoring'
00:00:01.519779 GUI: UIMediumEnumerator: Medium-enumeration finished! 
00:00:01.524933 Console: Machine state changed to 'Saved'
00:00:01.560185 Power up failed (vrc=VINF_SUCCESS, rc=E_FAIL (0X80004005))
00:00:01.880946 GUI: UIMachineViewNormal::adjustGuestScreenSize: Adjust guest-screen size if necessary.

这个问题是Oracle VM box 5.0.8与Vagrant 1.7一起工作时出现的。我降级到Oracle VM box 4.3.12版,这个问题已经解决了

你可以使用Virtual box(没有Vagrant)创建简单的VM吗?我想这与Vagrant没有多大关系,也许卸载/重新安装VirtualBox也无法创建,同样的错误。我尝试导入一个磁盘文件.vmdk,创建磁盘文件选项,但出现相同错误。我已卸载并重新安装VirtualBox计算机,但这并不能解决问题。这与VM计算机在windows文件上进行的某些配置有关吗?需要修复这些文件?您应该发布VirtualBox.log文件,以获取有关问题根本原因的更多信息崩溃通常这是3D加速(尝试禁用)或某个未签名的驱动程序导致编辑文章中出现此IssueReaded日志