Right. OK, I've started tests:
First it crashes in:
Code:
[-------------- RUNNING UNIT TESTS --------------]
Assertion failed: !sigma_hat.empty(), file .\src\cartire.cpp, line 83
After commenting out tire tests (/*QT_TEST(tire_test) ..*/ in cartire.cpp) I have
Code:
[-------------- RUNNING UNIT TESTS --------------]
.\src\config.cpp(344): 'config_include' FAILED: cfg_test_file_loaded
.\src\joepack.cpp(207): 'joepack_test' FAILED: p.Load("data/test/test1.jpk")
.\src\joepack.cpp(208): 'joepack_test' FAILED: p.fopen("testlist.txt")
.\src\joepack.cpp(211): 'joepack_test' FAILED: value1 (0) should equal value2 (16)
.\src\joepack.cpp(215): 'joepack_test' FAILED: value1 () should equal value2 (This is
a test.
)
and then it crashes in
void VERTEXARRAY::SetNormals(
on line
float * myarray = &(normals[offset]);
for offset = 0.
OMG.

hock:
Anyway paths are ok, gui works and most files are read right, but just to be sure, I have main directory here:
e:\v\_pro\SR\v\vdr_git\
this is the git sources repo with subdir src\ having all *.h and *.cpp
inside main dir I have data\ which is rev 981 from svn: vdrift/vdrift-data
i've set env. var VDRIFT_DATA_DIRECTORY to e:\v\_pro\SR\v\vdr_git\data (didnt change anything, data\ subdir is read anyway right?)
and main dir has also vdrift-win\ subdir with bullet\ include\ and lib\ (from git).
Here is my log when I press practice race, which doesnt crash just has no track or car with black screen and default hud:
http://pastebin.com/LXAEHN4F
Ah and I forked your repo on:
https://github.com/stuntrally/vdrift/commits/master
I've put some more debug output for the first crash with tire test, see my last commit for diff. You had tire_path "/touring" which doesnt exist, I changed to "/tire/touring". Now it loads params and Debug pTree shows good values, log is here:
http://pastebin.com/duULr5cm
Any ideas ?
I'd like to compile in VS2008, maybe you could test it in VS2008 express ?
http://www.microsoft.com/en-us/download/...x?id=20682
Or just tell me what to check/debug now.