Page MenuHomeFeedback Tracker

Arma 3 craches on lbSetCurSel command
Acknowledged, WishlistPublic

Description

Arma 3 crashes while processing "onLBSelChanged" EH for Listbox.

Details

Legacy ID
3332509512
Severity
None
Resolution
Open
Reproducibility
Always
Category
Visual-GUI
Steps To Reproduce

Create EH for listbox control class:

onLBSelChanged = "systemChat str ['XXXonLBSelChanged',_this]; lbSetCurSel [1502,2]; false"; //EH fired when dialog with specified idc was present and list had 3 items;

Additional Information

No minidump was created.

Event Timeline

ussrlongbow edited Additional Information. (Show Details)
ussrlongbow set Category to Visual-GUI.
ussrlongbow set Reproducibility to Always.
ussrlongbow set Severity to None.
ussrlongbow set Resolution to Open.
ussrlongbow set Legacy ID to 3332509512.May 8 2016, 11:34 AM
ussrlongbow added a subscriber: ussrlongbow.

Looks to be my bad, just noticed, that lbSetCurSel triggers onLBSelChanged as well.

Seems to be reasonable to convert ticket to feature request for option to lbSetCurSel not to trigger corresponding EH (true or false resulting in EH code block makes no difference).