Consistent crash when declaring an array with fixed size of 2 but initializing 3 or more elements

With the following template:

local int32 x[2] = {0, 1, 2};

010 Editor will crash immediately upon running the template. Weirdly, this seems to only affect arrays with a fixed size of 2, and not others?

Thanks for letting us know about this. I think we have this bug fixed now and the fix will go into our next release.

Graeme
SweetScape Software