Forums
Fatal signal: Segmentation Fault (SDL Parachute Deployed) - Printable Version

+- Forums (https://www.vdrift.net/Forum)
+-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3)
+--- Forum: Bugs (https://www.vdrift.net/Forum/forumdisplay.php?fid=7)
+--- Thread: Fatal signal: Segmentation Fault (SDL Parachute Deployed) (/showthread.php?tid=242)



Fatal signal: Segmentation Fault (SDL Parachute Deployed) - sinplomo - 06-25-2006

when i try to run the game :

$ vdrift -verbose
Found config file /home/sinplomo/.vdrift/controls.
Found config file /home/sinplomo/.vdrift/carsettings/CS.
Found config file /home/sinplomo/.vdrift/carsettings/XS.
Found config file /home/sinplomo/.vdrift/carsettings/GT.
Found config file /home/sinplomo/.vdrift/carsettings/XSR.
Found config file /home/sinplomo/.vdrift/carsettings/XM.
Found config file /home/sinplomo/.vdrift/.
Run with -verbose for troubleshooting.
Run with -nosound to disable sound.
Run with -datadir /path/to/vdrift/data to change the data directory in your local settings.
Run with -defaultdatadir /path/to/vdrift/data (as root) to change the data directory system-wide.
Note: after running "vdrift -defaultdatadir ..." as root, delete your ~/.vdrift/VDrift.config file.
0 joystick(s) found:
Fatal signal: Segmentation Fault (SDL Parachute Deployed)
vamosworld deinit
menu deinit
sound deinit
vdrift: symbol lookup error: vdrift: undefined symbol: alutExit

with -nosound option ->

$ vdrift -nosound -verbose
Found config file /home/sinplomo/.vdrift/controls.
Found config file /home/sinplomo/.vdrift/carsettings/CS.
Found config file /home/sinplomo/.vdrift/carsettings/XS.
Found config file /home/sinplomo/.vdrift/carsettings/GT.
Found config file /home/sinplomo/.vdrift/carsettings/XSR.
Found config file /home/sinplomo/.vdrift/carsettings/XM.
Found config file /home/sinplomo/.vdrift/.
Run with -verbose for troubleshooting.
Run with -nosound to disable sound.
Run with -datadir /path/to/vdrift/data to change the data directory in your local settings.
Run with -defaultdatadir /path/to/vdrift/data (as root) to change the data directory system-wide.
Note: after running "vdrift -defaultdatadir ..." as root, delete your ~/.vdrift/VDrift.config file.
0 joystick(s) found:
Fatal signal: Segmentation Fault (SDL Parachute Deployed)
vamosworld deinit
menu deinit
sound deinit
particle deinit
message queue deinit
backdrop deinit
utility deinit
font deinit
gamecontrols deinit
keyman deinit


- thelusiv - 06-26-2006

What operating system are you using? Obviously Linux but which distribution? How did you install, from which package, or did you compile?

It looks like a problem related to OpenAL particularly ALUT. What version of OpenAL do you have, and is ALUT a separate library for you, or is it built into the OpenAL library?