Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validation errors with Space Engineers #2698

Closed
hakzsam opened this issue Jun 28, 2022 · 0 comments · Fixed by #4355
Closed

Validation errors with Space Engineers #2698

hakzsam opened this issue Jun 28, 2022 · 0 comments · Fixed by #4355

Comments

@hakzsam
Copy link
Contributor

hakzsam commented Jun 28, 2022

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 (dee36be) on NAVI21 (RADV)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant