Tuesday, May 7, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 2694  / 2 Years ago, mon, june 20, 2022, 10:51:00

I am on Ubuntu 12.04 (64b) and bought Machinarium a while ago. I played with no problems for some days and wanted to play again today. However, when I tried to play, I got this error:



./Machinarium: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory


How can I solve it?


More From » 32-bit

 Answers
4

It's a 32-bit binary and requires the 32-bit version of libgtk. Make sure that the package libgtk2.0-0:i386 is installed.



sudo apt-get install libgtk2.0-0:i386


Update:



Though you'll need other libraries as well and if that library is missing, the other 32-bit libraries are probably missing as well, thus



sudo apt-get install ia32-libs


ia32-libs depend on a lot of 32-bit libraries which gets installed when you install it.


[#37180] Tuesday, June 21, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
skipu

Total Points: 366
Total Questions: 114
Total Answers: 112

Location: Saudi Arabia
Member since Mon, Sep 5, 2022
2 Years ago
skipu questions
Sun, Dec 26, 21, 05:25, 2 Years ago
Wed, Oct 6, 21, 10:26, 3 Years ago
Sun, Oct 31, 21, 02:01, 3 Years ago
Tue, Feb 14, 23, 19:48, 1 Year ago
;