Linux - GamesThis forum is for all discussion relating to gaming in Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have just switched from 64-bit gentoo to 32-bit and almost everything I need is working. Except Frozen-bubble. I get no errors installing it, but when I run it, all I get is
[SDL Init] segmentation fault.
Is there a way to get a bit more information?
The SDL components and their revisions are the same for both 64- and 32-bit, with the exception of sdl-image 1.2.6-r1 vs 1.2.7, and emul-linux-x86-sdl which is only needed on the 64-bit system.
My searches have turned up a few bits, but they are several years old.
Try to start it with strace, like this
strace <command>
It will throw a lot of text at you, but you can try to find the place where it broke.
Usually, segfaults are the most difficult problems to troubleshoot.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.