OK - it crashed in the same spot in Monster Mash that it always does.
on line 1733 in std::vector<_Ty,_Alloc>
1732 #if _ITERATOR_DEBUG_LEVEL !=0
1733 _STL_VERIFY(_Pos < size(), "vector subscript out of range");
1734 #endif /* _ITERATOR_DEBUG_LEVEL !=0 */
at the end of 1733 is the red stop sign X with a message: "Unhandled exception at 0x00007FFAA6F897DC (ucrtbased.dll) in xLights.exe: An invalid parameter was passed to a function that considers invalid parameters fatal."
In the Call Stack window: > Xlights.exe!std::vector<LORDataPair,std::allocator<LORDataPair> >::operator[](const unsigned __int64 _Pos) Line 1733 C++