since few month i have a lot of rpt spam on server like :
"1:21:38 Server: Object 2:5562 not found (message Type_113)"
and
"1:22:18 Client: Object 3:714 (type Type_407) not found."
and
0:16:51 Overflow
since few month i have a lot of rpt spam on server like :
"1:21:38 Server: Object 2:5562 not found (message Type_113)"
and
"1:22:18 Client: Object 3:714 (type Type_407) not found."
and
0:16:51 Overflow
run MP server
i use 1.48 perf 1 but this spam happend since 1.x
@Adam : perhaps this : http://feedback.arma3.com/view.php?id=24573
i have a script on HC who remove useless vehicle etc.
{
if(test some param) then { deleteVehicle _x; };
}foreach vehicles;
i do same for empty groups but localy
//Group clean (Local)
{
if(local _x && {(count units _x == 0)}) then {
deleteGroup _x;
};
} foreach allGroups;
i will test to do deleteVehicle localy.
i always have some obj not found with deleteVehicle localy.
14:06:05 Client: Object 2:5732 (type Type_119) not found.
14:06:05 Client: Object 2:5732 (type Type_91) not found.
14:06:05 Client: Object 2:5732 (type Type_399) not found.
14:02:22 Server: Object 3:120 not found (message Type_399)
14:02:22 Server: Object 3:119 not found (message Type_119)
14:02:22 Server: Object 3:126 not found (message Type_91)
14:02:22 Server: Object 3:132 not found (message Type_399)
here also, sometimes on AltisLife server more than 20mb logs because "Server: Object *:*** not found"