Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 2619  / 1 Year ago, mon, april 17, 2023, 11:11:24

I'm trying to play some Humble Indie Bundle (HIB) games, but I'm getting errors with Aquaria and Penumbra: Overture that are related to the libGL.so.1 file.



Aquaria gives this error on launch:



Message: SDL_GL_LoadLibrary Error: Failed loading libGL.so.1


And Penumbra: Overture gives this error on launch:



./penumbra.bin: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory


I know that the file libGL.so.1 does exist (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1). From past errors like this, I'm guessing that you need to symlink the library to another directory, but I can't figure out which one.


More From » games

 Answers
7

This is probably occurring because you are running the 64-bit version of Ubuntu and those particular HIB games only come in 32-bit flavor.



Try installing the 32-bit versions of the main OpenGL libraries (using multiarch):



sudo apt-get install libgl1-mesa-glx:i386 libgl1-mesa-dri:i386


On versions of Ubuntu earlier than 11.04 "Natty", create a 32-bit chroot instead.


[#42051] Monday, April 17, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
elecerna

Total Points: 140
Total Questions: 121
Total Answers: 107

Location: Northern Ireland
Member since Sun, Nov 21, 2021
2 Years ago
;