Page MenuHomeFeedback Tracker

C0000005 ACCESS_VIOLATION on Server for Object info not found during Changing Owner
New, WishlistPublic

Description

Server crashes at the following error when using a headless client and changing the ownership of an object (possibly destroyed) to the headless client:

Server: Object info 2:2533 not found during Changing Owner


Exception code: C0000005 ACCESS_VIOLATION at 01B6D520 {F23167}

Details

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

Unsure but this has happened in two tests when using a Headless Client and assigning ownership of objects by the server.

CODE being used:

_hcID = owner (HEADLESS_CLIENT_ENTITY);
_list = allUnits+vehicles;

{
if(owner _x IN [0,1]) then {

		if( _x setOwner _hcID ) then {
			if(debug_log) then { diag_log format["HLC: %1 setOwner %2 - Done ",_x,_hcID] };
		}else{
			if(debug_log) then { diag_log format["HLC: %1 setOwner %2 - Fail -> Owner is %3",_x,_hcID,owner _x] };
		};

};
}forEach _list;

Additional Information

RPT Server Logs Attached

Event Timeline

roy86 edited Steps To Reproduce. (Show Details)Jan 31 2014, 12:10 AM
roy86 edited Additional Information. (Show Details)
roy86 set Category to Server.
roy86 set Reproducibility to Always.
roy86 set Severity to None.
roy86 set Resolution to Open.
roy86 set Legacy ID to 3013264091.May 7 2016, 5:51 PM
Terox added a subscriber: Terox.May 7 2016, 5:51 PM
Etzuu added a subscriber: Etzuu.May 7 2016, 5:51 PM
rizon02 added a subscriber: rizon02.May 7 2016, 5:51 PM
shukari added a subscriber: shukari.May 7 2016, 5:51 PM

What is with this problem... nobody?!?

Problem still exists...

roy86 added a comment.Nov 18 2014, 9:55 PM

I don't know if this has even been reviewed. This issue is pretty critical to simplified load balancing on a dedicated environment.