Skip to content

Windows Sample crashes after a few seconds #243

Open
@whatisor

Description

Platform: Windows.
Application: IGL Samples -> Tiny
Error log:

Validation layer:
Validation Warning: [ WARNING-GPU-Assisted-Validation ] | MessageID = 0x24b5c69f | vkCreateDevice(): Internal Warning: Adding a VkPhysicalDeviceBufferDeviceAddressFeatures to pNext with bufferDeviceAddress set to VK_TRUE
Validation layer:
Validation Warning: [ WARNING-GPU-Assisted-Validation ] | MessageID = 0x24b5c69f | vkCreateDevice(): Internal Warning: Adding a VkPhysicalDevice8BitStorageFeatures to pNext with uniformAndStorageBuffer8BitAccess set to VK_TRUE
Validation layer:
Using "NVIDIA GeForce RTX 3070 Ti" with driver: "C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispui.inf_amd64_4d94a6a0a815a6a9.\nvoglv64.dll"
Validation layer:
Validation Information: [ WARNING-cache-file-error ] | MessageID = 0xb8515d13 | vkCreateDevice(): Cannot open shader validation cache at C:\Users\whati\AppData\Local\Temp/shader_validation_cache.bin for reading (it may not exist yet)
Validation layer:
Validation Warning: [ WARNING-GPU-Assisted-Validation ] | MessageID = 0x24b5c69f | vkCreateDevice(): Internal Warning: Ray Query validation option was enabled, but the rayQuery feature is not enabled. [Disabling gpuav_validate_ray_query]
Swapchain format: BGRA_UNorm8; colorSpace: SRGB_NONLINEAR

ERROR:
Validation layer:
Validation Error: VUID-vkAcquireNextImageKHR-semaphore-01779
Object 0: handle = 4F53C80000000224, type =
MessageID = 0000000000000000
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.4.304.1/windows/antora/spec/latest/chapters/VK_KHR_surface/wsi.html#VUID-vkAcquireNextImageKHR-semaphore-01779)
[IGL] Verify failed in 'unsigned int __cdecl `anonymous-namespace'::vulkanDebugCallback(enum VkDebugUtilsMessageSeverityFlagBitsEXT,unsigned int,const struct VkDebugUtilsMessengerCallbackDataEXT *,void *)' (D:\git\2025\igl\src\igl\vulkan\VulkanContext.cpp:115): !(isError)

D:\git\2025\igl\build\samples\desktop\RelWithDebInfo\Tiny.exe (process 11388) exited with code -1073740791.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions