Fora

[Solved] Open Gl 32bit libraries not found

Autor Odpowiedzi
Athanatos Saturday 4 January 2014 at 20:12
AthanatosAnonymous

Hello, I have a fresh installation of Linux Mint 16 64bit with the Cinnamon Desktop.

My playonlinux installation shows this error message
PlayOnLinux is unable to find 32bits OpenGL libraries.
You might encounter problem with your games

I have tried playing a game, the The Walking Dead adventure game and was unsuccessful.

Other posts that had simmilar problems haven't helped me. So I am asking for your assistance.
What useful information I could gather about my system is this
ldconfig -p | grep GL
   libQt5OpenGL.so.5 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5
   libQtOpenGL.so.4 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libQtOpenGL.so.4
   libGLU.so.1 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libGLU.so.1
   libGLU.so.1 (libc6) => /usr/lib/i386-linux-gnu/libGLU.so.1
   libGLESv2.so.2 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/mesa-egl/libGLESv2.so.2
   libGL.so.1 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1
   libGL.so.1 (libc6) => /usr/lib/i386-linux-gnu/mesa/libGL.so.1
   libEGL.so.1 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/mesa-egl/libEGL.so.1
And
glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Mesa DRI Intel(R) Sandybridge Mobile
    GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_packed_depth_stencil,
    GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_light_max_exponent,
I tried installing some drivers like suggested in other forums but it didn't help, it caused my system to crash.

Anyone who helps me gets a free internet hug from this kitty

Thanks in advance.
krissi Saturday 4 January 2014 at 21:43
krissiAnonymous

Not sure with mint but in ubuntu there is ia32-libs that will add 32-bit support.
Athanatos Saturday 4 January 2014 at 22:25
AthanatosAnonymous

Damn...I almost feel embarashed that it was so easy...

Thanks a lot!