Hi everyone,
I'm kind of new to Linux (though I have some programming background), and I keep getting this annoying "segmentation faults" when I run some programs that I've downloaded.
I use the configure scripts, make gives some warnings but no errors, make install reports nothing... but when I try to run the application I get a segmentation fault.
BTW: what is a segmentation fault? Is is some kind of protected mode exception (yeah, my programming skills REALLY are outdated) under linux?
The last two examples I remember are E-UAE and Ur-Quan Masters 0.4.
For example, the latter gives me this :
------------------------------------------
The Ur-Quan Masters v0.4.0 (compiled Oct 12 2005 13:26:53)
This software comes with ABSOLUTELY NO WARRANTY;
for details see the included 'COPYING' file.
Initializing base SDL functionality.
Using SDL version 1.2.9 (compiled with 1.2.9)
Warning: There's no 'packages/addons' directory in the 'content' directory;
'--addon' options are ignored.
Initializing Pure-SDL graphics.
SDL driver used: x11
SDL initialized.
Initializing Screen.
Set the resolution to: 640x480x32
0 joysticks were found.
Initializing SDL audio subsystem.
SDL audio subsystem initialized.
Opening SDL audio device.
using dsp at 44100 Hz 16 bit stereo, 4096 samples audio buffer
Initializing mixer.
Mixer initialized.
Initializing sound decoders.
Sound decoders initialized.
'lbm/title.ani' -- 19 bytes
Segmentation fault
-------------------------------------------
I'm running SuSE 9.3 on a Athlon 64 3000+.
Any idea how can I solve this recurring problem
?
Thanks!