StudioCherno / Walnut

Walnut is a simple application framework for Vulkan and Dear ImGui apps
MIT License
2.06k stars 378 forks source link

when I press F5 then window show and in console always show this info and is unlimit print(like while(true) print(info)) and window is black. #76

Open 24Ling opened 4 months ago

24Ling commented 4 months ago

[vulkan] Debug report from ObjectType: 5 Message: Validation Error: [ VUID-vkAcquireNextImageKHR-semaphore-01779 ] Object 0: handle = 0xdcc8fd0000000012, 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.283.0/windows/1.3-extensions/vkspec.html#VUID-vkAcquireNextImageKHR-semaphore-01779) 62534edd9859eab9ed25facc9c51e93 f1e6db51a3d4c9b363fb3eeaf446af6

0xKitKoi commented 2 months ago

Same here, its flooding the console on runtime. I also had this issue on a brand new pull.