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
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
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/data
Found config file /home/gromescu/.vdrift/controls.config.
Found config file /home/gromescu/.vdrift/VDrift.config.
No data_dir found in VDrift.config, using /usr/share/games/vdrift/data
Version of game: development-full
Skin name not found in config file...
Warning: option-47 is missing its default value. Assuming "".
Run with -verbose for troubleshooting.
Run with -nosound to disable sound.
Run with -benchmark to play a replay and output benchmark data.
0 joystick(s) found:
Card supports: drawbuf4 auxbuf4 antialiasing anisotropy16 cubemapping shaders multitexturing16(4) texture_rectangle depth_texture shadow framebuffer_objects
Card does not support:
Status: Using GLEW 1.5.0
Fragment shaders enabled
Loaded shader package simple
94
----- Start Shader Log for full -----
Fragment info
-------------
0(159) : warning C1059: non constant expression in initialization

----- End Shader Log for full -----
Loaded shader package full
Loaded shader package full-noshadow
Loaded shader package blurpass
Loaded shader package depthgen
Framebuffer object complete
Framebuffer object complete
vdrift: symbol lookup error: vdrift: undefined symbol: _ZN31btDefaultCollisionConfigurationC1EP12btStackAllocP15btPoolAllocatorS3_
I've also tried to build it from source, but no success:

Code:
physics.cpp:(.text+0x1f7): undefined reference to `btDefaultCollisionConfiguration::btDefaultCollisionConfiguration(btStackAlloc*, btPoolAllocator*, btPoolAllocator*)'
build/physics.o: In function `PHYSICS::CollideRay(VERTEX const&, VERTEX const&, float, std::list<PHYSICSCONTACT, std::allocator<PHYSICSCONTACT> >&, PHYSICSCOLLISIONSETTINGS const&)':
physics.cpp:(.text+0x3329): undefined reference to `btCollisionWorld::rayTestSingle(btTransform const&, btTransform const&, btCollisionObject*, btCollisionShape const*, btTransform const&, btCollisionWorld::RayResultCallback&, short)'
collect2: ld returned 1 exit status
scons: *** [build/vdrift] Error 1
scons: building terminated because of errors.
jon@Jon-Laptop:~/Data/Downloads/Source/vdrift-2008-08-05-src/vdrift-08-05-08$
Of cause I compiled Bullet before and have 2 files in out/linuxx86/optimize/libs

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)
Еру source code is from here


- 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.exe
Found config file C:\Users\Kaoru/.vdrift/controls.config.
Found config file C:\Users\Kaoru/.vdrift/VDrift.config.
version of game: 2008-08-05-full
skin file not found in config file...

Solved ^ ^" it was a shaders = on in the VDrift.config. Not it run with low quality , but i think i will fix it