Page MenuHomeFeedback Tracker

BIS_fnc_findOverwatch freezes the game
Closed, ResolvedPublic

Description

If used with a 2D position, the game hangs forever.

Details

Severity
Crash
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Game Freezes
Steps To Reproduce
  1. Open the debug console and try any 3D coordinate (result given)
  2. Now remove the Z component and re-exec the code (game freezes)

Example code:
_pos = [[9091.81,11961.9,0], 1000] call BIS_fnc_findOverwatch; Ok
_pos = [[9091.81,11961.9], 1000] call BIS_fnc_findOverwatch;
Freeze

Tested with several positions.

Event Timeline

dedmen assigned this task to BIS_fnc_KK.Mar 24 2020, 3:53 PM
dedmen changed the task status from New to Assigned.
dedmen added a subscriber: dedmen.Mar 30 2020, 12:12 PM

Retest in next RC/Dev branch please

dedmen changed the task status from Assigned to Feedback.Mar 30 2020, 12:12 PM
BIS_fnc_KK closed this task as Resolved.May 19 2020, 1:19 PM