Arma2OAserver.rpt Spam

Fr1nk

Valued Member!
Version of SAR_AI: 1.1.0
Version of Dayz: 1.7.6.1

Serverpackage: Epoch 1.0.1.1 [Lingor Island]
Type: Unsure - custom version of Reality?
Version: Unsure

Installed mods:

Air Raid Siren/Bombing
Animated AN2 Carepackage Drops
Animated C130 Crashes
Animated Heli-Crashes
Campfire Dancing
Clear Weather Nights
Earthquakes
Fast Roping
Fred's Anti-Zombie Frequency Emitter
Fred's Zombie Bait
Full Moon
Illuminant Tower Lighting
LIFT script
Piggd Smelt Scrap Metal v1.0
Remove Clothes from Dead Bodies
SARGE AI
Self-Bloodbag
Tent Sleeping/Healing
Working House Lighting


Enabled debug modes: SAR_DEBUG, SAR_EXTREME_DEBUG, KRON_UPS_DEBUG

Describe your issue: Everything actually appears to be working (dynamic/static AI and choppers), but arma2oaserver.rpt is getting spammed with lots of errors. Everything has actually been working fine since I installed it a month ago, alongside all the listed mods, with no server log spam. The errors started appearing after the latest Epoch 1.0.1.1 update. No errors were seen in 1.0.0.1.

The errors seem to be mostly with the following lines: 335, 1476, 1888, 2484, 2495

Arma2OAserver.rpt (2-hour span):
Lines 1476, 2484, 2495 each have over 2300 instances in the server log
Line 335 has around 220
Line 1888 has 16


-----------------------------------------------------------------------------------------------------------------
Paste an EXTRACT of the relevant parts of cfg files
(SAR_config, x_x_grid.cgf, x_x_grps.cfg) here:


Am not sure if I need to paste any of my configs from the above, but will if needed.

Paste the RELEVANT parts of your rpt file here:

Code:
if (_cont==2) then { 
 
_looping = tru>
22:38:28   Error position: <_cont==2) then { 
 
_looping = tru>
22:38:28   Error Undefined variable in expression: _cont
22:38:28 File mpmissions\__cur_mp.Lingor\addons\UPSMON\scripts\upsmon.sqf, line 2495
22:38:28 Error in expression <KRON_UPS_>
22:38:28   Error position: <KRON_UPS_>
22:38:28   Error Undefined variable in expression: kron_ups_
22:38:28 Error in expression < format ["KRON_UPS_%1",_npcname]);
 
if (_cont==0) then { 
_exit=true
};
 
if ((_e>
22:38:28   Error position: <_cont==0) then { 
_exit=true
};
 
if ((_e>
22:38:28   Error Undefined variable in expression: _cont
22:38:28 File mpmissions\__cur_mp.Lingor\addons\UPSMON\scripts\upsmon.sqf, line 2484
22:38:28 Error in expression <se;
};
 
if (_inheli) then {
_landing = _heli getVariable "UPSMON_landing";
if (>
22:38:28   Error position: <_heli getVariable "UPSMON_landing";
if (>
22:38:28   Error Undefined variable in expression: _heli
22:38:28 File mpmissions\__cur_mp.Lingor\addons\UPSMON\scripts\upsmon.sqf, line 1476
22:38:28 Error in expression <ts1 = [];
_targets2 = [];
{
if (!isnull _x && alive _x && !captive _x ) then {
>
22:38:28   Error position: <_x && alive _x && !captive _x ) then {
>
22:38:28   Error Undefined variable in expression: _x
22:38:28 File mpmissions\__cur_mp.Lingor\addons\UPSMON\scripts\Init_UPSMON.sqf, line 335
22:38:29 Error in expression <e;
} else {
 
sleep _currcycle;
};

Also:
"LINE 1888"
Code:
if ((_e>
22:37:38   Error Undefined variable in expression: _cont
22:37:38 File mpmissions\__cur_mp.Lingor\addons\UPSMON\scripts\upsmon.sqf, line 2484
22:37:38 Error in expression <ype == "MOVE" && _timeontarget >= 60 && _lastcurrpos select 0 == _currpos select>
22:37:38   Error position: <_lastcurrpos select 0 == _currpos select>
22:37:38   Error Undefined variable in expression: _lastcurrpos
22:37:38 File mpmissions\__cur_mp.Lingor\addons\UPSMON\scripts\upsmon.sqf, line 1888
22:37:39 Error in expression <KRON_TRGFlag=KRON_Trig_GUER_SAR_patrol_fob_eddie>
22:37:39   Error position: <KRON_Trig_GUER_SAR_patrol_fob_eddie>
22:37:39   Error Undefined variable in expression: kron_trig_guer_sar_patrol_fob_eddie
22:37:39 Error in expression <se;
};


Did you try to disable my mod and check if your issue is still there? YES - errors disappear but not surprising since they're specific to UPSMON
Did you try to disable OTHER mods to see which mod is causing the issue? NO - I didn't because everything was fine up until a few days ago, the only thing that changed was updating to Epoch 1.0.1.1
Did you read the FAQ and the READMEs on opendayz.net and on github? YES
Did you search this thread if anyone else had the issue as well? YES - couldn't find anything

---------------------------------------------------------------------------------------------------------
 
which arma 2 patch are you running ?

And update to 1.5.2 please, a lot of things were fixed there.

Sarge
 
which arma 2 patch are you running ?

And update to 1.5.2 please, a lot of things were fixed there.

Sarge


Forgot to include that tidbit in my original post. I installed 1.5.2 on my Epoch Taviana server (1.0.1.1) and similar errors were logged. There were no other mods installed on the server, it was a clean install.

According to the host's control panel, they're currently running 1.62.105785 for both my servers.
 
Thats the issue. all patches after 103419 have that issue. Even BI functions are reported as errors in the rpt.

Either downgrade to 103419, or check my github for latest versions. I fixed most of these warning messages.

Sarge
 
Back
Top