#185 After checking the code I found this on line 326:
if version ~= self.frotaVersion and (Time() > self.stateRequestData['v'..playerID] or 0) then
self.stateRequestData[v..playerID] = Time() + 60
Say(cmdPlayer, 'I have frota version '..version..' and the server has version '..self.frotaVersion, false)
So it seems that the server crashes when u don't have the same Frota version as it.
edit: missed it by 11 lines :/ line 326 really seems to not compare nil with number, but I get a crash now with the line 315, which is the line I'm reffering to above. So lucky :(