scalingexcellence / scrapybook

Scrapy Book Code
http://scrapybook.com/
475 stars 209 forks source link

Virtual machine has terminated unexpectedly during startup with exit code 1 (0x1) #63

Open ttallos opened 4 years ago

ttallos commented 4 years ago

Im running windows 10 Pro Vagrant 1.8.5 Docker toolbox 1.12.0 scrapybook is on the desktop scrapybook.box is in scrapybook directory I have followed steps as outlined in the video, the virtual machine never starts? Any help would be appriecated.

(base) C:\Users\Data Doctor\Desktop\scrapybook>vagrant box add lookfwd/scrapybook scrapybook.box ==> box: Box file was not detected as metadata. Adding it directly... ==> box: Adding box 'lookfwd/scrapybook' (v0) for provider: box: Unpacking necessary files from: file://C:/Users/Data%20Doctor/Desktop/scrapybook/scrapybook.box box: Progress: 100% (Rate: 555M/s, Estimated time remaining: --:--:--) ==> box: Successfully added box 'lookfwd/scrapybook' (v0) for 'virtualbox'!

(base) C:\Users\Data Doctor\Desktop\scrapybook>vagrant up --no-parallel Bringing machine 'default' up with 'virtualbox' provider... ==> default: Importing base box 'lookfwd/scrapybook'... ==> default: Matching MAC address for NAT networking... ==> default: Setting the name of the VM: scrapybook_default_1576198249208_66523 ==> default: Clearing any previously set network interfaces... ==> default: Preparing network interfaces based on configuration... default: Adapter 1: nat ==> default: Forwarding ports... default: 22 (guest) => 2222 (host) (adapter 1) ==> default: Booting VM... There was an error while executing VBoxManage, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "25b7ed41-24e0-4408-ab19-80593a1b5768", "--type", "headless"]

Stderr: VBoxManage.exe: error: The virtual machine 'scrapybook_default_1576198249208_66523' has terminated unexpectedly during startup with exit code 1 (0x1). More details may be available in 'C:\Users\Data Doctor\VirtualBox VMs\scrapybook_default_1576198249208_66523\Logs\VBoxHardening.log' VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine

hebejay commented 2 years ago

same problem with me... any help?