Page MenuHomeFeedback Tracker

ropeAttachTo with wrong arg crashes/halts arma 3
Closed, ResolvedPublic

Description

When specifying the from object from ropeCreate as argument of ropeAttachTo, arma 3 comes to an abrupt halt.

Set a F/A-181 (f) and Huron (h) up, put this in init.sqf:

[] spawn {
	ropeCreate [h, [0,0,0], f, f selectionPosition "tailhook", f distance h];

	[h, [0,0,0]] ropeAttachTo (ropes h # 0);
};

Note that h is used as from object in ropeCreate and as argument to ropeAttachTo.

Details

Severity
None
Resolution
Fixed
Reproducibility
Unable To Reproduce
Operating System
Windows 10 x64
Operating System Version
Pro
Category
Scripting
Steps To Reproduce

Run the mission from the description.

Event Timeline

This is the sample mission:

Tenshi added a subscriber: Tenshi.Nov 16 2021, 6:01 PM

Hey thanks for reporting the issue, however i wasnt able to repro this on our internal version and the Main build on steam.
What build did you have this bug? Main/profiling/ect.
Did you have any mods installed?

BIS_fnc_KK changed Severity from Crash to None.Mar 13 2022, 9:47 PM
BIS_fnc_KK changed Resolution from Open to No Bug.
BIS_fnc_KK changed Reproducibility from Always to Unable To Reproduce.
BIS_fnc_KK changed Resolution from No Bug to Fixed.
BIS_fnc_KK closed this task as Resolved.