protonscr

Validation errors with Space Engineers

dxvkclosed
doitsujin/dxvk#2698 · opened 2022-06-28 by hakzsam · updated 2024-10-13 · 0 comments · github
Hhakzsam 2022-06-28 github
VUID-vkCmdBeginQuery-queryPool-01922(ERROR / SPEC): msgNum: -289813005 - Validation Error: [ VUID-vkCmdBeginQuery-queryPool-01922 ] Object 0: handle = 0x7f3428008ad0, type = VK_OBJECT_TYPE_COMMAND_BUFFER; Object 1: handle = 0x911a3a0000017aab, type = VK_OBJECT_TYPE_QUERY_POOL; Object 2: handle = 0x911a3a0000017aab, type = VK_OBJECT_TYPE_QUERY_POOL; | MessageID = 0xeeb9cdf3 | vkCmdBeginQuery: Within the same command buffer VkCommandBuffer 0x7f3428008ad0[], query 0 from pool VkQueryPool 0x911a3a0000017aab[] has same queryType as active query 0 from pool VkQueryPool 0x911a3a0000017aab[]. The Vulkan spec states: queryPool must have been created with a queryType that differs from that of any queries that are active within commandBuffer (https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VUID-vkCmdBeginQuery-queryPool-01922)
    Objects: 3
        [0] 0x7f3428008ad0, type: 6, name: NULL
        [1] 0x911a3a0000017aab, type: 12, name: NULL
        [2] 0x911a3a0000017aab, type: 12, name: NULL

Attached apitrace https://people.freedesktop.org/~hakzsam/SpaceEngineers.trace

Tested with DXVK master (dee36be20de5562c494052975b57c004e6769e1a) on NAVI21 (RADV)

Nothing extracted yet.