I met RTR3InitEx failed with rc=-1912 (rc=-1912) when I upgrade virtualbox 5.2.4 to 5.2.6: I downloaded the virtualbox 5.2.6 from official link and I found the official deb is NOT installing virtualbox-qt or virtualbox-dkms anymore though the first time I installed virtualbox it apparently did..
Code: Select all
# Following command installs 5.2.6 while does not install virtualbox-qt or virtualbox-dkms
sudo apt install ./virtualbox-5.2_5.2.6-120293_Ubuntu_xenial_amd64.debCode: Select all
# Following command installs virtualbox 5.0
$ sudo apt install virtualbox
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
libsdl-ttf2.0-0
Use 'sudo apt autoremove' to remove it.
The following additional packages will be installed:
virtualbox-dkms virtualbox-qt
Suggested packages:
vde2 virtualbox-guest-additions-iso
The following packages will be REMOVED:
virtualbox-5.2
The following NEW packages will be installed:
virtualbox virtualbox-dkms virtualbox-qtIt seems this RTR3InitEx failed with rc=-1912 (rc=-1912) error is typical. Any ideas on how to fix this?