vsgvolume pops error message
error message: VUID-vkAcquireNextImageKHR-semaphore-01779(ERROR / SPEC): msgNum: 1461184347 - Validation Error: [ VUID-vkAcquireNextImageKHR-semaphore-01779 ] Object 0: handle = 0xea7170000000031, type = VK_OBJECT_TYPE_SEMAPHORE; | MessageID = 0x5717e75b | vkAcquireNextImageKHR(): Semaphore must not have any pending operations. The Vulkan spec states: If semaphore is not VK_NULL_HANDLE it must not have any uncompleted signal or wait operations pending (https://vulkan.lunarg.com/doc/view/1.3.290.0/windows/1.3-extensions/vkspec.html#VUID-vkAcquireNextImageKHR-semaphore-01779) Objects: 1 [0] 0xea7170000000031, type: 5, name: NULL environment: Windows11 ver22631 CPU: AMD Ryzen9 7950X GPU: NVIDIA RTX 3060, driver version 561.09 Vulkan: 1.3.280 vsg and vsgvolume example Compiler: msvc143 x64 AVX2 enabled (Clang-Cl has the same problem)
this message pops frequently, but not every frame
I just tried vsgvolume under Kubuntu 24.04 + AMD8700G + Geforce 1650:
vsgvolume -d
I don't see any issues. How long do you have to run it before you see these messages pop up?
What version of the VSG and vsgExamples are you using?
How long do you have to run it before you see these messages pop up?
Immediately after startup. Almost every frame.
What version of the VSG and vsgExamples are you using?
Both are the master branch latest commit.