Hey guys, I was sending a report to GOG but i'll copy paste it for yall to help.
Hi, I installed Mount & Blade Warband by downloading through the GoG Linux installation.
My Linux Mint 17.2 OS is a fresh brand new OS installation from earlier today. Warband is my first main installation on the hard drive.
Video Card info:
GTX 660 Nvidia
driver:
nvidia-346-updates
Version 346.82-0ubuntu0.2
NVIDIA binary driver - version 346.82
(1 proprietary driver in use)
When double clicking on the shortcut that was put on my desktop, nothing happens, no indication of anything. Running the desktop config files opens fine where I can change resolution, etc. I go to the GOG folder where the installation is. I run start.sh and nothing happens. I also tried running the executable "mb_warband.sh" and "mb_warband_linux" and nothing happens. The config executables work, but only to change resolution, etc again.
Opening terminal and directly running start.sh (the way it's meant to be done) yields the following results:
Running Mount & Blade: Warband
./mb_warband_linux: error while loading shared libraries: libGLEW.so.1.10: cannot open shared object file: No such file or directory
So this means I am probably missing libGLEW which is something related to openGL and such.
I went on terminal and did "sudo apt-get install libGLEW-dev" to get a package similar to libGLEW but still the same error. Also "sudo apt-get install libGLEW" there are no such packages available.
How do people run this in linux mint? How do people have libGLEW as a package on this OS? I'm confused.
-----------------------------------
TL;DR
I'm missing --------->
Running Mount & Blade: Warband
./mb_warband_linux: error while loading shared libraries: libGLEW.so.1.10: cannot open shared object file: No such file or directory
0Grapher: Have you tried executing it with a terminal?
cd " Directory "
./start.sh
Are you possibly missing these packages? libc6:i386, libasound2:i386, libasound2-data:i386, libasound2-plugins:i386
Checked, not missing any of those plugins, thanks though!