It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
$ ./start.sh
Running Mount & Blade: Warband
./mb_warband_linux: /usr/lib32/libcurl-gnutls.so.4: no version information available (required by ./mb_warband_linux)
./mb_warband.sh: line 6: 20693 Segmentation fault (core dumped) "$PROGRAM_DIRECTORY/mb_warband_linux" "$@"

I try to use Steam-native libary,It do not work too.
$ LANG=C LD_LIBARY_PATH=/home/yangtse/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu:$LD_LIBARY_P ATH ./start.sh
Running Mount & Blade: Warband
./mb_warband_linux: /usr/lib32/libcurl-gnutls.so.4: no version information available (required by ./mb_warband_linux)
./mb_warband.sh: line 6: 20942 Segmentation fault (core dumped) "$PROGRAM_DIRECTORY/mb_warband_linux" "$@"

$ LANG=C LD_LIBARY_PATH=/home/yangtse/.local/share/Steam/ubuntu12_32/steam-runtime/:$LD_LIBARY_PATH ./start.sh
Running Mount & Blade: Warband
./mb_warband_linux: /usr/lib32/libcurl-gnutls.so.4: no version information available (required by ./mb_warband_linux)
./mb_warband.sh: line 6: 20997 Segmentation fault (core dumped) "$PROGRAM_DIRECTORY/mb_warband_linux" "$@"

$ LANG=C /home/yangtse/.local/share/Steam/ubuntu12_32/steam-runtime/run.sh ./start.sh
Running Mount & Blade: Warband
./mb_warband_linux: /usr/lib32/libcurl-gnutls.so.4: no version information available (required by ./mb_warband_linux)
./mb_warband.sh: line 6: 21265 Segmentation fault (core dumped) "$PROGRAM_DIRECTORY/mb_warband_linux" "$@"
Post edited November 22, 2017 by yangtsesu
avatar
yangtsesu: $ ./start.sh
Running Mount & Blade: Warband
./mb_warband_linux: /usr/lib32/libcurl-gnutls.so.4: no version information available (required by ./mb_warband_linux)
./mb_warband.sh: line 6: 20693 Segmentation fault (core dumped) "$PROGRAM_DIRECTORY/mb_warband_linux" "$@"

I try to use Steam-native libary,It do not work too.
$ LANG=C LD_LIBARY_PATH=/home/yangtse/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu:$LD_LIBARY_P ATH ./start.sh
Running Mount & Blade: Warband
./mb_warband_linux: /usr/lib32/libcurl-gnutls.so.4: no version information available (required by ./mb_warband_linux)
./mb_warband.sh: line 6: 20942 Segmentation fault (core dumped) "$PROGRAM_DIRECTORY/mb_warband_linux" "$@"

$ LANG=C LD_LIBARY_PATH=/home/yangtse/.local/share/Steam/ubuntu12_32/steam-runtime/:$LD_LIBARY_PATH ./start.sh
Running Mount & Blade: Warband
./mb_warband_linux: /usr/lib32/libcurl-gnutls.so.4: no version information available (required by ./mb_warband_linux)
./mb_warband.sh: line 6: 20997 Segmentation fault (core dumped) "$PROGRAM_DIRECTORY/mb_warband_linux" "$@"

$ LANG=C /home/yangtse/.local/share/Steam/ubuntu12_32/steam-runtime/run.sh ./start.sh
Running Mount & Blade: Warband
./mb_warband_linux: /usr/lib32/libcurl-gnutls.so.4: no version information available (required by ./mb_warband_linux)
./mb_warband.sh: line 6: 21265 Segmentation fault (core dumped) "$PROGRAM_DIRECTORY/mb_warband_linux" "$@"
Hi yangtsesu,

What Linux distribution are you using? It would help if you could provide a detailed system report - it can be generated using the script you will find in the game's installation path.

If you don't want to post this kind of information on forum, you can submit it to our support: https://support.gog.com

For now I can only give you general instructions that are needed to make the game run for Ubuntu 16.04:

First, update your system packages and install game dependencies:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install libc6:i386 libasound2:i386 libasound2-data:i386 libasound2-plugins:i386 libsdl2-2.0-0:i386 libfreetype6:i386 libqtgui4:i386 libcurl3-gnutls:i386 libglew1.13:i386

Then, you need to create a symlink in the game folder ($HOME/Mount Blade Warband/game):

ln -s "$(find /usr/lib/i386-linux-gnu/ | grep libGLEW | head -n 1)" libGLEW.so.1.10

Let me know if that helped! In case of any other questions contact GOG support using the link above.
Post edited November 23, 2017 by linuxvangog


First, update your system packages and install game dependencies:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install libc6:i386 libasound2:i386 libasound2-data:i386 libasound2-plugins:i386 libsdl2-2.0-0:i386 libfreetype6:i386 libqtgui4:i386 libcurl3-gnutls:i386 libglew1.13:i386

Then, you need to create a symlink in the game folder ($HOME/Mount Blade Warband/game):

ln -s "$(find /usr/lib/i386-linux-gnu/ | grep libGLEW | head -n 1)" libGLEW.so.1.10

Let me know if that helped! In case of any other questions contact GOG support using the link above.
Archlinux lastest
I have install all needed libary:
local/lib32-glibc 2.26-2
local/lib32-alsa-lib 1.1.5-1
local/lib32-alsa-plugins 1.1.5-1
local/lib32-sdl2 2.0.7-1
local/lib32-sdl2_image 2.0.1-2
local/lib32-sdl2_mixer 2.0.2-1
local/lib32-sdl2_ttf 2.0.14-2
local/lib32-freetype2 2.8.1-1
local/lib32-qt4 4.8.7-13
local/lib32-libcurl-gnutls 7.56.1-1
local/lib32-glew1.10 1.10.0-2
And created ths symlink:
game/libGLEW.so.1.10: symbolic link to /usr/lib32/libGLEW.so.1.10

NVIDIA and Intel graphic card.
OK,I found the reason.
This game can not launch in wayland.
I started the desktop with Xorg,Then the game works.


local/lib32-qt4 4.8.7-13 is not needed by the game,but the config program.
The symlink of libGLEW1 is not needed.