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

scratchBuffer.Create Error in rtxApp.cpp #17

Open
threadprogrammer opened this issue Sep 18, 2024 · 0 comments
Open

scratchBuffer.Create Error in rtxApp.cpp #17

threadprogrammer opened this issue Sep 18, 2024 · 0 comments

Comments

@threadprogrammer
Copy link

Hello, When Launching, I face this error:

VUID-VkBufferCreateInfo-size-00912(ERROR / SPEC): msgNum: 2085897310 - Validation Error: [ VUID-VkBufferCreateInfo-size-00912 ] | MessageID = 0x7c54445e | vkCreateBuffer(): pCreateInfo->size is zero. The Vulkan spec states: size must be greater than 0 (https://vulkan.lunarg.com/doc/view/1.3.290.0/windows/1.3-extensions/vkspec.html#VUID-VkBufferCreateInfo-size-00912)
Objects: 0
VUID-VkMemoryAllocateInfo-allocationSize-07897(ERROR / SPEC): msgNum: -1452819968 - Validation Error: [ VUID-VkMemoryAllocateInfo-allocationSize-07897 ] | MessageID = 0xa967ba00 | vkAllocateMemory(): pAllocateInfo->allocationSize is 0. The Vulkan spec states: If the parameters do not define an import or export operation, allocationSize must be greater than 0 (https://vulkan.lunarg.com/doc/view/1.3.290.0/windows/1.3-extensions/vkspec.html#VUID-VkMemoryAllocateInfo-allocationSize-07897)
Objects: 0
VUID-VkMemoryAllocateInfo-allocationSize-07899(ERROR / SPEC): msgNum: 1579783047 - Validation Error: [ VUID-VkMemoryAllocateInfo-allocationSize-07899 ] | MessageID = 0x5e299387 | vkAllocateMemory(): pAllocateInfo->allocationSize is 0. The Vulkan spec states: If the parameters define an export operation and the handle type is not VK_EXTERNAL_MEMORY_HANDLE_TYPE_ANDROID_HARDWARE_BUFFER_BIT_ANDROID , allocationSize must be greater than 0 (https://vulkan.lunarg.com/doc/view/1.3.290.0/windows/1.3-extensions/vkspec.html#VUID-VkMemoryAllocateInfo-allocationSize-07899)
Objects: 0
Assertion failed: false && "scratchBuffer.Create", file D:\VulkanRayTracing\rtxONproj\src\rtxApp.cpp, line 823
PS D:\VulkanRayTracing\rtxONproj\build\Debug> ."D:/VulkanRayTracing/rtxONproj/build/Debug/rtxON.exe"
VUID-VkBufferCreateInfo-size-00912(ERROR / SPEC): msgNum: 2085897310 - Validation Error: [ VUID-VkBufferCreateInfo-size-00912 ] | MessageID = 0x7c54445e | vkCreateBuffer(): pCreateInfo->size is zero. The Vulkan spec states: size must be greater than 0 (https://vulkan.lunarg.com/doc/view/1.3.290.0/windows/1.3-extensions/vkspec.html#VUID-VkBufferCreateInfo-size-00912)
Objects: 0
VUID-VkMemoryAllocateInfo-allocationSize-07897(ERROR / SPEC): msgNum: -1452819968 - Validation Error: [ VUID-VkMemoryAllocateInfo-allocationSize-07897 ] | MessageID = 0xa967ba00 | vkAllocateMemory(): pAllocateInfo->allocationSize is 0. The Vulkan spec states: If the parameters do not define an import or export operation, allocationSize must be greater than 0 (https://vulkan.lunarg.com/doc/view/1.3.290.0/windows/1.3-extensions/vkspec.html#VUID-VkMemoryAllocateInfo-allocationSize-07897)
Objects: 0
VUID-VkMemoryAllocateInfo-allocationSize-07899(ERROR / SPEC): msgNum: 1579783047 - Validation Error: [ VUID-VkMemoryAllocateInfo-allocationSize-07899 ] | MessageID = 0x5e299387 | vkAllocateMemory(): pAllocateInfo->allocationSize is 0. The Vulkan spec states: If the parameters define an export operation and the handle type is not VK_EXTERNAL_MEMORY_HANDLE_TYPE_ANDROID_HARDWARE_BUFFER_BIT_ANDROID , allocationSize must be greater than 0 (https://vulkan.lunarg.com/doc/view/1.3.290.0/windows/1.3-extensions/vkspec.html#VUID-VkMemoryAllocateInfo-allocationSize-07899)
Objects: 0
Assertion failed: false && "scratchBuffer.Create", file D:\VulkanRayTracing\rtxONproj\src\rtxApp.cpp, line 823
PS D:\VulkanRayTracing\rtxONproj\build\Debug> ."D:/VulkanRayTracing/rtxONproj/build/Debug/rtxON.exe"
VUID-VkBufferCreateInfo-size-00912(ERROR / SPEC): msgNum: 2085897310 - Validation Error: [ VUID-VkBufferCreateInfo-size-00912 ] | MessageID = 0x7c54445e | vkCreateBuffer(): pCreateInfo->size is zero. The Vulkan spec states: size must be greater than 0 (https://vulkan.lunarg.com/doc/view/1.3.290.0/windows/1.3-extensions/vkspec.html#VUID-VkBufferCreateInfo-size-00912)
Objects: 0
VUID-VkMemoryAllocateInfo-allocationSize-07897(ERROR / SPEC): msgNum: -1452819968 - Validation Error: [ VUID-VkMemoryAllocateInfo-allocationSize-07897 ] | MessageID = 0xa967ba00 | vkAllocateMemory(): pAllocateInfo->allocationSize is 0. The Vulkan spec states: If the parameters do not define an import or export operation, allocationSize must be greater than 0 (https://vulkan.lunarg.com/doc/view/1.3.290.0/windows/1.3-extensions/vkspec.html#VUID-VkMemoryAllocateInfo-allocationSize-07897)
Objects: 0
VUID-VkMemoryAllocateInfo-allocationSize-07899(ERROR / SPEC): msgNum: 1579783047 - Validation Error: [ VUID-VkMemoryAllocateInfo-allocationSize-07899 ] | MessageID = 0x5e299387 | vkAllocateMemory(): pAllocateInfo->allocationSize is 0. The Vulkan spec states: If the parameters define an export operation and the handle type is not VK_EXTERNAL_MEMORY_HANDLE_TYPE_ANDROID_HARDWARE_BUFFER_BIT_ANDROID , allocationSize must be greater than 0 (https://vulkan.lunarg.com/doc/view/1.3.290.0/windows/1.3-extensions/vkspec.html#VUID-VkMemoryAllocateInfo-allocationSize-07899)
Objects: 0
Assertion failed: false && "scratchBuffer.Create", file D:\VulkanRayTracing\rtxONproj\src\rtxApp.cpp, line 823

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

1 participant