FS#50575 - [vulkan-extra-layers] Can't parse VkLayer_basic_implicit.json

Attached to Project: Arch Linux
Opened by Gustavo Alvarez (sl1pkn07) - Monday, 29 August 2016, 20:28 GMT
Last edited by Laurent Carlier (lordheavy) - Thursday, 01 September 2016, 09:58 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Laurent Carlier (lordheavy)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

when run vulkaninfo:

ERROR: [loader] Code 0 : Can't parse JSON file /usr/share/vulkan/explicit_layer.d/VkLayer_basic_implicit.json

┌─┤[$]|[sl1pkn07]|[sL1pKn07]|[~]|
└───╼ cat /usr/share/vulkan/explicit_layer.d/VkLayer_basic_implicit.json
{
"file_format_version" : "1.0.0",
"layer" : {
"name": "VK_LAYER_LUNARG_basic",
"type": "GLOBAL",
"library_path": etc/vulkan/implicit_layer.d/libVkLayer_basic.so",
"api_version": "1.0.17",
"implementation_version": "1",
"description": "LunarG Sample Layer",
"device_extensions": [
{
"name": "VK_LUNARG_LayerExtension1",
"spec_version": "0",
"entrypoints": ["vkLayerExtension1"]
}
],
"disable_environment": { "DISABLE_LAYER_BASIC_1": "1"},
"enable_environment": { "ENABLE_LAYER_BASIC_1": "134"}
}
}

etc/vulkan/implicit_layer.d/libVkLayer_basic.so no exist in the system (not in that path, found in /usr/lib) and the path is not provide by any vulkan related packages
This task depends upon

Closed by  Laurent Carlier (lordheavy)
Thursday, 01 September 2016, 09:58 GMT
Reason for closing:  Fixed
Additional comments about closing:  vulkan-extra-layers-1.0.17.0-2
Comment by Laurent Carlier (lordheavy) - Tuesday, 30 August 2016, 15:55 GMT
I will remove this file in the v2 release

Loading...