Hazel icon indicating copy to clipboard operation
Hazel copied to clipboard

Why is it that when I run Setup.bat, I downloaded the latest version of Vulkan SDK, but it still says that the version is incorrect?

Open xyz-ai opened this issue 1 year ago • 1 comments

I followed the instructions on the steps to run the relevant files. But in the end, this is it.

Python version 3.9.13 detected. Correct Premake located at F:\Hazel\Hazel-master\vendor\premake\bin Located Vulkan SDK at F:\SD You don't have the correct Vulkan SDK version! (Engine requires 1.3.) Would you like to install VulkanSDK 1.3.216.0? [Y/N]:

The version I downloaded is obviously VulkanSDK version 1.3.216.0, so why am I being asked to download it again?

xyz-ai avatar Dec 06 '23 12:12 xyz-ai

By default the vulkan installer puts the files inside a folder that is named after the version it is. I checked the install script and that is also used for checking for the correct version. Did you happen to change the installation path?

Either way, I'll see if I can find a related PR or create one myself this week, since editing an installation path should not be a problem. As a temporary workaround you can remove the version check in SetupVulkan.py or have the Setup not even run the script at all if you are sure you've got it installed.

nepp95 avatar Apr 04 '24 21:04 nepp95