Forums

Full Version: Flashing blank screen, no menu, no textures, not working...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
It seems like this bug was reported earlier but nothing was posted on it:
http://vdrift.net/Forum/viewtopic.php?t=...highlight=

Machine:
kernel 2.4.31 on slackware 10.2
freealut-1.0.1
openal-0.0.8
SDL-1.2
NVIDIA GeForce 6200 TurboCache

After compiling and install all necessary libraries, Vdrift successfully compiles and installs. I used the latest SVN revision.


When I run it, I get a bunch of errors:
Code:
error loading texture file "gui/newfontt3.png"...
error loading texture file "weather/star.png"...
error loading texture file "weather/clouds.png"...
error loading texture file "weather/moon.png"...
error loading texture file "weather/stars.png"...
error loading texture file "smoke/particle0.png"...
error loading texture file "smoke/particle1.png"...
error loading texture file "smoke/particle2.png"...
error loading texture file "smoke/particle3.png"...
error loading texture file "smoke/particle4.png"...
error loading texture file "smoke/particle5.png"...
error loading texture file "hud/timerbox.png"...
error loading texture file "gui/newfontt3.png"...
Multitexture units (4 are required for all effects): 4
Your GPU meets the texture unit requirements.

A new window opens, flashes twice and then I see some sort of a menu with nothing on it although it is clear there is supposed to be something there and the images were not loaded right.

I checked the data_dir and it is pointing to the right place were all the textures and images reside.

The funny thing is it works fine when I run the slackware binary and the directories created seem to be the same and everything..but it does not work.

I need it to work from the source. Any help would be appreciated, I have been mucking around with this for 6 hours now...[/url]
the video card is a 256MB, and since it worked fine with the binary that is not the problem...the scons.py is not doing something right...
I'm not sure what the other guy's problem was, or why we didn't respond at the time. It looks like your hardware/software is fine to run VDrift, especially since it worked with the package.

The problem you have is the missing textures. If a texture can't be loaded, it ends up just being a white box. So when you see the flashing, that's the splash screens fading in and out, but their textures didn't load so they're just white.

If VDrift can't find its textures, it's possible that the texture size is missing or wrong. Did you install VDrift using SCons? If so, before you installed VDrift using SCons, did you make sure to fully remove the package and all its files?

Can you paste in the entire text that VDrift prints on the console when you run it?
On second thought, Enjo (the guy who built the Slack package) said he had this problem when compiling with the very latest version of SDL. What version of SDL are you using? 1.2.x where x = ?
yes I used scons to compile and install.

This is what I get up to the point I decide to kill it...The segmentation fault is where I killed it.

Before running this, I uninstalled it completely and re-installed everything again: It built all object files and linked them properly. No errors at all.

Code:
scons: done building targets.

Code:
Install file: "data/tracks/ruudskogen/roads.trk" as "/usr/share/games/vdrift/tracks/ruudskogen/roads.t
rk"

And this is the config file:

Code:
root@localhost:~/.vdrift# more VDrift.config
[ main ]
data_dir = /usr/share/games/vdrift
version = 2005-02-21

[ game ]
game_mode = 0
camera_mode = 5
selected_car = XS
car_paint = 0
track = ruudskogen
record = off
ghost = off

[ network ]
host_game = 1
server_ip = 127.0.0.1
server_port = 1234

[ display ]
width = 800
height = 600
depth = 16
fullscreen = 0
tree_detail = Low
terrain_detail = Low
texture_size = small
show_hud = 1
show_fps = 0
mph = 1
view_distance = 10000.000000

[ sound ]
volume = 0.800000
music_volume = 0.800000

[ mouse ]
xsens = 1.000000
ydead = 0.200000
ysens = 1.000000
enabled = 0

[ control ]
autoclutch = 1

[ joystick ]
type = joystick
touchcomp = low
deadzone = low
selected_index = 0
calibrated = off

Finally this is the console output:

