Forums

Full Version: Fatal signal: Segmentation Fault (SDL Parachute Deployed)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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?