Page MenuHomeFeedback Tracker

One reason for Object 2:1029 not found RPT spam
Feedback, NormalPublic

Description

I might have found a cause for that Object 2:1029 not found rpt spam.

See netID of the UniformContainer in the debug console in the screenshot (Unit was spawned and geared serverside (Not sure if it matters for the repro)).


After sever exec of this code to remove the Uniform the error will continuously spam the rpt.

_targetplayer = objectFromNetId "2:1030";
removeUniform _targetplayer;

And you should see the error spamming with the netID of your UniformContainer.

15:54:38 Server: Object 2:1029 not found (message Type_463)
15:54:43 Server: Object 2:1029 not found (message Type_463)
15:54:48 Server: Object 2:1029 not found (message Type_463)
15:54:53 Server: Object 2:1029 not found (message Type_97)
15:54:53 Server: Object 2:1029 not found (message Type_463)
15:54:56 Server: Object 2:1029 not found (message Type_125)
15:54:58 Server: Object 2:1029 not found (message Type_463)
15:55:03 Server: Object 2:1029 not found (message Type_463)
15:55:08 Server: Object 2:1029 not found (message Type_463)
15:55:13 Server: Object 2:1029 not found (message Type_97)
15:55:13 Server: Object 2:1029 not found (message Type_463)
15:55:19 Server: Object 2:1029 not found (message Type_463)
15:55:24 Server: Object 2:1029 not found (message Type_463)
15:55:29 Server: Object 2:1029 not found (message Type_463)
15:55:33 Server: Object 2:1029 not found (message Type_125)
15:55:33 Server: Object 2:1029 not found (message Type_97)
15:55:34 Server: Object 2:1029 not found (message Type_463)
15:55:39 Server: Object 2:1029 not found (message Type_463)

This also triggers for removeVest but not for removeBackpackGlobal.
If you execute on the client there is no error spam in the server rpt.

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
General
Steps To Reproduce

Server exec removeVest or removeUniform on a player.

_targetplayer = objectFromNetId "2:1030";
removeUniform _targetplayer;
removeVest _targetplayer;

Event Timeline

ElRabito created this task.Fri, Jul 5, 12:47 PM

Revision: 151966

BIS_fnc_KK removed BIS_fnc_KK as the assignee of this task.Sun, Jul 7, 9:57 AM
BIS_fnc_KK changed the task status from New to Feedback.
BIS_fnc_KK added a subscriber: BIS_fnc_KK.