Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 2430  / 3 Years ago, wed, june 23, 2021, 1:14:35

All of my games are giving me this error:
Message: SDL_GL_LoadLibrary Error: Failed loading libGL.so.1



I have found this HIB Games (Aquaria & Penumbra) cannot find libGL.so.1 even though it exists



but sudo apt-get install libg



l1-mesa-glx:i386 libgl1-mesa-dri:i386 wont work:



E: No se ha podido localizar el paquete libgl1-mesa-glx:i386
E: No se ha podido localizar el paquete libgl1-mesa-dri:i386


glxgears works fine and i have libGL:



visgean@rewitaqia:/opt/Aquaria$ locate libGL.so.1
/usr/lib/x86_64-linux-gnu/libGL.so.1
/usr/lib/x86_64-linux-gnu/mesa/libGL.so.1
/usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2
/usr/lib32/mesa/libGL.so.1
/usr/lib32/mesa/libGL.so.1.2


Any ideas?


More From » games

 Answers
2

I found that entering



sudo ln -s /usr/lib32/libGL.so /usr/lib/libGL.so.1


is the solution.


[#37605] Wednesday, June 23, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
shionnky

Total Points: 276
Total Questions: 104
Total Answers: 108

Location: Montenegro
Member since Thu, Jun 16, 2022
2 Years ago
shionnky questions
;