Forums

Full Version: crash with latest svn (r2401)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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--
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--
Thanks!