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

×
After finally getting this 20 GB monster downloaded, the game doesn't start:

" ./witcher2: error while loading shared libraries: libSDL2-2.0.so.0: cannot open shared object file: No such file or directory"

Oh man, this is so frustrating. How can I solve this bug? I have a pretty standard Ubuntu 14.04 LTS 64 Bit installation with standard Unity desktop and standart AMD proprietery fglrx drivers.
avatar
outcast1: " ./witcher2: error while loading shared libraries: libSDL2-2.0.so.0: cannot open shared object file: No such file or directory"
Needed dependencies are listed on the game page. Be sure you do not remove X/Window Manager when installing libsdl2-2.0-0:i386 (32-bit version).
apt-get install libsdl2-2.0-0:i386
avatar
Gydion: Results in conflicts. First option is to not install it. Second option it to remove half the system inlcuding xorg. However:
apt-get install libwayland-egl1-mesa-lts-vivid:i386 libsdl2-2.0-0:i386
avatar
Gydion: Allows libsdl2-2.0-0:i386 to be installed without issues.
Post edited June 08, 2016 by Gydion