[code]
root@localhost:/usr/local/src/vdrift# vdrift
Found config file /root/.vdrift/controls.
Found config file /root/.vdrift/carsettings/CS.
Found config file /root/.vdrift/carsettings/XS.
Found config file /root/.vdrift/carsettings/GT.
Found config file /root/.vdrift/carsettings/XSR.
Found config file /root/.vdrift/carsettings/XM.
Found config file /root/.vdrift/VDrift.config.
Config file version:
Version of game: 2006-06-01
The version of your config file does not match the version of VDrift.
You may have problems running the game. Delete your ~/.vdrift/VDrift.config
to fix this.

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:
error loading texture file "gui/newfontt3.png"...
error loading texture file "weather/star.png"...
error loading texture file "weather/clouds.png"...
error loading texture file "weather/moon.png"...
error loading texture file "weather/stars.png"...
CONFIGFILE::GetParam(): joystick.type not found in /root/.vdrift/VDrift.config
CONFIGFILE::GetParam(): joystick.touchcomp not found in /root/.vdrift/VDrift.config
CONFIGFILE::GetParam(): joystick.deadzone not found in /root/.vdrift/VDrift.config
error loading texture file "smoke/particle0.png"...
error loading texture file "smoke/particle1.png"...
error loading texture file "smoke/particle2.png"...
error loading texture file "smoke/particle3.png"...
error loading texture file "smoke/particle4.png"...
error loading texture file "smoke/particle5.png"...
error loading texture file "hud/timerbox.png"...
error loading texture file "gui/newfontt3.png"...
Multitexture units (4 are required for all effects): 4
Your GPU meets the texture unit requirements.

