Vagrant 游荡的错误。VirtualBox将框写入precise32,但无法重命名,并给出错误消息

Vagrant 游荡的错误。VirtualBox将框写入precise32,但无法重命名,并给出错误消息,vagrant,virtualbox,ubuntu-12.04,Vagrant,Virtualbox,Ubuntu 12.04,我尝试了vagrant up,但仍然收到此代码错误。我的系统有什么问题 vagrant up Bringing machine 'default' up with 'virtualbox' provider... [default] Importing base box 'precise32'... [default] Matching MAC address for NAT networking... [default] Setting the name

我尝试了
vagrant up
,但仍然收到此代码错误。我的系统有什么问题

    vagrant up
    Bringing machine 'default' up with 'virtualbox' provider...
    [default] Importing base box 'precise32'...
    [default] Matching MAC address for NAT networking...
    [default] Setting the name of the VM...
    There was an error while executing `VBoxManage`, a CLI used by Vagrant
    for controlling VirtualBox. The command and stderr is shown below.

    Command: ["modifyvm", "61d768ff-adc4-4f66-a704-7f04b4f01639", "--name", "tmp_default_1382129134"]
    Stderr: VBoxManage.exe: error: Could not rename the directory 'C:\VirtualBox VMs\precise32' to 'C:\VirtualBox VMs\tmp_default_1382129134' to save the settings file (VERR_FILE_NOT_FOUND)
    VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component SessionMachine, interface I Machine, callee IUnknown 
    VBoxManage.exe: error: Context: "SaveSettings()" at line 2527 of file VBoxManageModifyVM.cpp

编辑:我正在使用VirtualBox 4.3和Vagrant 1.3.5,所以在将VirtualBox从4.2更新到4.3之后,我仍然存在这个问题

尝试将VirtualBox+Vagrant升级到4.3+1.3.5,同时避免在路径中使用空格。你能发布你的Vagrant文件吗?我也遇到同样的问题。。