The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.31 (Linux)
|
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.pngMake 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 /. |