Hey all, I'm trying to get VDrift to work on my computer and I've gotten past a lot of errors already. I'm running Slackware 13.37 x86_64. I'm installing everything from source. Bullet, SDL, SDL_image, SDL_gfx, and etc, are all the latest available. So far, I've been able to install it just fine. However, VDrift just doesn't want to load the fonts. Here's my console output:
Code:
shonumi@darkstar:~$ vdrift
INFO: Multi-processor system detected. Run with -multithreaded argument to enable multithreading (EXPERIMENTAL).
INFO: Starting VDrift: development-full, Version: exported, O/S: Unix
INFO: Home directory: /home/shonumi
INFO: Settings file: /home/shonumi/.vdrift/VDrift.config (does not exist, will be created)
INFO: Data directory: /usr/local/share/games/vdrift/data
DATA_DIR: /usr/local/share/games/vdrift/data
INFO: Temporary directory: /home/shonumi/.vdrift/tmp
INFO: Log file: /home/shonumi/.vdrift/log.txt
ERROR: Failed to load /home/shonumi/.vdrift/VDrift.config
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: NVIDIA Corporation
Renderer: GeForce GTX 550 Ti/PCI/SSE2
Version: 4.2.0 NVIDIA 290.10
Maximum texture size: 16384
Maximum varying floats: 124
Using GLEW 1.5.7
INFO: Maximum color attachments: 8
INFO: Maximum draw buffers (1 required): 8
INFO: Disabling shaders
ERROR: Error loading texture file: /usr/local/share/games/vdrift/data/textures/weather/cubereflection-nosun.png
ERROR: Error loading texture file: /usr/local/share/games/vdrift/data/textures/weather/cubelighting.png
INFO: Maximum anisotropy: 16
INFO: 1 joystick found:
INFO: 0. Logitech Logitech Dual Action
INFO: Loading car controls from: /home/shonumi/.vdrift/controls.config
INFO: Update status file /home/shonumi/.vdrift/updates.config will be created
INFO: Sound initialization information:
INFO: Obtained audio device:
Frequency: 44100
Format: 32784
Bits per sample: 16
Channels: 2
Silence: 0
Samples: 940
Size: 3760
Sound initialization successful
ERROR: Error loading texture file: /home/shonumi/.vdrift//skins/simple/fonts/freesans_noshaders.png
ERROR: Error loading texture file: /usr/local/share/games/vdrift/data//skins/simple/fonts/freesans_noshaders.png
ERROR: Error loading texture file: /usr/local/share/games/vdrift/data/trackparts/freesans_noshaders.png
ERROR: Failed to load freesans_noshaders.png from: /home/shonumi/.vdrift//skins/simple/fonts /usr/local/share/games/vdrift/data//skins/simple/fonts /usr/local/share/games/vdrift/data/carparts /usr/local/share/games/vdrift/data/trackparts
ERROR: Error loading fonts
INFO: Exiting
I've got the vdrift-data in /usr/local/share/games/vdrift/data, and I've verified that files are all there, so I think the data-dir's fine. What's puzzling me are the double forward slashes when it tries to look for the "skins" directory, but I don't know if that's the problem or not. the files "/usr/local/share/games/vdrift/data/textures/weather/cubereflection-nosun.png" and "/usr/local/share/games/vdrift/data/textures/weather/cubelighting.png" also exist but they fail to load just like the fonts. I've been trying to figure this out for a while, but to no avail. Any help would be appreciated, thanks.