Oh, so you chose the VERY hard way.
Given it’s 2025, we assume you are using the 64bit client
chmod 0700 ~/Downloads/ROInstall_64~/Downloads/ROInstall_64See also https://github.com/mascaldotfr/cor-debian-packages
It’s where your mileage may vary. Technically you need to:
gtk2 and libtinfo packages (ncurses is most likely already installed)libncursesw.so.6 to libncursesw.so.5libtinfo.so.6 to libtinfo.so.5Some known working infos on different distros are presented below.
sudo dnf install gtk2
cd /lib64
sudo ln -s libncursesw.so.6 libncursesw.so.5
sudo ln -s libtinfo.so.6 libtinfo.so.5
At least one player reported to be able to run the game without further modifications.
sudo ln -s /usr/lib64/libncursesw.so.6 /usr/lib64/libncursesw.so.5
sudo xbps-install ncurses-libtinfo-libs
sudo ln -s /usr/lib64/libtinfo.so.6 /usr/lib64/libtinfo.so.5
You may get further issues after running the game, see the troubleshooting version if it occurs.