Forums

Full Version: SDL segfault after successful make
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm running Ubuntu (hoary). I've installed the required libs so that configure and make suceeded without errors. When I try and run setup in the runtime folder I get this: $ ./setup*** Make sure to copy ../lib/fmod*.so to /usr/lib and run ldconfig ***Run with -verbose for troubleshooting.Run with -nosound to disable sound.0 joystick(s) found:Fatal signal: Segmentation Fault (SDL Parachute Deployed)cat: logs/*: No such file or directoryI can't see a libs folder or any fmod*.so files. Any idea what I should do? Can't wait to try the game!Thanks :-)
I had this problem before and solved it...I swear I posted the fix somewhere but I can't find it for the life of me. There is one thing that the configure script doesn't check for, which is if the GLX headers are installed. Somehow it makes it all the way through the configure and compile without any errors despite this.So, if you're using an nVidia card, you will need to install the Ubuntu package nvidia-glx-dev, for ATI I think it's fglrx-dev, if you are using a card that uses open-source DRI drivers then just install the headers for your kernel. Hope this helps. If it helps, ony my development machine I have the packages linux-kernel-headers, nvidia-glx, nvidia-glx-dev, and nvidia-kernel-common.