CrewChief doesn't seem to map car classes correctly. I was in an IMSA race, which has LMP2 and GT3, but only one car ID were correctly mapped to the GT3 class. Other car IDs were mapped to a class called "3190".

I have not modified carClassData.json. My CC version is 4.16.2.2.


The console shows the following messages (driver names removed for privacy):
Code:
18:47:31.748 : New driver ... is using car class 3190 (car ID 156)
18:47:31.748 : New driver ... is using car class 3190 (car ID 133)
18:47:31.748 : New driver ... is using car class 3190 (car ID 43)
18:47:31.748 : New driver ... is using car class 3190 (car ID 73)
18:47:31.763 : New driver ... is using car class 3190 (car ID 132)
And then:
Code:
18:47:31.774 : New driver ... is using car class GT3 (car ID 144)
Note that I am using car ID 144, maybe that is of significance. Also, my split had no LMP2 cars, only GT3s.

I thought that there might be an error in carClassData.json, but it contains the correct car IDs for the GT3 class.

Code:
{
	"carClassEnum": "GT3",
        ...
	"iracingCarIds": [ 43, 55, 59, 72, 73, 94, 132, 133, 137, 144 ],
	"timesInHundredths": true,
	"enabledMessageTypes": "ALL",
	"maxSafeOilTemp": 135,
	"allMembersAreRWD": true
}