RHS Feedback - AFRF
View Issue Details
0002375AFRF[All Projects] Generalpublic2016-06-23 00:502016-12-14 11:40
PabstMirror 
reyhard 
noneminoralways
closedunable to reproduce 
 
 
No
1.60
No
0002375: Creating tank on client leaves agent in gunner seat.
Creating tanks on client when on a dedicated server leaves an agent in the gunner seat that blocks normal actions.
You cannot enter the gunner seat from outside with action menu and `player moveInGunner cursorTarget;` has no effect.
On client connected to dedicated, exec local:
"rhs_t72ba_tv" createVehicle (getPos player);

Or place empty an emtpy tank via zeus.

local client shows `fullCrew` = [[43028080# 166658: invisibleman.p3d REMOTE,"gunner",-1,[0],false]]
dedicated server shows `fullCrew` = [];
See \rhsafrf\addons\rhs_c_t72\scripts\rhs_t72_init.sqf

Oddly the agent is not local to client, but doesn't seem to exist on server? `deleteVehicle` on the agent seems to not work if they are in a turret.

RPT shows:
Agent 0x50a98280: Getting out while IsMoveOutInProgress
No tags attached.
? clientRPT.rpt (55,853) 2016-06-23 17:01
https://feedback.rhsmods.org/file_download.php?file_id=1078&type=bug
? serverRPT.rpt (52,786) 2016-06-23 17:01
https://feedback.rhsmods.org/file_download.php?file_id=1079&type=bug
Issue History
2016-06-23 00:50PabstMirrorNew Issue
2016-06-23 09:07reyhardNote Added: 0004785
2016-06-23 09:07reyhardAssigned To => reyhard
2016-06-23 09:07reyhardStatusnew => feedback
2016-06-23 17:01PabstMirrorFile Added: clientRPT.rpt
2016-06-23 17:01PabstMirrorFile Added: serverRPT.rpt
2016-06-23 17:05PabstMirrorNote Added: 0004786
2016-06-23 17:05PabstMirrorStatusfeedback => new
2016-06-23 17:27reyhardNote Added: 0004787
2016-06-23 17:47PabstMirrorNote Added: 0004788
2016-12-14 11:40Soul_AssassinStatusnew => closed
2016-12-14 11:40Soul_AssassinResolutionopen => unable to reproduce

Notes
(0004785)
reyhard   
2016-06-23 09:07   
upload .rpt please
(0004786)
PabstMirror   
2016-06-23 17:05   
Uploaded both RPTs. Looks like server fails to delete the agent as well, but it has no effect on clients as they don't see the unit.

Server:
 9:53:25 "Creating on server via createVehicle"
 9:53:25 class HitPoints::HitFuel not found in rhs_t72ba_tv
 9:53:25 Agent 0x30990840: Getting out while IsMoveOutInProgress
 9:53:38 fullCrew (vehicles select 0) = [[30bfa040# 166169: invisibleman.p3d REMOTE,"gunner",-1,[0],false]]
 9:54:07 fullCrew (vehicles select 1) = []

Client:
 9:53:25 class HitPoints::HitFuel not found in rhs_t72ba_tv
 9:53:38 fullCrew (vehicles select 0) = []
 9:53:53 "Creating on client via createVehicle"
 9:53:53 Agent 0x58830640: Getting out while IsMoveOutInProgress
 9:54:06 fullCrew (vehicles select 1) = [[573d6040# 166228: invisibleman.p3d REMOTE,"gunner",-1,[0],false]]
(0004787)
reyhard   
2016-06-23 17:27   
do you have some commands disabled by battle eye?
(0004788)
PabstMirror   
2016-06-23 17:47   
no