Page MenuHomeFeedback Tracker

CTD Stack Overflow - loadConfig mission.sqm
Feedback, NormalPublic

Description

Crash to desktop, 0xC00000FD STACK_OVERFLOW, occurs when loadConfig is used on a binarized "mission.sqm" file, with seemingly any edited environment setting.

Details

Severity
Crash
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Game Crash
Steps To Reproduce
  1. Create a new mission.
  2. Open Attributes > Environment...
  3. Seemingly change any setting.
  4. Click OK.
  5. Save mission as binarized.
  6. Open Tools > Debug Console...
  7. Execute loadConfig "mission.sqm".
  8. Notice crash to desktop.

Event Timeline

Coryf88 created this task.Jan 27 2025, 7:44 PM
This comment was removed by LouMontana.
dedmen added a subscriber: dedmen.Mon, Mar 10, 8:09 PM

Indeed specifically binarized files.
Just binarizing this

class AddonsMetaData
{
	class List
	{
		class Item0
		{
		};
	};
};

does repro the issue.

dedmen changed the task status from New to Feedback.Mon, Mar 10, 8:18 PM

Fixed profiling v26, Arma 2.20