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 property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(257) : eval()'d code PHP 8.1.27 (Linux)
File Line Function
/printthread.php(257) : eval()'d code 2 errorHandler->error
/printthread.php 257 eval
/printthread.php 117 printthread_multipage
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
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 2014-09-26 bug fix release - Printable Version

+- Forums (https://www.vdrift.net/Forum)
+-- Forum: Project (https://www.vdrift.net/Forum/forumdisplay.php?fid=4)
+--- Forum: Development (https://www.vdrift.net/Forum/forumdisplay.php?fid=9)
+--- Thread: VDrift 2014-09-26 bug fix release (/showthread.php?tid=1839)

Pages: 1 2


RE: VDrift 2014-09-26 bug fix release - NaN - 10-09-2014

(10-09-2014, 03:26 PM)Timo 6 Wrote: Getting lots (and lots) of 'ERROR: OpenGL error "invalid operation" during: before FBO begin' (gl2/deferred.conf) or 'ERROR: OpenGL error "invalid operation" during: render output end' (gl2/basic.conf) in log.txt, but apart from that it seem to be working well Smile

EDIT: There's a 'ERROR: OpenGL error "invalid operation" during: Texture ID generation' just after the car loads as well.

Hey, we are making progress.

The builtin error checking is not very detailed, doesn't check every gl call.

Could you try to get a gl trace again, to see where the errors happen (the profiler should have an option to continue in case of errors).


RE: VDrift 2014-09-26 bug fix release - Timo 6 - 10-15-2014

For some reason the profiler won't actually let me get a trace - VDrift just crashes straight away when I try. However with your latest commit (75be1e7) there are no longer any errors in the log (and I can get traces again - weird).

Sorry for the delay in getting back to you, very busy at the moment.


RE: VDrift 2014-09-26 bug fix release - NaN - 10-15-2014

(10-15-2014, 12:33 PM)Timo 6 Wrote: For some reason the profiler won't actually let me get a trace - VDrift just crashes straight away when I try. However with your latest commit (75be1e7) there are no longer any errors in the log (and I can get traces again - weird).

Sorry for the delay in getting back to you, very busy at the moment.

No biggie, happens to myself often enough. And thanks a lot for looking into it, glad that it works now.

PS:
The code changed recently was of somewhat questionable nature (checking pointers instead of extensions is so totally not safe, only worked by accident I guess).


RE: VDrift 2014-09-26 bug fix release - Timo 6 - 10-18-2014

Do you want to do a new release with these fixes in for all platforms, or shall I just do OS X and call it 2014-09-26 anyway (don't really want to have different platforms on different version numbers, would get confusing)?


RE: VDrift 2014-09-26 bug fix release - NaN - 10-19-2014

(10-18-2014, 08:07 AM)Timo 6 Wrote: Do you want to do a new release with these fixes in for all platforms, or shall I just do OS X and call it 2014-09-26 anyway (don't really want to have different platforms on different version numbers, would get confusing)?

Yeah, let's push another release. I've created a new tag 2014-10-20.

PS:
I think I'll be switching to 64bit builds for Windows with this release, have been running them locally for quite some time.


RE: VDrift 2014-09-26 bug fix release - Timo 6 - 10-19-2014

Released at http://sourceforge.net/projects/vdrift/files/vdrift/vdrift-2014-10-20/vdrift-mac-2014-10-20.dmg/download

It is built for 10.5 "Leopard" or higher but is only tested on 10.7 "Lion" and higher. 10.4 "Tiger" is no longer supported.
To transfer settings, lap records, replays and screenshots from the last release (2012-07-22):
* Open Finder
* Select 'Go' in the menu bar
* Hold Option (alt/⌥)
* Select 'Library'
* Copy the VDrift folder from Preferences to Application Support