This forum is closed for posting. Please, join us in our Discord server at discord.gg/regnum. See you there!

Go Back   Champions of Regnum > English > Technical Support > Linux

Linux Technical issues under Linux platform

Reply
 
Thread Tools Display Modes
Old 12-08-2020, 03:59 AM   #1
kaisom
Pledge
 
Join Date: May 2016
Posts: 7
kaisom is on a distinguished road
Default 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
kaisom no ha iniciado sesión   Reply With Quote
Old 12-08-2020, 04:02 AM   #2
kaisom
Pledge
 
Join Date: May 2016
Posts: 7
kaisom is on a distinguished road
Default

Quote:
Originally Posted by kaisom View Post
./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
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.
kaisom no ha iniciado sesión   Reply With Quote
Old 02-02-2021, 10:16 PM   #3
OrganonFR
Pledge
 
OrganonFR's Avatar
 
Join Date: Jul 2009
Posts: 2
OrganonFR is on a distinguished road
Default

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....
__________________
/
OrganonFR no ha iniciado sesión   Reply With Quote
Old 02-25-2021, 01:58 PM   #4
schachteana
Master
 
schachteana's Avatar
 
Join Date: Mar 2011
Posts: 422
schachteana is on a distinguished road
Default

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
The path /lib/x86_64-linux-gnu/ might be different depending on your distribution.
schachteana no ha iniciado sesión   Reply With Quote
Old 04-04-2021, 11:15 PM   #5
Zas_
Count
 
Zas_'s Avatar
 
Join Date: Jun 2009
Location: France
Posts: 1,024
Zas_ is on a distinguished road
Default

Quote:
Originally Posted by OrganonFR View Post
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....
As today it seems you can install both on Ubuntu20-based systems.

Code:
sudo apt-get install libncurses5 libncurses6
If you only install libncurses6, you can just create a symbolic link (as already said):

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)
Zas_ no ha iniciado sesión   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:42 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
NGD Studios 2002-2016 © All rights reserved