Page MenuHomeFeedback Tracker

[Dev build 1.81] "Bad_module_info" crash with working repro
Reviewed, NormalPublic

Description

How to trigger a game crash on 1.81

Details

Severity
Crash
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Game Crash
Steps To Reproduce
_actionID = player addAction ["Hello world",{systemchat 'hi';}];
systemChat str _actionID;
systemChat str (player actionParams _actionID);

Execute this in the editor.

The "actionParams" command causes the crash.

Additional Information

Event Timeline

Wulf changed the task status from New to Reviewed.Feb 26 2018, 2:03 PM
Wulf added a subscriber: Wulf.

Hello.

Thank you for the report. We will have a look at it and see what can be done.