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

×
I am newbie to Linux. I have problem with run Witcher 2 on Linux 16.04.1 LTS. x64
Dependency problem (attachment)
I have all needed dependencies: (attachment)

example:
apt-file search libSDL2-2.0.so.0
libsdl2-2.0-0: /usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0
libsdl2-2.0-0: /usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0.4.0

other information:
dpkg --print-foreign-architectures
i386
Attachments:
10.jpg (466 Kb)
20.jpg (190 Kb)
Post edited February 09, 2017 by janeek1995
No posts in this topic were marked as the solution yet. If you can help, add your reply
avatar
janeek1995: I am newbie to Linux. I have problem with run Witcher 2 on Linux 16.04.1 LTS. x64
Dependency problem (attachment)
I have all needed dependencies: (attachment)

example:
apt-file search libSDL2-2.0.so.0
libsdl2-2.0-0: /usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0
libsdl2-2.0-0: /usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0.4.0

other information:
dpkg --print-foreign-architectures
i386
Hey janeek1995,

It looks like the game cannot find libGL.so.1 (OpenGL API implementation library), so it probably is the issue with missing 32 bit compatibility libraries. What video card do you use?

If Radeon or Intel, you need to install these: libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 libtxc-dxtn0:i386 (make sure they install clearly without any conflicts)
If NVIDIA, install this package: nvidia-current

Restart your system after.

How do you start the game? You should be using the start.sh starting script instead of trying to start the game binary directly.

If that won't help, please contact our support at https://support.gog.com/ and attach your system report (it can be generated by using a special script you will find in the game installation folder).
Post edited February 09, 2017 by linuxvangog