While going through the Vulkan Tutorial I get these Validation Layer message

Hello all!

I am half through the tutorial and have run into a bit of a wall. However I have some concerns in the startup of the tutorial app

  1. initGLFW reports and error return of 1 and I get in VS Code’s debug console critical error detected c0000374
    This is on Windows 11 latest update with a NVidia 1080 with the latest driver.
  2. Additionally I have the validation layers turned on, boy they are typically helpful, However I have for a long time while getting the following messages when turning on validation:
validation layer: Layer name GalaxyOverlayVkLayer does not conform to naming standard (Policy #LLP_LAYER_3)
validation layer: Layer name GalaxyOverlayVkLayer_VERBOSE does not conform to naming standard (Policy #LLP_LAYER_3)
validation layer: Layer name GalaxyOverlayVkLayer_DEBUG does not conform to naming standard (Policy #LLP_LAYER_3)
validation layer: windows_get_device_registry_files: GUID for 3 is not SoftwareComponent skipping
validation layer: windows_get_device_registry_files: GUID for 4 is not SoftwareComponent skipping
validation layer: Searching for ICD drivers named .\nvoglv64.dll
validation layer: Layer VK_LAYER_OBS_HOOK uses API version 1.2 which is older than the application specified API version of 1.3. May cause issues.
validation layer: Loading layer library C:\VulkanSDK\1.3.296.0\Bin\.\VkLayer_khronos_validation.dll
validation layer: Loading layer library C:\ProgramData\obs-studio-hook\.\graphics-hook64.dll
validation layer: Loading layer library C:\WINDOWS\System32\DriverStore\FileRepository\nvhdci.inf_amd64_1207875d514807f5\.\nvoglv64.dll
validation layer: Loading layer library C:\WINDOWS\System32\DriverStore\FileRepository\nvhdci.inf_amd64_1207875d514807f5\.\nvoglv64.dll

I decided to address these 2 since they maybe related to what I am trying to fix:

validation layer: Validation Error: [ VUID-VkDescriptorBufferInfo-range-00342 ] Object 0: handle = 0x2cfba2000000001c, type = VK_OBJECT_TYPE_BUFFER; | MessageID = 0xe9e00038 | vkUpdateDescriptorSets(): pDescriptorWrites[0].pBufferInfo[0].range (192) is larger than buffer size (128) + offset (0).

Likely unrelated but I just want to clear those 2 items just in case.

Any ideas?
Thanks,
Frank