Jump to content
  • 0

help me please error server-monitor.sqf


nikas455

Question

if (_status == "Objec>
 8:16:20   Error position: <_result select 0;
 
if (_status == "Objec>
 8:16:20   Error Undefined variable in expression: _result
 8:16:20 File z\addons\dayz_server\system\server_monitor.sqf, line 280
 8:16:20 Error in expression <status = _result select 0;
 
if (_status == "ObjectStreamStart") then {
_val = _r>
 8:16:20   Error position: <== "ObjectStreamStart") then {
_val = _r>
 8:16:20   Error Generic error in expression
 8:16:20 File z\addons\dayz_server\system\server_monitor.sqf, line 282
if ((_hiveResponse select 0) == "ObjectStreamStart") then {

// save superkey
profileNamespace setVariable ["SUPERKEY",(_hiveResponse select 2)];
saveProfileNamespace;

_hiveLoaded = true;

diag_log ("HIVE: Commence Object Streaming...");
_key = format["CHILD:302:%1:", dayZ_instance];
_objectCount = _hiveResponse select 1;
_bQty = 0;
_vQty = 0;
for "_i" from 1 to _objectCount do {
_hiveResponse = _key call server_hiveReadWriteLarge;
//diag_log (format["HIVE dbg %1 %2", typeName _hiveResponse, _hiveResponse]);
if ((_hiveResponse select 2) isKindOf "ModularItems") then {
_BuildingQueue set [_bQty,_hiveResponse];
_bQty = _bQty + 1;
} else {
_objectQueue set [_vQty,_hiveResponse];
_vQty = _vQty + 1;
};
};
diag_log ("HIVE: got " + str(_bQty) + " Epoch Objects and " + str(_vQty) + " Vehicles");
};
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

I too just started getting this error on one of my servers, Haven't touched anything in the server_monitor.sqf, I have no idea where this is coming from, as its been running fine up until this point, and now my server is paralyzed and we all get stuck at Waiting for Server to start Authentication.
Any Ideas?

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...