And as a workaround, for those having problems finding or installing the right libraries, in the attached tar.gz are the libraries for x86_64 architecture. You can check what you are on with the following command
You just need to extract the content of the archive into the
regnum folder, the same folder where the
rolauncher binary is located.
Content is the libraries with full version naming, and symlinks to the libraries for the names accessed by the binary.
Code:
[enio@thinkpad regnum]$ tar xzvf ../libs.tar.gz
libjpeg.so.62.1.0
libpng12.so.0.56.0
libpng12.so.0
libjpeg.so.62
[enio@thinkpad regnum]$ ls -la
total 524
drwxr-xr-x 2 enio users 4096 Jul 27 17:43 .
drwxr-xr-x 7 enio users 4096 Jul 27 17:42 ..
lrwxrwxrwx 1 enio users 17 Jul 27 17:33 libjpeg.so.62 -> libjpeg.so.62.1.0
-rwxr-xr-x 1 enio users 359120 Jul 27 17:32 libjpeg.so.62.1.0
lrwxrwxrwx 1 enio users 18 Jul 27 17:35 libpng12.so.0 -> libpng12.so.0.56.0
-rwxr-xr-x 1 enio users 166968 Jul 27 17:34 libpng12.so.0.56.0
Edit: cannot attach the file for whatever reason.. tar.gz is allowed and size is way smaller than the limit..
Get it from the following dropbox link
>>here<<