Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
None of the fixes I've tried have helped.
Yeah M&B is a little flawed on the Mac/Linux there are bugs that're annoying I've experienced. If you press certain buttons which was G while text chatting, it would cause you to drop the gun etc.
If you're a newcomer then I recommend windows or wine for full M&B experience with mods, linux and mac don't have nearly as good as windows mod support for M&B. I don't know if people have managed to fix it after that version or not but in the end I just went with wine.
I know this is a bit old OP, but if you (or anyone else) still have issues on Linux, I can try to help, as I have had this problem twice. I'll assume you are on Ubuntu 16.04 LTS. The old fix was installing QT, but since that's not supported anymore, the commands will return as "void", same with glew commands, so I'm pretty sure if you try those commands you'll get nothing. However, you can still try because what's the point in trying to help if I don't give you all the options?
FIRST, do this though, because I'm pretty sure this will solve your issue if you aren't running anything older than 14.04.
sudo apt-get install libaudio2:i386
However, if the above does not fix it, the old options presented by devs and others (even in stickied threads):
sudo apt-get install libqtgui4:i386
And if installing that actually went through but you get a slightly different problem, do this;
cd ~/.steam/steam/steamapps/common/MountBlade\ Warband
mkdir QtLibs && mv *Qt*.so* QtLibs
If none of that works, please respond and I will try to help you (or anyone else!) figure out their Linux issues. Or, if they don't want to mess with it anymore, I can help install Warband via Wine / PlayOnLinux. :)
Happy gaming!
Do we have some kind of command line parameters to launch specific mods? i'd like to play my recently bought Viking extension... :(
There was an update recently it should be working fine now enter in betacode "betapassword" and there should be an update mate.
Darn that sucks, I haven't tried the DLC on the Linux version and haven't got Linux installed at the moment (waiting for SSD to arrive) my only guess is the latest LTS than the older one might do a difference? I don't know I'm no expert, one thing I do know for sure is that 14.04 LTS seems to work fine with M&B after that it just seems to not work.
There were tweaks that managed to fix it but trying those tweaks on my Ubuntu in the past didn't work past 14.04. At this point I would recommend hitting Taleworlds on their site to fix this for all linux users. I would contact them but I don't seem to be having any issues with mine so I'm good.
I hope you find a fix, again maybe taleworlds can help you with this, sorry I could be of no further use mate! If you run out of solutions you can just install proton version of Mount & Blade which will also give you full mod support where Linux/OS X unfortunately doesn't. (Some mods do but very rare)
Thanks again for the answer!
Yeah its smart anyways to do it with wine/proton because even in Linux/OS X they had such annoying bugs in multiplayer but from experience on GamingOnLinux wine thing M&B runs smooth. Enjoy!
Edit: Guess you're already on the beta.. did you install it from scratch or over an existing installation?
The last approach I tried was using
$ cd ~/.steam/root/ubuntu12_32
$ file * | grep ELF | cut -d: -f1 | LD_LIBRARY_PATH=. xargs ldd | grep 'not found' | sort | uniq
as said here {LINK REMOVED}https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Steam_runtime in order to find the required libs. I added every missing lib in the ~/.steam/root/ubuntu12_32 folder and when I look now, it doesn' list any libs anymore so I am assuming that every required lib is there now. When I run Steam from Terminal, the output is:
Running Steam on ubuntu 20.04 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
Steam client's requirements are satisfied
/home/emirali/.local/share/Steam/ubuntu12_32/steam
So everything should work right ?! But Mount&Blade is still not launching.
The things that I tried before my last approach mentioned above are:
1) Removed libgcc_s.so.1 from .../ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu
2) At some point the terminal told me that I am missing some 32-bit libraries, I installed them.
3) Tried “STEAM_RUNTIME=0 steam” but it returned “...Can’t find ‘steam-runtime-check-requirements’…”. I couldn’t find out what are exactly these requirements.
4) Installed libaudio2:i386
5) Tried the solution with drivers, i.e chose nvidia_driver_455 from Software&Updates and installed 32-bit Nvidia drivers with “sudo apt-get install libnvidia-gl-455:i386”
6) Found some missing runtime libraries but when trying to install themi terminal was unable to locate the packages for them.
7) Removed and installed Steam multiple times (also with purge).
8) Went back to the .../ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu (and to other similar steam runtime folders) and added libgcc_s.so.1 but this time renamed it.
9) Tried the script given here: {LINK REMOVED}https://github.com/ValveSoftware/steam-for-linux/issues/3280#issuecomment-47693038
( Steam is not in $HOME/.local/share/Steam/ in my case. Instead of that, I removed the libstd and libgcc from ~/.steam )
Non of them solved the problem. Still when pressing the play button it tries to launch for a second and then nothing happens.
Any advice/answer would be highly appreciated. Thanks!