S22 Ultra is crashing at startup with Vulkan Memory Allocator

More info here, but we’ve been noting that many of the Samsung devices on crashing on Android 14 at startup. We are using NDK 26 which has Vulkan 1.3 support, but are only initializing our device with Vulkan 1.1. I don’t actually have one of these devices for development, but though I would raise the issue. VMA has introduced tests to make sure that the assert doesn’t occur.

if(m_VulkanApiVersion >= VK_MAKE_VERSION(1, 3, 0))
{
	VMA_ASSERT(m_VulkanFunctions.vkGetDeviceBufferMemoryRequirements != VMA_NULL); <_
         VMA_ASSERT(m_VulkanFunctions.vkGetDeviceImageMemoryRequirements != VMA_NULL);
}

Thank you for participating in the Samsung Developer Forum. However, this forum is for 3rd party developer issues.

Samsung’s mobile developers do not follow this board to prevent any potential dispute or misunderstanding as to the similarity between Unsolicited Submissions and our internally and independently developed products, technology and services.

I would recommend you use the Samsung Members App for feedback it has agreements for suggestions
or
go to https://www.samsung.com and depending on your location
either → Click on Explore Tab → Click on Community
or
Scroll all the way down to the bottom of the page and under support is a link to the community

Ron
Moderator
Samsung Developer Community