Skip to main content
Topic: Genymotion not running (Read 289 times) previous topic - next topic
0 Members and 4 Guests are viewing this topic.

Genymotion not running

Hello, after app installation, i am taking this message:
Code: [Select]
genymotion: error while loading shared libraries: libsystemd.so.0: cannot open shared object file: No such file or directory

I am running the runit init service
Is there any idea to bypass systemd?


Re: Genymotion not running

Reply #2
Can you help me with this? The AUR package is ready...Do I have to find the source code?

Re: Genymotion not running

Reply #3
You would have to either build from source yourself or have the Genymotion devs build it to be compatible with Artix. Good luck.

Re: Genymotion not running

Reply #4
Can you help me with this? The AUR package is ready...Do I have to find the source code?
The AUR package just downloads a binary archive. The Genymotion binary is linked to libsystemd.so.0
The archive also contains libsystemd.so.0 which it places at /opt/genymotion/libsystemd.so.0
But the Genymotion binary will not use that libsystemd unless you explicitly tell it to.
Code: [Select]
LD_LIBRARY_PATH=/opt/genymotion /opt/genymotion/genymotion
If you are a no systemd purist you just can't use Genymotion.
If you don't care that's one way you can do it.
I used to use Genymotion to play Golf Clash until the Golf Clash apk stopped working with Genymotion.