Note to user: All error messages will be put in /root/.vdrift/logs/.
error loading texture file "/usr/share/games/vdrift/textures/small/gui/libsplash.png"...
error loading texture file "/usr/share/games/vdrift/textures/small/gui/splash.png"...
error loading texture file "smoke/particle0.png"...
error loading texture file "smoke/particle1.png"...
error loading texture file "smoke/particle2.png"...
error loading texture file "smoke/particle3.png"...
error loading texture file "smoke/particle4.png"...
error loading texture file "smoke/particle5.png"...
error loading texture file "hud/timerbox.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/wheel_up_l.png"...
error loading texture file "gui/widgets/wheel_down_l.png"...
error loading texture file "gui/widgets/wheel_up_r.png"...
error loading texture file "gui/widgets/wheel_down_r.png"...
error loading texture file "gui/widgets/tog_on_up.png"...
error loading texture file "gui/widgets/tog_on_down.png"...
error loading texture file "gui/widgets/tog_off_up.png"...
error loading texture file "gui/widgets/tog_off_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/wheel_up_l.png"...
error loading texture file "gui/widgets/wheel_down_l.png"...
error loading texture file "gui/widgets/wheel_up_r.png"...
error loading texture file "gui/widgets/wheel_down_r.png"...
error loading texture file "gui/widgets/wheel_up_l.png"...
error loading texture file "gui/widgets/wheel_down_l.png"...
error loading texture file "gui/widgets/wheel_up_r.png"...
error loading texture file "gui/widgets/wheel_down_r.png"...
error loading texture file "gui/widgets/tog_on_up.png"...
error loading texture file "gui/widgets/tog_on_down.png"...
error loading texture file "gui/widgets/tog_off_up.png"...
error loading texture file "gui/widgets/tog_off_down.png"...
error loading texture file "gui/widgets/wheel_up_l.png"...
error loading texture file "gui/widgets/wheel_down_l.png"...
error loading texture file "gui/widgets/wheel_up_r.png"...
error loading texture file "gui/widgets/wheel_down_r.png"...
error loading texture file "gui/widgets/wheel_up_l.png"...
error loading texture file "gui/widgets/wheel_down_l.png"...
error loading texture file "gui/widgets/wheel_up_r.png"...
error loading texture file "gui/widgets/wheel_down_r.png"...
error loading texture file "gui/widgets/tog_on_up.png"...
error loading texture file "gui/widgets/tog_on_down.png"...
error loading texture file "gui/widgets/tog_off_up.png"...
error loading texture file "gui/widgets/tog_off_down.png"...
error loading texture file "gui/widgets/tog_on_up.png"...
error loading texture file "gui/widgets/tog_on_down.png"...
error loading texture file "gui/widgets/tog_off_up.png"...
error loading texture file "gui/widgets/tog_off_down.png"...
error loading texture file "gui/widgets/tog_on_up.png"...
error loading texture file "gui/widgets/tog_on_down.png"...
error loading texture file "gui/widgets/tog_off_up.png"...
error loading texture file "gui/widgets/tog_off_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/wheel_up_l.png"...
error loading texture file "gui/widgets/wheel_down_l.png"...
error loading texture file "gui/widgets/wheel_up_r.png"...
error loading texture file "gui/widgets/wheel_down_r.png"...
error loading texture file "gui/widgets/tog_on_up.png"...
error loading texture file "gui/widgets/tog_on_down.png"...
error loading texture file "gui/widgets/tog_off_up.png"...
error loading texture file "gui/widgets/tog_off_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/wheel_up_l.png"...
error loading texture file "gui/widgets/wheel_down_l.png"...
error loading texture file "gui/widgets/wheel_up_r.png"...
error loading texture file "gui/widgets/wheel_down_r.png"...
error loading texture file "gui/widgets/wheel_up_l.png"...
error loading texture file "gui/widgets/wheel_down_l.png"...
error loading texture file "gui/widgets/wheel_up_r.png"...
error loading texture file "gui/widgets/wheel_down_r.png"...
error loading texture file "gui/widgets/tog_on_up.png"...
error loading texture file "gui/widgets/tog_on_down.png"...
error loading texture file "gui/widgets/tog_off_up.png"...
error loading texture file "gui/widgets/tog_off_down.png"...
error loading texture file "gui/widgets/wheel_up_l.png"...
error loading texture file "gui/widgets/wheel_down_l.png"...
error loading texture file "gui/widgets/wheel_up_r.png"...
error loading texture file "gui/widgets/wheel_down_r.png"...
error loading texture file "gui/widgets/wheel_up_l.png"...
error loading texture file "gui/widgets/wheel_down_l.png"...
error loading texture file "gui/widgets/wheel_up_r.png"...
error loading texture file "gui/widgets/wheel_down_r.png"...
error loading texture file "gui/widgets/tog_on_up.png"...
error loading texture file "gui/widgets/tog_on_down.png"...
error loading texture file "gui/widgets/tog_off_up.png"...
error loading texture file "gui/widgets/tog_off_down.png"...
error loading texture file "gui/widgets/tog_on_up.png"...
error loading texture file "gui/widgets/tog_on_down.png"...
error loading texture file "gui/widgets/tog_off_up.png"...
error loading texture file "gui/widgets/tog_off_down.png"...
error loading texture file "gui/widgets/tog_on_up.png"...
error loading texture file "gui/widgets/tog_on_down.png"...
error loading texture file "gui/widgets/tog_off_up.png"...
error loading texture file "gui/widgets/tog_off_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/wheel_up_l.png"...
error loading texture file "gui/widgets/wheel_down_l.png"...
error loading texture file "gui/widgets/wheel_up_r.png"...
error loading texture file "gui/widgets/wheel_down_r.png"...
CONFIGFILE::GetParam(): joystick.selected_index not found in /root/.vdrift/VDrift.config
error loading texture file "gui/widgets/joy_cal_box.png"...
error loading texture file "gui/widgets/axis_field.png"...
error loading texture file "gui/widgets/joy_cursor.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/wheel_up_l.png"...
error loading texture file "gui/widgets/wheel_down_l.png"...
error loading texture file "gui/widgets/wheel_up_r.png"...
error loading texture file "gui/widgets/wheel_down_r.png"...
error loading texture file "gui/widgets/wheel_up_l.png"...
error loading texture file "gui/widgets/wheel_down_l.png"...
error loading texture file "gui/widgets/wheel_up_r.png"...
error loading texture file "gui/widgets/wheel_down_r.png"...
error loading texture file "gui/widgets/wheel_up_l.png"...
error loading texture file "gui/widgets/wheel_down_l.png"...
error loading texture file "gui/widgets/wheel_up_r.png"...
error loading texture file "gui/widgets/wheel_down_r.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/tog_on_up.png"...
error loading texture file "gui/widgets/tog_on_down.png"...
error loading texture file "gui/widgets/tog_off_up.png"...
error loading texture file "gui/widgets/tog_off_down.png"...
error loading texture file "gui/widgets/wheel_up_l.png"...
error loading texture file "gui/widgets/wheel_down_l.png"...
error loading texture file "gui/widgets/wheel_up_r.png"...
error loading texture file "gui/widgets/wheel_down_r.png"...
error loading texture file "gui/widgets/wheel_up_l.png"...
error loading texture file "gui/widgets/wheel_down_l.png"...
error loading texture file "gui/widgets/wheel_up_r.png"...
error loading texture file "gui/widgets/wheel_down_r.png"...
error loading texture file "gui/widgets/wheel_up_l.png"...
error loading texture file "gui/widgets/wheel_down_l.png"...
error loading texture file "gui/widgets/wheel_up_r.png"...
error loading texture file "gui/widgets/wheel_down_r.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/sld_wedge.png"...
error loading texture file "gui/widgets/sld_cursor.png"...
error loading texture file "gui/widgets/sld_wedge.png"...
error loading texture file "gui/widgets/sld_cursor.png"...
CONFIGFILE::GetParam(): sound.music_volume not found in /root/.vdrift/VDrift.config
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/controls/add.png"...
error loading texture file "gui/widgets/controls/add_sel.png"...
error loading texture file "gui/widgets/controls/key.png"...
error loading texture file "gui/widgets/controls/key_x.png"...
error loading texture file "gui/widgets/controls/joy_axis.png"...
error loading texture file "gui/widgets/controls/joy_axis_x.png"...
error loading texture file "gui/widgets/controls/joy_btn.png"...
error loading texture file "gui/widgets/controls/joy_btn_x.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/wheel_up_l.png"...
error loading texture file "gui/widgets/wheel_down_l.png"...
error loading texture file "gui/widgets/wheel_up_r.png"...
error loading texture file "gui/widgets/wheel_down_r.png"...
error loading texture file "gui/widgets/wheel_up_l.png"...
error loading texture file "gui/widgets/wheel_down_l.png"...
error loading texture file "gui/widgets/wheel_up_r.png"...
error loading texture file "gui/widgets/wheel_down_r.png"...
error loading texture file "gui/widgets/wheel_up_l.png"...
error loading texture file "gui/widgets/wheel_down_l.png"...
error loading texture file "gui/widgets/wheel_up_r.png"...
error loading texture file "gui/widgets/wheel_down_r.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/wheel_up_l.png"...
error loading texture file "gui/widgets/wheel_down_l.png"...
error loading texture file "gui/widgets/wheel_up_r.png"...
error loading texture file "gui/widgets/wheel_down_r.png"...
error loading texture file "gui/widgets/joy_cal_box.png"...
error loading texture file "gui/widgets/axis_field.png"...
error loading texture file "gui/widgets/joy_cursor.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/logo.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/tog_on_up.png"...
error loading texture file "gui/widgets/tog_on_down.png"...
error loading texture file "gui/widgets/tog_off_up.png"...
error loading texture file "gui/widgets/tog_off_down.png"...
error loading texture file "gui/widgets/wheel_up_l.png"...
error loading texture file "gui/widgets/wheel_down_l.png"...
error loading texture file "gui/widgets/wheel_up_r.png"...
error loading texture file "gui/widgets/wheel_down_r.png"...
error loading texture file "gui/widgets/wheel_up_l.png"...
error loading texture file "gui/widgets/wheel_down_l.png"...
error loading texture file "gui/widgets/wheel_up_r.png"...
error loading texture file "gui/widgets/wheel_down_r.png"...
error loading texture file "gui/widgets/wheel_up_l.png"...
error loading texture file "gui/widgets/wheel_down_l.png"...
error loading texture file "gui/widgets/wheel_up_r.png"...
error loading texture file "gui/widgets/wheel_down_r.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/wheel_up_l.png"...
error loading texture file "gui/widgets/wheel_down_l.png"...
error loading texture file "gui/widgets/wheel_up_r.png"...
error loading texture file "gui/widgets/wheel_down_r.png"...
error loading texture file "gui/refmap.png"...
error loading texture file "gui/widgets/wheel_up_l.png"...
error loading texture file "gui/widgets/wheel_down_l.png"...
error loading texture file "gui/widgets/wheel_up_r.png"...
error loading texture file "gui/widgets/wheel_down_r.png"...
error loading texture file "gui/tracks/ruudskogen.png"...
error loading texture file "gui/tracks/weekend.png"...
error loading texture file "gui/tracks/monza.png"...
error loading texture file "gui/tracks/road_atlanta.png"...
error loading texture file "gui/tracks/lagunaseca.png"...
error loading texture file "gui/tracks/neurburgring_nordschleife.png"...
error loading texture file "gui/widgets/tog_on_up.png"...
error loading texture file "gui/widgets/tog_on_down.png"...
error loading texture file "gui/widgets/tog_off_up.png"...
error loading texture file "gui/widgets/tog_off_down.png"...
error loading texture file "gui/widgets/text_box.png"...
error loading texture file "gui/widgets/text_cursor.png"...
error loading texture file "gui/widgets/text_highlight.png"...
error loading texture file "gui/widgets/text_box.png"...
error loading texture file "gui/widgets/text_cursor.png"...
error loading texture file "gui/widgets/text_highlight.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/wheel_up_l.png"...
error loading texture file "gui/widgets/wheel_down_l.png"...
error loading texture file "gui/widgets/wheel_up_r.png"...
error loading texture file "gui/widgets/wheel_down_r.png"...
error loading texture file "gui/refmap.png"...
error loading texture file "gui/widgets/wheel_up_l.png"...
error loading texture file "gui/widgets/wheel_down_l.png"...
error loading texture file "gui/widgets/wheel_up_r.png"...
error loading texture file "gui/widgets/wheel_down_r.png"...
error loading texture file "gui/tracks/ruudskogen.png"...
error loading texture file "gui/tracks/weekend.png"...
error loading texture file "gui/tracks/monza.png"...
error loading texture file "gui/tracks/road_atlanta.png"...
error loading texture file "gui/tracks/lagunaseca.png"...
error loading texture file "gui/tracks/neurburgring_nordschleife.png"...
error loading texture file "gui/widgets/tog_on_up.png"...
error loading texture file "gui/widgets/tog_on_down.png"...
error loading texture file "gui/widgets/tog_off_up.png"...
error loading texture file "gui/widgets/tog_off_down.png"...
CONFIGFILE::GetParam(): game.record not found in /root/.vdrift/VDrift.config
error loading texture file "gui/widgets/tog_on_up.png"...
error loading texture file "gui/widgets/tog_on_down.png"...
error loading texture file "gui/widgets/tog_off_up.png"...
error loading texture file "gui/widgets/tog_off_down.png"...
CONFIGFILE::GetParam(): game.ghost not found in /root/.vdrift/VDrift.config
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.png"...
error loading texture file "gui/box.png"...
error loading texture file "gui/widgets/btn_up.png"...
error loading texture file "gui/widgets/btn_down.
guess you were posting when I was

