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
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
Yet Another Vdrift doesn't run... - Printable Version

+- Forums (https://www.vdrift.net/Forum)
+-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3)
+--- Forum: Help (https://www.vdrift.net/Forum/forumdisplay.php?fid=5)
+--- Thread: Yet Another Vdrift doesn't run... (/showthread.php?tid=1312)



Yet Another Vdrift doesn't run... - webbruno - 07-12-2010

Hi guys, installing the last release of vdrift in gentoo, produced this output when I try to get it started

INFO: Multithreading enabled: 2 processors
INFO: Starting VDrift: 2010-07-11-full, Version: exported, O/S: Unix-like
INFO: Home directory: /home/bruno
INFO: Settings file: /home/bruno/.vdrift/VDrift.config
INFO: Data directory: //usr/share/games/vdrift
DATA_DIR: //usr/share/games/vdrift
INFO: Log file: /home/bruno/.vdrift/log.txt
INFO: The last VDrift startup was unsuccessful.
Settings have been set to failsafe defaults.
Your original VDrift.config file was backed up to VDrift.config.backup
INFO: SDL initialization successful
INFO: SDL video query was successful
INFO: Disabling antialiasing
INFO: Display change was successful: 800x600x16 16z fullscreen=0
INFO: Video card information:
Vendor: ATI Technologies Inc.
Renderer: ATI Radeon HD 5700 Series
Version: 4.0.9901 Compatibility Profile Context
Maximum texture size: 16384
Using GLEW 1.5.1
INFO: Disabling shaders
INFO: Maximum anisotropy: 16
ERROR: Error loading texture file: //usr/share/games/vdrift/textures/weather/cubereflection-nosun.png
ERROR: Error loading texture file: //usr/share/games/vdrift/textures/weather/cubelighting.png
INFO: 1 joystick found:
INFO: 0. GreenAsia Inc. USB Joystick
ERROR: Error loading texture file: //usr/share/games/vdrift/skins/simple/textures/loadingbox.png
ERROR: Error loading graphic for loading screen.
ERROR: Error loading the loading screen
INFO: Exiting

By the way, this issue persists even when I use no -multithreaded option


- NaN - 07-12-2010

Quote:ERROR: Error loading texture file: //usr/share/games/vdrift/textures/weather/cubereflection-nosun.png
Make sure that vdrift data path is correct, //usr/share/games/vdrift should contain cars, tracks, textures, ....


- webbruno - 07-12-2010

Actually that is the most impressive part of this error... Every file reported as an error is in the directory...


- joevenzon - 07-13-2010

Could the double // at the beginning of the path be a problem? You can override the data directory path by setting the VDRIFT_DATA_DIRECTORY environment variable. Try setting it to the path without the extra /.