You are not logged in.
Pages: 1
Topic closed
I've got Genymotion installed (though it requires sudo to run, not sure if that's normal) and I installed it through the AUR. When I try to run the virtual device it created however, I get the error:
Unable to load VirtualBox engine.
Make sure that you have installed it correctly before starting Genymotion.
For more information refer to: https://cloud.genymotion.com/page/faq#vbox9
I'm not sure what it's trying to tell me. My other virtualbox machines run just fine. I went to the website listed and installed dkms like it's suggesting, but the suggestion to do
sudo /etc/init.d/vboxdrv status
results in it saying the command isn't found. (I did change the init.d to rc.d with no change)
Any ideas on what I might need to do here?
EDIT: Plot twist! I can run the android virtual device if I do it through Virtualbox, rather than trying to go do it through the Genymotion interface...
Last edited by Somnus (2013-09-20 19:38:32)
Offline
I am also having this issue.
I think the requirement to run Genymotion with sudo may be a permission issue on the folder under /opt. Also, the last command you gave (that comes from Genymotion's FAQ) is probably more for Debian-based distributions... You can check to make sure the vboxdrv module is loaded with:
$ lsmod | grep vboxdrv
Is your user account a member of vboxusers?
Offline
After I installed virtualbox (from the wiki) and genymotion I rebooted and then ran
$ sudo -u <myAccount> genymotion
which worked.
It's odd though, as this is what I get when I run ls -l, so I should be able to execute genymotion without root permissions
/opt/genymotion $:ls -l
total 6.1M
-rwxrwxr-x 1 1004 users 1.1M Nov 7 15:20 genymotion*
lrwxrwxrwx 1 1004 users 9 Sep 23 22:10 genymotion-shell -> genyshell*
-rwxrwxr-x 1 1004 users 213K Nov 7 15:20 genyshell*
drwxrwxr-x 2 1004 users 4.0K Sep 23 22:10 icons/
drwxrwxr-x 2 1004 users 4.0K Nov 7 15:20 imageformats/
-rw-rw-r-- 1 1004 users 184K Nov 7 15:20 lib64EGL_translator.so
-rw-rw-r-- 1 1004 users 252K Nov 7 15:20 lib64GLES_CM_translator.so
-rw-rw-r-- 1 1004 users 240K Nov 7 15:20 lib64GLES_V2_translator.so
-rw-rw-r-- 1 1004 users 320K Nov 7 15:20 lib64OpenglRender.so
-rw-rw-r-- 1 1004 users 1.6M Nov 7 15:20 libcrypto.so
-rwxrwxr-x 1 1004 users 923K Nov 7 15:20 libprotobuf.so.7*
-rw-rw-r-- 1 1004 users 343K Nov 7 15:20 libssl.so
-rwxrwxr-x 1 1004 users 1.1M Nov 7 15:20 player*
drwxrwxr-x 2 1004 users 4.0K Nov 7 15:20 plugins/
drwxrwxr-x 2 1004 users 4.0K Sep 23 22:10 translations/
Edit: actually, if I just run genymotion from the command line, it works ok. I assume it's something to do with the permissions from the .desktop file (maybe)
Last edited by lugubrious (2013-11-07 03:20:53)
Offline
I've tried everything suggested here but nothing works.
Offline
I too can't find solution
Offline
try installing virtualbox before installing genymotion, it fixed the error for me, because VBoxManage is needed by genymotion
Offline
$ sudo pacman -S virtualbox-host-dkms
Then load the modules by:
$ sudo vboxreload
Last edited by vangsguten (2016-10-20 08:53:06)
Offline
Closing this old topic.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Pages: 1
Topic closed