it was SDL-1.2.10
SDL_image-1.2.5
SDL_net-1.2.6

What should I get instead?
thelusiv Wrote:On second thought, Enjo (the guy who built the Slack package) said he had this problem when compiling with the very latest version of SDL. What version of SDL are you using? 1.2.x where x = ?

maybe thats also related to the everything-turns-white-after-changing-the-settings bug since i'm using SDL 1.2.10 here...
Are you using the latest SVN version of VDrift? The last release had a settings class that had a problem where it would look in the default installation directory before realizing it should check your ~/.vdrift/VDrift.config file to find out where you data directory is. The settings class still seems wonky to me, but I think at least this problem should be fixed in SVN.
It looks like you're running the latest SVN because it's adding new options to your config file.

First thing I noticed is that you're trying to run it as root. You should check out, compile, and run as a regular use, and only install as root. I'm not sure if that will fix your problem, but it's a good idea anyway.

As for SDL version, I'm running 1.2.9 and have no problem loading textures. I'm about to change OS's so I'll probably wait to test 1.2.10 until I do that (I'm working on a track at the moment and want to finish it before upgrading Smile )
Ok ill get SDL 1.2.9 and give that a shot.

What about the latest SVN revision? How do I bypass the buggy settings in config? Can you give me the revision number for me to check out?
The latest SVN revision is 1065, this is the one you should use. There shouldn't be any buggy config settings, so far as I know. Joe was referring to the 2/21 version that had a buggy settings class.
Quote: Are you using the latest SVN version of VDrift? The last release had a settings class that had a problem where it would look in the default installation directory before realizing it should check your ~/.vdrift/VDrift.config file to find out where you data directory is. The settings class still seems wonky to me, but I think at least this problem should be fixed in SVN.

..I am a little confused since thelusiv said its ok and you are saying the latest svn rev has a problem.


I am using the latest SVN rev. (1065) I will use SDL 1.2.9 now and let you know how that worked. [/quote]
thelusiv, can you find out from the guy who made the slack package what libraries did he use?

Thanks.
Sorry to be confusing nael, thelusiv is correct, I was referring to the 2/21 version as having a bug, and the latest SVN is supposed to be fixed. Can you also post an excerpt of your ~/.vdrift/logs/*.log files? I'm guessing the utility.log file will have a billion texture not found messages, I'm just curious to see what a few of them look like.
Hi nael

I used sdl-1.2.8 that came with Slack 10.1. After installing sdl-1.2.10 I'm suffering from the same problem you are having.
Pages: 1 2