Promoted branch 2713796 crashes opening a map

Hi There,

we’ve just moved to promoted branch CL 2713796 and are getting a crash on loading a map that was previously working on the previous version:

we are getting the following crash:

Assertion failed: Lhs.CurrentNum == Lhs.InitialNum [File:E:\work\Projects\UnrealEngine\Engine\Source\Runtime\Core\Public\Containers\Array.h] [Line: 190]
Array has changed during ranged-for iteration!

this occurs at this point in the load dialog:

Loading Map: level_05.umap… (Initialising world) 79%

previous version of the promoted editor loaded this file correctly.

help!

Stuart

Hi drlove,

Unfortunately we cannot guarantee that crashes will not occur in the master or promoted branches on github. These are still actively under development and are therefore untested and potentially significantly less stable than released branches. It is not advisable to develop projects on these branches as they are much more prone to crashing and corruption. Additionally, many crashes end up fixed hours or days after experiencing them on these branches.

Having said that, what steps are you taking to reproduce the crash on your end? Did you get a crash log that I can take a look at? Does this occur in a clean, blank project with no additional content or is it limited to one project?