Jump to content

Error Undefined variable in expression: _vehclass


phm

Recommended Posts

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...