Page MenuHomeFeedback Tracker

Game crashes when chat is used with non existing variable;
Closed, ResolvedPublic

Description

Game crashes when chat is used with non existing variable

Details

Legacy ID
2988426032
Severity
None
Resolution
Fixed
Reproducibility
Always
Category
Game Crash
Steps To Reproduce

execute this Global in Debug Console..........

if (isServer) then {
null = [] spawn {
[[leader notexist,""],"sideChat",true,true] spawn BIS_fnc_MP;
sleep 6;
[[[WEST,"HQ"],""],"sideChat",true,true] spawn BIS_fnc_MP;
};
};

..........Arma3 crashes.

Additional Information

other Chats not tested

Event Timeline

CHIMERACyborg edited Additional Information. (Show Details)
CHIMERACyborg set Category to Game Crash.
CHIMERACyborg set Reproducibility to Always.
CHIMERACyborg set Severity to None.
CHIMERACyborg set Resolution to Fixed.
CHIMERACyborg set Legacy ID to 2988426032.May 8 2016, 12:43 PM
CHIMERACyborg edited a custom field.

Hi,
it should be fixed in next Steam dev update.