![]() |
crash with latest svn (r2401) - 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: crash with latest svn (r2401) (/showthread.php?tid=1105) |
crash with latest svn (r2401) - alex25 - 04-05-2009 i get a core dump on startup with the latest vdrift. the crash happens in CAR::EnableGlass() and i am not sure why. if i comment out glassdraw->SetDrawEnable(enable); then vdrift works normally. this is on linux with no shaders (but turning them on doesn't make a difference) --alex-- - alex25 - 04-05-2009 this happens with the F1 only (but i would guess the same is true for any car that doesn't have glass). the proper fix is, of course, to initialize grassdraw to zero in the constructor of CAR class. this is fixed now in svn (r2403). --alex-- - joevenzon - 04-05-2009 Thanks! |