KhronosGroup / Vulkan-ValidationLayers

Vulkan Validation Layers (VVL)
https://vulkan.lunarg.com/doc/sdk/latest/linux/khronos_validation_layer.html
Other
752 stars 403 forks source link

Crash in ProcessDebugReportSettings #8583

Open artem-lunarg opened 2 weeks ago

artem-lunarg commented 2 weeks ago

Run Return to Monkey Island game. Standard preset in vkconfig. Crashes on startup with the latest code, works in SDK 1.3.290.0. On my machine crashes only in Release build. Debug VVL works.

Platform: Windows 11, MSVC compiler

image

artem-lunarg commented 2 weeks ago

It looks like it's not a regression from the recent changes.

I tried to build locally VVL snapshots up to the previous SDK and all of them reproduce the issue, but SDK-provided binary works. It could be related to build parameters, compiler version, etc. I initially reproduced the issue using few months old VS. Updating to the latest version did not help.