Code: Select all
Cannot load R0 module C:\Program Files\Oracle\VirtualBox/VBoxDDR0.r0:
SUPR3LoadModule: supLoadModule returned VERR_LDR_MISMATCH_NATIVE (VERR_LDR_MISMATCH_NATIVE).
Failed to register ourselves as a PCI Bus (VERR_MODULE_NOT_FOUND).
Result Code: E_FAIL (0x80004005)
Component: ConsoleWrap
Interace: IConsole 872da645-4a9b-1727-bee2-5585105b9eed
The issue is a 0x05 code, which means "Access denied". And from the looks of it, it seems that VirtualBox cannot create a PCI device (virtual one I guess) for the VM I'm opening and it fails to launch. I have a few ideas of what could cause this but I'm still investigating.
So far, I tried a lot of solutions, and some works, some doesn't but everytime I restart my computer, I have to use a different one.
- Upgraded VirtualBox to the latest version (which is 5.0.2);
- Launched VirtualBox as an Admin, and with normal user rights;
- Deleted a VM from the list and added it back;
- Boot a VM that is shut down, and not restore a snapshot;
On a side note, I know that VirtualBox isn't officially compatible with Windows 10 yet, but I find it weird that it worked flawlessly until a few days ago.
Anyhow, I'll keep on posting my findings here and hopefully find a solution that will work everytime, or wait until a patch is released if this is a known issue/bug.