Forums

Full Version: crash new code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi all!
i've downloaded the latest code from github, and now, crash at graphics_renders.cpp at line 351, when call glBegin(GL_QUADS);
it's very strange this... what maybe happened?


Code:
Unhandled exception at 0x772615ee in vdrift.exe: 0xC0000005: Access violation reading location 0x0000001d.

thanks
Can't replicate. Try to compile a debug build and start with debugger, post stack trace.
NaN Wrote:Can't replicate. Try to compile a debug build and start with debugger, post stack trace.
solved, the cause was here:
https://github.com/VDrift/vdrift/commit/...548c7b1bdf

i've lost the right setup Sad

thanks