normal errors?

machine

Well-Known Member
HiveExt: [Error] Error executing |CHILD:305:<null>:[0,[0,0,0]]:0:|
HiveExt: [Information] Method: 306 Params: <null>:[]:0:
HiveExt: [Error] Error executing |CHILD:306:<null>:[]:0:|

seeing a lot of theses in the hive log. is it at all normal?
 
having exact the same errors!

when these errors happen:
Code:
22:11:46 Error in expression <0";
};

if (!_parachuteWest) then {
if (_objectID == "0" && _uid == "0") then
{
>
22:11:46   Error position: <_objectID == "0" && _uid == "0") then
{
>
22:11:46   Error Undefined variable in expression: _objectid
22:11:46 File z\addons\dayz_server\compile\server_updateObject.sqf, line 23
22:11:46 "HIVE: WRITE: "CHILD:305:<null>:[0,[0,0,0]]:0:""
22:11:46 Error in expression <
};
_key = format["CHILD:305:%1:%2:%3:",_objectID,_worldspace,_fuel];
diag_log (>
22:11:46   Error position: <_objectID,_worldspace,_fuel];
diag_log (>
22:11:46   Error Undefined variable in expression: _objectid
22:11:46 File z\addons\dayz_server\compile\server_updateObject.sqf, line 52
22:11:46 Error in expression <Inventory",[]]);
if (str(_inventory) != _previous) then {
_object setVariable["l>
22:11:46   Error position: <_previous) then {
_object setVariable["l>
22:11:46   Error Undefined variable in expression: _previous
22:11:46 File z\addons\dayz_server\compile\server_updateObject.sqf, line 66
22:11:46 "HIVE: WRITE: "CHILD:306:<null>:[]:0:""
22:11:46 Error in expression <s;
 
Back
Top