KhronosGroup / KhronosGroup/Vulkan-Tools

Vkcube --validate does not survive minimization on Windows ARM

Open
#1,190 0 comments 0 reactions 1 assignee View on GitHub

@charles-lunarg is already working on this.

Since Dec 16, 2025.

Dominant language
C++
Stars
493
Forks
202
Avg merge
1h 37m
Merged PRs (30d)
4

Description

Minimize vkcbue window and it shows a message box with the following error (other errors follow, probably caused by the first one). When you close all message boxes you can't restore window again. I does not happen on Windows x64.

ERROR : VALIDATION - Message Id Number: 320081257 | Message Id Name: VUID-VkSwapchainCreateInfoKHR-imageExtent-01689
vkCreateSwapchainKHR(): pCreateInfo->imageExtent (width = 0, height = 0) is invalid.

The Vulkan spec states: imageExtent members width and height must both be non-zero (https://vulkan.lunarg.com/doc/view/1.4.321.0/windows/antora/spec/latest/chapters/VK_KHR_surface/wsi.html#VUID-VkSwapchainCreateInfoKHR-imageExtent-01689)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.