Posted November 23, 2017
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, 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" "$@"
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