I confirm it is fixed and works in 1.44.2.1.
Thanks

Regarding standard validation - it is a meta layer, and what was in it changed overtime. Currently in VulkanSDK 1.2.131.1 it is a single VK_LAYER_KHRONOS_validation.
So there is no difference whether you use VK_LAYER_KHRONOS_validation or VK_LAYER_LUNARG_standard_validation.
It used to be a set of layers but Khronos joined them.
VK_LAYER_LUNARG_standard_validation seems to be more stable overtime (you can use it on very old SDK's, it will just load layers considered "standard" at that time).