Page MenuHomeFeedback Tracker

Doing Laze Target in turrets with LMG_Minigun will crash game (FCS)
Reviewed, NormalPublic

Description

Hitting the "Laze Target" key when in some turrets with LMG_Minigun will crash game.
Examples:
Qilin (Armed)
Ghosthawk

Details

Severity
Crash
Resolution
Open
Reproducibility
Always
Operating System
Windows 7
Category
General
Steps To Reproduce
  1. Get in gunner of Qilin (Armed)
  2. Hit Laze Target key (no visible effect, no change in zeroing display)
  3. Fire and game crashes
Additional Information

The turret's weapon inherits from LMG-RCWS, which has ballisticsComputer = "2 + 16";
that combined with a turret that has
discreteDistance[] = {};
discreteDistanceInitIndex = 0;
is the problem.

This happens with no mods loaded. But is exactly the same as a problem ace dealt with: https://github.com/acemod/ACE3/pull/5152

Event Timeline

PabstMirror added a comment.EditedMay 17 2017, 7:57 AM

For B_Boat_Armed_01_minigun_F and I_Boat_Armed_01_minigun_F
RearTurret uses "LMG_Minigun", has FCS zeroing but probably shouldn't
No crash on these, (they have a non-empty discreteDistance)
they are manually zeroable and show lazed zero distance, which seems odd

Same with Offroad_01_armed -> HMG_M2
ballisticsComputer = 18

razazel claimed this task.May 17 2017, 12:55 PM
razazel changed the task status from New to Reviewed.
razazel added a subscriber: razazel.

Hello,

thank you very much for the feedback. We will look into that.