Errors in latest relesase

Megaz

Member
Hi Buttface am getting these errors in RPT:

8:28:30 [DZMS]: Running Major Mission SM1.
8:28:37 "TIME SYNC: Local Time set to [2013,8,3,4,28]"
8:29:13 [DZMS]: (DZMSUnitsMajor) 5 AI Spawned, 5 units in mission.
8:29:17 Error in expression < getVariable["actionSet", false];

if (!_actionSet) then {
s_player_holderPickup>
8:29:17 Error position: <_actionSet) then {
s_player_holderPickup>
8:29:17 Error Undefined variable in expression: _actionset
8:29:17 File z\addons\dayz_code\init\object_BackpackAction.sqf, line 13
8:29:36 [DZMS]: (DZMSUnitsMajor) 5 AI Spawned, 10 units in mission.
8:29:37 Error in expression < getVariable["actionSet", false];

if (!_actionSet) then {
s_player_holderPickup>
8:29:37 Error position: <_actionSet) then {
s_player_holderPickup>
8:29:37 Error Undefined variable in expression: _actionset
8:29:37 File z\addons\dayz_code\init\object_BackpackAction.sqf, line 13
8:29:56 [DZMS]: (DZMSUnitsMajor) 4 AI Spawned, 14 units in mission.
8:30:00 Error in expression < getVariable["actionSet", false];

if (!_actionSet) then {
s_player_holderPickup>
8:30:00 Error position: <_actionSet) then {
s_player_holderPickup>
8:30:00 Error Undefined variable in expression: _actionset
8:30:00 File z\addons\dayz_code\init\object_BackpackAction.sqf, line 13
8:30:15 [DZMS]: (DZMSUnitsMajor) 4 AI Spawned, 18 units in mission.
8:30:24 [DZMS]: (DZMSUnitsMajor) Waiting for 0/18 Units or Less to be Alive and a Player to be Near the Objective.
8:32:34 "DZAI Monitor :: Server Uptime: [0d 0h 35m 32s]. Active AI Groups: 17."
8:32:34 "DZAI Monitor :: Static Spawns: 3. Respawn Queue: 1 groups queued."
8:32:34 "DZAI Monitor :: Dynamic Spawns: 0. Air Patrols: 7. Land Patrols: 7."


and


9:06:32 [DZMS]: Running Minor Mission SM4.
9:06:36 UH60Wreck_DZ: MainTurret - unknown animation source mainTurret
9:06:36 UH60Wreck_DZ: MainGun - unknown animation source mainGun
9:06:36 UH60Wreck_DZ: MachineGun_1 - unknown animation source Gatling_1
9:06:38 Error in expression <ach (units _unitgroup);
[_patrol] spawn veh_monitor;

_unitGroup allowFleeing 0;>
9:06:38 Error position: <veh_monitor;

_unitGroup allowFleeing 0;>
9:06:38 Error Undefined variable in expression: veh_monitor
9:06:38 File z\addons\dayz_server\DZMS\Scripts\DZMSVehiclePatrol.sqf, line 65
9:06:42 [DZMS]: (DZMSUnitsMinor) 3 AI Spawned, 3 units in mission.
9:06:45 [DZMS]: (DZMSUnitsMinor) 3 AI Spawned, 6 units in mission.
9:06:49 [DZMS]: (DZMSUnitsMinor) 3 AI Spawned, 9 units in mission.
9:06:50 [DZMS]: (DZMSUnitsMinor) Waiting for 0/9 Units or Less to be Alive and a Player to be Near the Objective.
9:07:07 "DZAI Monitor :: Server Uptime: [0d 0h 7m 19s]. Active AI Groups: 23."
9:07:07 "DZAI Monitor :: Static Spawns: 7. Respawn Queue: 0 groups queued."
9:07:07 "DZAI Monitor :: Dynamic Spawns: 0. Air Patrols: 7. Land Patrols: 8."


Does not seem to affect the missions from what I can see.

MegaZ
 
Last edited:
This error:
8:30:00 Error in expression < getVariable["actionSet", false];

if (!_actionSet) then {
s_player_holderPickup>
8:30:00 Error position: <_actionSet) then {
s_player_holderPickup>
8:30:00 Error Undefined variable in expression: _actionset
8:30:00 File z\addons\dayz_code\init\object_BackpackAction.sqf, line 13

always shows, if you try to remove a backpack from a corpse or AI.
i think it is DZMS related, that trys this to do
 
Back
Top