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

×
Well topic subject is pretty self explanatory...
However in my linux distro (deepin) i had the infamous libjson0 error and i couldn't resolve it with other methods written on this forum (relink, start.sh modding et cetera).

The problem seems to be that my system is 64bit and i needed to install 32bit libraries with the following commands:

apt-get install libjson:i386 (should resolve libjson problem)

and then another error appear (openal1.something.somethingelse), to resolve:

apt-get install openal1:i386

and now works just fine. Keypart is the :i386 on the installation. I hope this will be helpful to someone, have fun:D