phm Posted September 14, 2015 Report Share Posted September 14, 2015 Seeing this on 0.3.3 server startup with an empty redis database. My test environment is 100% vanilla. Here's the context in the log file output: 19:41:53 Error in expression <}; if (_getRandomPos) then{ _isShip = _vehClass isKindOf "Ship"; if (_isShip |> 19:41:53 Error position: <_vehClass isKindOf "Ship"; if (_isShip |> 19:41:53 Error Undefined variable in expression: _vehclass 19:41:53 File x\addons\a3_epoch_server\compile\epoch_vehicle\EPOCH_spawn_vehicles.sqf, line 93 19:41:53 Error in expression <worldname >> "whitelistedVehiclePos" >> _vehClass); if !(_preferedPos isEqualTo > 19:41:53 Error position: <_vehClass); if !(_preferedPos isEqualTo > 19:41:53 Error Undefined variable in expression: _vehclass 19:41:53 File x\addons\a3_epoch_server\compile\epoch_vehicle\EPOCH_spawn_vehicles.sqf, line 81 EDIT: Just to follow up, this doesn't always happen on a new redis database. Sometimes, the vehicle spawns (where this issue is happening I assume) work fine with no errors. Link to comment Share on other sites More sharing options...
vbawol Posted September 14, 2015 Report Share Posted September 14, 2015 fixed in latest server build https://github.com/EpochModTeam/Epoch/releases/tag/0.3.3.039 phm 1 Link to comment Share on other sites More sharing options...