![]() |
|
Vdrift crashes on start - 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: Vdrift crashes on start (/showthread.php?tid=994) |
Vdrift crashes on start - Gromescu - 09-16-2008 I'm using Mandriva 2009.0 RC1. When I install vdrift from repository and run it I have this error^ Code: No data_dir found in VDrift.config, using /usr/share/games/vdrift/dataCode: physics.cpp:(.text+0x1f7): undefined reference to `btDefaultCollisionConfiguration::btDefaultCollisionConfiguration(btStackAlloc*, btPoolAllocator*, btPoolAllocator*)'Any suggestions? - joevenzon - 09-17-2008 It looks like there's some kind of mismatch with your bullet libraries and vdrift, both with the vdrift from repository and when you try to build from source. VDrift source comes with a version of bullet that you should use... it may be that you also have a different version installed that isn't compatible. Could you try removing all bullet installations from your system, then compiling the bullet that comes with the vdrift source, then compiling vdrift from source? - Gromescu - 09-20-2008 I deleted bullet from repo and now vdrift builds and installs. But when I run it it crashes with Code: EXCEPTION: src/textures.cpp, line 489: Error loading texture file: skins/simple/textures/widgets/tab_page_background.png (/usr/share/games/vdrift/data/skins/simple/textures/widgets/tab_page_background.png)- joevenzon - 09-20-2008 I'm not entirely sure that the "scons install" process is up to date; it might miss some of the data files. Does the file (/usr/share/games/vdrift/data/skins/simple/textures/widgets/tab_page_background.png) exist? If not, try moving the entire data folder from the tar.bz2 over to your /usr/share/games/vdrift folder and see if that fixes it. - Kaoru - 10-21-2008 I have a similar problem on Vista. the cmd says that Code: c:\Programs\VDrift\VDrift.exeSolved ^ ^" it was a shaders = on in the VDrift.config. Not it run with low quality , but i think i will fix it |