Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Machinarium

Machinarium is the award-winning adventure game developed by the makers of Samorost and Botanicula. · By Amanita Design

Segmentation Fault on start

A topic by spaghetto created Sep 10, 2018 Views: 671 Replies: 1
Viewing posts 1 to 2

The Linux version fails with "Gtk-message: Failed to load module "atk-bridge"", then segfaults. Please fix.

I had the same problem; I fixed it by installing a missing library with `sudo apt-get install libcurl3-gnutls:i386.

I found the missing library by running `strace ./Machinarium`, where "./Machinarium" is the path to the Machinarium binary, and waited for it to segfault. An message just before the segfault told me that it was not finding the library `libcurl-gnutls.so`. I then installed the I386 version of that library with `sudo apt-get install libcurl3-gnutls:i386`, and now the game works.