VirtualBox no longer running in Win10 Creators Update

34,896

Solution 1

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

Solution 2

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

Solution 3

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.

Solution 4

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.

Share:
34,896

Related videos on Youtube

fixer1234
Author by

fixer1234

Updated on September 18, 2022

Comments

  • fixer1234
    fixer1234 over 1 year

    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?

    • Ƭᴇcʜιᴇ007
      Ƭᴇcʜιᴇ007 about 7 years
      Looks like you're using an old version of VirtualBox. Update to the latest (currently 5.1.18) and try again.
    • Biswapriyo
      Biswapriyo almost 7 years
      Download latest VirtualBox from:: download.virtualbox.org/virtualbox
  • Admin
    Admin about 7 years
    Yes, I didn't want to try this until I'd exhausted all other possibilities (in case I lost everything since the VM was suspended) but it worked fine.
  • pbond
    pbond about 7 years
    Awesome, this fixed my problem.
  • nik
    nik about 7 years
    Depending on your VM setup, you may also want to configure the Host-Only Network Adapter with File ==> Preferences ==> Network ==> Host-only network ==> + Add host-only network
  • Scott Keck-Warren
    Scott Keck-Warren almost 7 years
    Vagrant 1.8.6 and VirtualBox 5.1.22 are also working well together.
  • David Svensson
    David Svensson almost 7 years
    I was on 5.1.10 earlier, upgrade to 5.1.18 fixed it