Page MenuHomeFeedback Tracker

RPT Spam : Object not found / Overflow
Assigned, WishlistPublic

Description

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

Details

Legacy ID
1054114080
Severity
None
Resolution
Open
Reproducibility
Always
Category
Server
Steps To Reproduce

run MP server

Additional Information

i use 1.48 perf 1 but this spam happend since 1.x

Event Timeline

havena edited Steps To Reproduce. (Show Details)Jul 25 2015, 11:01 AM
havena edited Additional Information. (Show Details)
havena set Category to Server.
havena set Reproducibility to Always.
havena set Severity to None.
havena set Resolution to Open.
havena set Legacy ID to 1054114080.May 8 2016, 12:26 PM
Adam added a comment.Jul 28 2015, 8:03 AM

Hello, any idea how to reproduce this?

havena added a subscriber: havena.May 8 2016, 12:26 PM

@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)

repro send to dwarden

here also, sometimes on AltisLife server more than 20mb logs because "Server: Object *:*** not found"

This need to be fixed