KhronosGroup / Vulkan-Loader

Vulkan Loader
https://vulkan.lunarg.com/doc/sdk/latest/linux/LoaderInterfaceArchitecture.html
Other
519 stars 284 forks source link

Invalid error log message when `vk_loader_settings.json` was not created #1600

Closed christophe-lunarg closed 1 week ago

christophe-lunarg commented 1 week ago

I am getting the following log message while running vkcube without any layer control, so vk_loader_settings.json was not written.

ERROR:             loader_get_json: Failed to open JSON file C:\Users\Piranha\AppData\Local\LunarG\vulkan\vk_loader_settings.json

It should be an INFO level in this case and a message more in line with "File not found".

This error message would be nice when the file is opened but there is issues in the file but in this case we are not getting any error message.