I just tried out the latest 4.9 preview, number 3 and I’m getting a crash in lightmass when I go to build the lighting that I never got before. It doesn’t actually crash the editor, but it never is able to build.
It goes like this:
=== Lightmass crashed: ===
Assertion failed: (Index >= 0) & (Index < ArrayNum) [File:D:\BuildFarm\buildmachine_++depot+UE4-Releases+4.9\Engine\Source\Runtime\Core\Public\Containers\Array.h] [Line: 678]
Array Index out of bounds: 27491 from an array of size 27491
While this error is not specifically up there yet some of the more basic troubleshooting steps may work to help resolve this for you.
Try Cleaning and Validating your cache.
Delete the cache folder
testing if this is happening in a blank scene or project vs your current project.
reimporting your assets in case any are corrupted in some way. (I’ve seen a user post that this resolved the issue, but I’m not sure if that is actually the case as they resolved the issue before I had responded.)
Give these a shot and possibly some of the other general suggestions on the Wiki page and let me know if that ends up resolving the issue. I’d like to add this to the guide, but I’ve never had a solid repro case to make it happen and haven’t had to resolve it myself unfortunately.