Crash to desktop, 0xC00000FD STACK_OVERFLOW, occurs when loadConfig is used on a binarized "mission.sqm" file, with seemingly any edited environment setting.
Description
Description
Details
Details
- Severity
- Crash
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- Game Crash
Steps To Reproduce
- Create a new mission.
- Open Attributes > Environment...
- Seemingly change any setting.
- Click OK.
- Save mission as binarized.
- Open Tools > Debug Console...
- Execute loadConfig "mission.sqm".
- Notice crash to desktop.
Event Timeline
This comment was removed by LouMontana.
Comment Actions
Indeed specifically binarized files.
Just binarizing this
class AddonsMetaData { class List { class Item0 { }; }; };
does repro the issue.