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

×
Hi!

I just install TWoM from command line on Ubuntu 20.04:

➜ Pobrane ./this_war_of_mine_6_0_8_a_34693.sh
Verifying archive integrity... All good.
Uncompressing This War Of Mine (GOG.com) 100%
Collecting info for this system...
Operating system: linux
CPU Arch: x86_64
trying mojosetup in bin/linux/x86_64
USING

Instalation ends successfully. After that i try to run the game and got this message:

➜ This War Of Mine ./start.sh
Running This War Of Mine
./This War of Mine: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory

After some google search a try to install libs like libgl1-mesa-glx and others, reinstall TWoM - but it still got this error message.

Any ideas?


EDIT:

I found solution. Just add i386 architecture to my system by:

sudo dpkg --add-architecture i386

and install 32bit versions of packages:

sudo apt-get install --reinstall libgl1-mesa-glx:i386

So game works correctly on Ubuntu 20.04 :)
Post edited August 21, 2020 by qdlaty88
No posts in this topic were marked as the solution yet. If you can help, add your reply
Thank you so much! I had the same issue with a different game and your solution fixed it.
This solution also works for me too on POP_OS 22.04 LTS. Thank you.