Forums
crash new code - 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: crash new code (/showthread.php?tid=1613)



crash new code - ghiboz - 02-22-2012

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


- NaN - 02-22-2012

Can't replicate. Try to compile a debug build and start with debugger, post stack trace.


- ghiboz - 02-23-2012

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/c9ac6fc96bf9714ab2ca410d82ce7d548c7b1bdf

i've lost the right setup Sad

thanks