Hey @LinqLover, you should be able to get it to run on a 64bit linux as well. When running it will report which libraries are currently not installed in 32bit, on my system this was the only step necessary to get it to run: sudo apt install libxrender1:i386 libpangocairo-1.0-0:i386

In general, once you know which libraries cannot be loaded, you can run for example ldd Contents/Linux-i686/so.vm-display-X11 to see which of its dependencies are missing and then install those via apt-get with the :i386 suffix.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.