Posted February 28, 2018
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
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