[solved] Segmentation fault on Fedora 16 32bit

2 replies [Last post]
Joined: 05/11/2012

I'd installed the rpm, but when running I was getting a Segmentation fault. From the log, I observed that the libSDL_mixer is loaded from the libs32 directory. I renamed that directory to bak_libs32 and now everything works like a charm. Don't know why the version of the library from the libs32 was being used instead of the system-wide one that works.

--
Vratislav Podzimek

Joined: 12/23/2010

Thanks for posting this, it'll be sure to help others who have the same problem.

Joined: 05/27/2012

I had the same problem on my XUbunto 12.04 x64.
So I wrote a little install script which may help to solve the library issue.
It will install a WoG install package + required libraries and also set the display resolution automatically.

You can download it from here:
http://fluidcool.de/files/install_WorldOfGoo.sh

Download it next to your .deb or .rpm package of WoG.
The package is not required if WoG is already installed.
In a Shell, cd where you have downloaded the install-script.
Copy the following into your shell:
chmod +x install_WorldOfGoo.sh
./install_WorldOfGoo.sh

Note: You need to type your superuser password to install the libraries.