![]() |
Assertion in VDrift-git - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3) +--- Forum: Help (https://www.vdrift.net/Forum/forumdisplay.php?fid=5) +--- Thread: Assertion in VDrift-git (/showthread.php?tid=1737) |
Assertion in VDrift-git - tomlowshang - 07-29-2013 I'm getting an assertion in VDrift git-f7abbf, data svn-r1236. Code: vdrift: src/graphics/graphics_gl2.cpp:957: void GRAPHICS_GL2::DisableShaders(const string&, std::ostream&): Assertion `0' failed. .vdrift/log.txt: Code: INFO: Dumping the frame-rate to log. Removed .vdrift/VDrift.config but it did not change anything. OS: Debian sid CPU: AMD 8150 Graphics: see log RE: Assertion in VDrift-git - NaN - 07-30-2013 Yes, there have been changes to shaders. Latest data rev is 1252. RE: Assertion in VDrift-git - tomlowshang - 07-31-2013 Somehow my svn checkout was stuck at r1236. No idea how that happened, but blowing away the data directory and getting a fresh checkout worked... almost. If VDrift.config has an existing renderer=gl1 line, the crash still happens. When I remove the renderer=gl1 line, the file is updated with renderer=gl3/vdrift1.rhr and the crash is avoided. RE: Assertion in VDrift-git - NaN - 07-31-2013 (07-31-2013, 12:18 AM)tomlowshang Wrote: If VDrift.config has an existing renderer=gl1 line, the crash still happens. When I remove the renderer=gl1 line, the file is updated with renderer=gl3/vdrift1.rhr and the crash is avoided.Somehow missed this one. Thanks for reporting. |