12-08-2020, 03:59 AM | #1 |
Pledge
Join Date: May 2016
Posts: 7
|
Missing ncurses lib
./game: error while loading shared libraries: libncursesw.so.5: cannot open shared object file: No such file or directory
Where do I find this library? Thanks in advance. Kaisoma |
12-08-2020, 04:02 AM | #2 |
Pledge
Join Date: May 2016
Posts: 7
|
nvm, i think i found it with the package manager. Still an unexpected error; needs to be fixed -- and I trust Adrian is working on it.
|
02-02-2021, 10:16 PM | #3 |
Pledge
Join Date: Jul 2009
Posts: 2
|
The same here with Linux Mint 20.1 Ulyssa base: Ubuntu 20.04 focal :
xxx@xxxx:~$ ~/regnum/rolauncher (rolauncher:4939): GLib-CRITICAL **: 23:00:23.178: Source ID 944 was not found when attempting to remove it ./game: error while loading shared libraries: libncursesw.so.5: cannot open shared object file: No such file or directory But i can launch it with steam on same pc....
__________________
/ |
02-25-2021, 01:58 PM | #4 |
Master
Join Date: Mar 2011
Posts: 422
|
Regnum expects an outdated library. You can solve this by pretending to the game it exists by creating a link from the new one.
For example, on Ubuntu 20.04: Code:
ln -s /lib/x86_64-linux-gnu/libncursesw.so.6 /lib/x86_64-linux-gnu/libncursesw.so.5 |
04-04-2021, 11:15 PM | #5 | |
Count
Join Date: Jun 2009
Location: France
Posts: 1,024
|
Quote:
Code:
sudo apt-get install libncurses5 libncurses6 Code:
sudo ln -s /usr/lib/x86_64-linux-gnu/libncurses.so.6.2 /usr/lib/x86_64-linux-gnu/libncurses.so.5
__________________
Annavilya / War-Luck (Haven)
|
|
|
|