Jump to content
  • 0

Dayz Epoch 1.0.3 AllowedVehiclesList Error


Cryten

Question

12:48:14 "DEBUG: unable to find suitable vehicle to spawn"
12:48:14 "DEBUG: unable to find suitable vehicle to spawn"
12:48:14 "DEBUG: unable to find suitable vehicle to spawn"
12:48:14 "DEBUG: unable to find suitable vehicle to spawn"
12:48:14 "DEBUG: unable to find suitable vehicle to spawn"
12:48:14 "DEBUG: unable to find suitable vehicle to spawn"
12:48:14 "DEBUG: unable to find suitable vehicle to spawn"
12:48:14 "DEBUG: unable to find suitable vehicle to spawn"
12:48:14 "DEBUG: unable to find suitable vehicle to spawn"
12:48:14 "DEBUG: unable to find suitable vehicle to spawn"
12:48:14 "DEBUG: unable to find suitable vehicle to spawn"
12:48:14 "DEBUG: unable to find suitable vehicle to spawn"
12:48:14 "DEBUG: unable to find suitable vehicle to spawn"
12:48:14 "DEBUG: unable to find suitable vehicle to spawn"
12:48:14 "DEBUG: unable to find suitable vehicle to spawn"
12:48:14 "DEBUG: unable to find suitable vehicle to spawn"
12:48:14 "DEBUG: unable to find suitable vehicle to spawn"
12:48:14 "DEBUG: unable to find suitable vehicle to spawn"
12:48:14 Error in expression <esList set [_index, AllowedVehiclesList select _lastIndex];
};
AllowedVehiclesLi>
12:48:14   Error position: <select _lastIndex];
};
AllowedVehiclesLi>
12:48:14   Error Zero divisor
12:48:14 File z\addons\dayz_server\init\server_functions.sqf, line 237
12:48:14 Error in expression <ect _lastIndex];
};
AllowedVehiclesList resize _lastIndex;
};

if (count Allowed>
12:48:14   Error position: <resize _lastIndex;
};

if (count Allowed>
12:48:14   Error Zero divisor
12:48:14 File z\addons\dayz_server\init\server_functions.sqf, line 239
12:48:14 "Res3tting B!S effects..."
12:48:14 "DEBUG: unable to find suitable vehicle to spawn"
12:48:14 Error in expression <esList set [_index, AllowedVehiclesList select _lastIndex];
};
AllowedVehiclesLi>
12:48:14   Error position: <select _lastIndex];
};
AllowedVehiclesLi>
12:48:14   Error Zero divisor
12:48:14 File z\addons\dayz_server\init\server_functions.sqf, line 237
12:48:14 Error in expression <ect _lastIndex];
};
AllowedVehiclesList resize _lastIndex;
};

if (count Allowed>
12:48:14   Error position: <resize _lastIndex;
};

if (count Allowed>
12:48:14   Error Zero divisor
12:48:14 File z\addons\dayz_server\init\server_functions.sqf, line 239
12:48:14 "DEBUG: unable to find suitable vehicle to spawn"
12:48:15 Error in expression <esList set [_index, AllowedVehiclesList select _lastIndex];
};
AllowedVehiclesLi>
12:48:15   Error position: <select _lastIndex];
};
AllowedVehiclesLi>
12:48:15   Error Zero divisor
12:48:15 File z\addons\dayz_server\init\server_functions.sqf, line 237
12:48:15 Error in expression <ect _lastIndex];
};
AllowedVehiclesList resize _lastIndex;
};

if (count Allowed>
12:48:15   Error position: <resize _lastIndex;
};

if (count Allowed>
12:48:15   Error Zero divisor
12:48:15 File z\addons\dayz_server\init\server_functions.sqf, line 239
12:48:15 "DEBUG: unable to find suitable vehicle to spawn"

@ clean server start with 1.0.3

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Yep, getting the same (line 238 because of antihack init)

12:04:58 Error in expression <esList set [_index, AllowedVehiclesList select _lastIndex];
};
AllowedVehiclesLi>
12:04:58   Error position: <select _lastIndex];
};
AllowedVehiclesLi>
12:04:58   Error Zero divisor
12:04:58 File z\addons\dayz_server\init\server_functions.sqf, line 238
12:04:58 Error in expression <ect _lastIndex];
};
AllowedVehiclesList resize _lastIndex;
};

if (count Allowed>
12:04:58   Error position: <resize _lastIndex;
};

if (count Allowed>
12:04:58   Error Zero divisor
Link to comment
Share on other sites

  • 0

["KamazOpen",3],

 

Here the answer you have x amount of vehicles in your dynamic file and the 2nd number is the quanity of that type of vehicle that is allowed to spawn.  So if you have a non- standard dynamic file or run a very large number of vehicles what happens is you exhaust the amount of possible vehilces that can spawn and it reduces the possibilities below zero. 

 

For example let say that you have 100 vehicles in your dynamic file with qty of w per vehicle then that means the maxium your max vehicle count can be is 200 otherwise it has nothing to choose from to spawn.  So the quick fix is count the lines in your dynamic file and increase the number of each type to exceed your max vehicle count and this error will go away,  In the example I just gave your max vehicle count is 500 you wouuld increase the qty of each vehicle to 6 and that is 600 possible vehicles to spawn the 500 from.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...