PracticalVulkan icon indicating copy to clipboard operation
PracticalVulkan copied to clipboard

VK_ERROR_OUT_OF_DATE_KHR issue

Open szihs opened this issue 6 years ago • 0 comments

Please check this issue which is causing the sample to crash in case of VK_ERROR_OUT_OF_DATE_KHR in AcquireNextImageKHR.

UNASSIGNED-CoreValidation-DrawState-QueueForwardProgress(ERROR / SPEC): msgNum: 0 - Queue 0x3ece98 is waiting on semaphore 0x9 that has no way to be signaled.
    Objects: 1
       [0] 0x9, type: 5, name: (null)
Validation(ERROR): msg_code: 0:  [ UNASSIGNED-CoreValidation-DrawState-QueueForwardProgress ] Object: 0x9 (Type = 5) | Queue 0x3ece98 is waiting on semaphore 0x9 that has no way to be signaled.
UNASSIGNED-CoreValidation-DrawState-SwapchainImageNotAcquired(ERROR / SPEC): msgNum: 0 - vkQueuePresentKHR: Swapchain image index 2 has not been acquired.
    Objects: 1
       [0] 0x7f, type: 1000001000, name: (null)
Validation(ERROR): msg_code: 0:  [ UNASSIGNED-CoreValidation-State-SwapchainImageNotAcquired ] Object: 0x7f (Type = 27) | vkQueuePresentKHR: Swapchain image index 2 has not been acquired.
Could not present swapchain image

I am using latest 2ee30826604e826280bdb0621187f819b6ee5a9d commit.

szihs avatar Dec 03 '18 10:12 szihs