Errors on log file Arma2OAserver.RPT

Ynot

New Member
Hey guys, updated my Reality server to v1.8.0.3 and now i am having this error in the log file Arma2OAserver.RPT, other than that server seems to run fine.

};
if (_tQty > 0) then {
if (!(_canType in _uniq)) then {
_item addMaga>
7:29:32 Error position: <_canType in _uniq)) then {
_item addMaga>
7:29:32 Error Undefined variable in expression: _cantype
7:29:32 File z\addons\dayz_code\compile\spawn_loot.sqf, line 48
7:29:32 Error in expression <find _iClass;
_weights = dayz_CLChances select _index;
_cntWeights = count _weig>
7:29:32 Error position: <select _index;
_cntWeights = count _weig>
7:29:32 Error Zero divisor
7:29:32 File z\addons\dayz_code\compile\spawn_loot.sqf, line 31
7:29:32 Error in expression <iq]);};

This just keeps repeating all the time bringing my log to a huge file.
Did anyone see this before? Can anyone help?
Thanks,
Ynot.
 
I'm getting a lot of this:

20:14:37 Error position: <_j + _k, _l];
};
_j = _j + _weight;
};
d>
20:14:37 Error Undefined variable in expression: _j
20:14:37 File z\addons\dayz_code\init\loot_init.sqf, line 21
20:14:37 Error in expression < 0 to (_weight - 1) do
{
_weighted set [_j + _k, _l];
};
_j = _j + _weight;
};
d>
 
Is there any update on this ?

I am trying to setup a stock DayZ 1.8.03 Server and there is a serious problem after things get running. I had no one in the server today and it was up for about 5 hours and in that time a 2.5 gig RPT file filled with errors VERY similar to the ones above. Here is a snippet of what is repeating at speeds of up to 2 megs a minute or more.
Code:
10:12:09 File z\addons\dayz_code\compile\spawn_loot.sqf, line 31
10:12:09 Error in expression <find _iClass;
_weights = dayz_CLChances select _index;
_cntWeights = count _weig>
10:12:09  Error position: <select _index;
_cntWeights = count _weig>
10:12:09  Error Zero divisor

Any help would be appreciated or even if someone has a copy of their DayZ Server pbo and mission PBO since everything else i am running is stock.
 
Solved it by doing forum searches and reading. Just surprised there has not been a fix for it considering the fix is over 2 months old.

To fix the issue just build the server from the command line or from the tool but without care packages or wrecks.
 
I`m not sure at the moment (can`t check it out), but maybe this was fixing the problem.

From the mission init.sqf there were 2 rows
Code:
dayz_spawnCrashSite_clutterCutter
and after replacing last one with
Code:
dayz_spawnInfectedSite_clutterCutter
then RPT spam were stoped or there was less errors on RPT log file
 
Back
Top