-
Notifications
You must be signed in to change notification settings - Fork 936
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
Imageless Swapchain Vulkan Validation Error #3855
Comments
Some bevy users have been reporting the same thing. |
I've been experiencing the same issue on Windows 11 22H2, Nvidia driver 531.79, Vulkan SDK 1.3.246.1, Nvidia RTX 4090. The message is logged every frame. |
Interesting, running on Windows 11, 535.98, Nvidia 1080ti and I don't get that message. Could someone who repros it send the log from |
On windows 11 and Nvidia GeForce RTX 3060, the wgpu examples run fine without any error with DX12 backend. However, when switching to Vulkan backend, I got the similar validation error that is logged every frame. |
I've been getting the same error, Windows 10, RTX 3080 Ti, 531.41 Here is the output from me running |
Windows 11, AMD 6800xt driver 23.5.2, Vulkan SDK 1.3.250.1, same issue. I tested disabling layers with vulkan configurator (it's part of the VulkanSDK), and found that forcing the OBS layer off fixed it. |
Same issue on bevy get the issue even with a simple program with only the Default Plugin and nothing else. |
I'm seeing the same thing. Validation error on every frame. |
I think this is a validation layers bug. Will follow up with them. |
Filed upstream KhronosGroup/Vulkan-ValidationLayers#6247 |
I'm wrong, this is an OBS error. WIll file upstream and suppress on our end. |
Filed upstream: obsproject/obs-studio#9353 |
This has been fixed upstream, will backport the local workaround so people don't get the warnings until they can pick up the next OBS release. |
Windows 10 Nvidia 2070 |
Are you on wgpu-hal 0.17.1? |
No such error anymore on wgpu 0.17.1. |
I'm still seeing this on Windows 10, with a new bevy 12 project. Setting
|
Can confirm that I'm getting the same error on Arch (up to date drivers and all) with bevy version 0.12.1 also. edit: This only happens when compiling Bevy with opt-level 1 or 2, with 3 everything is fine. |
I'm getting a similar validation error on Manjaro when trying to use NVIDIA Nsight with latest trunk. |
@Speak2Erase NVIDIA Nsight seems to also cause @aloucks @mppbtw do you have OBS installed? or other apps that might interfere with Vulkan? |
Description
On all wgpu programs that create a swapchain, I receive this Vulkan validation layer on my machine:
On some wgpu applications I have, this error is logged every frame. I think that's because I'm recreating the image view every frame, but I haven't looked into it.
Repro steps
Run the
hello-triangle
example from wgpu with Vulkan validation layers enabled.Platform
The text was updated successfully, but these errors were encountered: