The following warnings occurred:
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 94 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "lockoutexpiry" - Line: 573 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 573 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $can_access_moderationqueue - Line: 752 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 752 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 892 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 892 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 892 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 892 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $awaitingusers - Line: 34 - File: global.php(959) : eval()'d code PHP 8.1.27 (Linux)
File Line Function
/global.php(959) : eval()'d code 34 errorHandler->error
/global.php 959 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 1024 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 1024 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5308 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 5308 errorHandler->error
/global.php 1024 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1474 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 1474 errorHandler->error
/inc/functions.php 1429 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



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?