Title: Fedora 14 Seg Fault Post by: billa on November 13, 2010, 01:38:19 am I had the game running beautifully on Ubuntu 10.10 but then I had to swap to Fedora 14 (for work reasons)
The libraries are installed on the machine but they may not be in the expected paths... [root@hp-dc5700-SFF Machinarium]# ./Machinarium (Machinarium:8917): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks", repeats about 10 times... (Machinarium:8917): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks", Gtk-Message: Failed to load module "pk-gtk-module": libpk-gtk-module.so: cannot open shared object file: No such file or directory Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory Segmentation fault (core dumped) [root@hp-dc5700-SFF Machinarium]# Title: Re: Fedora 14 Seg Fault Post by: billa on November 24, 2010, 05:26:37 am yum install libcanberra-gtk2.i686
yum install PackageKit-gtk-module.i686 yum install clearlooks-compact-gnome-theme.noarch yum install gtk2-engines.i686 These installs clear all the errors except the Seg Fault Title: Re: Fedora 14 Seg Fault Post by: WayneDV on December 06, 2010, 11:33:07 pm If all you're left with is a SEGFAULT try this:
Code: yum -i install lubcurl.i686 |