VirtualBox no longer running in Win10 Creators Update

18

Updated my Windows 10 with the Creators Update last night and installed Bash/Ubuntu subsystem.

Not sure which of those caused the issue but now I find, when I attempt to run VirtualBox (5.0.24.8355), absolutely nothing seems to happen. This is the case whether I run it via the normal GUI way or run it from a cmd window.

No errors, no messages, nothing. And nothing appears to show up in the task manager either.

I do get an application error in the event viewer but I'm not sure what to make of it:

Faulting application name: VirtualBox.exe, version: 5.0.24.8355, time stamp: 0x5772960f
Faulting module name: VirtualBox.exe, version: 5.0.24.8355, time stamp: 0x5772960f
Exception code: 0xc0000005
Fault offset: 0x00000000000139ed
Faulting process ID: 0xee0
Faulting application start time: 0x01d2b453bf4d288d
Faulting application path: C:\Program Files\Oracle\VirtualBox\VirtualBox.exe
Faulting module path: C:\Program Files\Oracle\VirtualBox\VirtualBox.exe
Report ID: be9839c1-a3e1-4c9b-92c0-fa5c96048a72
Faulting package full name: 
Faulting package-relative application ID: 

Has anyone actually gotten VBox to run under the Creators update, or does anyone know how to decode the event information?

windows-10
virtualbox
windows-10-v1703
asked on Super User Apr 13, 2017 by (unknown user) • edited Apr 14, 2017 by fixer1234

5 Answers

24

Had the same problem, upgrading to 5.1.18 seems to fix it

answered on Super User Apr 13, 2017 by djtwo
4

For anyone that had issue with this after upgrading to Windows 10 Creators, specifically with Vagrant using VirtualBox, I was able to upgrade to 5.0.38 to fix this issue (rather than 5.1.x, which breaks some things with my Vagrant setup).

VirtualBox 5.0.x downloads page: https://www.virtualbox.org/wiki/Download_Old_Builds_5_0

answered on Super User Apr 21, 2017 by Jake Bathman
2

I had problems starting my virtual machines after installing the Windows 10 Creators Update.

The error I sometimes got was:

Instruction at 0x0000xxxx referenced memory at 0x0000xxxx. The memory could not be read.

Sometimes Windows just bluescreened.

Updating VirtualBox to 5.1.24 didn't help, neither did downgrading to 5.0.40.

When I opened the window for creating a new virtual machine, I noticed that VirualBox wasn't able to create 64-bit guest OS:es anymore. I then disabled Hyper-V according to Why does virtualbox only have 32-bit option, no 64-bit option on Windows 7?. This made VirtualBox able to create new 64-bit VM:s and start my existing VM:s.

answered on Super User Jul 26, 2017 by Daniel Jonsson
1

Similar for me. Upgrading to Windows Creator Fall (1709). Virtual Box starts but the screen stays black. Turning off 3D graphics acceleration helped to go on with my work. We had something similar in the past. It was fixed by a point release by VirtualBox.

answered on Super User Oct 20, 2017 by Huub
0

For anyone that had issue with this after upgrading to Windows 10 Creators, specifically with Vagrant using VirtualBox, I was able to upgrade to 5.1.24 and get Vagrant also working again.

For my Vagrant set up this fixed the problem. Don't know if there are other issues with Vagrant for others like in the answer from Jake B, but follow the answer above from there if 5.1.24 doesn't work for you.

answered on Super User Jul 20, 2017 by insitderp

User contributions licensed under CC BY-SA 3.0