Page MenuHomeFeedback Tracker

Arma 3 Application not responding
Closed, ResolvedPublic

Description

I preview my editor mission, use about 20 or more squads. It will lag quite a bit freeze quite a bit for a few seconds then resume. Recently it started freezing then goes to a full black screen, then i alt ctrl delete check the task manager and Arma 3 application is not responding. I have to end the task in order for it to close. I have tried playing Arma 3 but anytime i have larger numbers of NPC AI it crashes every-once in a while. most of the time it freezes for a few seconds still able to hear sounds then continues and of course repeats the freezing issue.

Details

Legacy ID
3454749903
Severity
Crash
Resolution
No Bug
Reproducibility
Random
Category
Game Freezes
Steps To Reproduce

Use the editor create 20 or more squads, run around play for a little while. I have tried reproducing the game crash however most of the time it just freezes for a few seconds.

Additional Information

Event Timeline

Aaron788 edited Steps To Reproduce. (Show Details)Mar 30 2013, 4:57 PM
Aaron788 edited Additional Information. (Show Details)
Aaron788 set Category to Game Freezes.
Aaron788 set Reproducibility to Random.
Aaron788 set Severity to Crash.
Aaron788 set Resolution to No Bug.
Aaron788 set Legacy ID to 3454749903.May 7 2016, 1:19 PM

Both of rapidshare links don't work.
Download not available
The download for this file has not been enabled. Only the user who uploaded it, can enable the download option.

I tried with 53 rifleman squads without this issue.

Sorry about the RapidShare links not working. I should have them fixed now.

DxDiag
http://rapidshare.com/files/2919466269/DxDiag3.30.13.txt

Crash Report
http://rapidshare.com/files/3765141048/Arma%203%20Alpha%20crash%20report.rar

I also attached my mission editor file. I am sorry if i am not providing very much information, this is my first time for reporting an issue on an alpha.

Mission File
http://rapidshare.com/files/2511227145/Arma%203%20Mission.rar

Thank you for mission. I tried it and I didn't have blackscreen, but I had freezes.

dazhbog added a subscriber: dazhbog.May 7 2016, 1:19 PM

The game is freezing because the mission executes a script (LV_functions/LV_fnc_ACpatrol.sqf ) which calls findEmptyPos function:

line 48: _newPos = _newPos findEmptyPosition[1, _disPAI];

with parameters that take too long to process (max distance seems to be too big) - actual values:

_newPos = [6775.55371, 0.264826298, 4654.58057] findEmptyPosition [1, 1835.78528]

Moreover, the call is inside a loop so the freeze might be even longer.

I suggest revising the script.

Mass close.