[Solved] VirtualBox: dlopen("/usr/lib/virtualbox/VBoxRT.so",) failed: <NULL>

Discussions related to using VirtualBox on Linux hosts.
Post Reply
Jaido
Posts: 1
Joined: 29. Jul 2018, 18:59

[Solved] VirtualBox: dlopen("/usr/lib/virtualbox/VBoxRT.so",) failed: <NULL>

Post by Jaido »

Holas,
Hace unos días actualice mi repositorio de Ubuntu 18.04 LTS (4.16.3-041603-generic) y se dano mi VirtualBox5.2-16, he intentado reinstalando con las versiones 5.2.10, 5.2.14 y cuando lo ejecuto por consola me muestra este mensaje:....
*************************************************************************
VirtualBox: Error -610 in supR3HardenedMainInitRuntime!
VirtualBox: dlopen("/usr/lib/virtualbox/VBoxRT.so",) failed: <NULL>

VirtualBox: Tip! It may help to reinstall VirtualBox.
************************************************************************

ENCONTRE LA SOLUCION ===>>>
Estos comando corriguio el problema.....

sudo chown root:root /usr
sudo chown root:root /usr/lib
sudo chown root:root /usr/lib/virtualbox
Last edited by Jaido on 29. Jul 2018, 19:32, edited 1 time in total.
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: VirtualBox: dlopen("/usr/lib/virtualbox/VBoxRT.so",) failed: <NULL>

Post by socratis »

DeepL translator wrote: Hello. Hello,
A few days ago I updated my Ubuntu 18.04 LTS repository (4.16.3-041603-generic) and my VirtualBox5.2-16 was damaged, I tried to reinstall it with versions 5.2.10, 5.2.14 and when I run it by console it shows me this message:.....
*************************************************************************
VirtualBox: Error -610 in supR3HardenedMainInitRuntime!
VirtualBox: dlopen("/usr/lib/virtualbox/VBoxRT.so",) failed: <NULLL>

VirtualBox: Tip! It may help to reinstall VirtualBox.
************************************************************************

I FOUND THE SOLUTION =====>>>>
These commands corrected the problem.......

sudo chown root:root /usr
sudo chown root:root /usr/lib
sudo chown root:root /usr/lib/virtualbox
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Post Reply