![]() |
XS brakes cause crash - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3) +--- Forum: Bugs (https://www.vdrift.net/Forum/forumdisplay.php?fid=7) +--- Thread: XS brakes cause crash (/showthread.php?tid=1618) |
XS brakes cause crash - skybon - 03-04-2012 Attempting to brake in XS will crash VDrift: Code: ERROR: OpenGL error "invalid operation" during: void GLWrapper::drawGeometry(GLuint, GLuint):src/gl3v/glwrapper.cpp:152 Crash is only reproducible when riding this car, tried several others and it worked ok. Using latest version from getdeb.net, Ubuntu 11.10 x86-64, GF GTX275, NVIDIA 280.13. - NaN - 03-04-2012 https://github.com/VDrift/vdrift/issues/58 In data/cars/XS/XS.car remove the following lines to fix it: Code: # optional lights - joevenzon - 03-04-2012 I just pushed a change to the git repo to disable asserts for these types of simple OpenGL errors. I had those enabled when I was writing the renderer and forgot to turn them off. :oops: - vdriftfan - 03-05-2012 Had the same issue in Win 7 x64. Thank for the fix. Problem isn't present in the stable release, just in the nightly. |