Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VirtualBox supR3HardenedMainInitRuntime! error

I get this error every time i try to launch VBox, after some researches i found that it maybe because installing vbox.deb placed in other folder not in /opt. (i tried many other solution like reinstalling ...). could any one propose other solution to me and/or explain to me how do i make my deb install in /opt folder thank you.

VBoxSDL: Error -610 in supR3HardenedMainInitRuntime!
VBoxSDL: dlopen("/usr/lib/virtualbox/VBoxRT.so",) failed: <NULL>

VBoxSDL: Tip! It may help to reinstall VirtualBox.

VirtualBox: Error -610 in supR3HardenedMainInitRuntime!
VirtualBox: dlopen("/usr/lib/virtualbox/VBoxRT.so",) failed: <NULL>

VirtualBox: Tip! It may help to reinstall VirtualBox.
like image 525
MyHMEG Avatar asked Dec 03 '22 22:12

MyHMEG


1 Answers

Like described at https://www.virtualbox.org/ticket/16759. This fixed my problem (virtualbox 5.1.26r117224, kernel 4.10.0-33)

sudo chown root:root /usr 
sudo chown root:root /usr/lib 
sudo chown root:root /usr/lib/virtualbox
like image 174
toschneck Avatar answered Mar 17 '23 19:03

toschneck