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

vsgvolume pops error message #319

Open
Veloctor opened this issue Sep 26, 2024 · 2 comments
Open

vsgvolume pops error message #319

Veloctor opened this issue Sep 26, 2024 · 2 comments

Comments

@Veloctor
Copy link

Veloctor commented Sep 26, 2024

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
image

@Veloctor Veloctor changed the title vsgvolume pops error message vsgvolume pops error message every frame Sep 26, 2024
@Veloctor Veloctor changed the title vsgvolume pops error message every frame vsgvolume pops error message Sep 26, 2024
@robertosfield
Copy link
Collaborator

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?

@Veloctor
Copy link
Author

Veloctor commented Sep 26, 2024

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.

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

No branches or pull requests

2 participants