When I try to run ./rolauncher I get the following errors. The login screen pops up, when as soon as I login the game dies.
Code:
/home/user/bin/regnum$ ./rolauncher
libhal.so: cannot open shared object file: No such file or directory
libhal-storage.so: cannot open shared object file: No such file or directory
I'm running 64-bit openSuse. I have the following symbolic links setup in my /usr/lib/ directory
sudo ln -s libhal.so.1.0.0 libhal.so
sudo ln -s libhal-storage.so.1.0.0 libhal-storage.so
But still no luck