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

×
Executing start.sh from directory does nothing. When in terminal, this is what happens:

bash start.sh
Running Icewind Dale: Enhanced Edition
./IcewindDale: error while loading shared libraries: libjson.so.0: cannot open shared object file: No such file or directory

Cannot seem to find libjson.so.0 in my repos. I find plenty of package candidates with libjson, but none that have that exact match. Should I just install them all?
avatar
Rothbard: Executing start.sh from directory does nothing. When in terminal, this is what happens:

bash start.sh
Running Icewind Dale: Enhanced Edition
./IcewindDale: error while loading shared libraries: libjson.so.0: cannot open shared object file: No such file or directory

Cannot seem to find libjson.so.0 in my repos. I find plenty of package candidates with libjson, but none that have that exact match. Should I just install them all?
I recently had this issue with Linuxmint after an upgrade. You need the 32-bit version of the library. The following command will install the missing library.

sudo apt install libjson0:i386

If that doesn't work, take a look at this related thread for Planescape.