The following warnings occurred:
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.31 (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.31 (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.31 (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.31 (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.31 (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.31 (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.31 (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.31 (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.31 (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.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Forums
log from vdrift test 23-6-2014 - Printable Version

+- Forums (https://www.vdrift.net/Forum)
+-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3)
+--- Forum: General Discussion (https://www.vdrift.net/Forum/forumdisplay.php?fid=8)
+--- Thread: log from vdrift test 23-6-2014 (/showthread.php?tid=1827)



log from vdrift test 23-6-2014 - rikrunner - 07-30-2014

i just compiled (or what else does that SCons thing do) vdrift test 23-6-2014
if anyone wants to see the log:
http://pastebin.com/R7GR3XGV

running opensuse 13.1 KDE
pentium D dual core

now i get this error when starting it:
# ERROR: SDL initialization failed: No available video device


RE: log from vdrift test 23-6-2014 - rikrunner - 07-30-2014

Re-installed the 64 and 32 bit versions of libsdl and libsdl2 and their development versions

and it seems to work!


RE: log from vdrift test 23-6-2014 - NaN - 07-30-2014

(07-30-2014, 11:24 AM)rikrunner Wrote: Re-installed the 64 and 32 bit versions of libsdl and libsdl2 and their development versions

and it seesm to work!

Good to hear. For vdrift you only need sdl2 (development version if you compile yourself). The complete reqiurements are also listed in the README.md.


RE: log from vdrift test 23-6-2014 - rikrunner - 07-30-2014

(07-30-2014, 12:23 PM)NaN Wrote:
(07-30-2014, 11:24 AM)rikrunner Wrote: Re-installed the 64 and 32 bit versions of libsdl and libsdl2 and their development versions

and it seems to work!

Good to hear. For vdrift you only need sdl2 (development version if you compile yourself). The complete reqiurements are also listed in the README.md.

oh, NaN, it may seem like a stupid question, but how do i execute my freshly compiled test version of vdrift?


RE: log from vdrift test 23-6-2014 - NaN - 07-30-2014

(07-30-2014, 01:16 PM)rikrunner Wrote: oh, NaN, it may seem like a stupid question, but how do i execute my freshly compiled test version of vdrift?

If you just want to test and not install, run "./build/vdrift" (build is the default build directory). To install run "scons install".

PS:
Default build configuration is debug. For a faster binary use "scons release=1"


RE: log from vdrift test 23-6-2014 - rikrunner - 07-30-2014

(07-30-2014, 01:16 PM)rikrunner Wrote:
(07-30-2014, 12:23 PM)NaN Wrote:
(07-30-2014, 11:24 AM)rikrunner Wrote: Re-installed the 64 and 32 bit versions of libsdl and libsdl2 and their development versions

and it seems to work!

Good to hear. For vdrift you only need sdl2 (development version if you compile yourself). The complete reqiurements are also listed in the README.md.

oh, NaN, it may seem like a stupid question, but how do i execute my freshly compiled test version of vdrift?

i did an sudo scons install and first of all it put it in /usr/local/bin/vdrift and not in /usr/bin/vdrift
second, now i get this problem:
ERROR: SDL initialization failed: x11 not available


RE: log from vdrift test 23-6-2014 - NaN - 07-30-2014

/usr/local is the default installation path

You can change it by running "scons prefix=/usr"

You can see all options by running "scons --help" or "scons -h" I think.

Regarding the SDL issue, missing dependency maybe: libX11-devel?